diff --git a/.env.example b/.env.example deleted file mode 100644 index 61c2092..0000000 --- a/.env.example +++ /dev/null @@ -1 +0,0 @@ -NEXT_PUBLIC_SITE_URL=https://lscaturchio.xyz diff --git a/.gitignore b/.gitignore index 6444d30..8f322f0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ /coverage # next.js -.next +/.next/ /out/ # production @@ -23,7 +23,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -.pnpm-debug.log* # local env files .env*.local @@ -31,44 +30,6 @@ yarn-error.log* # vercel .vercel -# generated files -/public/rss/ - -# API keys -/LLM/.env -.next/trace -.next/cache/next-server.js.nft.json -.next/cache/webpack/client-development/0.pack -.next/cache/webpack/client-development/1.pack -.next/cache/webpack/client-development/4.pack -.next/cache/webpack/client-development/index.pack -.next/cache/webpack/client-development/index.pack.old -.next/cache/webpack/client-production/0.pack -.next/cache/webpack/client-production/index.pack -.next/cache/webpack/server-development/0.pack -.next/cache/webpack/server-development/1.pack -.next/cache/webpack/server-development/3.pack -.next/cache/webpack/server-development/5.pack -.next/cache/webpack/server-development/index.pack -.next/cache/webpack/server-development/index.pack.old -.next/cache/webpack/server-production/0.pack -.next/cache/webpack/server-production/index.pack -.next/server/pages-manifest.json -.next/trace -.next/cache/next-server.js.nft.json -.next/cache/webpack/client-development/0.pack -.next/cache/webpack/client-development/1.pack -.next/cache/webpack/client-development/4.pack -.next/cache/webpack/client-development/index.pack -.next/cache/webpack/client-development/index.pack.old -.next/cache/webpack/client-production/0.pack -.next/cache/webpack/client-production/index.pack -.next/cache/webpack/server-development/0.pack -.next/cache/webpack/server-development/1.pack -.next/cache/webpack/server-development/3.pack -.next/cache/webpack/server-development/5.pack -.next/cache/webpack/server-development/index.pack -.next/cache/webpack/server-development/index.pack.old -.next/cache/webpack/server-production/0.pack -.next/cache/webpack/server-production/index.pack -.next/server/pages-manifest.json +# typescript +*.tsbuildinfo +next-env.d.ts diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/.next/build-manifest.json b/.next/build-manifest.json index 582d9db..626cf85 100644 --- a/.next/build-manifest.json +++ b/.next/build-manifest.json @@ -3,6 +3,7 @@ "static/chunks/polyfills.js" ], "devFiles": [ + "static/chunks/webpack.js", "static/chunks/react-refresh.js" ], "ampDevFiles": [], @@ -10,28 +11,12 @@ "static/development/_buildManifest.js", "static/development/_ssgManifest.js" ], - "rootMainFiles": [], + "rootMainFiles": [ + "static/chunks/webpack.js", + "static/chunks/main-app.js" + ], "pages": { - "/_app": [ - "static/chunks/webpack.js", - "static/chunks/main.js", - "static/chunks/pages/_app.js" - ], - "/_error": [ - "static/chunks/webpack.js", - "static/chunks/main.js", - "static/chunks/pages/_error.js" - ], - "/about": [ - "static/chunks/webpack.js", - "static/chunks/main.js", - "static/chunks/pages/about.js" - ], - "/projects": [ - "static/chunks/webpack.js", - "static/chunks/main.js", - "static/chunks/pages/projects.js" - ] + "/_app": [] }, "ampFirstPages": [] } \ No newline at end of file diff --git a/.next/cache/next-server.js.nft.json b/.next/cache/next-server.js.nft.json index ad62343..cb21331 100644 --- a/.next/cache/next-server.js.nft.json +++ b/.next/cache/next-server.js.nft.json @@ -1,276 +1 @@ -{ - "version": 1, - "cacheKey": "50f2bb1d96ca1ffce4c01223398207a16f8cef9c2ae854b4b1777f4752b1df94", - "files": [ - "../node_modules/next/dist/server/next-server.js", - "../node_modules/next/package.json", - "../node_modules/next/dist/server/node-polyfill-fetch.js", - "../node_modules/next/dist/server/node-polyfill-web-streams.js", - "../node_modules/next/dist/server/request-meta.js", - "../node_modules/next/dist/server/serve-static.js", - "../node_modules/next/dist/server/server-route-utils.js", - "../node_modules/next/dist/server/render.js", - "../node_modules/next/dist/server/app-render.js", - "../node_modules/next/dist/server/base-server.js", - "../node_modules/next/dist/server/require.js", - "../node_modules/next/dist/server/load-components.js", - "../node_modules/next/dist/server/body-streams.js", - "../node_modules/next/dist/server/utils.js", - "../node_modules/next/dist/server/image-optimizer.js", - "../node_modules/next/dist/server/lib/recursive-readdir-sync.js", - "../node_modules/next/dist/server/api-utils/node.js", - "../node_modules/next/dist/server/base-http/node.js", - "../node_modules/next/dist/lib/is-error.js", - "../node_modules/next/dist/server/web/utils.js", - "../node_modules/next/dist/shared/lib/utils.js", - "../node_modules/next/dist/shared/lib/constants.js", - "../node_modules/next/dist/shared/lib/router/utils/path-match.js", - "../node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js", - "../node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js", - "../node_modules/next/dist/shared/lib/router/utils/parse-url.js", - "../node_modules/next/dist/build/output/log.js", - "../node_modules/next/dist/build/webpack/require-hook.js", - "../node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js", - "../node_modules/next/dist/shared/lib/page-path/normalize-page-path.js", - "../node_modules/next/dist/shared/lib/router/utils/relativize-url.js", - "../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js", - "../node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js", - "../node_modules/next/dist/shared/lib/router/utils/route-matcher.js", - "../node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js", - "../node_modules/next/dist/shared/lib/router/utils/querystring.js", - "../node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js", - "../node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js", - "../node_modules/next/dist/build/webpack/loaders/next-serverless-loader/utils.js", - "../node_modules/next/dist/shared/lib/router/utils/route-regex.js", - "../node_modules/next/dist/shared/lib/router/utils/app-paths.js", - "../node_modules/next/dist/server/send-payload/index.js", - "../node_modules/next/dist/server/api-utils/index.js", - "../node_modules/next/dist/server/response-cache/index.js", - "../node_modules/next/dist/server/web/sandbox/index.js", - "../node_modules/next/dist/server/lib/incremental-cache/index.js", - "../node_modules/next/dist/shared/lib/router/utils/index.js", - "../node_modules/next/dist/lib/constants.js", - "../node_modules/next/dist/lib/is-serializable-props.js", - "../node_modules/next/dist/shared/lib/amp-mode.js", - "../node_modules/next/dist/shared/lib/amp-context.js", - "../node_modules/next/dist/shared/lib/head.js", - "../node_modules/next/dist/shared/lib/head-manager-context.js", - "../node_modules/next/dist/shared/lib/loadable.js", - "../node_modules/next/dist/shared/lib/loadable-context.js", - "../node_modules/next/dist/shared/lib/router-context.js", - "../node_modules/next/dist/shared/lib/router/utils/is-dynamic.js", - "../node_modules/next/dist/shared/lib/html-context.js", - "../node_modules/next/dist/lib/redirect-status.js", - "../node_modules/next/dist/server/render-result.js", - "../node_modules/next/dist/server/node-web-streams-helper.js", - "../node_modules/next/dist/shared/lib/image-config-context.js", - "../node_modules/next/dist/server/internal-utils.js", - "../node_modules/next/dist/server/post-process.js", - "../node_modules/next/dist/lib/interop-default.js", - "../node_modules/next/dist/shared/lib/flush-effects.js", - "../node_modules/next/dist/server/htmlescape.js", - "../node_modules/next/dist/server/lib/mock-request.js", - "../node_modules/next/dist/shared/lib/image-blur-svg.js", - "../node_modules/next/dist/shared/lib/match-remote-pattern.js", - "../node_modules/next/dist/shared/lib/is-plain-object.js", - "../node_modules/next/dist/server/lib/squoosh/main.js", - "../node_modules/next/dist/server/crypto-utils.js", - "../node_modules/next/dist/server/lib/etag.js", - "../node_modules/next/dist/server/base-http/index.js", - "../node_modules/next/dist/client/components/match-segments.js", - "../node_modules/next/dist/client/components/hooks-server-context.js", - "../node_modules/next/dist/client/components/hooks-server.js", - "../node_modules/next/dist/lib/chalk.js", - "../node_modules/next/dist/shared/lib/runtime-config.js", - "../node_modules/next/dist/server/send-payload/revalidate-headers.js", - "../node_modules/next/dist/server/router.js", - "../node_modules/next/dist/shared/lib/router/utils/is-bot.js", - "../node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js", - "../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js", - "../node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js", - "../node_modules/next/dist/shared/lib/get-hostname.js", - "../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js", - "../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js", - "../node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js", - "../node_modules/next/dist/shared/lib/escape-regexp.js", - "../node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js", - "../node_modules/next/dist/server/accept-header.js", - "../node_modules/next/dist/shared/lib/i18n/detect-locale-cookie.js", - "../node_modules/next/dist/server/response-cache/types.js", - "../node_modules/next/dist/server/web/sandbox/sandbox.js", - "../node_modules/next/dist/server/web/sandbox/context.js", - "../node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js", - "../node_modules/next/dist/lib/non-nullable.js", - "../node_modules/next/dist/server/optimize-amp.js", - "../node_modules/next/dist/server/font-utils.js", - "../node_modules/next/dist/shared/lib/isomorphic/path.js", - "../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js", - "../node_modules/next/dist/shared/lib/side-effect.js", - "../node_modules/next/dist/shared/lib/image-config.js", - "../node_modules/next/dist/compiled/react-server-dom-webpack/writer.browser.server.js", - "../node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js", - "../node_modules/next/dist/lib/web/chalk.js", - "../node_modules/next/dist/compiled/react-server-dom-webpack/package.json", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/streams.js", - "../node_modules/next/dist/shared/lib/router/utils/format-url.js", - "../node_modules/styled-jsx/style.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/package.json", - "../node_modules/next/dist/compiled/@next/react-dev-overlay/dist/middleware.js", - "../node_modules/next/dist/server/google-font-metrics.json", - "../node_modules/styled-jsx/package.json", - "../node_modules/next/dist/shared/lib/router/utils/parse-path.js", - "../node_modules/react-dom/package.json", - "../node_modules/react-dom/server.browser.js", - "../node_modules/next/dist/compiled/react-server-dom-webpack/index.js", - "../node_modules/next/dist/compiled/node-fetch/package.json", - "../node_modules/next/dist/compiled/node-fetch/index.js", - "../node_modules/next/dist/compiled/image-size/package.json", - "../node_modules/next/dist/compiled/image-size/index.js", - "../node_modules/next/dist/compiled/is-animated/package.json", - "../node_modules/next/dist/compiled/is-animated/index.js", - "../node_modules/next/dist/compiled/content-disposition/package.json", - "../node_modules/next/dist/compiled/content-disposition/index.js", - "../node_modules/next/dist/compiled/get-orientation/package.json", - "../node_modules/next/dist/compiled/get-orientation/index.js", - "../node_modules/next/dist/compiled/chalk/package.json", - "../node_modules/next/dist/compiled/chalk/index.js", - "../node_modules/next/dist/compiled/http-proxy/package.json", - "../node_modules/next/dist/compiled/http-proxy/index.js", - "../node_modules/react/package.json", - "../node_modules/react/index.js", - "../node_modules/next/dist/compiled/compression/package.json", - "../node_modules/next/dist/compiled/compression/index.js", - "../node_modules/next/dist/compiled/strip-ansi/package.json", - "../node_modules/next/dist/compiled/strip-ansi/index.js", - "../node_modules/next/dist/compiled/react-is/package.json", - "../node_modules/next/dist/compiled/react-is/index.js", - "../node_modules/react-dom/server.node.js", - "../node_modules/next/dist/compiled/@next/react-dev-overlay/package.json", - "../node_modules/next/dist/compiled/send/package.json", - "../node_modules/next/dist/compiled/send/index.js", - "../node_modules/react-dom/server.js", - "../node_modules/@next/env/package.json", - "../node_modules/@next/env/dist/index.js", - "../node_modules/next/dist/lib/pick.js", - "../node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js", - "../node_modules/styled-jsx/index.js", - "../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-writer.browser.development.server.js", - "../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-writer.browser.production.min.server.js", - "../node_modules/next/dist/compiled/@hapi/accept/package.json", - "../node_modules/next/dist/compiled/@hapi/accept/index.js", - "../node_modules/sharp/package.json", - "../node_modules/sharp/lib/index.js", - "../node_modules/next/dist/compiled/jsonwebtoken/package.json", - "../node_modules/next/dist/compiled/jsonwebtoken/index.js", - "../node_modules/next/dist/compiled/bytes/package.json", - "../node_modules/next/dist/compiled/bytes/index.js", - "../node_modules/next/dist/compiled/content-type/package.json", - "../node_modules/next/dist/compiled/content-type/index.js", - "../node_modules/next/dist/compiled/raw-body/package.json", - "../node_modules/next/dist/compiled/raw-body/index.js", - "../node_modules/next/dist/compiled/cookie/package.json", - "../node_modules/next/dist/compiled/cookie/index.js", - "../node_modules/@swc/helpers/lib/_async_to_generator.js", - "../node_modules/@swc/helpers/lib/_extends.js", - "../node_modules/@swc/helpers/lib/_interop_require_default.js", - "../node_modules/@swc/helpers/lib/_interop_require_wildcard.js", - "../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", - "../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack.development.js", - "../node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js", - "../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js", - "../node_modules/next/dist/shared/lib/router/utils/add-locale.js", - "../node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js", - "../node_modules/react-dom/cjs/react-dom-server.browser.production.min.js", - "../node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js", - "../node_modules/react-dom/cjs/react-dom-server.browser.development.js", - "../node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js", - "../node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js", - "../node_modules/react-dom/cjs/react-dom-server.node.production.min.js", - "../node_modules/react-dom/cjs/react-dom-server.node.development.js", - "../node_modules/@swc/helpers/package.json", - "../node_modules/next/dist/compiled/path-to-regexp/index.js", - "../node_modules/next/dist/compiled/fresh/package.json", - "../node_modules/next/dist/compiled/fresh/index.js", - "../node_modules/react/cjs/react.production.min.js", - "../node_modules/react/cjs/react.development.js", - "../node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js", - "../node_modules/next/dist/compiled/react-is/cjs/react-is.development.js", - "../node_modules/next/dist/compiled/node-html-parser/package.json", - "../node_modules/next/dist/compiled/node-html-parser/index.js", - "../node_modules/sharp/lib/constructor.js", - "../node_modules/sharp/lib/input.js", - "../node_modules/sharp/lib/resize.js", - "../node_modules/sharp/lib/colour.js", - "../node_modules/sharp/lib/channel.js", - "../node_modules/sharp/lib/composite.js", - "../node_modules/sharp/lib/operation.js", - "../node_modules/sharp/lib/utility.js", - "../node_modules/sharp/lib/output.js", - "../node_modules/next/dist/compiled/micromatch/package.json", - "../node_modules/next/dist/compiled/micromatch/index.js", - "../node_modules/styled-jsx/dist/index/index.js", - "../node_modules/use-sync-external-store/shim/index.js", - "../node_modules/next/dist/compiled/jest-worker/package.json", - "../node_modules/next/dist/compiled/jest-worker/index.js", - "../node_modules/use-sync-external-store/package.json", - "../node_modules/sharp/lib/is.js", - "../node_modules/sharp/lib/sharp.js", - "../node_modules/sharp/lib/libvips.js", - "../node_modules/next/dist/compiled/edge-runtime/package.json", - "../node_modules/next/dist/compiled/edge-runtime/index.js", - "../node_modules/next/dist/compiled/lru-cache/package.json", - "../node_modules/next/dist/compiled/lru-cache/index.js", - "../node_modules/next/dist/compiled/path-browserify/package.json", - "../node_modules/next/dist/compiled/path-browserify/index.js", - "../node_modules/next/dist/compiled/debug/package.json", - "../node_modules/next/dist/compiled/debug/index.js", - "../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js", - "../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js", - "../node_modules/next/dist/compiled/semver/package.json", - "../node_modules/next/dist/compiled/semver/index.js", - "../node_modules/sharp/build/Release/sharp-darwin-x64.node", - "../node_modules/sharp/lib/platform.js", - "../node_modules/sharp/vendor/8.14.2/darwin-x64/platform.json", - "../node_modules/sharp/vendor/8.14.2/darwin-x64/versions.json", - "../node_modules/sharp/vendor/8.14.2/darwin-x64/THIRD-PARTY-NOTICES.md", - "../node_modules/sharp/vendor/8.14.2/darwin-x64/lib/libvips-cpp.42.dylib", - "../node_modules/color/index.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/console.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/encoding.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/cache.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/url.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/events.js", - "../node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js", - "../node_modules/color/package.json", - "../node_modules/detect-libc/package.json", - "../node_modules/detect-libc/lib/detect-libc.js", - "../node_modules/color-convert/index.js", - "../node_modules/color-string/index.js", - "../node_modules/color-convert/package.json", - "../node_modules/color-string/package.json", - "../node_modules/detect-libc/lib/process.js", - "../node_modules/color-convert/conversions.js", - "../node_modules/color-convert/route.js", - "../node_modules/semver/functions/coerce.js", - "../node_modules/semver/functions/gte.js", - "../node_modules/color-name/package.json", - "../node_modules/color-name/index.js", - "../node_modules/semver/package.json", - "../node_modules/simple-swizzle/index.js", - "../node_modules/simple-swizzle/package.json", - "../node_modules/semver/functions/compare.js", - "../node_modules/semver/functions/parse.js", - "../node_modules/semver/classes/semver.js", - "../node_modules/semver/internal/re.js", - "../node_modules/semver/internal/constants.js", - "../node_modules/semver/internal/debug.js", - "../node_modules/is-arrayish/index.js", - "../node_modules/semver/internal/parse-options.js", - "../node_modules/semver/internal/identifiers.js", - "../node_modules/is-arrayish/package.json" - ] -} +{"version":1,"cacheKey":"5d5055880abd212ad0ed7a399d2579e47edc97f6","files":["../node_modules/next/dist/server/next-server.js","../node_modules/next/dist/compiled/react/index.js","../node_modules/next/dist/compiled/react/package.json","../node_modules/next/dist/compiled/react/jsx-runtime.js","../node_modules/next/dist/compiled/react/jsx-dev-runtime.js","../node_modules/next/dist/compiled/react-dom/server-rendering-stub.js","../node_modules/next/dist/compiled/react-dom/package.json","../node_modules/next/dist/compiled/react-dom/client.js","../node_modules/next/dist/compiled/react-dom/server.js","../node_modules/next/dist/compiled/react-dom/server.browser.js","../node_modules/next/dist/compiled/react-dom/server.edge.js","../node_modules/next/dist/compiled/react-server-dom-webpack/client.js","../node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","../node_modules/next/dist/compiled/react-server-dom-webpack/server.edge.js","../node_modules/next/dist/compiled/react-server-dom-webpack/server.node.js","../node_modules/next/dist/compiled/react-experimental/index.js","../node_modules/next/dist/compiled/react-experimental/jsx-runtime.js","../node_modules/next/dist/compiled/react-experimental/jsx-dev-runtime.js","../node_modules/next/dist/compiled/react-experimental/package.json","../node_modules/next/dist/compiled/react-dom-experimental/server-rendering-stub.js","../node_modules/next/dist/compiled/react-dom-experimental/package.json","../node_modules/next/dist/compiled/react-dom-experimental/client.js","../node_modules/next/dist/compiled/react-dom-experimental/server.js","../node_modules/next/dist/compiled/react-dom-experimental/server.browser.js","../node_modules/next/dist/compiled/react-dom-experimental/server.edge.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/client.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/client.edge.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/server.edge.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/server.node.js","../node_modules/next/dist/compiled/react-server-dom-webpack/package.json","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/package.json","../node_modules/next/package.json","../node_modules/next/dist/compiled/react/cjs/react.production.min.js","../node_modules/next/dist/compiled/react/cjs/react.development.js","../node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.min.js","../node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.development.js","../node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.production.min.js","../node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server-rendering-stub.production.min.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server-rendering-stub.development.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server-legacy.browser.production.min.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server.browser.production.min.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server-legacy.browser.development.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server.browser.development.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server.edge.production.min.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server.edge.development.js","../node_modules/next/dist/compiled/react-experimental/cjs/react.production.min.js","../node_modules/next/dist/compiled/react-experimental/cjs/react.development.js","../node_modules/next/dist/compiled/react-experimental/cjs/react-jsx-runtime.production.min.js","../node_modules/next/dist/compiled/react-experimental/cjs/react-jsx-runtime.development.js","../node_modules/next/dist/compiled/react-experimental/cjs/react-jsx-dev-runtime.production.min.js","../node_modules/next/dist/compiled/react-experimental/cjs/react-jsx-dev-runtime.development.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server-rendering-stub.production.min.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server-rendering-stub.development.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.min.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.min.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server.edge.production.min.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server.edge.development.js","../node_modules/next/dist/compiled/react-dom/server.node.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js","../node_modules/next/dist/compiled/react-dom-experimental/server.node.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-client.edge.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-client.edge.development.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-server.node.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-server.node.development.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-server.edge.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-server.edge.development.js","../node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/client.browser.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server-legacy.node.production.min.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server.node.production.min.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server-legacy.node.development.js","../node_modules/next/dist/compiled/react-dom/cjs/react-dom-server.node.development.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.min.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server.node.production.min.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js","../node_modules/next/dist/compiled/react-dom-experimental/cjs/react-dom-server.node.development.js","../node_modules/next/dist/server/base-server.js","../node_modules/next/dist/server/node-environment.js","../node_modules/next/dist/server/require-hook.js","../node_modules/next/dist/server/node-polyfill-fetch.js","../node_modules/next/dist/server/node-polyfill-form.js","../node_modules/next/dist/server/node-polyfill-web-streams.js","../node_modules/next/dist/server/node-polyfill-crypto.js","../node_modules/next/dist/server/render.js","../node_modules/next/dist/server/request-meta.js","../node_modules/next/dist/server/serve-static.js","../node_modules/next/dist/server/require.js","../node_modules/next/dist/server/load-components.js","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/server/setup-http-agent-env.js","../node_modules/next/dist/server/pipe-readable.js","../node_modules/next/dist/server/load-manifest.js","../node_modules/next/dist/server/image-optimizer.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-client.browser.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack-experimental/cjs/react-server-dom-webpack-client.browser.development.js","../node_modules/next/dist/lib/find-pages-dir.js","../node_modules/next/dist/lib/is-error.js","../node_modules/next/dist/lib/constants.js","../node_modules/next/dist/lib/format-server-error.js","../node_modules/next/dist/server/base-http/node.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/server/lib/node-fs-methods.js","../node_modules/next/dist/server/lib/mock-request.js","../node_modules/next/dist/server/future/route-kind.js","../node_modules/next/dist/server/lib/trace/tracer.js","../node_modules/next/dist/server/lib/trace/constants.js","../node_modules/next/dist/server/lib/server-ipc/invoke-request.js","../node_modules/next/dist/server/lib/server-ipc/utils.js","../node_modules/next/dist/server/app-render/app-render.js","../node_modules/next/dist/shared/lib/utils.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","../node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","../node_modules/next/dist/shared/lib/router/utils/route-matcher.js","../node_modules/next/dist/shared/lib/router/utils/path-match.js","../node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js","../node_modules/next/dist/shared/lib/router/utils/parse-url.js","../node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js","../node_modules/next/dist/shared/lib/router/utils/querystring.js","../node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","../node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../node_modules/next/dist/shared/lib/router/utils/route-regex.js","../node_modules/next/dist/build/output/log.js","../node_modules/next/dist/client/components/app-router-headers.js","../node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","../node_modules/next/dist/server/future/helpers/module-loader/route-module-loader.js","../node_modules/next/dist/experimental/testmode/server.js","../node_modules/next/dist/server/send-payload/index.js","../node_modules/next/dist/server/api-utils/index.js","../node_modules/next/dist/server/response-cache/index.js","../node_modules/next/dist/server/web/sandbox/index.js","../node_modules/next/dist/server/lib/incremental-cache/index.js","../node_modules/next/dist/lib/is-edge-runtime.js","../node_modules/next/dist/shared/lib/runtime-config.js","../node_modules/next/dist/server/send-payload/revalidate-headers.js","../node_modules/next/dist/lib/redirect-status.js","../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../node_modules/next/dist/server/utils.js","../node_modules/next/dist/server/render-result.js","../node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js","../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../node_modules/next/dist/server/server-utils.js","../node_modules/next/dist/shared/lib/get-hostname.js","../node_modules/next/dist/server/lib/format-hostname.js","../node_modules/next/dist/server/future/helpers/i18n-provider.js","../node_modules/next/dist/server/send-response.js","../node_modules/next/dist/server/api-utils/node.js","../node_modules/next/dist/lib/interop-default.js","../node_modules/next/dist/lib/is-serializable-props.js","../node_modules/next/dist/shared/lib/amp-mode.js","../node_modules/next/dist/shared/lib/amp-context.js","../node_modules/next/dist/shared/lib/head.js","../node_modules/next/dist/shared/lib/head-manager-context.js","../node_modules/next/dist/shared/lib/loadable.js","../node_modules/next/dist/shared/lib/loadable-context.js","../node_modules/next/dist/shared/lib/router-context.js","../node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","../node_modules/next/dist/shared/lib/html-context.js","../node_modules/next/dist/shared/lib/image-config-context.js","../node_modules/next/dist/server/internal-utils.js","../node_modules/next/dist/shared/lib/router/adapters.js","../node_modules/next/dist/shared/lib/app-router-context.js","../node_modules/next/dist/shared/lib/hooks-client-context.js","../node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","../node_modules/next/dist/server/post-process.js","../node_modules/next/dist/shared/lib/image-blur-svg.js","../node_modules/next/dist/shared/lib/match-remote-pattern.js","../node_modules/next/dist/server/future/normalizers/locale-route-normalizer.js","../node_modules/next/dist/server/future/route-matcher-managers/default-route-matcher-manager.js","../node_modules/next/dist/server/future/route-matcher-providers/app-page-route-matcher-provider.js","../node_modules/next/dist/server/future/route-matcher-providers/app-route-route-matcher-provider.js","../node_modules/next/dist/server/future/route-matcher-providers/pages-api-route-matcher-provider.js","../node_modules/next/dist/server/future/route-matcher-providers/pages-route-matcher-provider.js","../node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","../node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js","../node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","../node_modules/next/dist/server/lib/squoosh/main.js","../node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js","../node_modules/next/dist/server/future/route-modules/helpers/response-handlers.js","../node_modules/next/dist/shared/lib/is-plain-object.js","../node_modules/next/dist/server/base-http/index.js","../node_modules/next/dist/server/future/route-modules/pages/builtin/_error.js","../node_modules/next/dist/server/app-render/create-server-components-renderer.js","../node_modules/next/dist/client/components/not-found-error.js","../node_modules/next/dist/client/components/match-segments.js","../node_modules/next/dist/lib/client-reference.js","../node_modules/next/dist/server/lib/app-dir-module.js","../node_modules/next/dist/client/components/not-found.js","../node_modules/next/dist/client/components/redirect.js","../node_modules/next/dist/server/lib/patch-fetch.js","../node_modules/next/dist/server/app-render/interop-default.js","../node_modules/next/dist/server/app-render/preload-component.js","../node_modules/next/dist/server/app-render/flight-render-result.js","../node_modules/next/dist/server/app-render/create-error-handler.js","../node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js","../node_modules/next/dist/server/app-render/get-segment-param.js","../node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js","../node_modules/next/dist/server/app-render/get-preloadable-fonts.js","../node_modules/next/dist/server/app-render/get-script-nonce-from-header.js","../node_modules/next/dist/server/app-render/render-to-string.js","../node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js","../node_modules/next/dist/server/app-render/validate-url.js","../node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js","../node_modules/next/dist/server/app-render/action-handler.js","../node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js","../node_modules/next/dist/server/app-render/server-inserted-html.js","../node_modules/next/dist/server/app-render/required-scripts.js","../node_modules/next/dist/client/components/dev-root-not-found-boundary.js","../node_modules/next/dist/lib/metadata/metadata.js","../node_modules/next/dist/server/async-storage/request-async-storage-wrapper.js","../node_modules/next/dist/server/async-storage/static-generation-async-storage-wrapper.js","../node_modules/next/dist/shared/lib/lazy-dynamic/no-ssr-error.js","../node_modules/next/dist/shared/lib/modern-browserslist-target.js","../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../node_modules/next/dist/server/future/helpers/interception-routes.js","../node_modules/next/dist/shared/lib/escape-regexp.js","../node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","../node_modules/next/dist/lib/chalk.js","../node_modules/next/dist/server/web/spec-extension/request.js","../node_modules/next/dist/server/future/helpers/module-loader/node-module-loader.js","../node_modules/next/dist/shared/lib/router/utils/index.js","../node_modules/react-dom/package.json","../node_modules/react-dom/server.browser.js","../node_modules/next/dist/server/lib/etag.js","../node_modules/next/dist/server/web/spec-extension/adapters/headers.js","../node_modules/next/dist/server/response-cache/types.js","../node_modules/next/dist/server/accept-header.js","../node_modules/next/dist/shared/lib/i18n/detect-locale-cookie.js","../node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","../node_modules/next/dist/server/web/spec-extension/cookies.js","../node_modules/next/dist/server/crypto-utils.js","../node_modules/next/dist/server/lib/is-ipv6.js","../node_modules/next/dist/server/web/sandbox/sandbox.js","../node_modules/next/dist/server/web/sandbox/context.js","../node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js","../node_modules/next/dist/server/lib/incremental-cache/fetch-cache.js","../node_modules/next/dist/shared/lib/base64-arraybuffer.js","../node_modules/next/dist/server/stream-utils/encode-decode.js","../node_modules/next/dist/server/lib/server-ipc/request-utils.js","../node_modules/next/dist/shared/lib/side-effect.js","../node_modules/next/dist/shared/lib/utils/warn-once.js","../node_modules/next/dist/shared/lib/image-config.js","../node_modules/next/dist/lib/non-nullable.js","../node_modules/next/dist/server/optimize-amp.js","../node_modules/next/dist/server/font-utils.js","../node_modules/react-dom/index.js","../node_modules/next/dist/shared/lib/isomorphic/path.js","../node_modules/next/dist/lib/is-app-page-route.js","../node_modules/next/dist/server/future/route-matcher-providers/manifest-route-matcher-provider.js","../node_modules/next/dist/lib/is-app-route-route.js","../node_modules/next/dist/lib/is-api-route.js","../node_modules/next/dist/shared/lib/router/utils/format-url.js","../node_modules/next/dist/server/app-render/use-flight-response.js","../node_modules/next/dist/client/components/request-async-storage.js","../node_modules/next/dist/client/components/hooks-server-context.js","../node_modules/next/dist/server/htmlescape.js","../node_modules/next/dist/server/app-render/types.js","../node_modules/next/dist/shared/lib/server-inserted-html.js","../node_modules/next/dist/client/components/not-found-boundary.js","../node_modules/next/dist/compiled/chalk/package.json","../node_modules/next/dist/compiled/chalk/index.js","../node_modules/next/dist/server/future/route-matchers/app-page-route-matcher.js","../node_modules/next/dist/server/future/route-matchers/app-route-route-matcher.js","../node_modules/next/dist/server/future/route-matchers/locale-route-matcher.js","../node_modules/next/dist/server/future/route-matchers/pages-api-route-matcher.js","../node_modules/next/dist/server/future/route-matchers/pages-route-matcher.js","../node_modules/next/dist/server/dev/log-app-dir-error.js","../node_modules/next/dist/compiled/@next/react-dev-overlay/dist/middleware.js","../node_modules/next/dist/shared/lib/router/utils/parse-path.js","../node_modules/next/dist/server/future/route-modules/pages/module.js","../node_modules/next/dist/server/web/next-url.js","../node_modules/next/dist/server/web/error.js","../node_modules/next/dist/lib/metadata/resolve-metadata.js","../node_modules/next/dist/lib/metadata/default-metadata.js","../node_modules/next/dist/server/async-storage/draft-mode-provider.js","../node_modules/next/dist/compiled/undici/package.json","../node_modules/next/dist/compiled/undici/index.js","../node_modules/next/dist/compiled/ws/package.json","../node_modules/next/dist/compiled/ws/index.js","../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","../node_modules/next/dist/lib/web/chalk.js","../node_modules/next/dist/compiled/lru-cache/package.json","../node_modules/next/dist/compiled/lru-cache/index.js","../node_modules/next/dist/lib/metadata/generate/basic.js","../node_modules/next/dist/lib/metadata/generate/alternate.js","../node_modules/next/dist/lib/metadata/generate/opengraph.js","../node_modules/next/dist/lib/metadata/generate/icons.js","../node_modules/next/dist/lib/metadata/generate/meta.js","../node_modules/next/dist/compiled/send/package.json","../node_modules/next/dist/compiled/send/index.js","../node_modules/next/dist/compiled/strip-ansi/package.json","../node_modules/next/dist/compiled/strip-ansi/index.js","../node_modules/next/dist/compiled/react-is/package.json","../node_modules/next/dist/compiled/react-is/index.js","../node_modules/next/dist/compiled/content-disposition/package.json","../node_modules/next/dist/compiled/content-disposition/index.js","../node_modules/next/dist/compiled/get-orientation/package.json","../node_modules/next/dist/compiled/get-orientation/index.js","../node_modules/next/dist/compiled/image-size/package.json","../node_modules/next/dist/compiled/image-size/index.js","../node_modules/next/dist/compiled/is-animated/package.json","../node_modules/next/dist/compiled/is-animated/index.js","../node_modules/@next/env/package.json","../node_modules/@next/env/dist/index.js","../node_modules/react/package.json","../node_modules/react/index.js","../node_modules/styled-jsx/index.js","../node_modules/styled-jsx/package.json","../node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js","../node_modules/react-dom/cjs/react-dom-server.browser.production.min.js","../node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js","../node_modules/react-dom/cjs/react-dom-server.browser.development.js","../node_modules/react-dom/cjs/react-dom.production.min.js","../node_modules/react-dom/cjs/react-dom.development.js","../node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json","../node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js","../node_modules/sharp/package.json","../node_modules/sharp/lib/index.js","../node_modules/next/dist/compiled/@hapi/accept/package.json","../node_modules/next/dist/compiled/@hapi/accept/index.js","../node_modules/next/dist/lib/pick.js","../node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js","../node_modules/next/dist/server/lib/incremental-cache/utils.js","../node_modules/next/dist/compiled/nanoid/package.json","../node_modules/next/dist/compiled/nanoid/index.cjs","../node_modules/next/dist/compiled/path-to-regexp/index.js","../node_modules/next/dist/server/future/normalizers/built/app/index.js","../node_modules/next/dist/server/future/normalizers/built/pages/index.js","../node_modules/next/dist/server/future/route-matcher-providers/helpers/cached-route-matcher-provider.js","../node_modules/next/dist/client/components/async-local-storage.js","../node_modules/next/dist/client/components/navigation.js","../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../node_modules/next/dist/server/future/route-matchers/route-matcher.js","../node_modules/next/dist/server/future/route-modules/route-module.js","../node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","../node_modules/next/dist/lib/metadata/generate/utils.js","../node_modules/next/dist/lib/metadata/clone-metadata.js","../node_modules/next/dist/server/capsize-font-metrics.json","../node_modules/next/dist/compiled/cookie/package.json","../node_modules/next/dist/compiled/cookie/index.js","../node_modules/next/dist/compiled/fresh/package.json","../node_modules/next/dist/compiled/fresh/index.js","../node_modules/next/dist/compiled/content-type/package.json","../node_modules/next/dist/compiled/content-type/index.js","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/compiled/bytes/package.json","../node_modules/next/dist/compiled/bytes/index.js","../node_modules/next/dist/compiled/raw-body/package.json","../node_modules/next/dist/compiled/raw-body/index.js","../node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","../node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","../node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","../node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","../node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js","../node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","../node_modules/next/dist/compiled/node-html-parser/package.json","../node_modules/next/dist/compiled/node-html-parser/index.js","../node_modules/next/dist/compiled/micromatch/package.json","../node_modules/next/dist/compiled/micromatch/index.js","../node_modules/react/cjs/react.production.min.js","../node_modules/react/cjs/react.development.js","../node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json","../node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js","../node_modules/next/dist/compiled/string-hash/package.json","../node_modules/next/dist/compiled/string-hash/index.js","../node_modules/busboy/package.json","../node_modules/busboy/lib/index.js","../node_modules/sharp/lib/constructor.js","../node_modules/sharp/lib/input.js","../node_modules/sharp/lib/composite.js","../node_modules/sharp/lib/resize.js","../node_modules/sharp/lib/operation.js","../node_modules/sharp/lib/colour.js","../node_modules/sharp/lib/channel.js","../node_modules/sharp/lib/output.js","../node_modules/sharp/lib/utility.js","../node_modules/next/dist/client/components/client-hook-in-server-component-error.js","../node_modules/next/dist/client/components/bailout-to-client-rendering.js","../node_modules/next/dist/server/future/normalizers/built/pages/pages-bundle-path-normalizer.js","../node_modules/next/dist/server/future/normalizers/built/pages/pages-filename-normalizer.js","../node_modules/next/dist/server/future/normalizers/built/pages/pages-page-normalizer.js","../node_modules/next/dist/server/future/normalizers/built/pages/pages-pathname-normalizer.js","../node_modules/next/dist/server/future/normalizers/built/app/app-bundle-path-normalizer.js","../node_modules/next/dist/server/future/normalizers/built/app/app-filename-normalizer.js","../node_modules/next/dist/server/future/normalizers/built/app/app-page-normalizer.js","../node_modules/next/dist/server/future/normalizers/built/app/app-pathname-normalizer.js","../node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../node_modules/next/dist/shared/lib/router/utils/add-locale.js","../node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","../node_modules/styled-jsx/style.js","../node_modules/styled-jsx/dist/index/index.js","../node_modules/styled-jsx/babel-test.js","../node_modules/styled-jsx/babel.js","../node_modules/styled-jsx/css.js","../node_modules/styled-jsx/license.md","../node_modules/styled-jsx/macro.js","../node_modules/styled-jsx/webpack.js","../node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","../node_modules/next/dist/lib/metadata/constants.js","../node_modules/styled-jsx/dist/babel/index.js","../node_modules/styled-jsx/dist/webpack/index.js","../node_modules/styled-jsx/lib/style-transform.js","../node_modules/styled-jsx/lib/stylesheet.js","../node_modules/next/dist/compiled/@edge-runtime/cookies/package.json","../node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","../node_modules/next/dist/compiled/edge-runtime/package.json","../node_modules/next/dist/compiled/edge-runtime/index.js","../node_modules/@swc/helpers/_/_interop_require_default/package.json","../node_modules/@swc/helpers/_/_interop_require_wildcard/package.json","../node_modules/next/dist/compiled/path-browserify/package.json","../node_modules/next/dist/compiled/path-browserify/index.js","../node_modules/@swc/helpers/package.json","../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","../node_modules/zod/package.json","../node_modules/zod/lib/index.js","../node_modules/sharp/lib/is.js","../node_modules/sharp/lib/sharp.js","../node_modules/busboy/lib/utils.js","../node_modules/scheduler/package.json","../node_modules/scheduler/index.js","../node_modules/sharp/lib/libvips.js","../node_modules/next/dist/shared/lib/lazy-dynamic/dynamic-no-ssr.js","../node_modules/next/dist/client/components/static-generation-async-storage.js","../node_modules/next/dist/server/future/normalizers/absolute-filename-normalizer.js","../node_modules/next/dist/server/future/normalizers/prefixing-normalizer.js","../node_modules/next/dist/server/future/normalizers/normalizers.js","../node_modules/next/dist/server/future/normalizers/wrap-normalizer-fn.js","../node_modules/next/dist/server/future/normalizers/underscore-normalizer.js","../node_modules/next/dist/compiled/debug/package.json","../node_modules/next/dist/compiled/debug/index.js","../node_modules/busboy/lib/types/multipart.js","../node_modules/busboy/lib/types/urlencoded.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/package.json","../node_modules/next/dist/compiled/@edge-runtime/primitives/index.js","../node_modules/next/dist/compiled/data-uri-to-buffer/package.json","../node_modules/next/dist/compiled/data-uri-to-buffer/index.js","../node_modules/next/dist/compiled/shell-quote/package.json","../node_modules/next/dist/compiled/shell-quote/index.js","../node_modules/next/dist/compiled/stacktrace-parser/package.json","../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../node_modules/scheduler/cjs/scheduler.production.min.js","../node_modules/scheduler/cjs/scheduler.development.js","../node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js","../node_modules/zod/lib/external.js","../node_modules/next/dist/compiled/semver/package.json","../node_modules/next/dist/compiled/semver/index.js","../node_modules/color/index.js","../node_modules/detect-libc/package.json","../node_modules/detect-libc/lib/detect-libc.js","../node_modules/color/package.json","../node_modules/next/dist/compiled/@edge-runtime/primitives/load.js","../node_modules/semver/functions/coerce.js","../node_modules/semver/functions/gte.js","../node_modules/semver/functions/satisfies.js","../node_modules/client-only/package.json","../node_modules/client-only/index.js","../node_modules/semver/package.json","../node_modules/zod/lib/errors.js","../node_modules/zod/lib/types.js","../node_modules/zod/lib/ZodError.js","../node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js","../node_modules/next/dist/lib/metadata/get-metadata-route.js","../node_modules/zod/lib/helpers/parseUtil.js","../node_modules/zod/lib/helpers/typeAliases.js","../node_modules/zod/lib/helpers/util.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/encoding.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/streams.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/text-encoding-streams.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js.text.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js.text.js","../node_modules/detect-libc/lib/process.js","../node_modules/detect-libc/lib/filesystem.js","../node_modules/streamsearch/package.json","../node_modules/streamsearch/lib/sbmh.js","../node_modules/semver/functions/compare.js","../node_modules/semver/functions/parse.js","../node_modules/zod/lib/helpers/errorUtil.js","../node_modules/next/dist/lib/metadata/is-metadata-route.js","../node_modules/semver/classes/range.js","../node_modules/semver/classes/semver.js","../node_modules/zod/lib/locales/en.js","../node_modules/semver/internal/re.js","../node_modules/next/dist/shared/lib/hash.js","../node_modules/color-string/index.js","../node_modules/color-convert/index.js","../node_modules/color-string/package.json","../node_modules/color-convert/package.json","../node_modules/semver/internal/debug.js","../node_modules/semver/internal/constants.js","../node_modules/semver/internal/parse-options.js","../node_modules/semver/internal/identifiers.js","../node_modules/semver/internal/lrucache.js","../node_modules/semver/classes/comparator.js","../node_modules/color-convert/conversions.js","../node_modules/color-convert/route.js","../node_modules/semver/functions/cmp.js","../node_modules/color-name/package.json","../node_modules/color-name/index.js","../node_modules/simple-swizzle/index.js","../node_modules/simple-swizzle/package.json","../node_modules/semver/functions/eq.js","../node_modules/semver/functions/neq.js","../node_modules/semver/functions/gt.js","../node_modules/semver/functions/lt.js","../node_modules/semver/functions/lte.js","../node_modules/is-arrayish/index.js","../node_modules/is-arrayish/package.json"]} \ No newline at end of file diff --git a/.next/cache/webpack/client-development/0.pack b/.next/cache/webpack/client-development/0.pack deleted file mode 100644 index 42f4e43..0000000 Binary files a/.next/cache/webpack/client-development/0.pack and /dev/null differ diff --git a/.next/cache/webpack/client-development/1.pack b/.next/cache/webpack/client-development/1.pack deleted file mode 100644 index 2c4a6a5..0000000 Binary files a/.next/cache/webpack/client-development/1.pack and /dev/null differ diff --git a/.next/cache/webpack/client-development/2.pack b/.next/cache/webpack/client-development/2.pack deleted file mode 100644 index 0064f4c..0000000 Binary files a/.next/cache/webpack/client-development/2.pack and /dev/null differ diff --git a/.next/cache/webpack/client-development/3.pack b/.next/cache/webpack/client-development/3.pack deleted file mode 100644 index 6884a64..0000000 Binary files a/.next/cache/webpack/client-development/3.pack and /dev/null differ diff --git a/.next/cache/webpack/client-development/4.pack b/.next/cache/webpack/client-development/4.pack deleted file mode 100644 index f508d82..0000000 Binary files a/.next/cache/webpack/client-development/4.pack and /dev/null differ diff --git a/.next/cache/webpack/client-development/index.pack b/.next/cache/webpack/client-development/index.pack deleted file mode 100644 index c8620b5..0000000 Binary files a/.next/cache/webpack/client-development/index.pack and /dev/null differ diff --git a/.next/cache/webpack/client-development/index.pack.old b/.next/cache/webpack/client-development/index.pack.old deleted file mode 100644 index f6d6b42..0000000 Binary files a/.next/cache/webpack/client-development/index.pack.old and /dev/null differ diff --git a/.next/cache/webpack/client-production/0.pack b/.next/cache/webpack/client-production/0.pack index 43f6ea0..faeb868 100644 Binary files a/.next/cache/webpack/client-production/0.pack and b/.next/cache/webpack/client-production/0.pack differ diff --git a/.next/cache/webpack/client-production/index.pack b/.next/cache/webpack/client-production/index.pack index 5b46f57..39c48d8 100644 Binary files a/.next/cache/webpack/client-production/index.pack and b/.next/cache/webpack/client-production/index.pack differ diff --git a/.next/cache/webpack/server-development/0.pack b/.next/cache/webpack/server-development/0.pack deleted file mode 100644 index 07a3ca4..0000000 Binary files a/.next/cache/webpack/server-development/0.pack and /dev/null differ diff --git a/.next/cache/webpack/server-development/1.pack b/.next/cache/webpack/server-development/1.pack deleted file mode 100644 index c5bc26b..0000000 Binary files a/.next/cache/webpack/server-development/1.pack and /dev/null differ diff --git a/.next/cache/webpack/server-development/2.pack b/.next/cache/webpack/server-development/2.pack deleted file mode 100644 index d36642e..0000000 Binary files a/.next/cache/webpack/server-development/2.pack and /dev/null differ diff --git a/.next/cache/webpack/server-development/3.pack b/.next/cache/webpack/server-development/3.pack deleted file mode 100644 index 0af7eec..0000000 Binary files a/.next/cache/webpack/server-development/3.pack and /dev/null differ diff --git a/.next/cache/webpack/server-development/4.pack b/.next/cache/webpack/server-development/4.pack deleted file mode 100644 index bbf2ce0..0000000 Binary files a/.next/cache/webpack/server-development/4.pack and /dev/null differ diff --git a/.next/cache/webpack/server-development/5.pack b/.next/cache/webpack/server-development/5.pack deleted file mode 100644 index b8d9049..0000000 Binary files a/.next/cache/webpack/server-development/5.pack and /dev/null differ diff --git a/.next/cache/webpack/server-development/6.pack b/.next/cache/webpack/server-development/6.pack deleted file mode 100644 index 07f053d..0000000 Binary files a/.next/cache/webpack/server-development/6.pack and /dev/null differ diff --git a/.next/cache/webpack/server-development/index.pack b/.next/cache/webpack/server-development/index.pack deleted file mode 100644 index 73e6335..0000000 Binary files a/.next/cache/webpack/server-development/index.pack and /dev/null differ diff --git a/.next/cache/webpack/server-development/index.pack.old b/.next/cache/webpack/server-development/index.pack.old deleted file mode 100644 index 62c225b..0000000 Binary files a/.next/cache/webpack/server-development/index.pack.old and /dev/null differ diff --git a/.next/cache/webpack/server-production/0.pack b/.next/cache/webpack/server-production/0.pack index 74ac87b..ad04d47 100644 Binary files a/.next/cache/webpack/server-production/0.pack and b/.next/cache/webpack/server-production/0.pack differ diff --git a/.next/cache/webpack/server-production/index.pack b/.next/cache/webpack/server-production/index.pack index c742fa8..fa53226 100644 Binary files a/.next/cache/webpack/server-production/index.pack and b/.next/cache/webpack/server-production/index.pack differ diff --git a/.next/server/middleware-build-manifest.js b/.next/server/middleware-build-manifest.js index ad2fddb..26a1867 100644 --- a/.next/server/middleware-build-manifest.js +++ b/.next/server/middleware-build-manifest.js @@ -1 +1 @@ -self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":["static/chunks/react-refresh.js"],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":[],"pages":{"/_app":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/_app.js"],"/_error":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/_error.js"],"/about":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/about.js"],"/projects":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/projects.js"]},"ampFirstPages":[]} \ No newline at end of file +self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":["static/chunks/webpack.js","static/chunks/react-refresh.js"],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":["static/chunks/webpack.js","static/chunks/main-app.js"],"pages":{"/_app":[]},"ampFirstPages":[]} \ No newline at end of file diff --git a/.next/server/pages-manifest.json b/.next/server/pages-manifest.json index b2f2ed3..9e26dfe 100644 --- a/.next/server/pages-manifest.json +++ b/.next/server/pages-manifest.json @@ -1,8 +1 @@ -{ - "/_app": "pages/_app.js", - "/_error": "pages/_error.js", - "/_document": "pages/_document.js", - "/diet": "pages/diet.js", - "/projects": "pages/projects.js", - "/about": "pages/about.js" -} \ No newline at end of file +{} \ No newline at end of file diff --git a/.next/server/pages/_app.js b/.next/server/pages/_app.js deleted file mode 100644 index 6b956e0..0000000 --- a/.next/server/pages/_app.js +++ /dev/null @@ -1,233 +0,0 @@ -/* - * ATTENTION: An "eval-source-map" devtool has been used. - * This devtool is neither made for production nor for readable output files. - * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) - * or disable the default devtool with "devtool: false". - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). - */ -(() => { -var exports = {}; -exports.id = "pages/_app"; -exports.ids = ["pages/_app"]; -exports.modules = { - -/***/ "__barrel_optimize__?names=Popover,Transition!=!./node_modules/@headlessui/react/dist/headlessui.esm.js": -/*!**************************************************************************************************************!*\ - !*** __barrel_optimize__?names=Popover,Transition!=!./node_modules/@headlessui/react/dist/headlessui.esm.js ***! - \**************************************************************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Popover: () => (/* reexport safe */ C_Users_loren_Code_lscaturchio_xyz_node_modules_headlessui_react_dist_components_popover_popover_js__WEBPACK_IMPORTED_MODULE_0__.Popover),\n/* harmony export */ Transition: () => (/* reexport safe */ C_Users_loren_Code_lscaturchio_xyz_node_modules_headlessui_react_dist_components_transitions_transition_js__WEBPACK_IMPORTED_MODULE_1__.Transition)\n/* harmony export */ });\n/* harmony import */ var C_Users_loren_Code_lscaturchio_xyz_node_modules_headlessui_react_dist_components_popover_popover_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@headlessui/react/dist/components/popover/popover.js */ \"./node_modules/@headlessui/react/dist/components/popover/popover.js\");\n/* harmony import */ var C_Users_loren_Code_lscaturchio_xyz_node_modules_headlessui_react_dist_components_transitions_transition_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@headlessui/react/dist/components/transitions/transition.js */ \"./node_modules/@headlessui/react/dist/components/transitions/transition.js\");\n\n\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiX19iYXJyZWxfb3B0aW1pemVfXz9uYW1lcz1Qb3BvdmVyLFRyYW5zaXRpb24hPSEuL25vZGVfbW9kdWxlcy9AaGVhZGxlc3N1aS9yZWFjdC9kaXN0L2hlYWRsZXNzdWkuZXNtLmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQzBJIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS10ZW1wbGF0ZS8uL25vZGVfbW9kdWxlcy9AaGVhZGxlc3N1aS9yZWFjdC9kaXN0L2hlYWRsZXNzdWkuZXNtLmpzPzYwNDAiXSwic291cmNlc0NvbnRlbnQiOlsiXG5leHBvcnQgeyBQb3BvdmVyIH0gZnJvbSBcIkM6XFxcXFVzZXJzXFxcXGxvcmVuXFxcXENvZGVcXFxcbHNjYXR1cmNoaW8ueHl6XFxcXG5vZGVfbW9kdWxlc1xcXFxAaGVhZGxlc3N1aVxcXFxyZWFjdFxcXFxkaXN0XFxcXGNvbXBvbmVudHNcXFxccG9wb3ZlclxcXFxwb3BvdmVyLmpzXCJcbmV4cG9ydCB7IFRyYW5zaXRpb24gfSBmcm9tIFwiQzpcXFxcVXNlcnNcXFxcbG9yZW5cXFxcQ29kZVxcXFxsc2NhdHVyY2hpby54eXpcXFxcbm9kZV9tb2R1bGVzXFxcXEBoZWFkbGVzc3VpXFxcXHJlYWN0XFxcXGRpc3RcXFxcY29tcG9uZW50c1xcXFx0cmFuc2l0aW9uc1xcXFx0cmFuc2l0aW9uLmpzXCIiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///__barrel_optimize__?names=Popover,Transition!=!./node_modules/@headlessui/react/dist/headlessui.esm.js\n"); - -/***/ }), - -/***/ "./src/images/avatar.jpg": -/*!*******************************!*\ - !*** ./src/images/avatar.jpg ***! - \*******************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/lscaturchio.xyz/_next/static/media/avatar.ed9ce137.jpg\",\"height\":1373,\"width\":1242,\"blurDataURL\":\"/lscaturchio.xyz/_next/image?url=%2Flscaturchio.xyz%2F_next%2Fstatic%2Fmedia%2Favatar.ed9ce137.jpg&w=7&q=70\",\"blurWidth\":7,\"blurHeight\":8});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvaW1hZ2VzL2F2YXRhci5qcGciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMsb1BBQW9QIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS10ZW1wbGF0ZS8uL3NyYy9pbWFnZXMvYXZhdGFyLmpwZz80MGRjIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL2xzY2F0dXJjaGlvLnh5ei9fbmV4dC9zdGF0aWMvbWVkaWEvYXZhdGFyLmVkOWNlMTM3LmpwZ1wiLFwiaGVpZ2h0XCI6MTM3MyxcIndpZHRoXCI6MTI0MixcImJsdXJEYXRhVVJMXCI6XCIvbHNjYXR1cmNoaW8ueHl6L19uZXh0L2ltYWdlP3VybD0lMkZsc2NhdHVyY2hpby54eXolMkZfbmV4dCUyRnN0YXRpYyUyRm1lZGlhJTJGYXZhdGFyLmVkOWNlMTM3LmpwZyZ3PTcmcT03MFwiLFwiYmx1cldpZHRoXCI6NyxcImJsdXJIZWlnaHRcIjo4fTsiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./src/images/avatar.jpg\n"); - -/***/ }), - -/***/ "./src/components/Container.jsx": -/*!**************************************!*\ - !*** ./src/components/Container.jsx ***! - \**************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Container: () => (/* binding */ Container)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"clsx\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(clsx__WEBPACK_IMPORTED_MODULE_2__);\n\n\n\nconst OuterContainer = /*#__PURE__*/ (0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(function OuterContainer({ className, children, ...props }, ref) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n ref: ref,\n className: clsx__WEBPACK_IMPORTED_MODULE_2___default()(\"sm:px-8\", className),\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl lg:px-8\",\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 9,\n columnNumber: 5\n }, this);\n});\nconst InnerContainer = /*#__PURE__*/ (0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(function InnerContainer({ className, children, ...props }, ref) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n ref: ref,\n className: clsx__WEBPACK_IMPORTED_MODULE_2___default()(\"relative px-4 sm:px-8 lg:px-12\", className),\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl lg:max-w-5xl\",\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 25,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 20,\n columnNumber: 5\n }, this);\n});\nconst Container = /*#__PURE__*/ (0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(function Container({ children, ...props }, ref) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(OuterContainer, {\n ref: ref,\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(InnerContainer, {\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 36,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 35,\n columnNumber: 5\n }, this);\n});\nContainer.Outer = OuterContainer;\nContainer.Inner = InnerContainer;\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0FBQWtDO0FBQ1g7QUFFdkIsTUFBTUUsK0JBQWlCRixpREFBVUEsQ0FBQyxTQUFTRSxlQUN6QyxFQUFFQyxTQUFTLEVBQUVDLFFBQVEsRUFBRSxHQUFHQyxPQUFPLEVBQ2pDQyxHQUFHO0lBRUgscUJBQ0UsOERBQUNDO1FBQUlELEtBQUtBO1FBQUtILFdBQVdGLDJDQUFJQSxDQUFDLFdBQVdFO1FBQWEsR0FBR0UsS0FBSztrQkFDN0QsNEVBQUNFO1lBQUlKLFdBQVU7c0JBQTZCQzs7Ozs7Ozs7Ozs7QUFHbEQ7QUFFQSxNQUFNSSwrQkFBaUJSLGlEQUFVQSxDQUFDLFNBQVNRLGVBQ3pDLEVBQUVMLFNBQVMsRUFBRUMsUUFBUSxFQUFFLEdBQUdDLE9BQU8sRUFDakNDLEdBQUc7SUFFSCxxQkFDRSw4REFBQ0M7UUFDQ0QsS0FBS0E7UUFDTEgsV0FBV0YsMkNBQUlBLENBQUMsa0NBQWtDRTtRQUNqRCxHQUFHRSxLQUFLO2tCQUVULDRFQUFDRTtZQUFJSixXQUFVO3NCQUFrQ0M7Ozs7Ozs7Ozs7O0FBR3ZEO0FBRU8sTUFBTUssMEJBQVlULGlEQUFVQSxDQUFDLFNBQVNTLFVBQzNDLEVBQUVMLFFBQVEsRUFBRSxHQUFHQyxPQUFPLEVBQ3RCQyxHQUFHO0lBRUgscUJBQ0UsOERBQUNKO1FBQWVJLEtBQUtBO1FBQU0sR0FBR0QsS0FBSztrQkFDakMsNEVBQUNHO3NCQUFnQko7Ozs7Ozs7Ozs7O0FBR3ZCLEdBQUU7QUFFRkssVUFBVUMsS0FBSyxHQUFHUjtBQUNsQk8sVUFBVUUsS0FBSyxHQUFHSCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWktdGVtcGxhdGUvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4PzdhNTkiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZm9yd2FyZFJlZiB9IGZyb20gJ3JlYWN0J1xuaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcblxuY29uc3QgT3V0ZXJDb250YWluZXIgPSBmb3J3YXJkUmVmKGZ1bmN0aW9uIE91dGVyQ29udGFpbmVyKFxuICB7IGNsYXNzTmFtZSwgY2hpbGRyZW4sIC4uLnByb3BzIH0sXG4gIHJlZlxuKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdiByZWY9e3JlZn0gY2xhc3NOYW1lPXtjbHN4KCdzbTpweC04JywgY2xhc3NOYW1lKX0gey4uLnByb3BzfT5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgbGc6cHgtOFwiPntjaGlsZHJlbn08L2Rpdj5cbiAgICA8L2Rpdj5cbiAgKVxufSlcblxuY29uc3QgSW5uZXJDb250YWluZXIgPSBmb3J3YXJkUmVmKGZ1bmN0aW9uIElubmVyQ29udGFpbmVyKFxuICB7IGNsYXNzTmFtZSwgY2hpbGRyZW4sIC4uLnByb3BzIH0sXG4gIHJlZlxuKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgcmVmPXtyZWZ9XG4gICAgICBjbGFzc05hbWU9e2Nsc3goJ3JlbGF0aXZlIHB4LTQgc206cHgtOCBsZzpweC0xMicsIGNsYXNzTmFtZSl9XG4gICAgICB7Li4ucHJvcHN9XG4gICAgPlxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTJ4bCBsZzptYXgtdy01eGxcIj57Y2hpbGRyZW59PC9kaXY+XG4gICAgPC9kaXY+XG4gIClcbn0pXG5cbmV4cG9ydCBjb25zdCBDb250YWluZXIgPSBmb3J3YXJkUmVmKGZ1bmN0aW9uIENvbnRhaW5lcihcbiAgeyBjaGlsZHJlbiwgLi4ucHJvcHMgfSxcbiAgcmVmXG4pIHtcbiAgcmV0dXJuIChcbiAgICA8T3V0ZXJDb250YWluZXIgcmVmPXtyZWZ9IHsuLi5wcm9wc30+XG4gICAgICA8SW5uZXJDb250YWluZXI+e2NoaWxkcmVufTwvSW5uZXJDb250YWluZXI+XG4gICAgPC9PdXRlckNvbnRhaW5lcj5cbiAgKVxufSlcblxuQ29udGFpbmVyLk91dGVyID0gT3V0ZXJDb250YWluZXJcbkNvbnRhaW5lci5Jbm5lciA9IElubmVyQ29udGFpbmVyXG4iXSwibmFtZXMiOlsiZm9yd2FyZFJlZiIsImNsc3giLCJPdXRlckNvbnRhaW5lciIsImNsYXNzTmFtZSIsImNoaWxkcmVuIiwicHJvcHMiLCJyZWYiLCJkaXYiLCJJbm5lckNvbnRhaW5lciIsIkNvbnRhaW5lciIsIk91dGVyIiwiSW5uZXIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./src/components/Container.jsx\n"); - -/***/ }), - -/***/ "./src/components/Footer.jsx": -/*!***********************************!*\ - !*** ./src/components/Footer.jsx ***! - \***********************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Footer: () => (/* binding */ Footer)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/link */ \"./node_modules/next/link.js\");\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Container */ \"./src/components/Container.jsx\");\n\n\n\nfunction NavLink({ href, children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)((next_link__WEBPACK_IMPORTED_MODULE_1___default()), {\n href: href,\n className: \"transition hover:text-blue-500 dark:hover:text-blue-400\",\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 7,\n columnNumber: 5\n }, this);\n}\nfunction Footer() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"footer\", {\n className: \"mt-32\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_2__.Container.Outer, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"border-t border-zinc-100 pb-16 pt-10 dark:border-zinc-700/40\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_2__.Container.Inner, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col items-center justify-between gap-6 sm:flex-row\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex gap-6 text-sm font-medium text-zinc-800 dark:text-zinc-200\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/about\",\n children: \"About\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 24,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/projects\",\n children: \"Projects\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 25,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/articles\",\n children: \"Articles\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 26,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/uses\",\n children: \"Uses\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 28,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/diet\",\n children: \"Diet\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 29,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 23,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"text-sm text-zinc-400 dark:text-zinc-500\",\n children: [\n \"\\xa9 \",\n new Date().getFullYear(),\n \" Lorenzo Scaturchio. All rights reserved.\"\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 31,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 22,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 21,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 20,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 19,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 18,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY29tcG9uZW50cy9Gb290ZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBNEI7QUFFc0I7QUFFbEQsU0FBU0UsUUFBUSxFQUFFQyxJQUFJLEVBQUVDLFFBQVEsRUFBRTtJQUNqQyxxQkFDRSw4REFBQ0osa0RBQUlBO1FBQ0hHLE1BQU1BO1FBQ05FLFdBQVU7a0JBRVREOzs7Ozs7QUFHUDtBQUVPLFNBQVNFO0lBQ2QscUJBQ0UsOERBQUNDO1FBQU9GLFdBQVU7a0JBQ2hCLDRFQUFDSiw0REFBU0EsQ0FBQ08sS0FBSztzQkFDZCw0RUFBQ0M7Z0JBQUlKLFdBQVU7MEJBQ2IsNEVBQUNKLDREQUFTQSxDQUFDUyxLQUFLOzhCQUNkLDRFQUFDRDt3QkFBSUosV0FBVTs7MENBQ2IsOERBQUNJO2dDQUFJSixXQUFVOztrREFDYiw4REFBQ0g7d0NBQVFDLE1BQUs7a0RBQVM7Ozs7OztrREFDdkIsOERBQUNEO3dDQUFRQyxNQUFLO2tEQUFZOzs7Ozs7a0RBQzFCLDhEQUFDRDt3Q0FBUUMsTUFBSztrREFBWTs7Ozs7O2tEQUUxQiw4REFBQ0Q7d0NBQVFDLE1BQUs7a0RBQVE7Ozs7OztrREFDdEIsOERBQUNEO3dDQUFRQyxNQUFLO2tEQUFROzs7Ozs7Ozs7Ozs7MENBRXhCLDhEQUFDUTtnQ0FBRU4sV0FBVTs7b0NBQTJDO29DQUM5QyxJQUFJTyxPQUFPQyxXQUFXO29DQUFHOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFTakQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLXRlbXBsYXRlLy4vc3JjL2NvbXBvbmVudHMvRm9vdGVyLmpzeD8xNTM5Il0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBMaW5rIGZyb20gJ25leHQvbGluaydcblxuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcidcblxuZnVuY3Rpb24gTmF2TGluayh7IGhyZWYsIGNoaWxkcmVuIH0pIHtcbiAgcmV0dXJuIChcbiAgICA8TGlua1xuICAgICAgaHJlZj17aHJlZn1cbiAgICAgIGNsYXNzTmFtZT1cInRyYW5zaXRpb24gaG92ZXI6dGV4dC1ibHVlLTUwMCBkYXJrOmhvdmVyOnRleHQtYmx1ZS00MDBcIlxuICAgID5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L0xpbms+XG4gIClcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIEZvb3RlcigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGNsYXNzTmFtZT1cIm10LTMyXCI+XG4gICAgICA8Q29udGFpbmVyLk91dGVyPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImJvcmRlci10IGJvcmRlci16aW5jLTEwMCBwYi0xNiBwdC0xMCBkYXJrOmJvcmRlci16aW5jLTcwMC80MFwiPlxuICAgICAgICAgIDxDb250YWluZXIuSW5uZXI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC1jb2wgaXRlbXMtY2VudGVyIGp1c3RpZnktYmV0d2VlbiBnYXAtNiBzbTpmbGV4LXJvd1wiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZ2FwLTYgdGV4dC1zbSBmb250LW1lZGl1bSB0ZXh0LXppbmMtODAwIGRhcms6dGV4dC16aW5jLTIwMFwiPlxuICAgICAgICAgICAgICAgIDxOYXZMaW5rIGhyZWY9XCIvYWJvdXRcIj5BYm91dDwvTmF2TGluaz5cbiAgICAgICAgICAgICAgICA8TmF2TGluayBocmVmPVwiL3Byb2plY3RzXCI+UHJvamVjdHM8L05hdkxpbms+XG4gICAgICAgICAgICAgICAgPE5hdkxpbmsgaHJlZj1cIi9hcnRpY2xlc1wiPkFydGljbGVzPC9OYXZMaW5rPlxuICAgICAgICAgICAgICAgIHsvKiA8TmF2TGluayBocmVmPVwiL3NwZWFraW5nXCI+U3BlYWtpbmc8L05hdkxpbms+ICovfVxuICAgICAgICAgICAgICAgIDxOYXZMaW5rIGhyZWY9XCIvdXNlc1wiPlVzZXM8L05hdkxpbms+XG4gICAgICAgICAgICAgICAgPE5hdkxpbmsgaHJlZj1cIi9kaWV0XCI+RGlldDwvTmF2TGluaz5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQtc20gdGV4dC16aW5jLTQwMCBkYXJrOnRleHQtemluYy01MDBcIj5cbiAgICAgICAgICAgICAgICAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gTG9yZW56byBTY2F0dXJjaGlvLiBBbGwgcmlnaHRzXG4gICAgICAgICAgICAgICAgcmVzZXJ2ZWQuXG4gICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvQ29udGFpbmVyLklubmVyPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvQ29udGFpbmVyLk91dGVyPlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiTGluayIsIkNvbnRhaW5lciIsIk5hdkxpbmsiLCJocmVmIiwiY2hpbGRyZW4iLCJjbGFzc05hbWUiLCJGb290ZXIiLCJmb290ZXIiLCJPdXRlciIsImRpdiIsIklubmVyIiwicCIsIkRhdGUiLCJnZXRGdWxsWWVhciJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./src/components/Footer.jsx\n"); - -/***/ }), - -/***/ "./src/components/Header.jsx": -/*!***********************************!*\ - !*** ./src/components/Header.jsx ***! - \***********************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Header: () => (/* binding */ Header)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/image */ \"./node_modules/next/image.js\");\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_image__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! next/link */ \"./node_modules/next/link.js\");\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! next/router */ \"./node_modules/next/router.js\");\n/* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_router__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! __barrel_optimize__?names=Popover,Transition!=!@headlessui/react */ \"__barrel_optimize__?names=Popover,Transition!=!./node_modules/@headlessui/react/dist/headlessui.esm.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! clsx */ \"clsx\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(clsx__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/components/Container */ \"./src/components/Container.jsx\");\n/* harmony import */ var _images_avatar_jpg__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/images/avatar.jpg */ \"./src/images/avatar.jpg\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\n\n\nfunction CloseIcon(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 24 24\",\n \"aria-hidden\": \"true\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"m17.25 6.75-10.5 10.5M6.75 6.75l10.5 10.5\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"1.5\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 13,\n columnNumber: 5\n }, this);\n}\nfunction ChevronDownIcon(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 8 6\",\n \"aria-hidden\": \"true\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M1.75 1.75 4 4.25l2.25-2.5\",\n fill: \"none\",\n strokeWidth: \"1.5\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 29,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 28,\n columnNumber: 5\n }, this);\n}\nfunction SunIcon(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 24 24\",\n strokeWidth: \"1.5\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n \"aria-hidden\": \"true\",\n ...props,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M8 12.25A4.25 4.25 0 0 1 12.25 8v0a4.25 4.25 0 0 1 4.25 4.25v0a4.25 4.25 0 0 1-4.25 4.25v0A4.25 4.25 0 0 1 8 12.25v0Z\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 50,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M12.25 3v1.5M21.5 12.25H20M18.791 18.791l-1.06-1.06M18.791 5.709l-1.06 1.06M12.25 20v1.5M4.5 12.25H3M6.77 6.77 5.709 5.709M6.77 17.73l-1.061 1.061\",\n fill: \"none\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 51,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 42,\n columnNumber: 5\n }, this);\n}\nfunction MoonIcon(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 24 24\",\n \"aria-hidden\": \"true\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M17.25 16.22a6.937 6.937 0 0 1-9.47-9.47 7.451 7.451 0 1 0 9.47 9.47ZM12.75 7C17 7 17 2.75 17 2.75S17 7 21.25 7C17 7 17 11.25 17 11.25S17 7 12.75 7Z\",\n strokeWidth: \"1.5\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 62,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 61,\n columnNumber: 5\n }, this);\n}\nfunction MobileNavItem({ href, children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Button, {\n as: (next_link__WEBPACK_IMPORTED_MODULE_2___default()),\n href: href,\n className: \"block py-2\",\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 75,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 74,\n columnNumber: 5\n }, this);\n}\nfunction MobileNavigation(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover, {\n ...props,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Button, {\n className: \"group flex items-center rounded-full bg-white/90 px-4 py-2 text-sm font-medium text-zinc-800 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur dark:bg-zinc-800/90 dark:text-zinc-200 dark:ring-white/10 dark:hover:ring-white/20\",\n children: [\n \"Menu\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(ChevronDownIcon, {\n className: \"ml-3 h-auto w-2 stroke-zinc-500 group-hover:stroke-zinc-700 dark:group-hover:stroke-zinc-400\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 87,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 85,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Transition.Root, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Transition.Child, {\n as: react__WEBPACK_IMPORTED_MODULE_7__.Fragment,\n enter: \"duration-150 ease-out\",\n enterFrom: \"opacity-0\",\n enterTo: \"opacity-100\",\n leave: \"duration-150 ease-in\",\n leaveFrom: \"opacity-100\",\n leaveTo: \"opacity-0\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Overlay, {\n className: \"fixed inset-0 z-50 bg-zinc-800/40 backdrop-blur-sm dark:bg-black/80\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 99,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 90,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Transition.Child, {\n as: react__WEBPACK_IMPORTED_MODULE_7__.Fragment,\n enter: \"duration-150 ease-out\",\n enterFrom: \"opacity-0 scale-95\",\n enterTo: \"opacity-100 scale-100\",\n leave: \"duration-150 ease-in\",\n leaveFrom: \"opacity-100 scale-100\",\n leaveTo: \"opacity-0 scale-95\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Panel, {\n focus: true,\n className: \"fixed inset-x-4 top-8 z-50 origin-top rounded-3xl bg-white p-8 ring-1 ring-zinc-900/5 dark:bg-zinc-900 dark:ring-zinc-800\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-row-reverse items-center justify-between\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Button, {\n \"aria-label\": \"Close menu\",\n className: \"-m-1 p-1\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(CloseIcon, {\n className: \"h-6 w-6 text-zinc-500 dark:text-zinc-400\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 116,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 115,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-sm font-medium text-zinc-600 dark:text-zinc-400\",\n children: \"Navigation\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 118,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 114,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"nav\", {\n className: \"mt-6\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n className: \"-my-2 divide-y divide-zinc-100 text-base text-zinc-800 dark:divide-zinc-100/5 dark:text-zinc-300\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/about\",\n children: \"About\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 124,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/articles\",\n children: \"Articles\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 125,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/projects\",\n children: \"Projects\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 126,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/uses\",\n children: \"Uses\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 128,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/diet\",\n children: \"Diet\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 129,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 123,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 122,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 110,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 101,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 89,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 84,\n columnNumber: 5\n }, this);\n}\nfunction NavItem({ href, children }) {\n let isActive = (0,next_router__WEBPACK_IMPORTED_MODULE_3__.useRouter)().pathname === href;\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)((next_link__WEBPACK_IMPORTED_MODULE_2___default()), {\n href: href,\n className: clsx__WEBPACK_IMPORTED_MODULE_4___default()(\"relative block px-3 py-2 transition\", isActive ? \"text-blue-500 dark:text-blue-400\" : \"hover:text-blue-500 dark:hover:text-blue-400\"),\n children: [\n children,\n isActive && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"absolute inset-x-1 -bottom-px h-px bg-gradient-to-r from-blue-500/0 via-blue-500/40 to-blue-500/0 dark:from-blue-400/0 dark:via-blue-400/40 dark:to-blue-400/0\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 155,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 144,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 143,\n columnNumber: 5\n }, this);\n}\nfunction DesktopNavigation(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"nav\", {\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n className: \"flex rounded-full bg-white/90 px-3 text-sm font-medium text-zinc-800 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur dark:bg-zinc-800/90 dark:text-zinc-200 dark:ring-white/10\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/about\",\n children: \"About\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 166,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/articles\",\n children: \"Articles\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 167,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/projects\",\n children: \"Projects\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 168,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/uses\",\n children: \"Uses\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 170,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/diet\",\n children: \"Diet\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 171,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 165,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 164,\n columnNumber: 5\n }, this);\n}\nfunction ModeToggle() {\n function disableTransitionsTemporarily() {\n document.documentElement.classList.add(\"[&_*]:!transition-none\");\n window.setTimeout(()=>{\n document.documentElement.classList.remove(\"[&_*]:!transition-none\");\n }, 0);\n }\n function toggleMode() {\n disableTransitionsTemporarily();\n let darkModeMediaQuery = window.matchMedia(\"(prefers-color-scheme: dark)\");\n let isSystemDarkMode = darkModeMediaQuery.matches;\n let isDarkMode = document.documentElement.classList.toggle(\"dark\");\n if (isDarkMode === isSystemDarkMode) {\n delete window.localStorage.isDarkMode;\n } else {\n window.localStorage.isDarkMode = isDarkMode;\n }\n }\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n type: \"button\",\n \"aria-label\": \"Toggle dark mode\",\n className: \"group rounded-full bg-white/90 px-3 py-2 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur transition dark:bg-zinc-800/90 dark:ring-white/10 dark:hover:ring-white/20\",\n onClick: toggleMode,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SunIcon, {\n className: \"h-6 w-6 fill-zinc-100 stroke-zinc-500 transition group-hover:fill-zinc-200 group-hover:stroke-zinc-700 dark:hidden [@media(prefers-color-scheme:dark)]:fill-blue-50 [@media(prefers-color-scheme:dark)]:stroke-blue-500 [@media(prefers-color-scheme:dark)]:group-hover:fill-blue-50 [@media(prefers-color-scheme:dark)]:group-hover:stroke-blue-600\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 206,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MoonIcon, {\n className: \"hidden h-6 w-6 fill-zinc-700 stroke-zinc-500 transition dark:block [@media(prefers-color-scheme:dark)]:group-hover:stroke-zinc-400 [@media_not_(prefers-color-scheme:dark)]:fill-blue-400/10 [@media_not_(prefers-color-scheme:dark)]:stroke-blue-500\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 207,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 200,\n columnNumber: 5\n }, this);\n}\nfunction clamp(number, a, b) {\n let min = Math.min(a, b);\n let max = Math.max(a, b);\n return Math.min(Math.max(number, min), max);\n}\nfunction AvatarContainer({ className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: clsx__WEBPACK_IMPORTED_MODULE_4___default()(className, \"h-10 w-10 rounded-full bg-white/90 p-0.5 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur dark:bg-zinc-800/90 dark:ring-white/10\"),\n ...props\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 220,\n columnNumber: 5\n }, this);\n}\nfunction Avatar({ large = false, className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)((next_link__WEBPACK_IMPORTED_MODULE_2___default()), {\n href: \"/\",\n \"aria-label\": \"Home\",\n className: clsx__WEBPACK_IMPORTED_MODULE_4___default()(className, \"pointer-events-auto\"),\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)((next_image__WEBPACK_IMPORTED_MODULE_1___default()), {\n src: _images_avatar_jpg__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n alt: \"\",\n sizes: large ? \"4rem\" : \"2.25rem\",\n className: clsx__WEBPACK_IMPORTED_MODULE_4___default()(\"rounded-full bg-zinc-100 object-cover dark:bg-zinc-800\", large ? \"h-16 w-16\" : \"h-9 w-9\"),\n priority: true\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 238,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 232,\n columnNumber: 5\n }, this);\n}\nfunction Header() {\n let isHomePage = (0,next_router__WEBPACK_IMPORTED_MODULE_3__.useRouter)().pathname === \"/\";\n let headerRef = (0,react__WEBPACK_IMPORTED_MODULE_7__.useRef)();\n let avatarRef = (0,react__WEBPACK_IMPORTED_MODULE_7__.useRef)();\n let isInitial = (0,react__WEBPACK_IMPORTED_MODULE_7__.useRef)(true);\n (0,react__WEBPACK_IMPORTED_MODULE_7__.useEffect)(()=>{\n let downDelay = avatarRef.current?.offsetTop ?? 0;\n let upDelay = 64;\n function setProperty(property, value) {\n document.documentElement.style.setProperty(property, value);\n }\n function removeProperty(property) {\n document.documentElement.style.removeProperty(property);\n }\n function updateHeaderStyles() {\n let { top, height } = headerRef.current.getBoundingClientRect();\n let scrollY = clamp(window.scrollY, 0, document.body.scrollHeight - window.innerHeight);\n if (isInitial.current) {\n setProperty(\"--header-position\", \"sticky\");\n }\n setProperty(\"--content-offset\", `${downDelay}px`);\n if (isInitial.current || scrollY < downDelay) {\n setProperty(\"--header-height\", `${downDelay + height}px`);\n setProperty(\"--header-mb\", `${-downDelay}px`);\n } else if (top + height < -upDelay) {\n let offset = Math.max(height, scrollY - upDelay);\n setProperty(\"--header-height\", `${offset}px`);\n setProperty(\"--header-mb\", `${height - offset}px`);\n } else if (top === 0) {\n setProperty(\"--header-height\", `${scrollY + height}px`);\n setProperty(\"--header-mb\", `${-scrollY}px`);\n }\n if (top === 0 && scrollY > 0 && scrollY >= downDelay) {\n setProperty(\"--header-inner-position\", \"fixed\");\n removeProperty(\"--header-top\");\n removeProperty(\"--avatar-top\");\n } else {\n removeProperty(\"--header-inner-position\");\n setProperty(\"--header-top\", \"0px\");\n setProperty(\"--avatar-top\", \"0px\");\n }\n }\n function updateAvatarStyles() {\n if (!isHomePage) {\n return;\n }\n let fromScale = 1;\n let toScale = 36 / 64;\n let fromX = 0;\n let toX = 2 / 16;\n let scrollY = downDelay - window.scrollY;\n let scale = scrollY * (fromScale - toScale) / downDelay + toScale;\n scale = clamp(scale, fromScale, toScale);\n let x = scrollY * (fromX - toX) / downDelay + toX;\n x = clamp(x, fromX, toX);\n setProperty(\"--avatar-image-transform\", `translate3d(${x}rem, 0, 0) scale(${scale})`);\n let borderScale = 1 / (toScale / scale);\n let borderX = (-toX + x) * borderScale;\n let borderTransform = `translate3d(${borderX}rem, 0, 0) scale(${borderScale})`;\n setProperty(\"--avatar-border-transform\", borderTransform);\n setProperty(\"--avatar-border-opacity\", scale === toScale ? 1 : 0);\n }\n function updateStyles() {\n updateHeaderStyles();\n updateAvatarStyles();\n isInitial.current = false;\n }\n updateStyles();\n window.addEventListener(\"scroll\", updateStyles, {\n passive: true\n });\n window.addEventListener(\"resize\", updateStyles);\n return ()=>{\n window.removeEventListener(\"scroll\", updateStyles, {\n passive: true\n });\n window.removeEventListener(\"resize\", updateStyles);\n };\n }, [\n isHomePage\n ]);\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"header\", {\n className: \"pointer-events-none relative z-50 flex flex-col\",\n style: {\n height: \"var(--header-height)\",\n marginBottom: \"var(--header-mb)\"\n },\n children: [\n isHomePage && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n ref: avatarRef,\n className: \"order-last mt-[calc(theme(spacing.16)-theme(spacing.3))]\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 366,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_5__.Container, {\n className: \"top-0 order-last -mb-3 pt-3\",\n style: {\n position: \"var(--header-position)\"\n },\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"top-[var(--avatar-top,theme(spacing.3))] w-full\",\n style: {\n position: \"var(--header-inner-position)\"\n },\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(AvatarContainer, {\n className: \"absolute left-0 top-3 origin-left transition-opacity\",\n style: {\n opacity: \"var(--avatar-border-opacity, 0)\",\n transform: \"var(--avatar-border-transform)\"\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 379,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Avatar, {\n large: true,\n className: \"block h-16 w-16 origin-left\",\n style: {\n transform: \"var(--avatar-image-transform)\"\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 386,\n columnNumber: 19\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 378,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 374,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 370,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n ref: headerRef,\n className: \"top-0 z-10 h-16 pt-6\",\n style: {\n position: \"var(--header-position)\"\n },\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_5__.Container, {\n className: \"top-[var(--header-top,theme(spacing.6))] w-full\",\n style: {\n position: \"var(--header-inner-position)\"\n },\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative flex gap-4\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-1\",\n children: !isHomePage && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(AvatarContainer, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Avatar, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 409,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 408,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 406,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-1 justify-end md:justify-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavigation, {\n className: \"pointer-events-auto md:hidden\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 414,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(DesktopNavigation, {\n className: \"pointer-events-auto hidden md:block\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 415,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 413,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex justify-end md:flex-1\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pointer-events-auto\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(ModeToggle, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 419,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 418,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 417,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 405,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 401,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 396,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 357,\n columnNumber: 7\n }, this),\n isHomePage && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n style: {\n height: \"var(--content-offset)\"\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 426,\n columnNumber: 22\n }, this)\n ]\n }, void 0, true);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY29tcG9uZW50cy9IZWFkZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQThCO0FBQ0Y7QUFDVztBQUNnQjtBQUNoQztBQUUyQjtBQUNMO0FBQ007QUFFbkQsU0FBU1csVUFBVUMsS0FBSztJQUN0QixxQkFDRSw4REFBQ0M7UUFBSUMsU0FBUTtRQUFZQyxlQUFZO1FBQVEsR0FBR0gsS0FBSztrQkFDbkQsNEVBQUNJO1lBQ0NDLEdBQUU7WUFDRkMsTUFBSztZQUNMQyxRQUFPO1lBQ1BDLGFBQVk7WUFDWkMsZUFBYztZQUNkQyxnQkFBZTs7Ozs7Ozs7Ozs7QUFJdkI7QUFFQSxTQUFTQyxnQkFBZ0JYLEtBQUs7SUFDNUIscUJBQ0UsOERBQUNDO1FBQUlDLFNBQVE7UUFBVUMsZUFBWTtRQUFRLEdBQUdILEtBQUs7a0JBQ2pELDRFQUFDSTtZQUNDQyxHQUFFO1lBQ0ZDLE1BQUs7WUFDTEUsYUFBWTtZQUNaQyxlQUFjO1lBQ2RDLGdCQUFlOzs7Ozs7Ozs7OztBQUl2QjtBQUVBLFNBQVNFLFFBQVFaLEtBQUs7SUFDcEIscUJBQ0UsOERBQUNDO1FBQ0NDLFNBQVE7UUFDUk0sYUFBWTtRQUNaQyxlQUFjO1FBQ2RDLGdCQUFlO1FBQ2ZQLGVBQVk7UUFDWCxHQUFHSCxLQUFLOzswQkFFVCw4REFBQ0k7Z0JBQUtDLEdBQUU7Ozs7OzswQkFDUiw4REFBQ0Q7Z0JBQ0NDLEdBQUU7Z0JBQ0ZDLE1BQUs7Ozs7Ozs7Ozs7OztBQUliO0FBRUEsU0FBU08sU0FBU2IsS0FBSztJQUNyQixxQkFDRSw4REFBQ0M7UUFBSUMsU0FBUTtRQUFZQyxlQUFZO1FBQVEsR0FBR0gsS0FBSztrQkFDbkQsNEVBQUNJO1lBQ0NDLEdBQUU7WUFDRkcsYUFBWTtZQUNaQyxlQUFjO1lBQ2RDLGdCQUFlOzs7Ozs7Ozs7OztBQUl2QjtBQUVBLFNBQVNJLGNBQWMsRUFBRUMsSUFBSSxFQUFFQyxRQUFRLEVBQUU7SUFDdkMscUJBQ0UsOERBQUNDO2tCQUNDLDRFQUFDMUIsK0ZBQU9BLENBQUMyQixNQUFNO1lBQUNDLElBQUk5QixrREFBSUE7WUFBRTBCLE1BQU1BO1lBQU1LLFdBQVU7c0JBQzdDSjs7Ozs7Ozs7Ozs7QUFJVDtBQUVBLFNBQVNLLGlCQUFpQnJCLEtBQUs7SUFDN0IscUJBQ0UsOERBQUNULCtGQUFPQTtRQUFFLEdBQUdTLEtBQUs7OzBCQUNoQiw4REFBQ1QsK0ZBQU9BLENBQUMyQixNQUFNO2dCQUFDRSxXQUFVOztvQkFBbVA7a0NBRTNRLDhEQUFDVDt3QkFBZ0JTLFdBQVU7Ozs7Ozs7Ozs7OzswQkFFN0IsOERBQUM1QixrR0FBVUEsQ0FBQzhCLElBQUk7O2tDQUNkLDhEQUFDOUIsa0dBQVVBLENBQUMrQixLQUFLO3dCQUNmSixJQUFJdkIsMkNBQVFBO3dCQUNaNEIsT0FBTTt3QkFDTkMsV0FBVTt3QkFDVkMsU0FBUTt3QkFDUkMsT0FBTTt3QkFDTkMsV0FBVTt3QkFDVkMsU0FBUTtrQ0FFUiw0RUFBQ3RDLCtGQUFPQSxDQUFDdUMsT0FBTzs0QkFBQ1YsV0FBVTs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDNUIsa0dBQVVBLENBQUMrQixLQUFLO3dCQUNmSixJQUFJdkIsMkNBQVFBO3dCQUNaNEIsT0FBTTt3QkFDTkMsV0FBVTt3QkFDVkMsU0FBUTt3QkFDUkMsT0FBTTt3QkFDTkMsV0FBVTt3QkFDVkMsU0FBUTtrQ0FFUiw0RUFBQ3RDLCtGQUFPQSxDQUFDd0MsS0FBSzs0QkFDWkMsS0FBSzs0QkFDTFosV0FBVTs7OENBRVYsOERBQUNhO29DQUFJYixXQUFVOztzREFDYiw4REFBQzdCLCtGQUFPQSxDQUFDMkIsTUFBTTs0Q0FBQ2dCLGNBQVc7NENBQWFkLFdBQVU7c0RBQ2hELDRFQUFDckI7Z0RBQVVxQixXQUFVOzs7Ozs7Ozs7OztzREFFdkIsOERBQUNlOzRDQUFHZixXQUFVO3NEQUF1RDs7Ozs7Ozs7Ozs7OzhDQUl2RSw4REFBQ2dCO29DQUFJaEIsV0FBVTs4Q0FDYiw0RUFBQ2lCO3dDQUFHakIsV0FBVTs7MERBQ1osOERBQUNOO2dEQUFjQyxNQUFLOzBEQUFTOzs7Ozs7MERBQzdCLDhEQUFDRDtnREFBY0MsTUFBSzswREFBWTs7Ozs7OzBEQUNoQyw4REFBQ0Q7Z0RBQWNDLE1BQUs7MERBQVk7Ozs7OzswREFFaEMsOERBQUNEO2dEQUFjQyxNQUFLOzBEQUFROzs7Ozs7MERBQzVCLDhEQUFDRDtnREFBY0MsTUFBSzswREFBUTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQVE1QztBQUVBLFNBQVN1QixRQUFRLEVBQUV2QixJQUFJLEVBQUVDLFFBQVEsRUFBRTtJQUNqQyxJQUFJdUIsV0FBV2pELHNEQUFTQSxHQUFHa0QsUUFBUSxLQUFLekI7SUFFeEMscUJBQ0UsOERBQUNFO2tCQUNDLDRFQUFDNUIsa0RBQUlBO1lBQ0gwQixNQUFNQTtZQUNOSyxXQUFXM0IsMkNBQUlBLENBQ2IsdUNBQ0E4QyxXQUNJLHFDQUNBOztnQkFHTHZCO2dCQUNBdUIsMEJBQ0MsOERBQUNFO29CQUFLckIsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFLMUI7QUFFQSxTQUFTc0Isa0JBQWtCMUMsS0FBSztJQUM5QixxQkFDRSw4REFBQ29DO1FBQUssR0FBR3BDLEtBQUs7a0JBQ1osNEVBQUNxQztZQUFHakIsV0FBVTs7OEJBQ1osOERBQUNrQjtvQkFBUXZCLE1BQUs7OEJBQVM7Ozs7Ozs4QkFDdkIsOERBQUN1QjtvQkFBUXZCLE1BQUs7OEJBQVk7Ozs7Ozs4QkFDMUIsOERBQUN1QjtvQkFBUXZCLE1BQUs7OEJBQVk7Ozs7Ozs4QkFFMUIsOERBQUN1QjtvQkFBUXZCLE1BQUs7OEJBQVE7Ozs7Ozs4QkFDdEIsOERBQUN1QjtvQkFBUXZCLE1BQUs7OEJBQVE7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBSTlCO0FBRUEsU0FBUzRCO0lBQ1AsU0FBU0M7UUFDUEMsU0FBU0MsZUFBZSxDQUFDQyxTQUFTLENBQUNDLEdBQUcsQ0FBQztRQUN2Q0MsT0FBT0MsVUFBVSxDQUFDO1lBQ2hCTCxTQUFTQyxlQUFlLENBQUNDLFNBQVMsQ0FBQ0ksTUFBTSxDQUFDO1FBQzVDLEdBQUc7SUFDTDtJQUVBLFNBQVNDO1FBQ1BSO1FBRUEsSUFBSVMscUJBQXFCSixPQUFPSyxVQUFVLENBQUM7UUFDM0MsSUFBSUMsbUJBQW1CRixtQkFBbUJHLE9BQU87UUFDakQsSUFBSUMsYUFBYVosU0FBU0MsZUFBZSxDQUFDQyxTQUFTLENBQUNXLE1BQU0sQ0FBQztRQUUzRCxJQUFJRCxlQUFlRixrQkFBa0I7WUFDbkMsT0FBT04sT0FBT1UsWUFBWSxDQUFDRixVQUFVO1FBQ3ZDLE9BQU87WUFDTFIsT0FBT1UsWUFBWSxDQUFDRixVQUFVLEdBQUdBO1FBQ25DO0lBQ0Y7SUFFQSxxQkFDRSw4REFBQ0c7UUFDQ0MsTUFBSztRQUNMM0IsY0FBVztRQUNYZCxXQUFVO1FBQ1YwQyxTQUFTVjs7MEJBRVQsOERBQUN4QztnQkFBUVEsV0FBVTs7Ozs7OzBCQUNuQiw4REFBQ1A7Z0JBQVNPLFdBQVU7Ozs7Ozs7Ozs7OztBQUcxQjtBQUVBLFNBQVMyQyxNQUFNQyxNQUFNLEVBQUVDLENBQUMsRUFBRUMsQ0FBQztJQUN6QixJQUFJQyxNQUFNQyxLQUFLRCxHQUFHLENBQUNGLEdBQUdDO0lBQ3RCLElBQUlHLE1BQU1ELEtBQUtDLEdBQUcsQ0FBQ0osR0FBR0M7SUFDdEIsT0FBT0UsS0FBS0QsR0FBRyxDQUFDQyxLQUFLQyxHQUFHLENBQUNMLFFBQVFHLE1BQU1FO0FBQ3pDO0FBRUEsU0FBU0MsZ0JBQWdCLEVBQUVsRCxTQUFTLEVBQUUsR0FBR3BCLE9BQU87SUFDOUMscUJBQ0UsOERBQUNpQztRQUNDYixXQUFXM0IsMkNBQUlBLENBQ2IyQixXQUNBO1FBRUQsR0FBR3BCLEtBQUs7Ozs7OztBQUdmO0FBRUEsU0FBU3VFLE9BQU8sRUFBRUMsUUFBUSxLQUFLLEVBQUVwRCxTQUFTLEVBQUUsR0FBR3BCLE9BQU87SUFDcEQscUJBQ0UsOERBQUNYLGtEQUFJQTtRQUNIMEIsTUFBSztRQUNMbUIsY0FBVztRQUNYZCxXQUFXM0IsMkNBQUlBLENBQUMyQixXQUFXO1FBQzFCLEdBQUdwQixLQUFLO2tCQUVULDRFQUFDWixtREFBS0E7WUFDSnFGLEtBQUs5RSwwREFBV0E7WUFDaEIrRSxLQUFJO1lBQ0pDLE9BQU9ILFFBQVEsU0FBUztZQUN4QnBELFdBQVczQiwyQ0FBSUEsQ0FDYiwwREFDQStFLFFBQVEsY0FBYztZQUV4QkksUUFBUTs7Ozs7Ozs7Ozs7QUFJaEI7QUFFTyxTQUFTQztJQUNkLElBQUlDLGFBQWF4RixzREFBU0EsR0FBR2tELFFBQVEsS0FBSztJQUUxQyxJQUFJdUMsWUFBWWpGLDZDQUFNQTtJQUN0QixJQUFJa0YsWUFBWWxGLDZDQUFNQTtJQUN0QixJQUFJbUYsWUFBWW5GLDZDQUFNQSxDQUFDO0lBRXZCRCxnREFBU0EsQ0FBQztRQUNSLElBQUlxRixZQUFZRixVQUFVRyxPQUFPLEVBQUVDLGFBQWE7UUFDaEQsSUFBSUMsVUFBVTtRQUVkLFNBQVNDLFlBQVlDLFFBQVEsRUFBRUMsS0FBSztZQUNsQzNDLFNBQVNDLGVBQWUsQ0FBQzJDLEtBQUssQ0FBQ0gsV0FBVyxDQUFDQyxVQUFVQztRQUN2RDtRQUVBLFNBQVNFLGVBQWVILFFBQVE7WUFDOUIxQyxTQUFTQyxlQUFlLENBQUMyQyxLQUFLLENBQUNDLGNBQWMsQ0FBQ0g7UUFDaEQ7UUFFQSxTQUFTSTtZQUNQLElBQUksRUFBRUMsR0FBRyxFQUFFQyxNQUFNLEVBQUUsR0FBR2QsVUFBVUksT0FBTyxDQUFDVyxxQkFBcUI7WUFDN0QsSUFBSUMsVUFBVWhDLE1BQ1pkLE9BQU84QyxPQUFPLEVBQ2QsR0FDQWxELFNBQVNtRCxJQUFJLENBQUNDLFlBQVksR0FBR2hELE9BQU9pRCxXQUFXO1lBR2pELElBQUlqQixVQUFVRSxPQUFPLEVBQUU7Z0JBQ3JCRyxZQUFZLHFCQUFxQjtZQUNuQztZQUVBQSxZQUFZLG9CQUFvQixDQUFDLEVBQUVKLFVBQVUsRUFBRSxDQUFDO1lBRWhELElBQUlELFVBQVVFLE9BQU8sSUFBSVksVUFBVWIsV0FBVztnQkFDNUNJLFlBQVksbUJBQW1CLENBQUMsRUFBRUosWUFBWVcsT0FBTyxFQUFFLENBQUM7Z0JBQ3hEUCxZQUFZLGVBQWUsQ0FBQyxFQUFFLENBQUNKLFVBQVUsRUFBRSxDQUFDO1lBQzlDLE9BQU8sSUFBSVUsTUFBTUMsU0FBUyxDQUFDUixTQUFTO2dCQUNsQyxJQUFJYyxTQUFTL0IsS0FBS0MsR0FBRyxDQUFDd0IsUUFBUUUsVUFBVVY7Z0JBQ3hDQyxZQUFZLG1CQUFtQixDQUFDLEVBQUVhLE9BQU8sRUFBRSxDQUFDO2dCQUM1Q2IsWUFBWSxlQUFlLENBQUMsRUFBRU8sU0FBU00sT0FBTyxFQUFFLENBQUM7WUFDbkQsT0FBTyxJQUFJUCxRQUFRLEdBQUc7Z0JBQ3BCTixZQUFZLG1CQUFtQixDQUFDLEVBQUVTLFVBQVVGLE9BQU8sRUFBRSxDQUFDO2dCQUN0RFAsWUFBWSxlQUFlLENBQUMsRUFBRSxDQUFDUyxRQUFRLEVBQUUsQ0FBQztZQUM1QztZQUVBLElBQUlILFFBQVEsS0FBS0csVUFBVSxLQUFLQSxXQUFXYixXQUFXO2dCQUNwREksWUFBWSwyQkFBMkI7Z0JBQ3ZDSSxlQUFlO2dCQUNmQSxlQUFlO1lBQ2pCLE9BQU87Z0JBQ0xBLGVBQWU7Z0JBQ2ZKLFlBQVksZ0JBQWdCO2dCQUM1QkEsWUFBWSxnQkFBZ0I7WUFDOUI7UUFDRjtRQUVBLFNBQVNjO1lBQ1AsSUFBSSxDQUFDdEIsWUFBWTtnQkFDZjtZQUNGO1lBRUEsSUFBSXVCLFlBQVk7WUFDaEIsSUFBSUMsVUFBVSxLQUFLO1lBQ25CLElBQUlDLFFBQVE7WUFDWixJQUFJQyxNQUFNLElBQUk7WUFFZCxJQUFJVCxVQUFVYixZQUFZakMsT0FBTzhDLE9BQU87WUFFeEMsSUFBSVUsUUFBUSxVQUFZSixDQUFBQSxZQUFZQyxPQUFNLElBQU1wQixZQUFZb0I7WUFDNURHLFFBQVExQyxNQUFNMEMsT0FBT0osV0FBV0M7WUFFaEMsSUFBSUksSUFBSSxVQUFZSCxDQUFBQSxRQUFRQyxHQUFFLElBQU10QixZQUFZc0I7WUFDaERFLElBQUkzQyxNQUFNMkMsR0FBR0gsT0FBT0M7WUFFcEJsQixZQUNFLDRCQUNBLENBQUMsWUFBWSxFQUFFb0IsRUFBRSxpQkFBaUIsRUFBRUQsTUFBTSxDQUFDLENBQUM7WUFHOUMsSUFBSUUsY0FBYyxJQUFLTCxDQUFBQSxVQUFVRyxLQUFJO1lBQ3JDLElBQUlHLFVBQVUsQ0FBQyxDQUFDSixNQUFNRSxDQUFBQSxJQUFLQztZQUMzQixJQUFJRSxrQkFBa0IsQ0FBQyxZQUFZLEVBQUVELFFBQVEsaUJBQWlCLEVBQUVELFlBQVksQ0FBQyxDQUFDO1lBRTlFckIsWUFBWSw2QkFBNkJ1QjtZQUN6Q3ZCLFlBQVksMkJBQTJCbUIsVUFBVUgsVUFBVSxJQUFJO1FBQ2pFO1FBRUEsU0FBU1E7WUFDUG5CO1lBQ0FTO1lBQ0FuQixVQUFVRSxPQUFPLEdBQUc7UUFDdEI7UUFFQTJCO1FBQ0E3RCxPQUFPOEQsZ0JBQWdCLENBQUMsVUFBVUQsY0FBYztZQUFFRSxTQUFTO1FBQUs7UUFDaEUvRCxPQUFPOEQsZ0JBQWdCLENBQUMsVUFBVUQ7UUFFbEMsT0FBTztZQUNMN0QsT0FBT2dFLG1CQUFtQixDQUFDLFVBQVVILGNBQWM7Z0JBQUVFLFNBQVM7WUFBSztZQUNuRS9ELE9BQU9nRSxtQkFBbUIsQ0FBQyxVQUFVSDtRQUN2QztJQUNGLEdBQUc7UUFBQ2hDO0tBQVc7SUFFZixxQkFDRTs7MEJBQ0UsOERBQUNvQztnQkFDQzlGLFdBQVU7Z0JBQ1ZxRSxPQUFPO29CQUNMSSxRQUFRO29CQUNSc0IsY0FBYztnQkFDaEI7O29CQUVDckMsNEJBQ0M7OzBDQUNFLDhEQUFDN0M7Z0NBQ0NtRixLQUFLcEM7Z0NBQ0w1RCxXQUFVOzs7Ozs7MENBRVosOERBQUMxQiw0REFBU0E7Z0NBQ1IwQixXQUFVO2dDQUNWcUUsT0FBTztvQ0FBRTRCLFVBQVU7Z0NBQXlCOzBDQUU1Qyw0RUFBQ3BGO29DQUNDYixXQUFVO29DQUNWcUUsT0FBTzt3Q0FBRTRCLFVBQVU7b0NBQStCOzhDQUVsRCw0RUFBQ3BGO3dDQUFJYixXQUFVOzswREFDYiw4REFBQ2tEO2dEQUNDbEQsV0FBVTtnREFDVnFFLE9BQU87b0RBQ0w2QixTQUFTO29EQUNUQyxXQUFXO2dEQUNiOzs7Ozs7MERBRUYsOERBQUNoRDtnREFDQ0MsS0FBSztnREFDTHBELFdBQVU7Z0RBQ1ZxRSxPQUFPO29EQUFFOEIsV0FBVztnREFBZ0M7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrQ0FPaEUsOERBQUN0Rjt3QkFDQ21GLEtBQUtyQzt3QkFDTDNELFdBQVU7d0JBQ1ZxRSxPQUFPOzRCQUFFNEIsVUFBVTt3QkFBeUI7a0NBRTVDLDRFQUFDM0gsNERBQVNBOzRCQUNSMEIsV0FBVTs0QkFDVnFFLE9BQU87Z0NBQUU0QixVQUFVOzRCQUErQjtzQ0FFbEQsNEVBQUNwRjtnQ0FBSWIsV0FBVTs7a0RBQ2IsOERBQUNhO3dDQUFJYixXQUFVO2tEQUNaLENBQUMwRCw0QkFDQSw4REFBQ1I7c0RBQ0MsNEVBQUNDOzs7Ozs7Ozs7Ozs7Ozs7a0RBSVAsOERBQUN0Qzt3Q0FBSWIsV0FBVTs7MERBQ2IsOERBQUNDO2dEQUFpQkQsV0FBVTs7Ozs7OzBEQUM1Qiw4REFBQ3NCO2dEQUFrQnRCLFdBQVU7Ozs7Ozs7Ozs7OztrREFFL0IsOERBQUNhO3dDQUFJYixXQUFVO2tEQUNiLDRFQUFDYTs0Q0FBSWIsV0FBVTtzREFDYiw0RUFBQ3VCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O1lBT1ptQyw0QkFBYyw4REFBQzdDO2dCQUFJd0QsT0FBTztvQkFBRUksUUFBUTtnQkFBd0I7Ozs7Ozs7O0FBR25FIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS10ZW1wbGF0ZS8uL3NyYy9jb21wb25lbnRzL0hlYWRlci5qc3g/M2NiNiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgSW1hZ2UgZnJvbSAnbmV4dC9pbWFnZSdcbmltcG9ydCBMaW5rIGZyb20gJ25leHQvbGluaydcbmltcG9ydCB7IHVzZVJvdXRlciB9IGZyb20gJ25leHQvcm91dGVyJ1xuaW1wb3J0IHsgUG9wb3ZlciwgVHJhbnNpdGlvbiB9IGZyb20gJ0BoZWFkbGVzc3VpL3JlYWN0J1xuaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcblxuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcidcbmltcG9ydCBhdmF0YXJJbWFnZSBmcm9tICdAL2ltYWdlcy9hdmF0YXIuanBnJ1xuaW1wb3J0IHsgRnJhZ21lbnQsIHVzZUVmZmVjdCwgdXNlUmVmIH0gZnJvbSAncmVhY3QnXG5cbmZ1bmN0aW9uIENsb3NlSWNvbihwcm9wcykge1xuICByZXR1cm4gKFxuICAgIDxzdmcgdmlld0JveD1cIjAgMCAyNCAyNFwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIHsuLi5wcm9wc30+XG4gICAgICA8cGF0aFxuICAgICAgICBkPVwibTE3LjI1IDYuNzUtMTAuNSAxMC41TTYuNzUgNi43NWwxMC41IDEwLjVcIlxuICAgICAgICBmaWxsPVwibm9uZVwiXG4gICAgICAgIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiXG4gICAgICAgIHN0cm9rZVdpZHRoPVwiMS41XCJcbiAgICAgICAgc3Ryb2tlTGluZWNhcD1cInJvdW5kXCJcbiAgICAgICAgc3Ryb2tlTGluZWpvaW49XCJyb3VuZFwiXG4gICAgICAvPlxuICAgIDwvc3ZnPlxuICApXG59XG5cbmZ1bmN0aW9uIENoZXZyb25Eb3duSWNvbihwcm9wcykge1xuICByZXR1cm4gKFxuICAgIDxzdmcgdmlld0JveD1cIjAgMCA4IDZcIiBhcmlhLWhpZGRlbj1cInRydWVcIiB7Li4ucHJvcHN9PlxuICAgICAgPHBhdGhcbiAgICAgICAgZD1cIk0xLjc1IDEuNzUgNCA0LjI1bDIuMjUtMi41XCJcbiAgICAgICAgZmlsbD1cIm5vbmVcIlxuICAgICAgICBzdHJva2VXaWR0aD1cIjEuNVwiXG4gICAgICAgIHN0cm9rZUxpbmVjYXA9XCJyb3VuZFwiXG4gICAgICAgIHN0cm9rZUxpbmVqb2luPVwicm91bmRcIlxuICAgICAgLz5cbiAgICA8L3N2Zz5cbiAgKVxufVxuXG5mdW5jdGlvbiBTdW5JY29uKHByb3BzKSB7XG4gIHJldHVybiAoXG4gICAgPHN2Z1xuICAgICAgdmlld0JveD1cIjAgMCAyNCAyNFwiXG4gICAgICBzdHJva2VXaWR0aD1cIjEuNVwiXG4gICAgICBzdHJva2VMaW5lY2FwPVwicm91bmRcIlxuICAgICAgc3Ryb2tlTGluZWpvaW49XCJyb3VuZFwiXG4gICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgey4uLnByb3BzfVxuICAgID5cbiAgICAgIDxwYXRoIGQ9XCJNOCAxMi4yNUE0LjI1IDQuMjUgMCAwIDEgMTIuMjUgOHYwYTQuMjUgNC4yNSAwIDAgMSA0LjI1IDQuMjV2MGE0LjI1IDQuMjUgMCAwIDEtNC4yNSA0LjI1djBBNC4yNSA0LjI1IDAgMCAxIDggMTIuMjV2MFpcIiAvPlxuICAgICAgPHBhdGhcbiAgICAgICAgZD1cIk0xMi4yNSAzdjEuNU0yMS41IDEyLjI1SDIwTTE4Ljc5MSAxOC43OTFsLTEuMDYtMS4wNk0xOC43OTEgNS43MDlsLTEuMDYgMS4wNk0xMi4yNSAyMHYxLjVNNC41IDEyLjI1SDNNNi43NyA2Ljc3IDUuNzA5IDUuNzA5TTYuNzcgMTcuNzNsLTEuMDYxIDEuMDYxXCJcbiAgICAgICAgZmlsbD1cIm5vbmVcIlxuICAgICAgLz5cbiAgICA8L3N2Zz5cbiAgKVxufVxuXG5mdW5jdGlvbiBNb29uSWNvbihwcm9wcykge1xuICByZXR1cm4gKFxuICAgIDxzdmcgdmlld0JveD1cIjAgMCAyNCAyNFwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIHsuLi5wcm9wc30+XG4gICAgICA8cGF0aFxuICAgICAgICBkPVwiTTE3LjI1IDE2LjIyYTYuOTM3IDYuOTM3IDAgMCAxLTkuNDctOS40NyA3LjQ1MSA3LjQ1MSAwIDEgMCA5LjQ3IDkuNDdaTTEyLjc1IDdDMTcgNyAxNyAyLjc1IDE3IDIuNzVTMTcgNyAyMS4yNSA3QzE3IDcgMTcgMTEuMjUgMTcgMTEuMjVTMTcgNyAxMi43NSA3WlwiXG4gICAgICAgIHN0cm9rZVdpZHRoPVwiMS41XCJcbiAgICAgICAgc3Ryb2tlTGluZWNhcD1cInJvdW5kXCJcbiAgICAgICAgc3Ryb2tlTGluZWpvaW49XCJyb3VuZFwiXG4gICAgICAvPlxuICAgIDwvc3ZnPlxuICApXG59XG5cbmZ1bmN0aW9uIE1vYmlsZU5hdkl0ZW0oeyBocmVmLCBjaGlsZHJlbiB9KSB7XG4gIHJldHVybiAoXG4gICAgPGxpPlxuICAgICAgPFBvcG92ZXIuQnV0dG9uIGFzPXtMaW5rfSBocmVmPXtocmVmfSBjbGFzc05hbWU9XCJibG9jayBweS0yXCI+XG4gICAgICAgIHtjaGlsZHJlbn1cbiAgICAgIDwvUG9wb3Zlci5CdXR0b24+XG4gICAgPC9saT5cbiAgKVxufVxuXG5mdW5jdGlvbiBNb2JpbGVOYXZpZ2F0aW9uKHByb3BzKSB7XG4gIHJldHVybiAoXG4gICAgPFBvcG92ZXIgey4uLnByb3BzfT5cbiAgICAgIDxQb3BvdmVyLkJ1dHRvbiBjbGFzc05hbWU9XCJncm91cCBmbGV4IGl0ZW1zLWNlbnRlciByb3VuZGVkLWZ1bGwgYmctd2hpdGUvOTAgcHgtNCBweS0yIHRleHQtc20gZm9udC1tZWRpdW0gdGV4dC16aW5jLTgwMCBzaGFkb3ctbGcgc2hhZG93LXppbmMtODAwLzUgcmluZy0xIHJpbmctemluYy05MDAvNSBiYWNrZHJvcC1ibHVyIGRhcms6YmctemluYy04MDAvOTAgZGFyazp0ZXh0LXppbmMtMjAwIGRhcms6cmluZy13aGl0ZS8xMCBkYXJrOmhvdmVyOnJpbmctd2hpdGUvMjBcIj5cbiAgICAgICAgTWVudVxuICAgICAgICA8Q2hldnJvbkRvd25JY29uIGNsYXNzTmFtZT1cIm1sLTMgaC1hdXRvIHctMiBzdHJva2UtemluYy01MDAgZ3JvdXAtaG92ZXI6c3Ryb2tlLXppbmMtNzAwIGRhcms6Z3JvdXAtaG92ZXI6c3Ryb2tlLXppbmMtNDAwXCIgLz5cbiAgICAgIDwvUG9wb3Zlci5CdXR0b24+XG4gICAgICA8VHJhbnNpdGlvbi5Sb290PlxuICAgICAgICA8VHJhbnNpdGlvbi5DaGlsZFxuICAgICAgICAgIGFzPXtGcmFnbWVudH1cbiAgICAgICAgICBlbnRlcj1cImR1cmF0aW9uLTE1MCBlYXNlLW91dFwiXG4gICAgICAgICAgZW50ZXJGcm9tPVwib3BhY2l0eS0wXCJcbiAgICAgICAgICBlbnRlclRvPVwib3BhY2l0eS0xMDBcIlxuICAgICAgICAgIGxlYXZlPVwiZHVyYXRpb24tMTUwIGVhc2UtaW5cIlxuICAgICAgICAgIGxlYXZlRnJvbT1cIm9wYWNpdHktMTAwXCJcbiAgICAgICAgICBsZWF2ZVRvPVwib3BhY2l0eS0wXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxQb3BvdmVyLk92ZXJsYXkgY2xhc3NOYW1lPVwiZml4ZWQgaW5zZXQtMCB6LTUwIGJnLXppbmMtODAwLzQwIGJhY2tkcm9wLWJsdXItc20gZGFyazpiZy1ibGFjay84MFwiIC8+XG4gICAgICAgIDwvVHJhbnNpdGlvbi5DaGlsZD5cbiAgICAgICAgPFRyYW5zaXRpb24uQ2hpbGRcbiAgICAgICAgICBhcz17RnJhZ21lbnR9XG4gICAgICAgICAgZW50ZXI9XCJkdXJhdGlvbi0xNTAgZWFzZS1vdXRcIlxuICAgICAgICAgIGVudGVyRnJvbT1cIm9wYWNpdHktMCBzY2FsZS05NVwiXG4gICAgICAgICAgZW50ZXJUbz1cIm9wYWNpdHktMTAwIHNjYWxlLTEwMFwiXG4gICAgICAgICAgbGVhdmU9XCJkdXJhdGlvbi0xNTAgZWFzZS1pblwiXG4gICAgICAgICAgbGVhdmVGcm9tPVwib3BhY2l0eS0xMDAgc2NhbGUtMTAwXCJcbiAgICAgICAgICBsZWF2ZVRvPVwib3BhY2l0eS0wIHNjYWxlLTk1XCJcbiAgICAgICAgPlxuICAgICAgICAgIDxQb3BvdmVyLlBhbmVsXG4gICAgICAgICAgICBmb2N1c1xuICAgICAgICAgICAgY2xhc3NOYW1lPVwiZml4ZWQgaW5zZXQteC00IHRvcC04IHotNTAgb3JpZ2luLXRvcCByb3VuZGVkLTN4bCBiZy13aGl0ZSBwLTggcmluZy0xIHJpbmctemluYy05MDAvNSBkYXJrOmJnLXppbmMtOTAwIGRhcms6cmluZy16aW5jLTgwMFwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IGZsZXgtcm93LXJldmVyc2UgaXRlbXMtY2VudGVyIGp1c3RpZnktYmV0d2VlblwiPlxuICAgICAgICAgICAgICA8UG9wb3Zlci5CdXR0b24gYXJpYS1sYWJlbD1cIkNsb3NlIG1lbnVcIiBjbGFzc05hbWU9XCItbS0xIHAtMVwiPlxuICAgICAgICAgICAgICAgIDxDbG9zZUljb24gY2xhc3NOYW1lPVwiaC02IHctNiB0ZXh0LXppbmMtNTAwIGRhcms6dGV4dC16aW5jLTQwMFwiIC8+XG4gICAgICAgICAgICAgIDwvUG9wb3Zlci5CdXR0b24+XG4gICAgICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtbWVkaXVtIHRleHQtemluYy02MDAgZGFyazp0ZXh0LXppbmMtNDAwXCI+XG4gICAgICAgICAgICAgICAgTmF2aWdhdGlvblxuICAgICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8bmF2IGNsYXNzTmFtZT1cIm10LTZcIj5cbiAgICAgICAgICAgICAgPHVsIGNsYXNzTmFtZT1cIi1teS0yIGRpdmlkZS15IGRpdmlkZS16aW5jLTEwMCB0ZXh0LWJhc2UgdGV4dC16aW5jLTgwMCBkYXJrOmRpdmlkZS16aW5jLTEwMC81IGRhcms6dGV4dC16aW5jLTMwMFwiPlxuICAgICAgICAgICAgICAgIDxNb2JpbGVOYXZJdGVtIGhyZWY9XCIvYWJvdXRcIj5BYm91dDwvTW9iaWxlTmF2SXRlbT5cbiAgICAgICAgICAgICAgICA8TW9iaWxlTmF2SXRlbSBocmVmPVwiL2FydGljbGVzXCI+QXJ0aWNsZXM8L01vYmlsZU5hdkl0ZW0+XG4gICAgICAgICAgICAgICAgPE1vYmlsZU5hdkl0ZW0gaHJlZj1cIi9wcm9qZWN0c1wiPlByb2plY3RzPC9Nb2JpbGVOYXZJdGVtPlxuICAgICAgICAgICAgICAgIHsvKiA8TW9iaWxlTmF2SXRlbSBocmVmPVwiL3NwZWFraW5nXCI+U3BlYWtpbmc8L01vYmlsZU5hdkl0ZW0+ICovfVxuICAgICAgICAgICAgICAgIDxNb2JpbGVOYXZJdGVtIGhyZWY9XCIvdXNlc1wiPlVzZXM8L01vYmlsZU5hdkl0ZW0+XG4gICAgICAgICAgICAgICAgPE1vYmlsZU5hdkl0ZW0gaHJlZj1cIi9kaWV0XCI+RGlldDwvTW9iaWxlTmF2SXRlbT5cbiAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgIDwvbmF2PlxuICAgICAgICAgIDwvUG9wb3Zlci5QYW5lbD5cbiAgICAgICAgPC9UcmFuc2l0aW9uLkNoaWxkPlxuICAgICAgPC9UcmFuc2l0aW9uLlJvb3Q+XG4gICAgPC9Qb3BvdmVyPlxuICApXG59XG5cbmZ1bmN0aW9uIE5hdkl0ZW0oeyBocmVmLCBjaGlsZHJlbiB9KSB7XG4gIGxldCBpc0FjdGl2ZSA9IHVzZVJvdXRlcigpLnBhdGhuYW1lID09PSBocmVmXG5cbiAgcmV0dXJuIChcbiAgICA8bGk+XG4gICAgICA8TGlua1xuICAgICAgICBocmVmPXtocmVmfVxuICAgICAgICBjbGFzc05hbWU9e2Nsc3goXG4gICAgICAgICAgJ3JlbGF0aXZlIGJsb2NrIHB4LTMgcHktMiB0cmFuc2l0aW9uJyxcbiAgICAgICAgICBpc0FjdGl2ZVxuICAgICAgICAgICAgPyAndGV4dC1ibHVlLTUwMCBkYXJrOnRleHQtYmx1ZS00MDAnXG4gICAgICAgICAgICA6ICdob3Zlcjp0ZXh0LWJsdWUtNTAwIGRhcms6aG92ZXI6dGV4dC1ibHVlLTQwMCdcbiAgICAgICAgKX1cbiAgICAgID5cbiAgICAgICAge2NoaWxkcmVufVxuICAgICAgICB7aXNBY3RpdmUgJiYgKFxuICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMSAtYm90dG9tLXB4IGgtcHggYmctZ3JhZGllbnQtdG8tciBmcm9tLWJsdWUtNTAwLzAgdmlhLWJsdWUtNTAwLzQwIHRvLWJsdWUtNTAwLzAgZGFyazpmcm9tLWJsdWUtNDAwLzAgZGFyazp2aWEtYmx1ZS00MDAvNDAgZGFyazp0by1ibHVlLTQwMC8wXCIgLz5cbiAgICAgICAgKX1cbiAgICAgIDwvTGluaz5cbiAgICA8L2xpPlxuICApXG59XG5cbmZ1bmN0aW9uIERlc2t0b3BOYXZpZ2F0aW9uKHByb3BzKSB7XG4gIHJldHVybiAoXG4gICAgPG5hdiB7Li4ucHJvcHN9PlxuICAgICAgPHVsIGNsYXNzTmFtZT1cImZsZXggcm91bmRlZC1mdWxsIGJnLXdoaXRlLzkwIHB4LTMgdGV4dC1zbSBmb250LW1lZGl1bSB0ZXh0LXppbmMtODAwIHNoYWRvdy1sZyBzaGFkb3ctemluYy04MDAvNSByaW5nLTEgcmluZy16aW5jLTkwMC81IGJhY2tkcm9wLWJsdXIgZGFyazpiZy16aW5jLTgwMC85MCBkYXJrOnRleHQtemluYy0yMDAgZGFyazpyaW5nLXdoaXRlLzEwXCI+XG4gICAgICAgIDxOYXZJdGVtIGhyZWY9XCIvYWJvdXRcIj5BYm91dDwvTmF2SXRlbT5cbiAgICAgICAgPE5hdkl0ZW0gaHJlZj1cIi9hcnRpY2xlc1wiPkFydGljbGVzPC9OYXZJdGVtPlxuICAgICAgICA8TmF2SXRlbSBocmVmPVwiL3Byb2plY3RzXCI+UHJvamVjdHM8L05hdkl0ZW0+XG4gICAgICAgIHsvKiA8TmF2SXRlbSBocmVmPVwiL3NwZWFraW5nXCI+U3BlYWtpbmc8L05hdkl0ZW0+ICovfVxuICAgICAgICA8TmF2SXRlbSBocmVmPVwiL3VzZXNcIj5Vc2VzPC9OYXZJdGVtPlxuICAgICAgICA8TmF2SXRlbSBocmVmPVwiL2RpZXRcIj5EaWV0PC9OYXZJdGVtPlxuICAgICAgPC91bD5cbiAgICA8L25hdj5cbiAgKVxufVxuXG5mdW5jdGlvbiBNb2RlVG9nZ2xlKCkge1xuICBmdW5jdGlvbiBkaXNhYmxlVHJhbnNpdGlvbnNUZW1wb3JhcmlseSgpIHtcbiAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuY2xhc3NMaXN0LmFkZCgnWyZfKl06IXRyYW5zaXRpb24tbm9uZScpXG4gICAgd2luZG93LnNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsYXNzTGlzdC5yZW1vdmUoJ1smXypdOiF0cmFuc2l0aW9uLW5vbmUnKVxuICAgIH0sIDApXG4gIH1cblxuICBmdW5jdGlvbiB0b2dnbGVNb2RlKCkge1xuICAgIGRpc2FibGVUcmFuc2l0aW9uc1RlbXBvcmFyaWx5KClcblxuICAgIGxldCBkYXJrTW9kZU1lZGlhUXVlcnkgPSB3aW5kb3cubWF0Y2hNZWRpYSgnKHByZWZlcnMtY29sb3Itc2NoZW1lOiBkYXJrKScpXG4gICAgbGV0IGlzU3lzdGVtRGFya01vZGUgPSBkYXJrTW9kZU1lZGlhUXVlcnkubWF0Y2hlc1xuICAgIGxldCBpc0RhcmtNb2RlID0gZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsYXNzTGlzdC50b2dnbGUoJ2RhcmsnKVxuXG4gICAgaWYgKGlzRGFya01vZGUgPT09IGlzU3lzdGVtRGFya01vZGUpIHtcbiAgICAgIGRlbGV0ZSB3aW5kb3cubG9jYWxTdG9yYWdlLmlzRGFya01vZGVcbiAgICB9IGVsc2Uge1xuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5pc0RhcmtNb2RlID0gaXNEYXJrTW9kZVxuICAgIH1cbiAgfVxuXG4gIHJldHVybiAoXG4gICAgPGJ1dHRvblxuICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICBhcmlhLWxhYmVsPVwiVG9nZ2xlIGRhcmsgbW9kZVwiXG4gICAgICBjbGFzc05hbWU9XCJncm91cCByb3VuZGVkLWZ1bGwgYmctd2hpdGUvOTAgcHgtMyBweS0yIHNoYWRvdy1sZyBzaGFkb3ctemluYy04MDAvNSByaW5nLTEgcmluZy16aW5jLTkwMC81IGJhY2tkcm9wLWJsdXIgdHJhbnNpdGlvbiBkYXJrOmJnLXppbmMtODAwLzkwIGRhcms6cmluZy13aGl0ZS8xMCBkYXJrOmhvdmVyOnJpbmctd2hpdGUvMjBcIlxuICAgICAgb25DbGljaz17dG9nZ2xlTW9kZX1cbiAgICA+XG4gICAgICA8U3VuSWNvbiBjbGFzc05hbWU9XCJoLTYgdy02IGZpbGwtemluYy0xMDAgc3Ryb2tlLXppbmMtNTAwIHRyYW5zaXRpb24gZ3JvdXAtaG92ZXI6ZmlsbC16aW5jLTIwMCBncm91cC1ob3ZlcjpzdHJva2UtemluYy03MDAgZGFyazpoaWRkZW4gW0BtZWRpYShwcmVmZXJzLWNvbG9yLXNjaGVtZTpkYXJrKV06ZmlsbC1ibHVlLTUwIFtAbWVkaWEocHJlZmVycy1jb2xvci1zY2hlbWU6ZGFyayldOnN0cm9rZS1ibHVlLTUwMCBbQG1lZGlhKHByZWZlcnMtY29sb3Itc2NoZW1lOmRhcmspXTpncm91cC1ob3ZlcjpmaWxsLWJsdWUtNTAgW0BtZWRpYShwcmVmZXJzLWNvbG9yLXNjaGVtZTpkYXJrKV06Z3JvdXAtaG92ZXI6c3Ryb2tlLWJsdWUtNjAwXCIgLz5cbiAgICAgIDxNb29uSWNvbiBjbGFzc05hbWU9XCJoaWRkZW4gaC02IHctNiBmaWxsLXppbmMtNzAwIHN0cm9rZS16aW5jLTUwMCB0cmFuc2l0aW9uIGRhcms6YmxvY2sgW0BtZWRpYShwcmVmZXJzLWNvbG9yLXNjaGVtZTpkYXJrKV06Z3JvdXAtaG92ZXI6c3Ryb2tlLXppbmMtNDAwIFtAbWVkaWFfbm90XyhwcmVmZXJzLWNvbG9yLXNjaGVtZTpkYXJrKV06ZmlsbC1ibHVlLTQwMC8xMCBbQG1lZGlhX25vdF8ocHJlZmVycy1jb2xvci1zY2hlbWU6ZGFyayldOnN0cm9rZS1ibHVlLTUwMFwiIC8+XG4gICAgPC9idXR0b24+XG4gIClcbn1cblxuZnVuY3Rpb24gY2xhbXAobnVtYmVyLCBhLCBiKSB7XG4gIGxldCBtaW4gPSBNYXRoLm1pbihhLCBiKVxuICBsZXQgbWF4ID0gTWF0aC5tYXgoYSwgYilcbiAgcmV0dXJuIE1hdGgubWluKE1hdGgubWF4KG51bWJlciwgbWluKSwgbWF4KVxufVxuXG5mdW5jdGlvbiBBdmF0YXJDb250YWluZXIoeyBjbGFzc05hbWUsIC4uLnByb3BzIH0pIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICBjbGFzc05hbWU9e2Nsc3goXG4gICAgICAgIGNsYXNzTmFtZSxcbiAgICAgICAgJ2gtMTAgdy0xMCByb3VuZGVkLWZ1bGwgYmctd2hpdGUvOTAgcC0wLjUgc2hhZG93LWxnIHNoYWRvdy16aW5jLTgwMC81IHJpbmctMSByaW5nLXppbmMtOTAwLzUgYmFja2Ryb3AtYmx1ciBkYXJrOmJnLXppbmMtODAwLzkwIGRhcms6cmluZy13aGl0ZS8xMCdcbiAgICAgICl9XG4gICAgICB7Li4ucHJvcHN9XG4gICAgLz5cbiAgKVxufVxuXG5mdW5jdGlvbiBBdmF0YXIoeyBsYXJnZSA9IGZhbHNlLCBjbGFzc05hbWUsIC4uLnByb3BzIH0pIHtcbiAgcmV0dXJuIChcbiAgICA8TGlua1xuICAgICAgaHJlZj1cIi9cIlxuICAgICAgYXJpYS1sYWJlbD1cIkhvbWVcIlxuICAgICAgY2xhc3NOYW1lPXtjbHN4KGNsYXNzTmFtZSwgJ3BvaW50ZXItZXZlbnRzLWF1dG8nKX1cbiAgICAgIHsuLi5wcm9wc31cbiAgICA+XG4gICAgICA8SW1hZ2VcbiAgICAgICAgc3JjPXthdmF0YXJJbWFnZX1cbiAgICAgICAgYWx0PVwiXCJcbiAgICAgICAgc2l6ZXM9e2xhcmdlID8gJzRyZW0nIDogJzIuMjVyZW0nfVxuICAgICAgICBjbGFzc05hbWU9e2Nsc3goXG4gICAgICAgICAgJ3JvdW5kZWQtZnVsbCBiZy16aW5jLTEwMCBvYmplY3QtY292ZXIgZGFyazpiZy16aW5jLTgwMCcsXG4gICAgICAgICAgbGFyZ2UgPyAnaC0xNiB3LTE2JyA6ICdoLTkgdy05J1xuICAgICAgICApfVxuICAgICAgICBwcmlvcml0eVxuICAgICAgLz5cbiAgICA8L0xpbms+XG4gIClcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIEhlYWRlcigpIHtcbiAgbGV0IGlzSG9tZVBhZ2UgPSB1c2VSb3V0ZXIoKS5wYXRobmFtZSA9PT0gJy8nXG5cbiAgbGV0IGhlYWRlclJlZiA9IHVzZVJlZigpXG4gIGxldCBhdmF0YXJSZWYgPSB1c2VSZWYoKVxuICBsZXQgaXNJbml0aWFsID0gdXNlUmVmKHRydWUpXG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBsZXQgZG93bkRlbGF5ID0gYXZhdGFyUmVmLmN1cnJlbnQ/Lm9mZnNldFRvcCA/PyAwXG4gICAgbGV0IHVwRGVsYXkgPSA2NFxuXG4gICAgZnVuY3Rpb24gc2V0UHJvcGVydHkocHJvcGVydHksIHZhbHVlKSB7XG4gICAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuc3R5bGUuc2V0UHJvcGVydHkocHJvcGVydHksIHZhbHVlKVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIHJlbW92ZVByb3BlcnR5KHByb3BlcnR5KSB7XG4gICAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuc3R5bGUucmVtb3ZlUHJvcGVydHkocHJvcGVydHkpXG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdXBkYXRlSGVhZGVyU3R5bGVzKCkge1xuICAgICAgbGV0IHsgdG9wLCBoZWlnaHQgfSA9IGhlYWRlclJlZi5jdXJyZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpXG4gICAgICBsZXQgc2Nyb2xsWSA9IGNsYW1wKFxuICAgICAgICB3aW5kb3cuc2Nyb2xsWSxcbiAgICAgICAgMCxcbiAgICAgICAgZG9jdW1lbnQuYm9keS5zY3JvbGxIZWlnaHQgLSB3aW5kb3cuaW5uZXJIZWlnaHRcbiAgICAgIClcblxuICAgICAgaWYgKGlzSW5pdGlhbC5jdXJyZW50KSB7XG4gICAgICAgIHNldFByb3BlcnR5KCctLWhlYWRlci1wb3NpdGlvbicsICdzdGlja3knKVxuICAgICAgfVxuXG4gICAgICBzZXRQcm9wZXJ0eSgnLS1jb250ZW50LW9mZnNldCcsIGAke2Rvd25EZWxheX1weGApXG5cbiAgICAgIGlmIChpc0luaXRpYWwuY3VycmVudCB8fCBzY3JvbGxZIDwgZG93bkRlbGF5KSB7XG4gICAgICAgIHNldFByb3BlcnR5KCctLWhlYWRlci1oZWlnaHQnLCBgJHtkb3duRGVsYXkgKyBoZWlnaHR9cHhgKVxuICAgICAgICBzZXRQcm9wZXJ0eSgnLS1oZWFkZXItbWInLCBgJHstZG93bkRlbGF5fXB4YClcbiAgICAgIH0gZWxzZSBpZiAodG9wICsgaGVpZ2h0IDwgLXVwRGVsYXkpIHtcbiAgICAgICAgbGV0IG9mZnNldCA9IE1hdGgubWF4KGhlaWdodCwgc2Nyb2xsWSAtIHVwRGVsYXkpXG4gICAgICAgIHNldFByb3BlcnR5KCctLWhlYWRlci1oZWlnaHQnLCBgJHtvZmZzZXR9cHhgKVxuICAgICAgICBzZXRQcm9wZXJ0eSgnLS1oZWFkZXItbWInLCBgJHtoZWlnaHQgLSBvZmZzZXR9cHhgKVxuICAgICAgfSBlbHNlIGlmICh0b3AgPT09IDApIHtcbiAgICAgICAgc2V0UHJvcGVydHkoJy0taGVhZGVyLWhlaWdodCcsIGAke3Njcm9sbFkgKyBoZWlnaHR9cHhgKVxuICAgICAgICBzZXRQcm9wZXJ0eSgnLS1oZWFkZXItbWInLCBgJHstc2Nyb2xsWX1weGApXG4gICAgICB9XG5cbiAgICAgIGlmICh0b3AgPT09IDAgJiYgc2Nyb2xsWSA+IDAgJiYgc2Nyb2xsWSA+PSBkb3duRGVsYXkpIHtcbiAgICAgICAgc2V0UHJvcGVydHkoJy0taGVhZGVyLWlubmVyLXBvc2l0aW9uJywgJ2ZpeGVkJylcbiAgICAgICAgcmVtb3ZlUHJvcGVydHkoJy0taGVhZGVyLXRvcCcpXG4gICAgICAgIHJlbW92ZVByb3BlcnR5KCctLWF2YXRhci10b3AnKVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgcmVtb3ZlUHJvcGVydHkoJy0taGVhZGVyLWlubmVyLXBvc2l0aW9uJylcbiAgICAgICAgc2V0UHJvcGVydHkoJy0taGVhZGVyLXRvcCcsICcwcHgnKVxuICAgICAgICBzZXRQcm9wZXJ0eSgnLS1hdmF0YXItdG9wJywgJzBweCcpXG4gICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdXBkYXRlQXZhdGFyU3R5bGVzKCkge1xuICAgICAgaWYgKCFpc0hvbWVQYWdlKSB7XG4gICAgICAgIHJldHVyblxuICAgICAgfVxuXG4gICAgICBsZXQgZnJvbVNjYWxlID0gMVxuICAgICAgbGV0IHRvU2NhbGUgPSAzNiAvIDY0XG4gICAgICBsZXQgZnJvbVggPSAwXG4gICAgICBsZXQgdG9YID0gMiAvIDE2XG5cbiAgICAgIGxldCBzY3JvbGxZID0gZG93bkRlbGF5IC0gd2luZG93LnNjcm9sbFlcblxuICAgICAgbGV0IHNjYWxlID0gKHNjcm9sbFkgKiAoZnJvbVNjYWxlIC0gdG9TY2FsZSkpIC8gZG93bkRlbGF5ICsgdG9TY2FsZVxuICAgICAgc2NhbGUgPSBjbGFtcChzY2FsZSwgZnJvbVNjYWxlLCB0b1NjYWxlKVxuXG4gICAgICBsZXQgeCA9IChzY3JvbGxZICogKGZyb21YIC0gdG9YKSkgLyBkb3duRGVsYXkgKyB0b1hcbiAgICAgIHggPSBjbGFtcCh4LCBmcm9tWCwgdG9YKVxuXG4gICAgICBzZXRQcm9wZXJ0eShcbiAgICAgICAgJy0tYXZhdGFyLWltYWdlLXRyYW5zZm9ybScsXG4gICAgICAgIGB0cmFuc2xhdGUzZCgke3h9cmVtLCAwLCAwKSBzY2FsZSgke3NjYWxlfSlgXG4gICAgICApXG5cbiAgICAgIGxldCBib3JkZXJTY2FsZSA9IDEgLyAodG9TY2FsZSAvIHNjYWxlKVxuICAgICAgbGV0IGJvcmRlclggPSAoLXRvWCArIHgpICogYm9yZGVyU2NhbGVcbiAgICAgIGxldCBib3JkZXJUcmFuc2Zvcm0gPSBgdHJhbnNsYXRlM2QoJHtib3JkZXJYfXJlbSwgMCwgMCkgc2NhbGUoJHtib3JkZXJTY2FsZX0pYFxuXG4gICAgICBzZXRQcm9wZXJ0eSgnLS1hdmF0YXItYm9yZGVyLXRyYW5zZm9ybScsIGJvcmRlclRyYW5zZm9ybSlcbiAgICAgIHNldFByb3BlcnR5KCctLWF2YXRhci1ib3JkZXItb3BhY2l0eScsIHNjYWxlID09PSB0b1NjYWxlID8gMSA6IDApXG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdXBkYXRlU3R5bGVzKCkge1xuICAgICAgdXBkYXRlSGVhZGVyU3R5bGVzKClcbiAgICAgIHVwZGF0ZUF2YXRhclN0eWxlcygpXG4gICAgICBpc0luaXRpYWwuY3VycmVudCA9IGZhbHNlXG4gICAgfVxuXG4gICAgdXBkYXRlU3R5bGVzKClcbiAgICB3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcignc2Nyb2xsJywgdXBkYXRlU3R5bGVzLCB7IHBhc3NpdmU6IHRydWUgfSlcbiAgICB3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcigncmVzaXplJywgdXBkYXRlU3R5bGVzKVxuXG4gICAgcmV0dXJuICgpID0+IHtcbiAgICAgIHdpbmRvdy5yZW1vdmVFdmVudExpc3RlbmVyKCdzY3JvbGwnLCB1cGRhdGVTdHlsZXMsIHsgcGFzc2l2ZTogdHJ1ZSB9KVxuICAgICAgd2luZG93LnJlbW92ZUV2ZW50TGlzdGVuZXIoJ3Jlc2l6ZScsIHVwZGF0ZVN0eWxlcylcbiAgICB9XG4gIH0sIFtpc0hvbWVQYWdlXSlcblxuICByZXR1cm4gKFxuICAgIDw+XG4gICAgICA8aGVhZGVyXG4gICAgICAgIGNsYXNzTmFtZT1cInBvaW50ZXItZXZlbnRzLW5vbmUgcmVsYXRpdmUgei01MCBmbGV4IGZsZXgtY29sXCJcbiAgICAgICAgc3R5bGU9e3tcbiAgICAgICAgICBoZWlnaHQ6ICd2YXIoLS1oZWFkZXItaGVpZ2h0KScsXG4gICAgICAgICAgbWFyZ2luQm90dG9tOiAndmFyKC0taGVhZGVyLW1iKScsXG4gICAgICAgIH19XG4gICAgICA+XG4gICAgICAgIHtpc0hvbWVQYWdlICYmIChcbiAgICAgICAgICA8PlxuICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICByZWY9e2F2YXRhclJlZn1cbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwib3JkZXItbGFzdCBtdC1bY2FsYyh0aGVtZShzcGFjaW5nLjE2KS10aGVtZShzcGFjaW5nLjMpKV1cIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICAgIDxDb250YWluZXJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwidG9wLTAgb3JkZXItbGFzdCAtbWItMyBwdC0zXCJcbiAgICAgICAgICAgICAgc3R5bGU9e3sgcG9zaXRpb246ICd2YXIoLS1oZWFkZXItcG9zaXRpb24pJyB9fVxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwidG9wLVt2YXIoLS1hdmF0YXItdG9wLHRoZW1lKHNwYWNpbmcuMykpXSB3LWZ1bGxcIlxuICAgICAgICAgICAgICAgIHN0eWxlPXt7IHBvc2l0aW9uOiAndmFyKC0taGVhZGVyLWlubmVyLXBvc2l0aW9uKScgfX1cbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cbiAgICAgICAgICAgICAgICAgIDxBdmF0YXJDb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiYWJzb2x1dGUgbGVmdC0wIHRvcC0zIG9yaWdpbi1sZWZ0IHRyYW5zaXRpb24tb3BhY2l0eVwiXG4gICAgICAgICAgICAgICAgICAgIHN0eWxlPXt7XG4gICAgICAgICAgICAgICAgICAgICAgb3BhY2l0eTogJ3ZhcigtLWF2YXRhci1ib3JkZXItb3BhY2l0eSwgMCknLFxuICAgICAgICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogJ3ZhcigtLWF2YXRhci1ib3JkZXItdHJhbnNmb3JtKScsXG4gICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgPEF2YXRhclxuICAgICAgICAgICAgICAgICAgICBsYXJnZVxuICAgICAgICAgICAgICAgICAgICBjbGFzc05hbWU9XCJibG9jayBoLTE2IHctMTYgb3JpZ2luLWxlZnRcIlxuICAgICAgICAgICAgICAgICAgICBzdHlsZT17eyB0cmFuc2Zvcm06ICd2YXIoLS1hdmF0YXItaW1hZ2UtdHJhbnNmb3JtKScgfX1cbiAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9Db250YWluZXI+XG4gICAgICAgICAgPC8+XG4gICAgICAgICl9XG4gICAgICAgIDxkaXZcbiAgICAgICAgICByZWY9e2hlYWRlclJlZn1cbiAgICAgICAgICBjbGFzc05hbWU9XCJ0b3AtMCB6LTEwIGgtMTYgcHQtNlwiXG4gICAgICAgICAgc3R5bGU9e3sgcG9zaXRpb246ICd2YXIoLS1oZWFkZXItcG9zaXRpb24pJyB9fVxuICAgICAgICA+XG4gICAgICAgICAgPENvbnRhaW5lclxuICAgICAgICAgICAgY2xhc3NOYW1lPVwidG9wLVt2YXIoLS1oZWFkZXItdG9wLHRoZW1lKHNwYWNpbmcuNikpXSB3LWZ1bGxcIlxuICAgICAgICAgICAgc3R5bGU9e3sgcG9zaXRpb246ICd2YXIoLS1oZWFkZXItaW5uZXItcG9zaXRpb24pJyB9fVxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgZmxleCBnYXAtNFwiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC0xXCI+XG4gICAgICAgICAgICAgICAgeyFpc0hvbWVQYWdlICYmIChcbiAgICAgICAgICAgICAgICAgIDxBdmF0YXJDb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDxBdmF0YXIgLz5cbiAgICAgICAgICAgICAgICAgIDwvQXZhdGFyQ29udGFpbmVyPlxuICAgICAgICAgICAgICAgICl9XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC0xIGp1c3RpZnktZW5kIG1kOmp1c3RpZnktY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgPE1vYmlsZU5hdmlnYXRpb24gY2xhc3NOYW1lPVwicG9pbnRlci1ldmVudHMtYXV0byBtZDpoaWRkZW5cIiAvPlxuICAgICAgICAgICAgICAgIDxEZXNrdG9wTmF2aWdhdGlvbiBjbGFzc05hbWU9XCJwb2ludGVyLWV2ZW50cy1hdXRvIGhpZGRlbiBtZDpibG9ja1wiIC8+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXgganVzdGlmeS1lbmQgbWQ6ZmxleC0xXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJwb2ludGVyLWV2ZW50cy1hdXRvXCI+XG4gICAgICAgICAgICAgICAgICA8TW9kZVRvZ2dsZSAvPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvQ29udGFpbmVyPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvaGVhZGVyPlxuICAgICAge2lzSG9tZVBhZ2UgJiYgPGRpdiBzdHlsZT17eyBoZWlnaHQ6ICd2YXIoLS1jb250ZW50LW9mZnNldCknIH19IC8+fVxuICAgIDwvPlxuICApXG59XG4iXSwibmFtZXMiOlsiSW1hZ2UiLCJMaW5rIiwidXNlUm91dGVyIiwiUG9wb3ZlciIsIlRyYW5zaXRpb24iLCJjbHN4IiwiQ29udGFpbmVyIiwiYXZhdGFySW1hZ2UiLCJGcmFnbWVudCIsInVzZUVmZmVjdCIsInVzZVJlZiIsIkNsb3NlSWNvbiIsInByb3BzIiwic3ZnIiwidmlld0JveCIsImFyaWEtaGlkZGVuIiwicGF0aCIsImQiLCJmaWxsIiwic3Ryb2tlIiwic3Ryb2tlV2lkdGgiLCJzdHJva2VMaW5lY2FwIiwic3Ryb2tlTGluZWpvaW4iLCJDaGV2cm9uRG93bkljb24iLCJTdW5JY29uIiwiTW9vbkljb24iLCJNb2JpbGVOYXZJdGVtIiwiaHJlZiIsImNoaWxkcmVuIiwibGkiLCJCdXR0b24iLCJhcyIsImNsYXNzTmFtZSIsIk1vYmlsZU5hdmlnYXRpb24iLCJSb290IiwiQ2hpbGQiLCJlbnRlciIsImVudGVyRnJvbSIsImVudGVyVG8iLCJsZWF2ZSIsImxlYXZlRnJvbSIsImxlYXZlVG8iLCJPdmVybGF5IiwiUGFuZWwiLCJmb2N1cyIsImRpdiIsImFyaWEtbGFiZWwiLCJoMiIsIm5hdiIsInVsIiwiTmF2SXRlbSIsImlzQWN0aXZlIiwicGF0aG5hbWUiLCJzcGFuIiwiRGVza3RvcE5hdmlnYXRpb24iLCJNb2RlVG9nZ2xlIiwiZGlzYWJsZVRyYW5zaXRpb25zVGVtcG9yYXJpbHkiLCJkb2N1bWVudCIsImRvY3VtZW50RWxlbWVudCIsImNsYXNzTGlzdCIsImFkZCIsIndpbmRvdyIsInNldFRpbWVvdXQiLCJyZW1vdmUiLCJ0b2dnbGVNb2RlIiwiZGFya01vZGVNZWRpYVF1ZXJ5IiwibWF0Y2hNZWRpYSIsImlzU3lzdGVtRGFya01vZGUiLCJtYXRjaGVzIiwiaXNEYXJrTW9kZSIsInRvZ2dsZSIsImxvY2FsU3RvcmFnZSIsImJ1dHRvbiIsInR5cGUiLCJvbkNsaWNrIiwiY2xhbXAiLCJudW1iZXIiLCJhIiwiYiIsIm1pbiIsIk1hdGgiLCJtYXgiLCJBdmF0YXJDb250YWluZXIiLCJBdmF0YXIiLCJsYXJnZSIsInNyYyIsImFsdCIsInNpemVzIiwicHJpb3JpdHkiLCJIZWFkZXIiLCJpc0hvbWVQYWdlIiwiaGVhZGVyUmVmIiwiYXZhdGFyUmVmIiwiaXNJbml0aWFsIiwiZG93bkRlbGF5IiwiY3VycmVudCIsIm9mZnNldFRvcCIsInVwRGVsYXkiLCJzZXRQcm9wZXJ0eSIsInByb3BlcnR5IiwidmFsdWUiLCJzdHlsZSIsInJlbW92ZVByb3BlcnR5IiwidXBkYXRlSGVhZGVyU3R5bGVzIiwidG9wIiwiaGVpZ2h0IiwiZ2V0Qm91bmRpbmdDbGllbnRSZWN0Iiwic2Nyb2xsWSIsImJvZHkiLCJzY3JvbGxIZWlnaHQiLCJpbm5lckhlaWdodCIsIm9mZnNldCIsInVwZGF0ZUF2YXRhclN0eWxlcyIsImZyb21TY2FsZSIsInRvU2NhbGUiLCJmcm9tWCIsInRvWCIsInNjYWxlIiwieCIsImJvcmRlclNjYWxlIiwiYm9yZGVyWCIsImJvcmRlclRyYW5zZm9ybSIsInVwZGF0ZVN0eWxlcyIsImFkZEV2ZW50TGlzdGVuZXIiLCJwYXNzaXZlIiwicmVtb3ZlRXZlbnRMaXN0ZW5lciIsImhlYWRlciIsIm1hcmdpbkJvdHRvbSIsInJlZiIsInBvc2l0aW9uIiwib3BhY2l0eSIsInRyYW5zZm9ybSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./src/components/Header.jsx\n"); - -/***/ }), - -/***/ "./src/pages/_app.jsx": -/*!****************************!*\ - !*** ./src/pages/_app.jsx ***! - \****************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ App)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _components_Footer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Footer */ \"./src/components/Footer.jsx\");\n/* harmony import */ var _components_Header__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Header */ \"./src/components/Header.jsx\");\n/* harmony import */ var _styles_tailwind_css__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/styles/tailwind.css */ \"./src/styles/tailwind.css\");\n/* harmony import */ var _styles_tailwind_css__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_styles_tailwind_css__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var focus_visible__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! focus-visible */ \"focus-visible\");\n/* harmony import */ var focus_visible__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(focus_visible__WEBPACK_IMPORTED_MODULE_5__);\n\n\n\n\n\n\nfunction usePrevious(value) {\n let ref = (0,react__WEBPACK_IMPORTED_MODULE_1__.useRef)();\n (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(()=>{\n ref.current = value;\n }, [\n value\n ]);\n return ref.current;\n}\nfunction App({ Component, pageProps, router }) {\n let previousPathname = usePrevious(router.pathname);\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"fixed inset-0 flex justify-center sm:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex w-full max-w-7xl lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"w-full bg-white ring-1 ring-zinc-100 dark:bg-zinc-900 dark:ring-zinc-300/20\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 26,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 25,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 24,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Header__WEBPACK_IMPORTED_MODULE_3__.Header, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 30,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"main\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Component, {\n previousPathname: previousPathname,\n ...pageProps\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 32,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 31,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Footer__WEBPACK_IMPORTED_MODULE_2__.Footer, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 34,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 29,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvcGFnZXMvX2FwcC5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7O0FBQXlDO0FBRUc7QUFDQTtBQUVkO0FBQ1I7QUFFdEIsU0FBU0ksWUFBWUMsS0FBSztJQUN4QixJQUFJQyxNQUFNTCw2Q0FBTUE7SUFFaEJELGdEQUFTQSxDQUFDO1FBQ1JNLElBQUlDLE9BQU8sR0FBR0Y7SUFDaEIsR0FBRztRQUFDQTtLQUFNO0lBRVYsT0FBT0MsSUFBSUMsT0FBTztBQUNwQjtBQUVlLFNBQVNDLElBQUksRUFBRUMsU0FBUyxFQUFFQyxTQUFTLEVBQUVDLE1BQU0sRUFBRTtJQUMxRCxJQUFJQyxtQkFBbUJSLFlBQVlPLE9BQU9FLFFBQVE7SUFFbEQscUJBQ0U7OzBCQUNFLDhEQUFDQztnQkFBSUMsV0FBVTswQkFDYiw0RUFBQ0Q7b0JBQUlDLFdBQVU7OEJBQ2IsNEVBQUNEO3dCQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7Ozs7OzBCQUduQiw4REFBQ0Q7Z0JBQUlDLFdBQVU7O2tDQUNiLDhEQUFDWixzREFBTUE7Ozs7O2tDQUNQLDhEQUFDYTtrQ0FDQyw0RUFBQ1A7NEJBQVVHLGtCQUFrQkE7NEJBQW1CLEdBQUdGLFNBQVM7Ozs7Ozs7Ozs7O2tDQUU5RCw4REFBQ1Isc0RBQU1BOzs7Ozs7Ozs7Ozs7O0FBSWYiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLXRlbXBsYXRlLy4vc3JjL3BhZ2VzL19hcHAuanN4PzRjNzciXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdXNlRWZmZWN0LCB1c2VSZWYgfSBmcm9tICdyZWFjdCdcblxuaW1wb3J0IHsgRm9vdGVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0Zvb3RlcidcbmltcG9ydCB7IEhlYWRlciB9IGZyb20gJ0AvY29tcG9uZW50cy9IZWFkZXInXG5cbmltcG9ydCAnQC9zdHlsZXMvdGFpbHdpbmQuY3NzJ1xuaW1wb3J0ICdmb2N1cy12aXNpYmxlJ1xuXG5mdW5jdGlvbiB1c2VQcmV2aW91cyh2YWx1ZSkge1xuICBsZXQgcmVmID0gdXNlUmVmKClcblxuICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgIHJlZi5jdXJyZW50ID0gdmFsdWVcbiAgfSwgW3ZhbHVlXSlcblxuICByZXR1cm4gcmVmLmN1cnJlbnRcbn1cblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gQXBwKHsgQ29tcG9uZW50LCBwYWdlUHJvcHMsIHJvdXRlciB9KSB7XG4gIGxldCBwcmV2aW91c1BhdGhuYW1lID0gdXNlUHJldmlvdXMocm91dGVyLnBhdGhuYW1lKVxuXG4gIHJldHVybiAoXG4gICAgPD5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZml4ZWQgaW5zZXQtMCBmbGV4IGp1c3RpZnktY2VudGVyIHNtOnB4LThcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHctZnVsbCBtYXgtdy03eGwgbGc6cHgtOFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwidy1mdWxsIGJnLXdoaXRlIHJpbmctMSByaW5nLXppbmMtMTAwIGRhcms6YmctemluYy05MDAgZGFyazpyaW5nLXppbmMtMzAwLzIwXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cbiAgICAgICAgPEhlYWRlciAvPlxuICAgICAgICA8bWFpbj5cbiAgICAgICAgICA8Q29tcG9uZW50IHByZXZpb3VzUGF0aG5hbWU9e3ByZXZpb3VzUGF0aG5hbWV9IHsuLi5wYWdlUHJvcHN9IC8+XG4gICAgICAgIDwvbWFpbj5cbiAgICAgICAgPEZvb3RlciAvPlxuICAgICAgPC9kaXY+XG4gICAgPC8+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJ1c2VFZmZlY3QiLCJ1c2VSZWYiLCJGb290ZXIiLCJIZWFkZXIiLCJ1c2VQcmV2aW91cyIsInZhbHVlIiwicmVmIiwiY3VycmVudCIsIkFwcCIsIkNvbXBvbmVudCIsInBhZ2VQcm9wcyIsInJvdXRlciIsInByZXZpb3VzUGF0aG5hbWUiLCJwYXRobmFtZSIsImRpdiIsImNsYXNzTmFtZSIsIm1haW4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./src/pages/_app.jsx\n"); - -/***/ }), - -/***/ "./src/styles/tailwind.css": -/*!*********************************!*\ - !*** ./src/styles/tailwind.css ***! - \*********************************/ -/***/ (() => { - - - -/***/ }), - -/***/ "clsx": -/*!***********************!*\ - !*** external "clsx" ***! - \***********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("clsx"); - -/***/ }), - -/***/ "focus-visible": -/*!********************************!*\ - !*** external "focus-visible" ***! - \********************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("focus-visible"); - -/***/ }), - -/***/ "next/dist/compiled/next-server/pages.runtime.dev.js": -/*!**********************************************************************!*\ - !*** external "next/dist/compiled/next-server/pages.runtime.dev.js" ***! - \**********************************************************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("next/dist/compiled/next-server/pages.runtime.dev.js"); - -/***/ }), - -/***/ "react": -/*!************************!*\ - !*** external "react" ***! - \************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("react"); - -/***/ }), - -/***/ "react-dom": -/*!****************************!*\ - !*** external "react-dom" ***! - \****************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("react-dom"); - -/***/ }), - -/***/ "react/jsx-dev-runtime": -/*!****************************************!*\ - !*** external "react/jsx-dev-runtime" ***! - \****************************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("react/jsx-dev-runtime"); - -/***/ }), - -/***/ "react/jsx-runtime": -/*!************************************!*\ - !*** external "react/jsx-runtime" ***! - \************************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("react/jsx-runtime"); - -/***/ }), - -/***/ "fs": -/*!*********************!*\ - !*** external "fs" ***! - \*********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("fs"); - -/***/ }), - -/***/ "path": -/*!***********************!*\ - !*** external "path" ***! - \***********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("path"); - -/***/ }), - -/***/ "stream": -/*!*************************!*\ - !*** external "stream" ***! - \*************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("stream"); - -/***/ }), - -/***/ "util": -/*!***********************!*\ - !*** external "util" ***! - \***********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("util"); - -/***/ }), - -/***/ "zlib": -/*!***********************!*\ - !*** external "zlib" ***! - \***********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("zlib"); - -/***/ }) - -}; -; - -// load runtime -var __webpack_require__ = require("../webpack-runtime.js"); -__webpack_require__.C(exports); -var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) -var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@swc","vendor-chunks/@headlessui"], () => (__webpack_exec__("./src/pages/_app.jsx"))); -module.exports = __webpack_exports__; - -})(); \ No newline at end of file diff --git a/.next/server/pages/_document.js b/.next/server/pages/_document.js deleted file mode 100644 index 4ef0d81..0000000 --- a/.next/server/pages/_document.js +++ /dev/null @@ -1,86 +0,0 @@ -"use strict"; -/* - * ATTENTION: An "eval-source-map" devtool has been used. - * This devtool is neither made for production nor for readable output files. - * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) - * or disable the default devtool with "devtool: false". - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). - */ -(() => { -var exports = {}; -exports.id = "pages/_document"; -exports.ids = ["pages/_document"]; -exports.modules = { - -/***/ "./src/pages/_document.jsx": -/*!*********************************!*\ - !*** ./src/pages/_document.jsx ***! - \*********************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Document)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_document__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/document */ \"./node_modules/next/document.js\");\n/* harmony import */ var next_document__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_document__WEBPACK_IMPORTED_MODULE_1__);\n\n\nconst modeScript = `\n let darkModeMediaQuery = window.matchMedia('(prefers-color-scheme: dark)')\n\n updateMode()\n darkModeMediaQuery.addEventListener('change', updateModeWithoutTransitions)\n window.addEventListener('storage', updateModeWithoutTransitions)\n\n function updateMode() {\n let isSystemDarkMode = darkModeMediaQuery.matches\n let isDarkMode = window.localStorage.isDarkMode === 'true' || (!('isDarkMode' in window.localStorage) && isSystemDarkMode)\n\n if (isDarkMode) {\n document.documentElement.classList.add('dark')\n } else {\n document.documentElement.classList.remove('dark')\n }\n\n if (isDarkMode === isSystemDarkMode) {\n delete window.localStorage.isDarkMode\n }\n }\n\n function disableTransitionsTemporarily() {\n document.documentElement.classList.add('[&_*]:!transition-none')\n window.setTimeout(() => {\n document.documentElement.classList.remove('[&_*]:!transition-none')\n }, 0)\n }\n\n function updateModeWithoutTransitions() {\n disableTransitionsTemporarily()\n updateMode()\n }\n`;\nfunction Document() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Html, {\n className: \"h-full antialiased\",\n lang: \"en\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Head, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"script\", {\n dangerouslySetInnerHTML: {\n __html: modeScript\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 42,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"link\", {\n rel: \"alternate\",\n type: \"application/rss+xml\",\n href: `${process.env.NEXT_PUBLIC_SITE_URL}/rss/feed.xml`\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 43,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"link\", {\n rel: \"alternate\",\n type: \"application/feed+json\",\n href: `${process.env.NEXT_PUBLIC_SITE_URL}/rss/feed.json`\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 48,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 41,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"body\", {\n className: \"flex h-full flex-col bg-zinc-50 dark:bg-black\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Main, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 55,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.NextScript, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 56,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 54,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 40,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvcGFnZXMvX2RvY3VtZW50LmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFBNEQ7QUFFNUQsTUFBTUksYUFBYSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFpQ3BCLENBQUM7QUFFYyxTQUFTQztJQUN0QixxQkFDRSw4REFBQ0osK0NBQUlBO1FBQUNLLFdBQVU7UUFBcUJDLE1BQUs7OzBCQUN4Qyw4REFBQ1AsK0NBQUlBOztrQ0FDSCw4REFBQ1E7d0JBQU9DLHlCQUF5Qjs0QkFBRUMsUUFBUU47d0JBQVc7Ozs7OztrQ0FDdEQsOERBQUNPO3dCQUNDQyxLQUFJO3dCQUNKQyxNQUFLO3dCQUNMQyxNQUFNLENBQUMsRUFBRUMsUUFBUUMsR0FBRyxDQUFDQyxvQkFBb0IsQ0FBQyxhQUFhLENBQUM7Ozs7OztrQ0FFMUQsOERBQUNOO3dCQUNDQyxLQUFJO3dCQUNKQyxNQUFLO3dCQUNMQyxNQUFNLENBQUMsRUFBRUMsUUFBUUMsR0FBRyxDQUFDQyxvQkFBb0IsQ0FBQyxjQUFjLENBQUM7Ozs7Ozs7Ozs7OzswQkFHN0QsOERBQUNDO2dCQUFLWixXQUFVOztrQ0FDZCw4REFBQ0osK0NBQUlBOzs7OztrQ0FDTCw4REFBQ0MscURBQVVBOzs7Ozs7Ozs7Ozs7Ozs7OztBQUluQiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWktdGVtcGxhdGUvLi9zcmMvcGFnZXMvX2RvY3VtZW50LmpzeD9hMDQxIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEhlYWQsIEh0bWwsIE1haW4sIE5leHRTY3JpcHQgfSBmcm9tICduZXh0L2RvY3VtZW50J1xuXG5jb25zdCBtb2RlU2NyaXB0ID0gYFxuICBsZXQgZGFya01vZGVNZWRpYVF1ZXJ5ID0gd2luZG93Lm1hdGNoTWVkaWEoJyhwcmVmZXJzLWNvbG9yLXNjaGVtZTogZGFyayknKVxuXG4gIHVwZGF0ZU1vZGUoKVxuICBkYXJrTW9kZU1lZGlhUXVlcnkuYWRkRXZlbnRMaXN0ZW5lcignY2hhbmdlJywgdXBkYXRlTW9kZVdpdGhvdXRUcmFuc2l0aW9ucylcbiAgd2luZG93LmFkZEV2ZW50TGlzdGVuZXIoJ3N0b3JhZ2UnLCB1cGRhdGVNb2RlV2l0aG91dFRyYW5zaXRpb25zKVxuXG4gIGZ1bmN0aW9uIHVwZGF0ZU1vZGUoKSB7XG4gICAgbGV0IGlzU3lzdGVtRGFya01vZGUgPSBkYXJrTW9kZU1lZGlhUXVlcnkubWF0Y2hlc1xuICAgIGxldCBpc0RhcmtNb2RlID0gd2luZG93LmxvY2FsU3RvcmFnZS5pc0RhcmtNb2RlID09PSAndHJ1ZScgfHwgKCEoJ2lzRGFya01vZGUnIGluIHdpbmRvdy5sb2NhbFN0b3JhZ2UpICYmIGlzU3lzdGVtRGFya01vZGUpXG5cbiAgICBpZiAoaXNEYXJrTW9kZSkge1xuICAgICAgZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsYXNzTGlzdC5hZGQoJ2RhcmsnKVxuICAgIH0gZWxzZSB7XG4gICAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuY2xhc3NMaXN0LnJlbW92ZSgnZGFyaycpXG4gICAgfVxuXG4gICAgaWYgKGlzRGFya01vZGUgPT09IGlzU3lzdGVtRGFya01vZGUpIHtcbiAgICAgIGRlbGV0ZSB3aW5kb3cubG9jYWxTdG9yYWdlLmlzRGFya01vZGVcbiAgICB9XG4gIH1cblxuICBmdW5jdGlvbiBkaXNhYmxlVHJhbnNpdGlvbnNUZW1wb3JhcmlseSgpIHtcbiAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuY2xhc3NMaXN0LmFkZCgnWyZfKl06IXRyYW5zaXRpb24tbm9uZScpXG4gICAgd2luZG93LnNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsYXNzTGlzdC5yZW1vdmUoJ1smXypdOiF0cmFuc2l0aW9uLW5vbmUnKVxuICAgIH0sIDApXG4gIH1cblxuICBmdW5jdGlvbiB1cGRhdGVNb2RlV2l0aG91dFRyYW5zaXRpb25zKCkge1xuICAgIGRpc2FibGVUcmFuc2l0aW9uc1RlbXBvcmFyaWx5KClcbiAgICB1cGRhdGVNb2RlKClcbiAgfVxuYFxuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBEb2N1bWVudCgpIHtcbiAgcmV0dXJuIChcbiAgICA8SHRtbCBjbGFzc05hbWU9XCJoLWZ1bGwgYW50aWFsaWFzZWRcIiBsYW5nPVwiZW5cIj5cbiAgICAgIDxIZWFkPlxuICAgICAgICA8c2NyaXB0IGRhbmdlcm91c2x5U2V0SW5uZXJIVE1MPXt7IF9faHRtbDogbW9kZVNjcmlwdCB9fSAvPlxuICAgICAgICA8bGlua1xuICAgICAgICAgIHJlbD1cImFsdGVybmF0ZVwiXG4gICAgICAgICAgdHlwZT1cImFwcGxpY2F0aW9uL3Jzcyt4bWxcIlxuICAgICAgICAgIGhyZWY9e2Ake3Byb2Nlc3MuZW52Lk5FWFRfUFVCTElDX1NJVEVfVVJMfS9yc3MvZmVlZC54bWxgfVxuICAgICAgICAvPlxuICAgICAgICA8bGlua1xuICAgICAgICAgIHJlbD1cImFsdGVybmF0ZVwiXG4gICAgICAgICAgdHlwZT1cImFwcGxpY2F0aW9uL2ZlZWQranNvblwiXG4gICAgICAgICAgaHJlZj17YCR7cHJvY2Vzcy5lbnYuTkVYVF9QVUJMSUNfU0lURV9VUkx9L3Jzcy9mZWVkLmpzb25gfVxuICAgICAgICAvPlxuICAgICAgPC9IZWFkPlxuICAgICAgPGJvZHkgY2xhc3NOYW1lPVwiZmxleCBoLWZ1bGwgZmxleC1jb2wgYmctemluYy01MCBkYXJrOmJnLWJsYWNrXCI+XG4gICAgICAgIDxNYWluIC8+XG4gICAgICAgIDxOZXh0U2NyaXB0IC8+XG4gICAgICA8L2JvZHk+XG4gICAgPC9IdG1sPlxuICApXG59XG4iXSwibmFtZXMiOlsiSGVhZCIsIkh0bWwiLCJNYWluIiwiTmV4dFNjcmlwdCIsIm1vZGVTY3JpcHQiLCJEb2N1bWVudCIsImNsYXNzTmFtZSIsImxhbmciLCJzY3JpcHQiLCJkYW5nZXJvdXNseVNldElubmVySFRNTCIsIl9faHRtbCIsImxpbmsiLCJyZWwiLCJ0eXBlIiwiaHJlZiIsInByb2Nlc3MiLCJlbnYiLCJORVhUX1BVQkxJQ19TSVRFX1VSTCIsImJvZHkiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./src/pages/_document.jsx\n"); - -/***/ }), - -/***/ "next/dist/compiled/next-server/pages.runtime.dev.js": -/*!**********************************************************************!*\ - !*** external "next/dist/compiled/next-server/pages.runtime.dev.js" ***! - \**********************************************************************/ -/***/ ((module) => { - -module.exports = require("next/dist/compiled/next-server/pages.runtime.dev.js"); - -/***/ }), - -/***/ "react": -/*!************************!*\ - !*** external "react" ***! - \************************/ -/***/ ((module) => { - -module.exports = require("react"); - -/***/ }), - -/***/ "react/jsx-dev-runtime": -/*!****************************************!*\ - !*** external "react/jsx-dev-runtime" ***! - \****************************************/ -/***/ ((module) => { - -module.exports = require("react/jsx-dev-runtime"); - -/***/ }), - -/***/ "react/jsx-runtime": -/*!************************************!*\ - !*** external "react/jsx-runtime" ***! - \************************************/ -/***/ ((module) => { - -module.exports = require("react/jsx-runtime"); - -/***/ }), - -/***/ "path": -/*!***********************!*\ - !*** external "path" ***! - \***********************/ -/***/ ((module) => { - -module.exports = require("path"); - -/***/ }) - -}; -; - -// load runtime -var __webpack_require__ = require("../webpack-runtime.js"); -__webpack_require__.C(exports); -var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) -var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@swc"], () => (__webpack_exec__("./src/pages/_document.jsx"))); -module.exports = __webpack_exports__; - -})(); \ No newline at end of file diff --git a/.next/server/pages/_error.js b/.next/server/pages/_error.js deleted file mode 100644 index 50f2786..0000000 --- a/.next/server/pages/_error.js +++ /dev/null @@ -1,255 +0,0 @@ -/* - * ATTENTION: An "eval-source-map" devtool has been used. - * This devtool is neither made for production nor for readable output files. - * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. - * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) - * or disable the default devtool with "devtool: false". - * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). - */ -(() => { -var exports = {}; -exports.id = "pages/_error"; -exports.ids = ["pages/_error"]; -exports.modules = { - -/***/ "__barrel_optimize__?names=Popover,Transition!=!./node_modules/@headlessui/react/dist/headlessui.esm.js": -/*!**************************************************************************************************************!*\ - !*** __barrel_optimize__?names=Popover,Transition!=!./node_modules/@headlessui/react/dist/headlessui.esm.js ***! - \**************************************************************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Popover: () => (/* reexport safe */ C_Users_loren_Code_lscaturchio_xyz_node_modules_headlessui_react_dist_components_popover_popover_js__WEBPACK_IMPORTED_MODULE_0__.Popover),\n/* harmony export */ Transition: () => (/* reexport safe */ C_Users_loren_Code_lscaturchio_xyz_node_modules_headlessui_react_dist_components_transitions_transition_js__WEBPACK_IMPORTED_MODULE_1__.Transition)\n/* harmony export */ });\n/* harmony import */ var C_Users_loren_Code_lscaturchio_xyz_node_modules_headlessui_react_dist_components_popover_popover_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@headlessui/react/dist/components/popover/popover.js */ \"./node_modules/@headlessui/react/dist/components/popover/popover.js\");\n/* harmony import */ var C_Users_loren_Code_lscaturchio_xyz_node_modules_headlessui_react_dist_components_transitions_transition_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@headlessui/react/dist/components/transitions/transition.js */ \"./node_modules/@headlessui/react/dist/components/transitions/transition.js\");\n\n\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiX19iYXJyZWxfb3B0aW1pemVfXz9uYW1lcz1Qb3BvdmVyLFRyYW5zaXRpb24hPSEuL25vZGVfbW9kdWxlcy9AaGVhZGxlc3N1aS9yZWFjdC9kaXN0L2hlYWRsZXNzdWkuZXNtLmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQzBJIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS10ZW1wbGF0ZS8uL25vZGVfbW9kdWxlcy9AaGVhZGxlc3N1aS9yZWFjdC9kaXN0L2hlYWRsZXNzdWkuZXNtLmpzPzYwNDAiXSwic291cmNlc0NvbnRlbnQiOlsiXG5leHBvcnQgeyBQb3BvdmVyIH0gZnJvbSBcIkM6XFxcXFVzZXJzXFxcXGxvcmVuXFxcXENvZGVcXFxcbHNjYXR1cmNoaW8ueHl6XFxcXG5vZGVfbW9kdWxlc1xcXFxAaGVhZGxlc3N1aVxcXFxyZWFjdFxcXFxkaXN0XFxcXGNvbXBvbmVudHNcXFxccG9wb3ZlclxcXFxwb3BvdmVyLmpzXCJcbmV4cG9ydCB7IFRyYW5zaXRpb24gfSBmcm9tIFwiQzpcXFxcVXNlcnNcXFxcbG9yZW5cXFxcQ29kZVxcXFxsc2NhdHVyY2hpby54eXpcXFxcbm9kZV9tb2R1bGVzXFxcXEBoZWFkbGVzc3VpXFxcXHJlYWN0XFxcXGRpc3RcXFxcY29tcG9uZW50c1xcXFx0cmFuc2l0aW9uc1xcXFx0cmFuc2l0aW9uLmpzXCIiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///__barrel_optimize__?names=Popover,Transition!=!./node_modules/@headlessui/react/dist/headlessui.esm.js\n"); - -/***/ }), - -/***/ "./src/images/avatar.jpg": -/*!*******************************!*\ - !*** ./src/images/avatar.jpg ***! - \*******************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\"src\":\"/lscaturchio.xyz/_next/static/media/avatar.ed9ce137.jpg\",\"height\":1373,\"width\":1242,\"blurDataURL\":\"/lscaturchio.xyz/_next/image?url=%2Flscaturchio.xyz%2F_next%2Fstatic%2Fmedia%2Favatar.ed9ce137.jpg&w=7&q=70\",\"blurWidth\":7,\"blurHeight\":8});//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvaW1hZ2VzL2F2YXRhci5qcGciLCJtYXBwaW5ncyI6Ijs7OztBQUFBLGlFQUFlLENBQUMsb1BBQW9QIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS10ZW1wbGF0ZS8uL3NyYy9pbWFnZXMvYXZhdGFyLmpwZz80MGRjIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IHtcInNyY1wiOlwiL2xzY2F0dXJjaGlvLnh5ei9fbmV4dC9zdGF0aWMvbWVkaWEvYXZhdGFyLmVkOWNlMTM3LmpwZ1wiLFwiaGVpZ2h0XCI6MTM3MyxcIndpZHRoXCI6MTI0MixcImJsdXJEYXRhVVJMXCI6XCIvbHNjYXR1cmNoaW8ueHl6L19uZXh0L2ltYWdlP3VybD0lMkZsc2NhdHVyY2hpby54eXolMkZfbmV4dCUyRnN0YXRpYyUyRm1lZGlhJTJGYXZhdGFyLmVkOWNlMTM3LmpwZyZ3PTcmcT03MFwiLFwiYmx1cldpZHRoXCI6NyxcImJsdXJIZWlnaHRcIjo4fTsiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./src/images/avatar.jpg\n"); - -/***/ }), - -/***/ "./node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!": -/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** ./node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D! ***! - \******************************************************************************************************************************************************************************************************************************************************************************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ config: () => (/* binding */ config),\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__),\n/* harmony export */ getServerSideProps: () => (/* binding */ getServerSideProps),\n/* harmony export */ getStaticPaths: () => (/* binding */ getStaticPaths),\n/* harmony export */ getStaticProps: () => (/* binding */ getStaticProps),\n/* harmony export */ reportWebVitals: () => (/* binding */ reportWebVitals),\n/* harmony export */ routeModule: () => (/* binding */ routeModule),\n/* harmony export */ unstable_getServerProps: () => (/* binding */ unstable_getServerProps),\n/* harmony export */ unstable_getServerSideProps: () => (/* binding */ unstable_getServerSideProps),\n/* harmony export */ unstable_getStaticParams: () => (/* binding */ unstable_getStaticParams),\n/* harmony export */ unstable_getStaticPaths: () => (/* binding */ unstable_getStaticPaths),\n/* harmony export */ unstable_getStaticProps: () => (/* binding */ unstable_getStaticProps)\n/* harmony export */ });\n/* harmony import */ var next_dist_server_future_route_modules_pages_module_compiled__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! next/dist/server/future/route-modules/pages/module.compiled */ \"./node_modules/next/dist/server/future/route-modules/pages/module.compiled.js\");\n/* harmony import */ var next_dist_server_future_route_modules_pages_module_compiled__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_future_route_modules_pages_module_compiled__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_dist_server_future_route_kind__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/dist/server/future/route-kind */ \"./node_modules/next/dist/server/future/route-kind.js\");\n/* harmony import */ var next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! next/dist/build/templates/helpers */ \"./node_modules/next/dist/build/templates/helpers.js\");\n/* harmony import */ var private_next_pages_document__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! private-next-pages/_document */ \"./src/pages/_document.jsx\");\n/* harmony import */ var private_next_pages_app__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! private-next-pages/_app */ \"./src/pages/_app.jsx\");\n/* harmony import */ var private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! private-next-pages/_error */ \"./node_modules/next/dist/pages/_error.js\");\n/* harmony import */ var private_next_pages_error__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__);\n\n\n\n// Import the app and document modules.\n\n\n// Import the userland code.\n\n// Re-export the component (should be the default export).\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"default\"));\n// Re-export methods.\nconst getStaticProps = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"getStaticProps\");\nconst getStaticPaths = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"getStaticPaths\");\nconst getServerSideProps = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"getServerSideProps\");\nconst config = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"config\");\nconst reportWebVitals = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"reportWebVitals\");\n// Re-export legacy methods.\nconst unstable_getStaticProps = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"unstable_getStaticProps\");\nconst unstable_getStaticPaths = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"unstable_getStaticPaths\");\nconst unstable_getStaticParams = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"unstable_getStaticParams\");\nconst unstable_getServerProps = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"unstable_getServerProps\");\nconst unstable_getServerSideProps = (0,next_dist_build_templates_helpers__WEBPACK_IMPORTED_MODULE_2__.hoist)(private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__, \"unstable_getServerSideProps\");\n// Create and export the route module that will be consumed.\nconst routeModule = new next_dist_server_future_route_modules_pages_module_compiled__WEBPACK_IMPORTED_MODULE_0__.PagesRouteModule({\n definition: {\n kind: next_dist_server_future_route_kind__WEBPACK_IMPORTED_MODULE_1__.RouteKind.PAGES,\n page: \"/_error\",\n pathname: \"/_error\",\n // The following aren't used in production.\n bundlePath: \"\",\n filename: \"\"\n },\n components: {\n App: private_next_pages_app__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n Document: private_next_pages_document__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n userland: private_next_pages_error__WEBPACK_IMPORTED_MODULE_5__\n});\n\n//# sourceMappingURL=pages.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3dlYnBhY2svbG9hZGVycy9uZXh0LXJvdXRlLWxvYWRlci9pbmRleC5qcz9raW5kPVBBR0VTJnBhZ2U9JTJGX2Vycm9yJnByZWZlcnJlZFJlZ2lvbj0mYWJzb2x1dGVQYWdlUGF0aD1wcml2YXRlLW5leHQtcGFnZXMlMkZfZXJyb3ImYWJzb2x1dGVBcHBQYXRoPXByaXZhdGUtbmV4dC1wYWdlcyUyRl9hcHAmYWJzb2x1dGVEb2N1bWVudFBhdGg9cHJpdmF0ZS1uZXh0LXBhZ2VzJTJGX2RvY3VtZW50Jm1pZGRsZXdhcmVDb25maWdCYXNlNjQ9ZTMwJTNEISIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUErRjtBQUNoQztBQUNMO0FBQzFEO0FBQ29EO0FBQ1Y7QUFDMUM7QUFDc0Q7QUFDdEQ7QUFDQSxpRUFBZSx3RUFBSyxDQUFDLHFEQUFRLFlBQVksRUFBQztBQUMxQztBQUNPLHVCQUF1Qix3RUFBSyxDQUFDLHFEQUFRO0FBQ3JDLHVCQUF1Qix3RUFBSyxDQUFDLHFEQUFRO0FBQ3JDLDJCQUEyQix3RUFBSyxDQUFDLHFEQUFRO0FBQ3pDLGVBQWUsd0VBQUssQ0FBQyxxREFBUTtBQUM3Qix3QkFBd0Isd0VBQUssQ0FBQyxxREFBUTtBQUM3QztBQUNPLGdDQUFnQyx3RUFBSyxDQUFDLHFEQUFRO0FBQzlDLGdDQUFnQyx3RUFBSyxDQUFDLHFEQUFRO0FBQzlDLGlDQUFpQyx3RUFBSyxDQUFDLHFEQUFRO0FBQy9DLGdDQUFnQyx3RUFBSyxDQUFDLHFEQUFRO0FBQzlDLG9DQUFvQyx3RUFBSyxDQUFDLHFEQUFRO0FBQ3pEO0FBQ08sd0JBQXdCLHlHQUFnQjtBQUMvQztBQUNBLGNBQWMseUVBQVM7QUFDdkI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBLFdBQVc7QUFDWCxnQkFBZ0I7QUFDaEIsS0FBSztBQUNMLFlBQVk7QUFDWixDQUFDOztBQUVEIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS10ZW1wbGF0ZS8/NDAwYiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQYWdlc1JvdXRlTW9kdWxlIH0gZnJvbSBcIm5leHQvZGlzdC9zZXJ2ZXIvZnV0dXJlL3JvdXRlLW1vZHVsZXMvcGFnZXMvbW9kdWxlLmNvbXBpbGVkXCI7XG5pbXBvcnQgeyBSb3V0ZUtpbmQgfSBmcm9tIFwibmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUta2luZFwiO1xuaW1wb3J0IHsgaG9pc3QgfSBmcm9tIFwibmV4dC9kaXN0L2J1aWxkL3RlbXBsYXRlcy9oZWxwZXJzXCI7XG4vLyBJbXBvcnQgdGhlIGFwcCBhbmQgZG9jdW1lbnQgbW9kdWxlcy5cbmltcG9ydCBEb2N1bWVudCBmcm9tIFwicHJpdmF0ZS1uZXh0LXBhZ2VzL19kb2N1bWVudFwiO1xuaW1wb3J0IEFwcCBmcm9tIFwicHJpdmF0ZS1uZXh0LXBhZ2VzL19hcHBcIjtcbi8vIEltcG9ydCB0aGUgdXNlcmxhbmQgY29kZS5cbmltcG9ydCAqIGFzIHVzZXJsYW5kIGZyb20gXCJwcml2YXRlLW5leHQtcGFnZXMvX2Vycm9yXCI7XG4vLyBSZS1leHBvcnQgdGhlIGNvbXBvbmVudCAoc2hvdWxkIGJlIHRoZSBkZWZhdWx0IGV4cG9ydCkuXG5leHBvcnQgZGVmYXVsdCBob2lzdCh1c2VybGFuZCwgXCJkZWZhdWx0XCIpO1xuLy8gUmUtZXhwb3J0IG1ldGhvZHMuXG5leHBvcnQgY29uc3QgZ2V0U3RhdGljUHJvcHMgPSBob2lzdCh1c2VybGFuZCwgXCJnZXRTdGF0aWNQcm9wc1wiKTtcbmV4cG9ydCBjb25zdCBnZXRTdGF0aWNQYXRocyA9IGhvaXN0KHVzZXJsYW5kLCBcImdldFN0YXRpY1BhdGhzXCIpO1xuZXhwb3J0IGNvbnN0IGdldFNlcnZlclNpZGVQcm9wcyA9IGhvaXN0KHVzZXJsYW5kLCBcImdldFNlcnZlclNpZGVQcm9wc1wiKTtcbmV4cG9ydCBjb25zdCBjb25maWcgPSBob2lzdCh1c2VybGFuZCwgXCJjb25maWdcIik7XG5leHBvcnQgY29uc3QgcmVwb3J0V2ViVml0YWxzID0gaG9pc3QodXNlcmxhbmQsIFwicmVwb3J0V2ViVml0YWxzXCIpO1xuLy8gUmUtZXhwb3J0IGxlZ2FjeSBtZXRob2RzLlxuZXhwb3J0IGNvbnN0IHVuc3RhYmxlX2dldFN0YXRpY1Byb3BzID0gaG9pc3QodXNlcmxhbmQsIFwidW5zdGFibGVfZ2V0U3RhdGljUHJvcHNcIik7XG5leHBvcnQgY29uc3QgdW5zdGFibGVfZ2V0U3RhdGljUGF0aHMgPSBob2lzdCh1c2VybGFuZCwgXCJ1bnN0YWJsZV9nZXRTdGF0aWNQYXRoc1wiKTtcbmV4cG9ydCBjb25zdCB1bnN0YWJsZV9nZXRTdGF0aWNQYXJhbXMgPSBob2lzdCh1c2VybGFuZCwgXCJ1bnN0YWJsZV9nZXRTdGF0aWNQYXJhbXNcIik7XG5leHBvcnQgY29uc3QgdW5zdGFibGVfZ2V0U2VydmVyUHJvcHMgPSBob2lzdCh1c2VybGFuZCwgXCJ1bnN0YWJsZV9nZXRTZXJ2ZXJQcm9wc1wiKTtcbmV4cG9ydCBjb25zdCB1bnN0YWJsZV9nZXRTZXJ2ZXJTaWRlUHJvcHMgPSBob2lzdCh1c2VybGFuZCwgXCJ1bnN0YWJsZV9nZXRTZXJ2ZXJTaWRlUHJvcHNcIik7XG4vLyBDcmVhdGUgYW5kIGV4cG9ydCB0aGUgcm91dGUgbW9kdWxlIHRoYXQgd2lsbCBiZSBjb25zdW1lZC5cbmV4cG9ydCBjb25zdCByb3V0ZU1vZHVsZSA9IG5ldyBQYWdlc1JvdXRlTW9kdWxlKHtcbiAgICBkZWZpbml0aW9uOiB7XG4gICAgICAgIGtpbmQ6IFJvdXRlS2luZC5QQUdFUyxcbiAgICAgICAgcGFnZTogXCIvX2Vycm9yXCIsXG4gICAgICAgIHBhdGhuYW1lOiBcIi9fZXJyb3JcIixcbiAgICAgICAgLy8gVGhlIGZvbGxvd2luZyBhcmVuJ3QgdXNlZCBpbiBwcm9kdWN0aW9uLlxuICAgICAgICBidW5kbGVQYXRoOiBcIlwiLFxuICAgICAgICBmaWxlbmFtZTogXCJcIlxuICAgIH0sXG4gICAgY29tcG9uZW50czoge1xuICAgICAgICBBcHAsXG4gICAgICAgIERvY3VtZW50XG4gICAgfSxcbiAgICB1c2VybGFuZFxufSk7XG5cbi8vIyBzb3VyY2VNYXBwaW5nVVJMPXBhZ2VzLmpzLm1hcCJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!\n"); - -/***/ }), - -/***/ "./src/components/Container.jsx": -/*!**************************************!*\ - !*** ./src/components/Container.jsx ***! - \**************************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Container: () => (/* binding */ Container)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! clsx */ \"clsx\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(clsx__WEBPACK_IMPORTED_MODULE_2__);\n\n\n\nconst OuterContainer = /*#__PURE__*/ (0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(function OuterContainer({ className, children, ...props }, ref) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n ref: ref,\n className: clsx__WEBPACK_IMPORTED_MODULE_2___default()(\"sm:px-8\", className),\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl lg:px-8\",\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 9,\n columnNumber: 5\n }, this);\n});\nconst InnerContainer = /*#__PURE__*/ (0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(function InnerContainer({ className, children, ...props }, ref) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n ref: ref,\n className: clsx__WEBPACK_IMPORTED_MODULE_2___default()(\"relative px-4 sm:px-8 lg:px-12\", className),\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl lg:max-w-5xl\",\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 25,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 20,\n columnNumber: 5\n }, this);\n});\nconst Container = /*#__PURE__*/ (0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(function Container({ children, ...props }, ref) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(OuterContainer, {\n ref: ref,\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(InnerContainer, {\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 36,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Container.jsx\",\n lineNumber: 35,\n columnNumber: 5\n }, this);\n});\nContainer.Outer = OuterContainer;\nContainer.Inner = InnerContainer;\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0FBQWtDO0FBQ1g7QUFFdkIsTUFBTUUsK0JBQWlCRixpREFBVUEsQ0FBQyxTQUFTRSxlQUN6QyxFQUFFQyxTQUFTLEVBQUVDLFFBQVEsRUFBRSxHQUFHQyxPQUFPLEVBQ2pDQyxHQUFHO0lBRUgscUJBQ0UsOERBQUNDO1FBQUlELEtBQUtBO1FBQUtILFdBQVdGLDJDQUFJQSxDQUFDLFdBQVdFO1FBQWEsR0FBR0UsS0FBSztrQkFDN0QsNEVBQUNFO1lBQUlKLFdBQVU7c0JBQTZCQzs7Ozs7Ozs7Ozs7QUFHbEQ7QUFFQSxNQUFNSSwrQkFBaUJSLGlEQUFVQSxDQUFDLFNBQVNRLGVBQ3pDLEVBQUVMLFNBQVMsRUFBRUMsUUFBUSxFQUFFLEdBQUdDLE9BQU8sRUFDakNDLEdBQUc7SUFFSCxxQkFDRSw4REFBQ0M7UUFDQ0QsS0FBS0E7UUFDTEgsV0FBV0YsMkNBQUlBLENBQUMsa0NBQWtDRTtRQUNqRCxHQUFHRSxLQUFLO2tCQUVULDRFQUFDRTtZQUFJSixXQUFVO3NCQUFrQ0M7Ozs7Ozs7Ozs7O0FBR3ZEO0FBRU8sTUFBTUssMEJBQVlULGlEQUFVQSxDQUFDLFNBQVNTLFVBQzNDLEVBQUVMLFFBQVEsRUFBRSxHQUFHQyxPQUFPLEVBQ3RCQyxHQUFHO0lBRUgscUJBQ0UsOERBQUNKO1FBQWVJLEtBQUtBO1FBQU0sR0FBR0QsS0FBSztrQkFDakMsNEVBQUNHO3NCQUFnQko7Ozs7Ozs7Ozs7O0FBR3ZCLEdBQUU7QUFFRkssVUFBVUMsS0FBSyxHQUFHUjtBQUNsQk8sVUFBVUUsS0FBSyxHQUFHSCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWktdGVtcGxhdGUvLi9zcmMvY29tcG9uZW50cy9Db250YWluZXIuanN4PzdhNTkiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZm9yd2FyZFJlZiB9IGZyb20gJ3JlYWN0J1xuaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcblxuY29uc3QgT3V0ZXJDb250YWluZXIgPSBmb3J3YXJkUmVmKGZ1bmN0aW9uIE91dGVyQ29udGFpbmVyKFxuICB7IGNsYXNzTmFtZSwgY2hpbGRyZW4sIC4uLnByb3BzIH0sXG4gIHJlZlxuKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdiByZWY9e3JlZn0gY2xhc3NOYW1lPXtjbHN4KCdzbTpweC04JywgY2xhc3NOYW1lKX0gey4uLnByb3BzfT5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgbGc6cHgtOFwiPntjaGlsZHJlbn08L2Rpdj5cbiAgICA8L2Rpdj5cbiAgKVxufSlcblxuY29uc3QgSW5uZXJDb250YWluZXIgPSBmb3J3YXJkUmVmKGZ1bmN0aW9uIElubmVyQ29udGFpbmVyKFxuICB7IGNsYXNzTmFtZSwgY2hpbGRyZW4sIC4uLnByb3BzIH0sXG4gIHJlZlxuKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgcmVmPXtyZWZ9XG4gICAgICBjbGFzc05hbWU9e2Nsc3goJ3JlbGF0aXZlIHB4LTQgc206cHgtOCBsZzpweC0xMicsIGNsYXNzTmFtZSl9XG4gICAgICB7Li4ucHJvcHN9XG4gICAgPlxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTJ4bCBsZzptYXgtdy01eGxcIj57Y2hpbGRyZW59PC9kaXY+XG4gICAgPC9kaXY+XG4gIClcbn0pXG5cbmV4cG9ydCBjb25zdCBDb250YWluZXIgPSBmb3J3YXJkUmVmKGZ1bmN0aW9uIENvbnRhaW5lcihcbiAgeyBjaGlsZHJlbiwgLi4ucHJvcHMgfSxcbiAgcmVmXG4pIHtcbiAgcmV0dXJuIChcbiAgICA8T3V0ZXJDb250YWluZXIgcmVmPXtyZWZ9IHsuLi5wcm9wc30+XG4gICAgICA8SW5uZXJDb250YWluZXI+e2NoaWxkcmVufTwvSW5uZXJDb250YWluZXI+XG4gICAgPC9PdXRlckNvbnRhaW5lcj5cbiAgKVxufSlcblxuQ29udGFpbmVyLk91dGVyID0gT3V0ZXJDb250YWluZXJcbkNvbnRhaW5lci5Jbm5lciA9IElubmVyQ29udGFpbmVyXG4iXSwibmFtZXMiOlsiZm9yd2FyZFJlZiIsImNsc3giLCJPdXRlckNvbnRhaW5lciIsImNsYXNzTmFtZSIsImNoaWxkcmVuIiwicHJvcHMiLCJyZWYiLCJkaXYiLCJJbm5lckNvbnRhaW5lciIsIkNvbnRhaW5lciIsIk91dGVyIiwiSW5uZXIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./src/components/Container.jsx\n"); - -/***/ }), - -/***/ "./src/components/Footer.jsx": -/*!***********************************!*\ - !*** ./src/components/Footer.jsx ***! - \***********************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Footer: () => (/* binding */ Footer)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/link */ \"./node_modules/next/link.js\");\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Container */ \"./src/components/Container.jsx\");\n\n\n\nfunction NavLink({ href, children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)((next_link__WEBPACK_IMPORTED_MODULE_1___default()), {\n href: href,\n className: \"transition hover:text-blue-500 dark:hover:text-blue-400\",\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 7,\n columnNumber: 5\n }, this);\n}\nfunction Footer() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"footer\", {\n className: \"mt-32\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_2__.Container.Outer, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"border-t border-zinc-100 pb-16 pt-10 dark:border-zinc-700/40\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_2__.Container.Inner, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col items-center justify-between gap-6 sm:flex-row\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex gap-6 text-sm font-medium text-zinc-800 dark:text-zinc-200\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/about\",\n children: \"About\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 24,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/projects\",\n children: \"Projects\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 25,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/articles\",\n children: \"Articles\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 26,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/uses\",\n children: \"Uses\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 28,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavLink, {\n href: \"/diet\",\n children: \"Diet\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 29,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 23,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"text-sm text-zinc-400 dark:text-zinc-500\",\n children: [\n \"\\xa9 \",\n new Date().getFullYear(),\n \" Lorenzo Scaturchio. All rights reserved.\"\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 31,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 22,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 21,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 20,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 19,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Footer.jsx\",\n lineNumber: 18,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY29tcG9uZW50cy9Gb290ZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBNEI7QUFFc0I7QUFFbEQsU0FBU0UsUUFBUSxFQUFFQyxJQUFJLEVBQUVDLFFBQVEsRUFBRTtJQUNqQyxxQkFDRSw4REFBQ0osa0RBQUlBO1FBQ0hHLE1BQU1BO1FBQ05FLFdBQVU7a0JBRVREOzs7Ozs7QUFHUDtBQUVPLFNBQVNFO0lBQ2QscUJBQ0UsOERBQUNDO1FBQU9GLFdBQVU7a0JBQ2hCLDRFQUFDSiw0REFBU0EsQ0FBQ08sS0FBSztzQkFDZCw0RUFBQ0M7Z0JBQUlKLFdBQVU7MEJBQ2IsNEVBQUNKLDREQUFTQSxDQUFDUyxLQUFLOzhCQUNkLDRFQUFDRDt3QkFBSUosV0FBVTs7MENBQ2IsOERBQUNJO2dDQUFJSixXQUFVOztrREFDYiw4REFBQ0g7d0NBQVFDLE1BQUs7a0RBQVM7Ozs7OztrREFDdkIsOERBQUNEO3dDQUFRQyxNQUFLO2tEQUFZOzs7Ozs7a0RBQzFCLDhEQUFDRDt3Q0FBUUMsTUFBSztrREFBWTs7Ozs7O2tEQUUxQiw4REFBQ0Q7d0NBQVFDLE1BQUs7a0RBQVE7Ozs7OztrREFDdEIsOERBQUNEO3dDQUFRQyxNQUFLO2tEQUFROzs7Ozs7Ozs7Ozs7MENBRXhCLDhEQUFDUTtnQ0FBRU4sV0FBVTs7b0NBQTJDO29DQUM5QyxJQUFJTyxPQUFPQyxXQUFXO29DQUFHOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFTakQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLXRlbXBsYXRlLy4vc3JjL2NvbXBvbmVudHMvRm9vdGVyLmpzeD8xNTM5Il0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBMaW5rIGZyb20gJ25leHQvbGluaydcblxuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcidcblxuZnVuY3Rpb24gTmF2TGluayh7IGhyZWYsIGNoaWxkcmVuIH0pIHtcbiAgcmV0dXJuIChcbiAgICA8TGlua1xuICAgICAgaHJlZj17aHJlZn1cbiAgICAgIGNsYXNzTmFtZT1cInRyYW5zaXRpb24gaG92ZXI6dGV4dC1ibHVlLTUwMCBkYXJrOmhvdmVyOnRleHQtYmx1ZS00MDBcIlxuICAgID5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L0xpbms+XG4gIClcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIEZvb3RlcigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGNsYXNzTmFtZT1cIm10LTMyXCI+XG4gICAgICA8Q29udGFpbmVyLk91dGVyPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImJvcmRlci10IGJvcmRlci16aW5jLTEwMCBwYi0xNiBwdC0xMCBkYXJrOmJvcmRlci16aW5jLTcwMC80MFwiPlxuICAgICAgICAgIDxDb250YWluZXIuSW5uZXI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC1jb2wgaXRlbXMtY2VudGVyIGp1c3RpZnktYmV0d2VlbiBnYXAtNiBzbTpmbGV4LXJvd1wiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZ2FwLTYgdGV4dC1zbSBmb250LW1lZGl1bSB0ZXh0LXppbmMtODAwIGRhcms6dGV4dC16aW5jLTIwMFwiPlxuICAgICAgICAgICAgICAgIDxOYXZMaW5rIGhyZWY9XCIvYWJvdXRcIj5BYm91dDwvTmF2TGluaz5cbiAgICAgICAgICAgICAgICA8TmF2TGluayBocmVmPVwiL3Byb2plY3RzXCI+UHJvamVjdHM8L05hdkxpbms+XG4gICAgICAgICAgICAgICAgPE5hdkxpbmsgaHJlZj1cIi9hcnRpY2xlc1wiPkFydGljbGVzPC9OYXZMaW5rPlxuICAgICAgICAgICAgICAgIHsvKiA8TmF2TGluayBocmVmPVwiL3NwZWFraW5nXCI+U3BlYWtpbmc8L05hdkxpbms+ICovfVxuICAgICAgICAgICAgICAgIDxOYXZMaW5rIGhyZWY9XCIvdXNlc1wiPlVzZXM8L05hdkxpbms+XG4gICAgICAgICAgICAgICAgPE5hdkxpbmsgaHJlZj1cIi9kaWV0XCI+RGlldDwvTmF2TGluaz5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQtc20gdGV4dC16aW5jLTQwMCBkYXJrOnRleHQtemluYy01MDBcIj5cbiAgICAgICAgICAgICAgICAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gTG9yZW56byBTY2F0dXJjaGlvLiBBbGwgcmlnaHRzXG4gICAgICAgICAgICAgICAgcmVzZXJ2ZWQuXG4gICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvQ29udGFpbmVyLklubmVyPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvQ29udGFpbmVyLk91dGVyPlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiTGluayIsIkNvbnRhaW5lciIsIk5hdkxpbmsiLCJocmVmIiwiY2hpbGRyZW4iLCJjbGFzc05hbWUiLCJGb290ZXIiLCJmb290ZXIiLCJPdXRlciIsImRpdiIsIklubmVyIiwicCIsIkRhdGUiLCJnZXRGdWxsWWVhciJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./src/components/Footer.jsx\n"); - -/***/ }), - -/***/ "./src/components/Header.jsx": -/*!***********************************!*\ - !*** ./src/components/Header.jsx ***! - \***********************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Header: () => (/* binding */ Header)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/image */ \"./node_modules/next/image.js\");\n/* harmony import */ var next_image__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_image__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! next/link */ \"./node_modules/next/link.js\");\n/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! next/router */ \"./node_modules/next/router.js\");\n/* harmony import */ var next_router__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_router__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! __barrel_optimize__?names=Popover,Transition!=!@headlessui/react */ \"__barrel_optimize__?names=Popover,Transition!=!./node_modules/@headlessui/react/dist/headlessui.esm.js\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! clsx */ \"clsx\");\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(clsx__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/components/Container */ \"./src/components/Container.jsx\");\n/* harmony import */ var _images_avatar_jpg__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/images/avatar.jpg */ \"./src/images/avatar.jpg\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\n\n\nfunction CloseIcon(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 24 24\",\n \"aria-hidden\": \"true\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"m17.25 6.75-10.5 10.5M6.75 6.75l10.5 10.5\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: \"1.5\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 14,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 13,\n columnNumber: 5\n }, this);\n}\nfunction ChevronDownIcon(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 8 6\",\n \"aria-hidden\": \"true\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M1.75 1.75 4 4.25l2.25-2.5\",\n fill: \"none\",\n strokeWidth: \"1.5\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 29,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 28,\n columnNumber: 5\n }, this);\n}\nfunction SunIcon(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 24 24\",\n strokeWidth: \"1.5\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n \"aria-hidden\": \"true\",\n ...props,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M8 12.25A4.25 4.25 0 0 1 12.25 8v0a4.25 4.25 0 0 1 4.25 4.25v0a4.25 4.25 0 0 1-4.25 4.25v0A4.25 4.25 0 0 1 8 12.25v0Z\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 50,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M12.25 3v1.5M21.5 12.25H20M18.791 18.791l-1.06-1.06M18.791 5.709l-1.06 1.06M12.25 20v1.5M4.5 12.25H3M6.77 6.77 5.709 5.709M6.77 17.73l-1.061 1.061\",\n fill: \"none\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 51,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 42,\n columnNumber: 5\n }, this);\n}\nfunction MoonIcon(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 24 24\",\n \"aria-hidden\": \"true\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M17.25 16.22a6.937 6.937 0 0 1-9.47-9.47 7.451 7.451 0 1 0 9.47 9.47ZM12.75 7C17 7 17 2.75 17 2.75S17 7 21.25 7C17 7 17 11.25 17 11.25S17 7 12.75 7Z\",\n strokeWidth: \"1.5\",\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 62,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 61,\n columnNumber: 5\n }, this);\n}\nfunction MobileNavItem({ href, children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Button, {\n as: (next_link__WEBPACK_IMPORTED_MODULE_2___default()),\n href: href,\n className: \"block py-2\",\n children: children\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 75,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 74,\n columnNumber: 5\n }, this);\n}\nfunction MobileNavigation(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover, {\n ...props,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Button, {\n className: \"group flex items-center rounded-full bg-white/90 px-4 py-2 text-sm font-medium text-zinc-800 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur dark:bg-zinc-800/90 dark:text-zinc-200 dark:ring-white/10 dark:hover:ring-white/20\",\n children: [\n \"Menu\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(ChevronDownIcon, {\n className: \"ml-3 h-auto w-2 stroke-zinc-500 group-hover:stroke-zinc-700 dark:group-hover:stroke-zinc-400\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 87,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 85,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Transition.Root, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Transition.Child, {\n as: react__WEBPACK_IMPORTED_MODULE_7__.Fragment,\n enter: \"duration-150 ease-out\",\n enterFrom: \"opacity-0\",\n enterTo: \"opacity-100\",\n leave: \"duration-150 ease-in\",\n leaveFrom: \"opacity-100\",\n leaveTo: \"opacity-0\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Overlay, {\n className: \"fixed inset-0 z-50 bg-zinc-800/40 backdrop-blur-sm dark:bg-black/80\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 99,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 90,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Transition.Child, {\n as: react__WEBPACK_IMPORTED_MODULE_7__.Fragment,\n enter: \"duration-150 ease-out\",\n enterFrom: \"opacity-0 scale-95\",\n enterTo: \"opacity-100 scale-100\",\n leave: \"duration-150 ease-in\",\n leaveFrom: \"opacity-100 scale-100\",\n leaveTo: \"opacity-0 scale-95\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Panel, {\n focus: true,\n className: \"fixed inset-x-4 top-8 z-50 origin-top rounded-3xl bg-white p-8 ring-1 ring-zinc-900/5 dark:bg-zinc-900 dark:ring-zinc-800\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-row-reverse items-center justify-between\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_Popover_Transition_headlessui_react__WEBPACK_IMPORTED_MODULE_8__.Popover.Button, {\n \"aria-label\": \"Close menu\",\n className: \"-m-1 p-1\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(CloseIcon, {\n className: \"h-6 w-6 text-zinc-500 dark:text-zinc-400\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 116,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 115,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-sm font-medium text-zinc-600 dark:text-zinc-400\",\n children: \"Navigation\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 118,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 114,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"nav\", {\n className: \"mt-6\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n className: \"-my-2 divide-y divide-zinc-100 text-base text-zinc-800 dark:divide-zinc-100/5 dark:text-zinc-300\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/about\",\n children: \"About\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 124,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/articles\",\n children: \"Articles\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 125,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/projects\",\n children: \"Projects\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 126,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/uses\",\n children: \"Uses\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 128,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavItem, {\n href: \"/diet\",\n children: \"Diet\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 129,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 123,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 122,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 110,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 101,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 89,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 84,\n columnNumber: 5\n }, this);\n}\nfunction NavItem({ href, children }) {\n let isActive = (0,next_router__WEBPACK_IMPORTED_MODULE_3__.useRouter)().pathname === href;\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)((next_link__WEBPACK_IMPORTED_MODULE_2___default()), {\n href: href,\n className: clsx__WEBPACK_IMPORTED_MODULE_4___default()(\"relative block px-3 py-2 transition\", isActive ? \"text-blue-500 dark:text-blue-400\" : \"hover:text-blue-500 dark:hover:text-blue-400\"),\n children: [\n children,\n isActive && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"absolute inset-x-1 -bottom-px h-px bg-gradient-to-r from-blue-500/0 via-blue-500/40 to-blue-500/0 dark:from-blue-400/0 dark:via-blue-400/40 dark:to-blue-400/0\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 155,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 144,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 143,\n columnNumber: 5\n }, this);\n}\nfunction DesktopNavigation(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"nav\", {\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n className: \"flex rounded-full bg-white/90 px-3 text-sm font-medium text-zinc-800 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur dark:bg-zinc-800/90 dark:text-zinc-200 dark:ring-white/10\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/about\",\n children: \"About\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 166,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/articles\",\n children: \"Articles\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 167,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/projects\",\n children: \"Projects\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 168,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/uses\",\n children: \"Uses\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 170,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(NavItem, {\n href: \"/diet\",\n children: \"Diet\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 171,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 165,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 164,\n columnNumber: 5\n }, this);\n}\nfunction ModeToggle() {\n function disableTransitionsTemporarily() {\n document.documentElement.classList.add(\"[&_*]:!transition-none\");\n window.setTimeout(()=>{\n document.documentElement.classList.remove(\"[&_*]:!transition-none\");\n }, 0);\n }\n function toggleMode() {\n disableTransitionsTemporarily();\n let darkModeMediaQuery = window.matchMedia(\"(prefers-color-scheme: dark)\");\n let isSystemDarkMode = darkModeMediaQuery.matches;\n let isDarkMode = document.documentElement.classList.toggle(\"dark\");\n if (isDarkMode === isSystemDarkMode) {\n delete window.localStorage.isDarkMode;\n } else {\n window.localStorage.isDarkMode = isDarkMode;\n }\n }\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"button\", {\n type: \"button\",\n \"aria-label\": \"Toggle dark mode\",\n className: \"group rounded-full bg-white/90 px-3 py-2 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur transition dark:bg-zinc-800/90 dark:ring-white/10 dark:hover:ring-white/20\",\n onClick: toggleMode,\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SunIcon, {\n className: \"h-6 w-6 fill-zinc-100 stroke-zinc-500 transition group-hover:fill-zinc-200 group-hover:stroke-zinc-700 dark:hidden [@media(prefers-color-scheme:dark)]:fill-blue-50 [@media(prefers-color-scheme:dark)]:stroke-blue-500 [@media(prefers-color-scheme:dark)]:group-hover:fill-blue-50 [@media(prefers-color-scheme:dark)]:group-hover:stroke-blue-600\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 206,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MoonIcon, {\n className: \"hidden h-6 w-6 fill-zinc-700 stroke-zinc-500 transition dark:block [@media(prefers-color-scheme:dark)]:group-hover:stroke-zinc-400 [@media_not_(prefers-color-scheme:dark)]:fill-blue-400/10 [@media_not_(prefers-color-scheme:dark)]:stroke-blue-500\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 207,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 200,\n columnNumber: 5\n }, this);\n}\nfunction clamp(number, a, b) {\n let min = Math.min(a, b);\n let max = Math.max(a, b);\n return Math.min(Math.max(number, min), max);\n}\nfunction AvatarContainer({ className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: clsx__WEBPACK_IMPORTED_MODULE_4___default()(className, \"h-10 w-10 rounded-full bg-white/90 p-0.5 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur dark:bg-zinc-800/90 dark:ring-white/10\"),\n ...props\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 220,\n columnNumber: 5\n }, this);\n}\nfunction Avatar({ large = false, className, ...props }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)((next_link__WEBPACK_IMPORTED_MODULE_2___default()), {\n href: \"/\",\n \"aria-label\": \"Home\",\n className: clsx__WEBPACK_IMPORTED_MODULE_4___default()(className, \"pointer-events-auto\"),\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)((next_image__WEBPACK_IMPORTED_MODULE_1___default()), {\n src: _images_avatar_jpg__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n alt: \"\",\n sizes: large ? \"4rem\" : \"2.25rem\",\n className: clsx__WEBPACK_IMPORTED_MODULE_4___default()(\"rounded-full bg-zinc-100 object-cover dark:bg-zinc-800\", large ? \"h-16 w-16\" : \"h-9 w-9\"),\n priority: true\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 238,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 232,\n columnNumber: 5\n }, this);\n}\nfunction Header() {\n let isHomePage = (0,next_router__WEBPACK_IMPORTED_MODULE_3__.useRouter)().pathname === \"/\";\n let headerRef = (0,react__WEBPACK_IMPORTED_MODULE_7__.useRef)();\n let avatarRef = (0,react__WEBPACK_IMPORTED_MODULE_7__.useRef)();\n let isInitial = (0,react__WEBPACK_IMPORTED_MODULE_7__.useRef)(true);\n (0,react__WEBPACK_IMPORTED_MODULE_7__.useEffect)(()=>{\n let downDelay = avatarRef.current?.offsetTop ?? 0;\n let upDelay = 64;\n function setProperty(property, value) {\n document.documentElement.style.setProperty(property, value);\n }\n function removeProperty(property) {\n document.documentElement.style.removeProperty(property);\n }\n function updateHeaderStyles() {\n let { top, height } = headerRef.current.getBoundingClientRect();\n let scrollY = clamp(window.scrollY, 0, document.body.scrollHeight - window.innerHeight);\n if (isInitial.current) {\n setProperty(\"--header-position\", \"sticky\");\n }\n setProperty(\"--content-offset\", `${downDelay}px`);\n if (isInitial.current || scrollY < downDelay) {\n setProperty(\"--header-height\", `${downDelay + height}px`);\n setProperty(\"--header-mb\", `${-downDelay}px`);\n } else if (top + height < -upDelay) {\n let offset = Math.max(height, scrollY - upDelay);\n setProperty(\"--header-height\", `${offset}px`);\n setProperty(\"--header-mb\", `${height - offset}px`);\n } else if (top === 0) {\n setProperty(\"--header-height\", `${scrollY + height}px`);\n setProperty(\"--header-mb\", `${-scrollY}px`);\n }\n if (top === 0 && scrollY > 0 && scrollY >= downDelay) {\n setProperty(\"--header-inner-position\", \"fixed\");\n removeProperty(\"--header-top\");\n removeProperty(\"--avatar-top\");\n } else {\n removeProperty(\"--header-inner-position\");\n setProperty(\"--header-top\", \"0px\");\n setProperty(\"--avatar-top\", \"0px\");\n }\n }\n function updateAvatarStyles() {\n if (!isHomePage) {\n return;\n }\n let fromScale = 1;\n let toScale = 36 / 64;\n let fromX = 0;\n let toX = 2 / 16;\n let scrollY = downDelay - window.scrollY;\n let scale = scrollY * (fromScale - toScale) / downDelay + toScale;\n scale = clamp(scale, fromScale, toScale);\n let x = scrollY * (fromX - toX) / downDelay + toX;\n x = clamp(x, fromX, toX);\n setProperty(\"--avatar-image-transform\", `translate3d(${x}rem, 0, 0) scale(${scale})`);\n let borderScale = 1 / (toScale / scale);\n let borderX = (-toX + x) * borderScale;\n let borderTransform = `translate3d(${borderX}rem, 0, 0) scale(${borderScale})`;\n setProperty(\"--avatar-border-transform\", borderTransform);\n setProperty(\"--avatar-border-opacity\", scale === toScale ? 1 : 0);\n }\n function updateStyles() {\n updateHeaderStyles();\n updateAvatarStyles();\n isInitial.current = false;\n }\n updateStyles();\n window.addEventListener(\"scroll\", updateStyles, {\n passive: true\n });\n window.addEventListener(\"resize\", updateStyles);\n return ()=>{\n window.removeEventListener(\"scroll\", updateStyles, {\n passive: true\n });\n window.removeEventListener(\"resize\", updateStyles);\n };\n }, [\n isHomePage\n ]);\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"header\", {\n className: \"pointer-events-none relative z-50 flex flex-col\",\n style: {\n height: \"var(--header-height)\",\n marginBottom: \"var(--header-mb)\"\n },\n children: [\n isHomePage && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n ref: avatarRef,\n className: \"order-last mt-[calc(theme(spacing.16)-theme(spacing.3))]\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 366,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_5__.Container, {\n className: \"top-0 order-last -mb-3 pt-3\",\n style: {\n position: \"var(--header-position)\"\n },\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"top-[var(--avatar-top,theme(spacing.3))] w-full\",\n style: {\n position: \"var(--header-inner-position)\"\n },\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(AvatarContainer, {\n className: \"absolute left-0 top-3 origin-left transition-opacity\",\n style: {\n opacity: \"var(--avatar-border-opacity, 0)\",\n transform: \"var(--avatar-border-transform)\"\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 379,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Avatar, {\n large: true,\n className: \"block h-16 w-16 origin-left\",\n style: {\n transform: \"var(--avatar-image-transform)\"\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 386,\n columnNumber: 19\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 378,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 374,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 370,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n ref: headerRef,\n className: \"top-0 z-10 h-16 pt-6\",\n style: {\n position: \"var(--header-position)\"\n },\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_5__.Container, {\n className: \"top-[var(--header-top,theme(spacing.6))] w-full\",\n style: {\n position: \"var(--header-inner-position)\"\n },\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative flex gap-4\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-1\",\n children: !isHomePage && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(AvatarContainer, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Avatar, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 409,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 408,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 406,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-1 justify-end md:justify-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(MobileNavigation, {\n className: \"pointer-events-auto md:hidden\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 414,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(DesktopNavigation, {\n className: \"pointer-events-auto hidden md:block\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 415,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 413,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex justify-end md:flex-1\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pointer-events-auto\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(ModeToggle, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 419,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 418,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 417,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 405,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 401,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 396,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 357,\n columnNumber: 7\n }, this),\n isHomePage && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n style: {\n height: \"var(--content-offset)\"\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\components\\\\Header.jsx\",\n lineNumber: 426,\n columnNumber: 22\n }, this)\n ]\n }, void 0, true);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvY29tcG9uZW50cy9IZWFkZXIuanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQThCO0FBQ0Y7QUFDVztBQUNnQjtBQUNoQztBQUUyQjtBQUNMO0FBQ007QUFFbkQsU0FBU1csVUFBVUMsS0FBSztJQUN0QixxQkFDRSw4REFBQ0M7UUFBSUMsU0FBUTtRQUFZQyxlQUFZO1FBQVEsR0FBR0gsS0FBSztrQkFDbkQsNEVBQUNJO1lBQ0NDLEdBQUU7WUFDRkMsTUFBSztZQUNMQyxRQUFPO1lBQ1BDLGFBQVk7WUFDWkMsZUFBYztZQUNkQyxnQkFBZTs7Ozs7Ozs7Ozs7QUFJdkI7QUFFQSxTQUFTQyxnQkFBZ0JYLEtBQUs7SUFDNUIscUJBQ0UsOERBQUNDO1FBQUlDLFNBQVE7UUFBVUMsZUFBWTtRQUFRLEdBQUdILEtBQUs7a0JBQ2pELDRFQUFDSTtZQUNDQyxHQUFFO1lBQ0ZDLE1BQUs7WUFDTEUsYUFBWTtZQUNaQyxlQUFjO1lBQ2RDLGdCQUFlOzs7Ozs7Ozs7OztBQUl2QjtBQUVBLFNBQVNFLFFBQVFaLEtBQUs7SUFDcEIscUJBQ0UsOERBQUNDO1FBQ0NDLFNBQVE7UUFDUk0sYUFBWTtRQUNaQyxlQUFjO1FBQ2RDLGdCQUFlO1FBQ2ZQLGVBQVk7UUFDWCxHQUFHSCxLQUFLOzswQkFFVCw4REFBQ0k7Z0JBQUtDLEdBQUU7Ozs7OzswQkFDUiw4REFBQ0Q7Z0JBQ0NDLEdBQUU7Z0JBQ0ZDLE1BQUs7Ozs7Ozs7Ozs7OztBQUliO0FBRUEsU0FBU08sU0FBU2IsS0FBSztJQUNyQixxQkFDRSw4REFBQ0M7UUFBSUMsU0FBUTtRQUFZQyxlQUFZO1FBQVEsR0FBR0gsS0FBSztrQkFDbkQsNEVBQUNJO1lBQ0NDLEdBQUU7WUFDRkcsYUFBWTtZQUNaQyxlQUFjO1lBQ2RDLGdCQUFlOzs7Ozs7Ozs7OztBQUl2QjtBQUVBLFNBQVNJLGNBQWMsRUFBRUMsSUFBSSxFQUFFQyxRQUFRLEVBQUU7SUFDdkMscUJBQ0UsOERBQUNDO2tCQUNDLDRFQUFDMUIsK0ZBQU9BLENBQUMyQixNQUFNO1lBQUNDLElBQUk5QixrREFBSUE7WUFBRTBCLE1BQU1BO1lBQU1LLFdBQVU7c0JBQzdDSjs7Ozs7Ozs7Ozs7QUFJVDtBQUVBLFNBQVNLLGlCQUFpQnJCLEtBQUs7SUFDN0IscUJBQ0UsOERBQUNULCtGQUFPQTtRQUFFLEdBQUdTLEtBQUs7OzBCQUNoQiw4REFBQ1QsK0ZBQU9BLENBQUMyQixNQUFNO2dCQUFDRSxXQUFVOztvQkFBbVA7a0NBRTNRLDhEQUFDVDt3QkFBZ0JTLFdBQVU7Ozs7Ozs7Ozs7OzswQkFFN0IsOERBQUM1QixrR0FBVUEsQ0FBQzhCLElBQUk7O2tDQUNkLDhEQUFDOUIsa0dBQVVBLENBQUMrQixLQUFLO3dCQUNmSixJQUFJdkIsMkNBQVFBO3dCQUNaNEIsT0FBTTt3QkFDTkMsV0FBVTt3QkFDVkMsU0FBUTt3QkFDUkMsT0FBTTt3QkFDTkMsV0FBVTt3QkFDVkMsU0FBUTtrQ0FFUiw0RUFBQ3RDLCtGQUFPQSxDQUFDdUMsT0FBTzs0QkFBQ1YsV0FBVTs7Ozs7Ozs7Ozs7a0NBRTdCLDhEQUFDNUIsa0dBQVVBLENBQUMrQixLQUFLO3dCQUNmSixJQUFJdkIsMkNBQVFBO3dCQUNaNEIsT0FBTTt3QkFDTkMsV0FBVTt3QkFDVkMsU0FBUTt3QkFDUkMsT0FBTTt3QkFDTkMsV0FBVTt3QkFDVkMsU0FBUTtrQ0FFUiw0RUFBQ3RDLCtGQUFPQSxDQUFDd0MsS0FBSzs0QkFDWkMsS0FBSzs0QkFDTFosV0FBVTs7OENBRVYsOERBQUNhO29DQUFJYixXQUFVOztzREFDYiw4REFBQzdCLCtGQUFPQSxDQUFDMkIsTUFBTTs0Q0FBQ2dCLGNBQVc7NENBQWFkLFdBQVU7c0RBQ2hELDRFQUFDckI7Z0RBQVVxQixXQUFVOzs7Ozs7Ozs7OztzREFFdkIsOERBQUNlOzRDQUFHZixXQUFVO3NEQUF1RDs7Ozs7Ozs7Ozs7OzhDQUl2RSw4REFBQ2dCO29DQUFJaEIsV0FBVTs4Q0FDYiw0RUFBQ2lCO3dDQUFHakIsV0FBVTs7MERBQ1osOERBQUNOO2dEQUFjQyxNQUFLOzBEQUFTOzs7Ozs7MERBQzdCLDhEQUFDRDtnREFBY0MsTUFBSzswREFBWTs7Ozs7OzBEQUNoQyw4REFBQ0Q7Z0RBQWNDLE1BQUs7MERBQVk7Ozs7OzswREFFaEMsOERBQUNEO2dEQUFjQyxNQUFLOzBEQUFROzs7Ozs7MERBQzVCLDhEQUFDRDtnREFBY0MsTUFBSzswREFBUTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQVE1QztBQUVBLFNBQVN1QixRQUFRLEVBQUV2QixJQUFJLEVBQUVDLFFBQVEsRUFBRTtJQUNqQyxJQUFJdUIsV0FBV2pELHNEQUFTQSxHQUFHa0QsUUFBUSxLQUFLekI7SUFFeEMscUJBQ0UsOERBQUNFO2tCQUNDLDRFQUFDNUIsa0RBQUlBO1lBQ0gwQixNQUFNQTtZQUNOSyxXQUFXM0IsMkNBQUlBLENBQ2IsdUNBQ0E4QyxXQUNJLHFDQUNBOztnQkFHTHZCO2dCQUNBdUIsMEJBQ0MsOERBQUNFO29CQUFLckIsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFLMUI7QUFFQSxTQUFTc0Isa0JBQWtCMUMsS0FBSztJQUM5QixxQkFDRSw4REFBQ29DO1FBQUssR0FBR3BDLEtBQUs7a0JBQ1osNEVBQUNxQztZQUFHakIsV0FBVTs7OEJBQ1osOERBQUNrQjtvQkFBUXZCLE1BQUs7OEJBQVM7Ozs7Ozs4QkFDdkIsOERBQUN1QjtvQkFBUXZCLE1BQUs7OEJBQVk7Ozs7Ozs4QkFDMUIsOERBQUN1QjtvQkFBUXZCLE1BQUs7OEJBQVk7Ozs7Ozs4QkFFMUIsOERBQUN1QjtvQkFBUXZCLE1BQUs7OEJBQVE7Ozs7Ozs4QkFDdEIsOERBQUN1QjtvQkFBUXZCLE1BQUs7OEJBQVE7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBSTlCO0FBRUEsU0FBUzRCO0lBQ1AsU0FBU0M7UUFDUEMsU0FBU0MsZUFBZSxDQUFDQyxTQUFTLENBQUNDLEdBQUcsQ0FBQztRQUN2Q0MsT0FBT0MsVUFBVSxDQUFDO1lBQ2hCTCxTQUFTQyxlQUFlLENBQUNDLFNBQVMsQ0FBQ0ksTUFBTSxDQUFDO1FBQzVDLEdBQUc7SUFDTDtJQUVBLFNBQVNDO1FBQ1BSO1FBRUEsSUFBSVMscUJBQXFCSixPQUFPSyxVQUFVLENBQUM7UUFDM0MsSUFBSUMsbUJBQW1CRixtQkFBbUJHLE9BQU87UUFDakQsSUFBSUMsYUFBYVosU0FBU0MsZUFBZSxDQUFDQyxTQUFTLENBQUNXLE1BQU0sQ0FBQztRQUUzRCxJQUFJRCxlQUFlRixrQkFBa0I7WUFDbkMsT0FBT04sT0FBT1UsWUFBWSxDQUFDRixVQUFVO1FBQ3ZDLE9BQU87WUFDTFIsT0FBT1UsWUFBWSxDQUFDRixVQUFVLEdBQUdBO1FBQ25DO0lBQ0Y7SUFFQSxxQkFDRSw4REFBQ0c7UUFDQ0MsTUFBSztRQUNMM0IsY0FBVztRQUNYZCxXQUFVO1FBQ1YwQyxTQUFTVjs7MEJBRVQsOERBQUN4QztnQkFBUVEsV0FBVTs7Ozs7OzBCQUNuQiw4REFBQ1A7Z0JBQVNPLFdBQVU7Ozs7Ozs7Ozs7OztBQUcxQjtBQUVBLFNBQVMyQyxNQUFNQyxNQUFNLEVBQUVDLENBQUMsRUFBRUMsQ0FBQztJQUN6QixJQUFJQyxNQUFNQyxLQUFLRCxHQUFHLENBQUNGLEdBQUdDO0lBQ3RCLElBQUlHLE1BQU1ELEtBQUtDLEdBQUcsQ0FBQ0osR0FBR0M7SUFDdEIsT0FBT0UsS0FBS0QsR0FBRyxDQUFDQyxLQUFLQyxHQUFHLENBQUNMLFFBQVFHLE1BQU1FO0FBQ3pDO0FBRUEsU0FBU0MsZ0JBQWdCLEVBQUVsRCxTQUFTLEVBQUUsR0FBR3BCLE9BQU87SUFDOUMscUJBQ0UsOERBQUNpQztRQUNDYixXQUFXM0IsMkNBQUlBLENBQ2IyQixXQUNBO1FBRUQsR0FBR3BCLEtBQUs7Ozs7OztBQUdmO0FBRUEsU0FBU3VFLE9BQU8sRUFBRUMsUUFBUSxLQUFLLEVBQUVwRCxTQUFTLEVBQUUsR0FBR3BCLE9BQU87SUFDcEQscUJBQ0UsOERBQUNYLGtEQUFJQTtRQUNIMEIsTUFBSztRQUNMbUIsY0FBVztRQUNYZCxXQUFXM0IsMkNBQUlBLENBQUMyQixXQUFXO1FBQzFCLEdBQUdwQixLQUFLO2tCQUVULDRFQUFDWixtREFBS0E7WUFDSnFGLEtBQUs5RSwwREFBV0E7WUFDaEIrRSxLQUFJO1lBQ0pDLE9BQU9ILFFBQVEsU0FBUztZQUN4QnBELFdBQVczQiwyQ0FBSUEsQ0FDYiwwREFDQStFLFFBQVEsY0FBYztZQUV4QkksUUFBUTs7Ozs7Ozs7Ozs7QUFJaEI7QUFFTyxTQUFTQztJQUNkLElBQUlDLGFBQWF4RixzREFBU0EsR0FBR2tELFFBQVEsS0FBSztJQUUxQyxJQUFJdUMsWUFBWWpGLDZDQUFNQTtJQUN0QixJQUFJa0YsWUFBWWxGLDZDQUFNQTtJQUN0QixJQUFJbUYsWUFBWW5GLDZDQUFNQSxDQUFDO0lBRXZCRCxnREFBU0EsQ0FBQztRQUNSLElBQUlxRixZQUFZRixVQUFVRyxPQUFPLEVBQUVDLGFBQWE7UUFDaEQsSUFBSUMsVUFBVTtRQUVkLFNBQVNDLFlBQVlDLFFBQVEsRUFBRUMsS0FBSztZQUNsQzNDLFNBQVNDLGVBQWUsQ0FBQzJDLEtBQUssQ0FBQ0gsV0FBVyxDQUFDQyxVQUFVQztRQUN2RDtRQUVBLFNBQVNFLGVBQWVILFFBQVE7WUFDOUIxQyxTQUFTQyxlQUFlLENBQUMyQyxLQUFLLENBQUNDLGNBQWMsQ0FBQ0g7UUFDaEQ7UUFFQSxTQUFTSTtZQUNQLElBQUksRUFBRUMsR0FBRyxFQUFFQyxNQUFNLEVBQUUsR0FBR2QsVUFBVUksT0FBTyxDQUFDVyxxQkFBcUI7WUFDN0QsSUFBSUMsVUFBVWhDLE1BQ1pkLE9BQU84QyxPQUFPLEVBQ2QsR0FDQWxELFNBQVNtRCxJQUFJLENBQUNDLFlBQVksR0FBR2hELE9BQU9pRCxXQUFXO1lBR2pELElBQUlqQixVQUFVRSxPQUFPLEVBQUU7Z0JBQ3JCRyxZQUFZLHFCQUFxQjtZQUNuQztZQUVBQSxZQUFZLG9CQUFvQixDQUFDLEVBQUVKLFVBQVUsRUFBRSxDQUFDO1lBRWhELElBQUlELFVBQVVFLE9BQU8sSUFBSVksVUFBVWIsV0FBVztnQkFDNUNJLFlBQVksbUJBQW1CLENBQUMsRUFBRUosWUFBWVcsT0FBTyxFQUFFLENBQUM7Z0JBQ3hEUCxZQUFZLGVBQWUsQ0FBQyxFQUFFLENBQUNKLFVBQVUsRUFBRSxDQUFDO1lBQzlDLE9BQU8sSUFBSVUsTUFBTUMsU0FBUyxDQUFDUixTQUFTO2dCQUNsQyxJQUFJYyxTQUFTL0IsS0FBS0MsR0FBRyxDQUFDd0IsUUFBUUUsVUFBVVY7Z0JBQ3hDQyxZQUFZLG1CQUFtQixDQUFDLEVBQUVhLE9BQU8sRUFBRSxDQUFDO2dCQUM1Q2IsWUFBWSxlQUFlLENBQUMsRUFBRU8sU0FBU00sT0FBTyxFQUFFLENBQUM7WUFDbkQsT0FBTyxJQUFJUCxRQUFRLEdBQUc7Z0JBQ3BCTixZQUFZLG1CQUFtQixDQUFDLEVBQUVTLFVBQVVGLE9BQU8sRUFBRSxDQUFDO2dCQUN0RFAsWUFBWSxlQUFlLENBQUMsRUFBRSxDQUFDUyxRQUFRLEVBQUUsQ0FBQztZQUM1QztZQUVBLElBQUlILFFBQVEsS0FBS0csVUFBVSxLQUFLQSxXQUFXYixXQUFXO2dCQUNwREksWUFBWSwyQkFBMkI7Z0JBQ3ZDSSxlQUFlO2dCQUNmQSxlQUFlO1lBQ2pCLE9BQU87Z0JBQ0xBLGVBQWU7Z0JBQ2ZKLFlBQVksZ0JBQWdCO2dCQUM1QkEsWUFBWSxnQkFBZ0I7WUFDOUI7UUFDRjtRQUVBLFNBQVNjO1lBQ1AsSUFBSSxDQUFDdEIsWUFBWTtnQkFDZjtZQUNGO1lBRUEsSUFBSXVCLFlBQVk7WUFDaEIsSUFBSUMsVUFBVSxLQUFLO1lBQ25CLElBQUlDLFFBQVE7WUFDWixJQUFJQyxNQUFNLElBQUk7WUFFZCxJQUFJVCxVQUFVYixZQUFZakMsT0FBTzhDLE9BQU87WUFFeEMsSUFBSVUsUUFBUSxVQUFZSixDQUFBQSxZQUFZQyxPQUFNLElBQU1wQixZQUFZb0I7WUFDNURHLFFBQVExQyxNQUFNMEMsT0FBT0osV0FBV0M7WUFFaEMsSUFBSUksSUFBSSxVQUFZSCxDQUFBQSxRQUFRQyxHQUFFLElBQU10QixZQUFZc0I7WUFDaERFLElBQUkzQyxNQUFNMkMsR0FBR0gsT0FBT0M7WUFFcEJsQixZQUNFLDRCQUNBLENBQUMsWUFBWSxFQUFFb0IsRUFBRSxpQkFBaUIsRUFBRUQsTUFBTSxDQUFDLENBQUM7WUFHOUMsSUFBSUUsY0FBYyxJQUFLTCxDQUFBQSxVQUFVRyxLQUFJO1lBQ3JDLElBQUlHLFVBQVUsQ0FBQyxDQUFDSixNQUFNRSxDQUFBQSxJQUFLQztZQUMzQixJQUFJRSxrQkFBa0IsQ0FBQyxZQUFZLEVBQUVELFFBQVEsaUJBQWlCLEVBQUVELFlBQVksQ0FBQyxDQUFDO1lBRTlFckIsWUFBWSw2QkFBNkJ1QjtZQUN6Q3ZCLFlBQVksMkJBQTJCbUIsVUFBVUgsVUFBVSxJQUFJO1FBQ2pFO1FBRUEsU0FBU1E7WUFDUG5CO1lBQ0FTO1lBQ0FuQixVQUFVRSxPQUFPLEdBQUc7UUFDdEI7UUFFQTJCO1FBQ0E3RCxPQUFPOEQsZ0JBQWdCLENBQUMsVUFBVUQsY0FBYztZQUFFRSxTQUFTO1FBQUs7UUFDaEUvRCxPQUFPOEQsZ0JBQWdCLENBQUMsVUFBVUQ7UUFFbEMsT0FBTztZQUNMN0QsT0FBT2dFLG1CQUFtQixDQUFDLFVBQVVILGNBQWM7Z0JBQUVFLFNBQVM7WUFBSztZQUNuRS9ELE9BQU9nRSxtQkFBbUIsQ0FBQyxVQUFVSDtRQUN2QztJQUNGLEdBQUc7UUFBQ2hDO0tBQVc7SUFFZixxQkFDRTs7MEJBQ0UsOERBQUNvQztnQkFDQzlGLFdBQVU7Z0JBQ1ZxRSxPQUFPO29CQUNMSSxRQUFRO29CQUNSc0IsY0FBYztnQkFDaEI7O29CQUVDckMsNEJBQ0M7OzBDQUNFLDhEQUFDN0M7Z0NBQ0NtRixLQUFLcEM7Z0NBQ0w1RCxXQUFVOzs7Ozs7MENBRVosOERBQUMxQiw0REFBU0E7Z0NBQ1IwQixXQUFVO2dDQUNWcUUsT0FBTztvQ0FBRTRCLFVBQVU7Z0NBQXlCOzBDQUU1Qyw0RUFBQ3BGO29DQUNDYixXQUFVO29DQUNWcUUsT0FBTzt3Q0FBRTRCLFVBQVU7b0NBQStCOzhDQUVsRCw0RUFBQ3BGO3dDQUFJYixXQUFVOzswREFDYiw4REFBQ2tEO2dEQUNDbEQsV0FBVTtnREFDVnFFLE9BQU87b0RBQ0w2QixTQUFTO29EQUNUQyxXQUFXO2dEQUNiOzs7Ozs7MERBRUYsOERBQUNoRDtnREFDQ0MsS0FBSztnREFDTHBELFdBQVU7Z0RBQ1ZxRSxPQUFPO29EQUFFOEIsV0FBVztnREFBZ0M7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrQ0FPaEUsOERBQUN0Rjt3QkFDQ21GLEtBQUtyQzt3QkFDTDNELFdBQVU7d0JBQ1ZxRSxPQUFPOzRCQUFFNEIsVUFBVTt3QkFBeUI7a0NBRTVDLDRFQUFDM0gsNERBQVNBOzRCQUNSMEIsV0FBVTs0QkFDVnFFLE9BQU87Z0NBQUU0QixVQUFVOzRCQUErQjtzQ0FFbEQsNEVBQUNwRjtnQ0FBSWIsV0FBVTs7a0RBQ2IsOERBQUNhO3dDQUFJYixXQUFVO2tEQUNaLENBQUMwRCw0QkFDQSw4REFBQ1I7c0RBQ0MsNEVBQUNDOzs7Ozs7Ozs7Ozs7Ozs7a0RBSVAsOERBQUN0Qzt3Q0FBSWIsV0FBVTs7MERBQ2IsOERBQUNDO2dEQUFpQkQsV0FBVTs7Ozs7OzBEQUM1Qiw4REFBQ3NCO2dEQUFrQnRCLFdBQVU7Ozs7Ozs7Ozs7OztrREFFL0IsOERBQUNhO3dDQUFJYixXQUFVO2tEQUNiLDRFQUFDYTs0Q0FBSWIsV0FBVTtzREFDYiw0RUFBQ3VCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O1lBT1ptQyw0QkFBYyw4REFBQzdDO2dCQUFJd0QsT0FBTztvQkFBRUksUUFBUTtnQkFBd0I7Ozs7Ozs7O0FBR25FIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS10ZW1wbGF0ZS8uL3NyYy9jb21wb25lbnRzL0hlYWRlci5qc3g/M2NiNiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgSW1hZ2UgZnJvbSAnbmV4dC9pbWFnZSdcbmltcG9ydCBMaW5rIGZyb20gJ25leHQvbGluaydcbmltcG9ydCB7IHVzZVJvdXRlciB9IGZyb20gJ25leHQvcm91dGVyJ1xuaW1wb3J0IHsgUG9wb3ZlciwgVHJhbnNpdGlvbiB9IGZyb20gJ0BoZWFkbGVzc3VpL3JlYWN0J1xuaW1wb3J0IGNsc3ggZnJvbSAnY2xzeCdcblxuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcidcbmltcG9ydCBhdmF0YXJJbWFnZSBmcm9tICdAL2ltYWdlcy9hdmF0YXIuanBnJ1xuaW1wb3J0IHsgRnJhZ21lbnQsIHVzZUVmZmVjdCwgdXNlUmVmIH0gZnJvbSAncmVhY3QnXG5cbmZ1bmN0aW9uIENsb3NlSWNvbihwcm9wcykge1xuICByZXR1cm4gKFxuICAgIDxzdmcgdmlld0JveD1cIjAgMCAyNCAyNFwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIHsuLi5wcm9wc30+XG4gICAgICA8cGF0aFxuICAgICAgICBkPVwibTE3LjI1IDYuNzUtMTAuNSAxMC41TTYuNzUgNi43NWwxMC41IDEwLjVcIlxuICAgICAgICBmaWxsPVwibm9uZVwiXG4gICAgICAgIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiXG4gICAgICAgIHN0cm9rZVdpZHRoPVwiMS41XCJcbiAgICAgICAgc3Ryb2tlTGluZWNhcD1cInJvdW5kXCJcbiAgICAgICAgc3Ryb2tlTGluZWpvaW49XCJyb3VuZFwiXG4gICAgICAvPlxuICAgIDwvc3ZnPlxuICApXG59XG5cbmZ1bmN0aW9uIENoZXZyb25Eb3duSWNvbihwcm9wcykge1xuICByZXR1cm4gKFxuICAgIDxzdmcgdmlld0JveD1cIjAgMCA4IDZcIiBhcmlhLWhpZGRlbj1cInRydWVcIiB7Li4ucHJvcHN9PlxuICAgICAgPHBhdGhcbiAgICAgICAgZD1cIk0xLjc1IDEuNzUgNCA0LjI1bDIuMjUtMi41XCJcbiAgICAgICAgZmlsbD1cIm5vbmVcIlxuICAgICAgICBzdHJva2VXaWR0aD1cIjEuNVwiXG4gICAgICAgIHN0cm9rZUxpbmVjYXA9XCJyb3VuZFwiXG4gICAgICAgIHN0cm9rZUxpbmVqb2luPVwicm91bmRcIlxuICAgICAgLz5cbiAgICA8L3N2Zz5cbiAgKVxufVxuXG5mdW5jdGlvbiBTdW5JY29uKHByb3BzKSB7XG4gIHJldHVybiAoXG4gICAgPHN2Z1xuICAgICAgdmlld0JveD1cIjAgMCAyNCAyNFwiXG4gICAgICBzdHJva2VXaWR0aD1cIjEuNVwiXG4gICAgICBzdHJva2VMaW5lY2FwPVwicm91bmRcIlxuICAgICAgc3Ryb2tlTGluZWpvaW49XCJyb3VuZFwiXG4gICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgey4uLnByb3BzfVxuICAgID5cbiAgICAgIDxwYXRoIGQ9XCJNOCAxMi4yNUE0LjI1IDQuMjUgMCAwIDEgMTIuMjUgOHYwYTQuMjUgNC4yNSAwIDAgMSA0LjI1IDQuMjV2MGE0LjI1IDQuMjUgMCAwIDEtNC4yNSA0LjI1djBBNC4yNSA0LjI1IDAgMCAxIDggMTIuMjV2MFpcIiAvPlxuICAgICAgPHBhdGhcbiAgICAgICAgZD1cIk0xMi4yNSAzdjEuNU0yMS41IDEyLjI1SDIwTTE4Ljc5MSAxOC43OTFsLTEuMDYtMS4wNk0xOC43OTEgNS43MDlsLTEuMDYgMS4wNk0xMi4yNSAyMHYxLjVNNC41IDEyLjI1SDNNNi43NyA2Ljc3IDUuNzA5IDUuNzA5TTYuNzcgMTcuNzNsLTEuMDYxIDEuMDYxXCJcbiAgICAgICAgZmlsbD1cIm5vbmVcIlxuICAgICAgLz5cbiAgICA8L3N2Zz5cbiAgKVxufVxuXG5mdW5jdGlvbiBNb29uSWNvbihwcm9wcykge1xuICByZXR1cm4gKFxuICAgIDxzdmcgdmlld0JveD1cIjAgMCAyNCAyNFwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIHsuLi5wcm9wc30+XG4gICAgICA8cGF0aFxuICAgICAgICBkPVwiTTE3LjI1IDE2LjIyYTYuOTM3IDYuOTM3IDAgMCAxLTkuNDctOS40NyA3LjQ1MSA3LjQ1MSAwIDEgMCA5LjQ3IDkuNDdaTTEyLjc1IDdDMTcgNyAxNyAyLjc1IDE3IDIuNzVTMTcgNyAyMS4yNSA3QzE3IDcgMTcgMTEuMjUgMTcgMTEuMjVTMTcgNyAxMi43NSA3WlwiXG4gICAgICAgIHN0cm9rZVdpZHRoPVwiMS41XCJcbiAgICAgICAgc3Ryb2tlTGluZWNhcD1cInJvdW5kXCJcbiAgICAgICAgc3Ryb2tlTGluZWpvaW49XCJyb3VuZFwiXG4gICAgICAvPlxuICAgIDwvc3ZnPlxuICApXG59XG5cbmZ1bmN0aW9uIE1vYmlsZU5hdkl0ZW0oeyBocmVmLCBjaGlsZHJlbiB9KSB7XG4gIHJldHVybiAoXG4gICAgPGxpPlxuICAgICAgPFBvcG92ZXIuQnV0dG9uIGFzPXtMaW5rfSBocmVmPXtocmVmfSBjbGFzc05hbWU9XCJibG9jayBweS0yXCI+XG4gICAgICAgIHtjaGlsZHJlbn1cbiAgICAgIDwvUG9wb3Zlci5CdXR0b24+XG4gICAgPC9saT5cbiAgKVxufVxuXG5mdW5jdGlvbiBNb2JpbGVOYXZpZ2F0aW9uKHByb3BzKSB7XG4gIHJldHVybiAoXG4gICAgPFBvcG92ZXIgey4uLnByb3BzfT5cbiAgICAgIDxQb3BvdmVyLkJ1dHRvbiBjbGFzc05hbWU9XCJncm91cCBmbGV4IGl0ZW1zLWNlbnRlciByb3VuZGVkLWZ1bGwgYmctd2hpdGUvOTAgcHgtNCBweS0yIHRleHQtc20gZm9udC1tZWRpdW0gdGV4dC16aW5jLTgwMCBzaGFkb3ctbGcgc2hhZG93LXppbmMtODAwLzUgcmluZy0xIHJpbmctemluYy05MDAvNSBiYWNrZHJvcC1ibHVyIGRhcms6YmctemluYy04MDAvOTAgZGFyazp0ZXh0LXppbmMtMjAwIGRhcms6cmluZy13aGl0ZS8xMCBkYXJrOmhvdmVyOnJpbmctd2hpdGUvMjBcIj5cbiAgICAgICAgTWVudVxuICAgICAgICA8Q2hldnJvbkRvd25JY29uIGNsYXNzTmFtZT1cIm1sLTMgaC1hdXRvIHctMiBzdHJva2UtemluYy01MDAgZ3JvdXAtaG92ZXI6c3Ryb2tlLXppbmMtNzAwIGRhcms6Z3JvdXAtaG92ZXI6c3Ryb2tlLXppbmMtNDAwXCIgLz5cbiAgICAgIDwvUG9wb3Zlci5CdXR0b24+XG4gICAgICA8VHJhbnNpdGlvbi5Sb290PlxuICAgICAgICA8VHJhbnNpdGlvbi5DaGlsZFxuICAgICAgICAgIGFzPXtGcmFnbWVudH1cbiAgICAgICAgICBlbnRlcj1cImR1cmF0aW9uLTE1MCBlYXNlLW91dFwiXG4gICAgICAgICAgZW50ZXJGcm9tPVwib3BhY2l0eS0wXCJcbiAgICAgICAgICBlbnRlclRvPVwib3BhY2l0eS0xMDBcIlxuICAgICAgICAgIGxlYXZlPVwiZHVyYXRpb24tMTUwIGVhc2UtaW5cIlxuICAgICAgICAgIGxlYXZlRnJvbT1cIm9wYWNpdHktMTAwXCJcbiAgICAgICAgICBsZWF2ZVRvPVwib3BhY2l0eS0wXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxQb3BvdmVyLk92ZXJsYXkgY2xhc3NOYW1lPVwiZml4ZWQgaW5zZXQtMCB6LTUwIGJnLXppbmMtODAwLzQwIGJhY2tkcm9wLWJsdXItc20gZGFyazpiZy1ibGFjay84MFwiIC8+XG4gICAgICAgIDwvVHJhbnNpdGlvbi5DaGlsZD5cbiAgICAgICAgPFRyYW5zaXRpb24uQ2hpbGRcbiAgICAgICAgICBhcz17RnJhZ21lbnR9XG4gICAgICAgICAgZW50ZXI9XCJkdXJhdGlvbi0xNTAgZWFzZS1vdXRcIlxuICAgICAgICAgIGVudGVyRnJvbT1cIm9wYWNpdHktMCBzY2FsZS05NVwiXG4gICAgICAgICAgZW50ZXJUbz1cIm9wYWNpdHktMTAwIHNjYWxlLTEwMFwiXG4gICAgICAgICAgbGVhdmU9XCJkdXJhdGlvbi0xNTAgZWFzZS1pblwiXG4gICAgICAgICAgbGVhdmVGcm9tPVwib3BhY2l0eS0xMDAgc2NhbGUtMTAwXCJcbiAgICAgICAgICBsZWF2ZVRvPVwib3BhY2l0eS0wIHNjYWxlLTk1XCJcbiAgICAgICAgPlxuICAgICAgICAgIDxQb3BvdmVyLlBhbmVsXG4gICAgICAgICAgICBmb2N1c1xuICAgICAgICAgICAgY2xhc3NOYW1lPVwiZml4ZWQgaW5zZXQteC00IHRvcC04IHotNTAgb3JpZ2luLXRvcCByb3VuZGVkLTN4bCBiZy13aGl0ZSBwLTggcmluZy0xIHJpbmctemluYy05MDAvNSBkYXJrOmJnLXppbmMtOTAwIGRhcms6cmluZy16aW5jLTgwMFwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IGZsZXgtcm93LXJldmVyc2UgaXRlbXMtY2VudGVyIGp1c3RpZnktYmV0d2VlblwiPlxuICAgICAgICAgICAgICA8UG9wb3Zlci5CdXR0b24gYXJpYS1sYWJlbD1cIkNsb3NlIG1lbnVcIiBjbGFzc05hbWU9XCItbS0xIHAtMVwiPlxuICAgICAgICAgICAgICAgIDxDbG9zZUljb24gY2xhc3NOYW1lPVwiaC02IHctNiB0ZXh0LXppbmMtNTAwIGRhcms6dGV4dC16aW5jLTQwMFwiIC8+XG4gICAgICAgICAgICAgIDwvUG9wb3Zlci5CdXR0b24+XG4gICAgICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtbWVkaXVtIHRleHQtemluYy02MDAgZGFyazp0ZXh0LXppbmMtNDAwXCI+XG4gICAgICAgICAgICAgICAgTmF2aWdhdGlvblxuICAgICAgICAgICAgICA8L2gyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8bmF2IGNsYXNzTmFtZT1cIm10LTZcIj5cbiAgICAgICAgICAgICAgPHVsIGNsYXNzTmFtZT1cIi1teS0yIGRpdmlkZS15IGRpdmlkZS16aW5jLTEwMCB0ZXh0LWJhc2UgdGV4dC16aW5jLTgwMCBkYXJrOmRpdmlkZS16aW5jLTEwMC81IGRhcms6dGV4dC16aW5jLTMwMFwiPlxuICAgICAgICAgICAgICAgIDxNb2JpbGVOYXZJdGVtIGhyZWY9XCIvYWJvdXRcIj5BYm91dDwvTW9iaWxlTmF2SXRlbT5cbiAgICAgICAgICAgICAgICA8TW9iaWxlTmF2SXRlbSBocmVmPVwiL2FydGljbGVzXCI+QXJ0aWNsZXM8L01vYmlsZU5hdkl0ZW0+XG4gICAgICAgICAgICAgICAgPE1vYmlsZU5hdkl0ZW0gaHJlZj1cIi9wcm9qZWN0c1wiPlByb2plY3RzPC9Nb2JpbGVOYXZJdGVtPlxuICAgICAgICAgICAgICAgIHsvKiA8TW9iaWxlTmF2SXRlbSBocmVmPVwiL3NwZWFraW5nXCI+U3BlYWtpbmc8L01vYmlsZU5hdkl0ZW0+ICovfVxuICAgICAgICAgICAgICAgIDxNb2JpbGVOYXZJdGVtIGhyZWY9XCIvdXNlc1wiPlVzZXM8L01vYmlsZU5hdkl0ZW0+XG4gICAgICAgICAgICAgICAgPE1vYmlsZU5hdkl0ZW0gaHJlZj1cIi9kaWV0XCI+RGlldDwvTW9iaWxlTmF2SXRlbT5cbiAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgIDwvbmF2PlxuICAgICAgICAgIDwvUG9wb3Zlci5QYW5lbD5cbiAgICAgICAgPC9UcmFuc2l0aW9uLkNoaWxkPlxuICAgICAgPC9UcmFuc2l0aW9uLlJvb3Q+XG4gICAgPC9Qb3BvdmVyPlxuICApXG59XG5cbmZ1bmN0aW9uIE5hdkl0ZW0oeyBocmVmLCBjaGlsZHJlbiB9KSB7XG4gIGxldCBpc0FjdGl2ZSA9IHVzZVJvdXRlcigpLnBhdGhuYW1lID09PSBocmVmXG5cbiAgcmV0dXJuIChcbiAgICA8bGk+XG4gICAgICA8TGlua1xuICAgICAgICBocmVmPXtocmVmfVxuICAgICAgICBjbGFzc05hbWU9e2Nsc3goXG4gICAgICAgICAgJ3JlbGF0aXZlIGJsb2NrIHB4LTMgcHktMiB0cmFuc2l0aW9uJyxcbiAgICAgICAgICBpc0FjdGl2ZVxuICAgICAgICAgICAgPyAndGV4dC1ibHVlLTUwMCBkYXJrOnRleHQtYmx1ZS00MDAnXG4gICAgICAgICAgICA6ICdob3Zlcjp0ZXh0LWJsdWUtNTAwIGRhcms6aG92ZXI6dGV4dC1ibHVlLTQwMCdcbiAgICAgICAgKX1cbiAgICAgID5cbiAgICAgICAge2NoaWxkcmVufVxuICAgICAgICB7aXNBY3RpdmUgJiYgKFxuICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMSAtYm90dG9tLXB4IGgtcHggYmctZ3JhZGllbnQtdG8tciBmcm9tLWJsdWUtNTAwLzAgdmlhLWJsdWUtNTAwLzQwIHRvLWJsdWUtNTAwLzAgZGFyazpmcm9tLWJsdWUtNDAwLzAgZGFyazp2aWEtYmx1ZS00MDAvNDAgZGFyazp0by1ibHVlLTQwMC8wXCIgLz5cbiAgICAgICAgKX1cbiAgICAgIDwvTGluaz5cbiAgICA8L2xpPlxuICApXG59XG5cbmZ1bmN0aW9uIERlc2t0b3BOYXZpZ2F0aW9uKHByb3BzKSB7XG4gIHJldHVybiAoXG4gICAgPG5hdiB7Li4ucHJvcHN9PlxuICAgICAgPHVsIGNsYXNzTmFtZT1cImZsZXggcm91bmRlZC1mdWxsIGJnLXdoaXRlLzkwIHB4LTMgdGV4dC1zbSBmb250LW1lZGl1bSB0ZXh0LXppbmMtODAwIHNoYWRvdy1sZyBzaGFkb3ctemluYy04MDAvNSByaW5nLTEgcmluZy16aW5jLTkwMC81IGJhY2tkcm9wLWJsdXIgZGFyazpiZy16aW5jLTgwMC85MCBkYXJrOnRleHQtemluYy0yMDAgZGFyazpyaW5nLXdoaXRlLzEwXCI+XG4gICAgICAgIDxOYXZJdGVtIGhyZWY9XCIvYWJvdXRcIj5BYm91dDwvTmF2SXRlbT5cbiAgICAgICAgPE5hdkl0ZW0gaHJlZj1cIi9hcnRpY2xlc1wiPkFydGljbGVzPC9OYXZJdGVtPlxuICAgICAgICA8TmF2SXRlbSBocmVmPVwiL3Byb2plY3RzXCI+UHJvamVjdHM8L05hdkl0ZW0+XG4gICAgICAgIHsvKiA8TmF2SXRlbSBocmVmPVwiL3NwZWFraW5nXCI+U3BlYWtpbmc8L05hdkl0ZW0+ICovfVxuICAgICAgICA8TmF2SXRlbSBocmVmPVwiL3VzZXNcIj5Vc2VzPC9OYXZJdGVtPlxuICAgICAgICA8TmF2SXRlbSBocmVmPVwiL2RpZXRcIj5EaWV0PC9OYXZJdGVtPlxuICAgICAgPC91bD5cbiAgICA8L25hdj5cbiAgKVxufVxuXG5mdW5jdGlvbiBNb2RlVG9nZ2xlKCkge1xuICBmdW5jdGlvbiBkaXNhYmxlVHJhbnNpdGlvbnNUZW1wb3JhcmlseSgpIHtcbiAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuY2xhc3NMaXN0LmFkZCgnWyZfKl06IXRyYW5zaXRpb24tbm9uZScpXG4gICAgd2luZG93LnNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsYXNzTGlzdC5yZW1vdmUoJ1smXypdOiF0cmFuc2l0aW9uLW5vbmUnKVxuICAgIH0sIDApXG4gIH1cblxuICBmdW5jdGlvbiB0b2dnbGVNb2RlKCkge1xuICAgIGRpc2FibGVUcmFuc2l0aW9uc1RlbXBvcmFyaWx5KClcblxuICAgIGxldCBkYXJrTW9kZU1lZGlhUXVlcnkgPSB3aW5kb3cubWF0Y2hNZWRpYSgnKHByZWZlcnMtY29sb3Itc2NoZW1lOiBkYXJrKScpXG4gICAgbGV0IGlzU3lzdGVtRGFya01vZGUgPSBkYXJrTW9kZU1lZGlhUXVlcnkubWF0Y2hlc1xuICAgIGxldCBpc0RhcmtNb2RlID0gZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsYXNzTGlzdC50b2dnbGUoJ2RhcmsnKVxuXG4gICAgaWYgKGlzRGFya01vZGUgPT09IGlzU3lzdGVtRGFya01vZGUpIHtcbiAgICAgIGRlbGV0ZSB3aW5kb3cubG9jYWxTdG9yYWdlLmlzRGFya01vZGVcbiAgICB9IGVsc2Uge1xuICAgICAgd2luZG93LmxvY2FsU3RvcmFnZS5pc0RhcmtNb2RlID0gaXNEYXJrTW9kZVxuICAgIH1cbiAgfVxuXG4gIHJldHVybiAoXG4gICAgPGJ1dHRvblxuICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICBhcmlhLWxhYmVsPVwiVG9nZ2xlIGRhcmsgbW9kZVwiXG4gICAgICBjbGFzc05hbWU9XCJncm91cCByb3VuZGVkLWZ1bGwgYmctd2hpdGUvOTAgcHgtMyBweS0yIHNoYWRvdy1sZyBzaGFkb3ctemluYy04MDAvNSByaW5nLTEgcmluZy16aW5jLTkwMC81IGJhY2tkcm9wLWJsdXIgdHJhbnNpdGlvbiBkYXJrOmJnLXppbmMtODAwLzkwIGRhcms6cmluZy13aGl0ZS8xMCBkYXJrOmhvdmVyOnJpbmctd2hpdGUvMjBcIlxuICAgICAgb25DbGljaz17dG9nZ2xlTW9kZX1cbiAgICA+XG4gICAgICA8U3VuSWNvbiBjbGFzc05hbWU9XCJoLTYgdy02IGZpbGwtemluYy0xMDAgc3Ryb2tlLXppbmMtNTAwIHRyYW5zaXRpb24gZ3JvdXAtaG92ZXI6ZmlsbC16aW5jLTIwMCBncm91cC1ob3ZlcjpzdHJva2UtemluYy03MDAgZGFyazpoaWRkZW4gW0BtZWRpYShwcmVmZXJzLWNvbG9yLXNjaGVtZTpkYXJrKV06ZmlsbC1ibHVlLTUwIFtAbWVkaWEocHJlZmVycy1jb2xvci1zY2hlbWU6ZGFyayldOnN0cm9rZS1ibHVlLTUwMCBbQG1lZGlhKHByZWZlcnMtY29sb3Itc2NoZW1lOmRhcmspXTpncm91cC1ob3ZlcjpmaWxsLWJsdWUtNTAgW0BtZWRpYShwcmVmZXJzLWNvbG9yLXNjaGVtZTpkYXJrKV06Z3JvdXAtaG92ZXI6c3Ryb2tlLWJsdWUtNjAwXCIgLz5cbiAgICAgIDxNb29uSWNvbiBjbGFzc05hbWU9XCJoaWRkZW4gaC02IHctNiBmaWxsLXppbmMtNzAwIHN0cm9rZS16aW5jLTUwMCB0cmFuc2l0aW9uIGRhcms6YmxvY2sgW0BtZWRpYShwcmVmZXJzLWNvbG9yLXNjaGVtZTpkYXJrKV06Z3JvdXAtaG92ZXI6c3Ryb2tlLXppbmMtNDAwIFtAbWVkaWFfbm90XyhwcmVmZXJzLWNvbG9yLXNjaGVtZTpkYXJrKV06ZmlsbC1ibHVlLTQwMC8xMCBbQG1lZGlhX25vdF8ocHJlZmVycy1jb2xvci1zY2hlbWU6ZGFyayldOnN0cm9rZS1ibHVlLTUwMFwiIC8+XG4gICAgPC9idXR0b24+XG4gIClcbn1cblxuZnVuY3Rpb24gY2xhbXAobnVtYmVyLCBhLCBiKSB7XG4gIGxldCBtaW4gPSBNYXRoLm1pbihhLCBiKVxuICBsZXQgbWF4ID0gTWF0aC5tYXgoYSwgYilcbiAgcmV0dXJuIE1hdGgubWluKE1hdGgubWF4KG51bWJlciwgbWluKSwgbWF4KVxufVxuXG5mdW5jdGlvbiBBdmF0YXJDb250YWluZXIoeyBjbGFzc05hbWUsIC4uLnByb3BzIH0pIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICBjbGFzc05hbWU9e2Nsc3goXG4gICAgICAgIGNsYXNzTmFtZSxcbiAgICAgICAgJ2gtMTAgdy0xMCByb3VuZGVkLWZ1bGwgYmctd2hpdGUvOTAgcC0wLjUgc2hhZG93LWxnIHNoYWRvdy16aW5jLTgwMC81IHJpbmctMSByaW5nLXppbmMtOTAwLzUgYmFja2Ryb3AtYmx1ciBkYXJrOmJnLXppbmMtODAwLzkwIGRhcms6cmluZy13aGl0ZS8xMCdcbiAgICAgICl9XG4gICAgICB7Li4ucHJvcHN9XG4gICAgLz5cbiAgKVxufVxuXG5mdW5jdGlvbiBBdmF0YXIoeyBsYXJnZSA9IGZhbHNlLCBjbGFzc05hbWUsIC4uLnByb3BzIH0pIHtcbiAgcmV0dXJuIChcbiAgICA8TGlua1xuICAgICAgaHJlZj1cIi9cIlxuICAgICAgYXJpYS1sYWJlbD1cIkhvbWVcIlxuICAgICAgY2xhc3NOYW1lPXtjbHN4KGNsYXNzTmFtZSwgJ3BvaW50ZXItZXZlbnRzLWF1dG8nKX1cbiAgICAgIHsuLi5wcm9wc31cbiAgICA+XG4gICAgICA8SW1hZ2VcbiAgICAgICAgc3JjPXthdmF0YXJJbWFnZX1cbiAgICAgICAgYWx0PVwiXCJcbiAgICAgICAgc2l6ZXM9e2xhcmdlID8gJzRyZW0nIDogJzIuMjVyZW0nfVxuICAgICAgICBjbGFzc05hbWU9e2Nsc3goXG4gICAgICAgICAgJ3JvdW5kZWQtZnVsbCBiZy16aW5jLTEwMCBvYmplY3QtY292ZXIgZGFyazpiZy16aW5jLTgwMCcsXG4gICAgICAgICAgbGFyZ2UgPyAnaC0xNiB3LTE2JyA6ICdoLTkgdy05J1xuICAgICAgICApfVxuICAgICAgICBwcmlvcml0eVxuICAgICAgLz5cbiAgICA8L0xpbms+XG4gIClcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIEhlYWRlcigpIHtcbiAgbGV0IGlzSG9tZVBhZ2UgPSB1c2VSb3V0ZXIoKS5wYXRobmFtZSA9PT0gJy8nXG5cbiAgbGV0IGhlYWRlclJlZiA9IHVzZVJlZigpXG4gIGxldCBhdmF0YXJSZWYgPSB1c2VSZWYoKVxuICBsZXQgaXNJbml0aWFsID0gdXNlUmVmKHRydWUpXG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBsZXQgZG93bkRlbGF5ID0gYXZhdGFyUmVmLmN1cnJlbnQ/Lm9mZnNldFRvcCA/PyAwXG4gICAgbGV0IHVwRGVsYXkgPSA2NFxuXG4gICAgZnVuY3Rpb24gc2V0UHJvcGVydHkocHJvcGVydHksIHZhbHVlKSB7XG4gICAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuc3R5bGUuc2V0UHJvcGVydHkocHJvcGVydHksIHZhbHVlKVxuICAgIH1cblxuICAgIGZ1bmN0aW9uIHJlbW92ZVByb3BlcnR5KHByb3BlcnR5KSB7XG4gICAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuc3R5bGUucmVtb3ZlUHJvcGVydHkocHJvcGVydHkpXG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdXBkYXRlSGVhZGVyU3R5bGVzKCkge1xuICAgICAgbGV0IHsgdG9wLCBoZWlnaHQgfSA9IGhlYWRlclJlZi5jdXJyZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpXG4gICAgICBsZXQgc2Nyb2xsWSA9IGNsYW1wKFxuICAgICAgICB3aW5kb3cuc2Nyb2xsWSxcbiAgICAgICAgMCxcbiAgICAgICAgZG9jdW1lbnQuYm9keS5zY3JvbGxIZWlnaHQgLSB3aW5kb3cuaW5uZXJIZWlnaHRcbiAgICAgIClcblxuICAgICAgaWYgKGlzSW5pdGlhbC5jdXJyZW50KSB7XG4gICAgICAgIHNldFByb3BlcnR5KCctLWhlYWRlci1wb3NpdGlvbicsICdzdGlja3knKVxuICAgICAgfVxuXG4gICAgICBzZXRQcm9wZXJ0eSgnLS1jb250ZW50LW9mZnNldCcsIGAke2Rvd25EZWxheX1weGApXG5cbiAgICAgIGlmIChpc0luaXRpYWwuY3VycmVudCB8fCBzY3JvbGxZIDwgZG93bkRlbGF5KSB7XG4gICAgICAgIHNldFByb3BlcnR5KCctLWhlYWRlci1oZWlnaHQnLCBgJHtkb3duRGVsYXkgKyBoZWlnaHR9cHhgKVxuICAgICAgICBzZXRQcm9wZXJ0eSgnLS1oZWFkZXItbWInLCBgJHstZG93bkRlbGF5fXB4YClcbiAgICAgIH0gZWxzZSBpZiAodG9wICsgaGVpZ2h0IDwgLXVwRGVsYXkpIHtcbiAgICAgICAgbGV0IG9mZnNldCA9IE1hdGgubWF4KGhlaWdodCwgc2Nyb2xsWSAtIHVwRGVsYXkpXG4gICAgICAgIHNldFByb3BlcnR5KCctLWhlYWRlci1oZWlnaHQnLCBgJHtvZmZzZXR9cHhgKVxuICAgICAgICBzZXRQcm9wZXJ0eSgnLS1oZWFkZXItbWInLCBgJHtoZWlnaHQgLSBvZmZzZXR9cHhgKVxuICAgICAgfSBlbHNlIGlmICh0b3AgPT09IDApIHtcbiAgICAgICAgc2V0UHJvcGVydHkoJy0taGVhZGVyLWhlaWdodCcsIGAke3Njcm9sbFkgKyBoZWlnaHR9cHhgKVxuICAgICAgICBzZXRQcm9wZXJ0eSgnLS1oZWFkZXItbWInLCBgJHstc2Nyb2xsWX1weGApXG4gICAgICB9XG5cbiAgICAgIGlmICh0b3AgPT09IDAgJiYgc2Nyb2xsWSA+IDAgJiYgc2Nyb2xsWSA+PSBkb3duRGVsYXkpIHtcbiAgICAgICAgc2V0UHJvcGVydHkoJy0taGVhZGVyLWlubmVyLXBvc2l0aW9uJywgJ2ZpeGVkJylcbiAgICAgICAgcmVtb3ZlUHJvcGVydHkoJy0taGVhZGVyLXRvcCcpXG4gICAgICAgIHJlbW92ZVByb3BlcnR5KCctLWF2YXRhci10b3AnKVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgcmVtb3ZlUHJvcGVydHkoJy0taGVhZGVyLWlubmVyLXBvc2l0aW9uJylcbiAgICAgICAgc2V0UHJvcGVydHkoJy0taGVhZGVyLXRvcCcsICcwcHgnKVxuICAgICAgICBzZXRQcm9wZXJ0eSgnLS1hdmF0YXItdG9wJywgJzBweCcpXG4gICAgICB9XG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdXBkYXRlQXZhdGFyU3R5bGVzKCkge1xuICAgICAgaWYgKCFpc0hvbWVQYWdlKSB7XG4gICAgICAgIHJldHVyblxuICAgICAgfVxuXG4gICAgICBsZXQgZnJvbVNjYWxlID0gMVxuICAgICAgbGV0IHRvU2NhbGUgPSAzNiAvIDY0XG4gICAgICBsZXQgZnJvbVggPSAwXG4gICAgICBsZXQgdG9YID0gMiAvIDE2XG5cbiAgICAgIGxldCBzY3JvbGxZID0gZG93bkRlbGF5IC0gd2luZG93LnNjcm9sbFlcblxuICAgICAgbGV0IHNjYWxlID0gKHNjcm9sbFkgKiAoZnJvbVNjYWxlIC0gdG9TY2FsZSkpIC8gZG93bkRlbGF5ICsgdG9TY2FsZVxuICAgICAgc2NhbGUgPSBjbGFtcChzY2FsZSwgZnJvbVNjYWxlLCB0b1NjYWxlKVxuXG4gICAgICBsZXQgeCA9IChzY3JvbGxZICogKGZyb21YIC0gdG9YKSkgLyBkb3duRGVsYXkgKyB0b1hcbiAgICAgIHggPSBjbGFtcCh4LCBmcm9tWCwgdG9YKVxuXG4gICAgICBzZXRQcm9wZXJ0eShcbiAgICAgICAgJy0tYXZhdGFyLWltYWdlLXRyYW5zZm9ybScsXG4gICAgICAgIGB0cmFuc2xhdGUzZCgke3h9cmVtLCAwLCAwKSBzY2FsZSgke3NjYWxlfSlgXG4gICAgICApXG5cbiAgICAgIGxldCBib3JkZXJTY2FsZSA9IDEgLyAodG9TY2FsZSAvIHNjYWxlKVxuICAgICAgbGV0IGJvcmRlclggPSAoLXRvWCArIHgpICogYm9yZGVyU2NhbGVcbiAgICAgIGxldCBib3JkZXJUcmFuc2Zvcm0gPSBgdHJhbnNsYXRlM2QoJHtib3JkZXJYfXJlbSwgMCwgMCkgc2NhbGUoJHtib3JkZXJTY2FsZX0pYFxuXG4gICAgICBzZXRQcm9wZXJ0eSgnLS1hdmF0YXItYm9yZGVyLXRyYW5zZm9ybScsIGJvcmRlclRyYW5zZm9ybSlcbiAgICAgIHNldFByb3BlcnR5KCctLWF2YXRhci1ib3JkZXItb3BhY2l0eScsIHNjYWxlID09PSB0b1NjYWxlID8gMSA6IDApXG4gICAgfVxuXG4gICAgZnVuY3Rpb24gdXBkYXRlU3R5bGVzKCkge1xuICAgICAgdXBkYXRlSGVhZGVyU3R5bGVzKClcbiAgICAgIHVwZGF0ZUF2YXRhclN0eWxlcygpXG4gICAgICBpc0luaXRpYWwuY3VycmVudCA9IGZhbHNlXG4gICAgfVxuXG4gICAgdXBkYXRlU3R5bGVzKClcbiAgICB3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcignc2Nyb2xsJywgdXBkYXRlU3R5bGVzLCB7IHBhc3NpdmU6IHRydWUgfSlcbiAgICB3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcigncmVzaXplJywgdXBkYXRlU3R5bGVzKVxuXG4gICAgcmV0dXJuICgpID0+IHtcbiAgICAgIHdpbmRvdy5yZW1vdmVFdmVudExpc3RlbmVyKCdzY3JvbGwnLCB1cGRhdGVTdHlsZXMsIHsgcGFzc2l2ZTogdHJ1ZSB9KVxuICAgICAgd2luZG93LnJlbW92ZUV2ZW50TGlzdGVuZXIoJ3Jlc2l6ZScsIHVwZGF0ZVN0eWxlcylcbiAgICB9XG4gIH0sIFtpc0hvbWVQYWdlXSlcblxuICByZXR1cm4gKFxuICAgIDw+XG4gICAgICA8aGVhZGVyXG4gICAgICAgIGNsYXNzTmFtZT1cInBvaW50ZXItZXZlbnRzLW5vbmUgcmVsYXRpdmUgei01MCBmbGV4IGZsZXgtY29sXCJcbiAgICAgICAgc3R5bGU9e3tcbiAgICAgICAgICBoZWlnaHQ6ICd2YXIoLS1oZWFkZXItaGVpZ2h0KScsXG4gICAgICAgICAgbWFyZ2luQm90dG9tOiAndmFyKC0taGVhZGVyLW1iKScsXG4gICAgICAgIH19XG4gICAgICA+XG4gICAgICAgIHtpc0hvbWVQYWdlICYmIChcbiAgICAgICAgICA8PlxuICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICByZWY9e2F2YXRhclJlZn1cbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwib3JkZXItbGFzdCBtdC1bY2FsYyh0aGVtZShzcGFjaW5nLjE2KS10aGVtZShzcGFjaW5nLjMpKV1cIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICAgIDxDb250YWluZXJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwidG9wLTAgb3JkZXItbGFzdCAtbWItMyBwdC0zXCJcbiAgICAgICAgICAgICAgc3R5bGU9e3sgcG9zaXRpb246ICd2YXIoLS1oZWFkZXItcG9zaXRpb24pJyB9fVxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwidG9wLVt2YXIoLS1hdmF0YXItdG9wLHRoZW1lKHNwYWNpbmcuMykpXSB3LWZ1bGxcIlxuICAgICAgICAgICAgICAgIHN0eWxlPXt7IHBvc2l0aW9uOiAndmFyKC0taGVhZGVyLWlubmVyLXBvc2l0aW9uKScgfX1cbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cbiAgICAgICAgICAgICAgICAgIDxBdmF0YXJDb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiYWJzb2x1dGUgbGVmdC0wIHRvcC0zIG9yaWdpbi1sZWZ0IHRyYW5zaXRpb24tb3BhY2l0eVwiXG4gICAgICAgICAgICAgICAgICAgIHN0eWxlPXt7XG4gICAgICAgICAgICAgICAgICAgICAgb3BhY2l0eTogJ3ZhcigtLWF2YXRhci1ib3JkZXItb3BhY2l0eSwgMCknLFxuICAgICAgICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogJ3ZhcigtLWF2YXRhci1ib3JkZXItdHJhbnNmb3JtKScsXG4gICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgPEF2YXRhclxuICAgICAgICAgICAgICAgICAgICBsYXJnZVxuICAgICAgICAgICAgICAgICAgICBjbGFzc05hbWU9XCJibG9jayBoLTE2IHctMTYgb3JpZ2luLWxlZnRcIlxuICAgICAgICAgICAgICAgICAgICBzdHlsZT17eyB0cmFuc2Zvcm06ICd2YXIoLS1hdmF0YXItaW1hZ2UtdHJhbnNmb3JtKScgfX1cbiAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9Db250YWluZXI+XG4gICAgICAgICAgPC8+XG4gICAgICAgICl9XG4gICAgICAgIDxkaXZcbiAgICAgICAgICByZWY9e2hlYWRlclJlZn1cbiAgICAgICAgICBjbGFzc05hbWU9XCJ0b3AtMCB6LTEwIGgtMTYgcHQtNlwiXG4gICAgICAgICAgc3R5bGU9e3sgcG9zaXRpb246ICd2YXIoLS1oZWFkZXItcG9zaXRpb24pJyB9fVxuICAgICAgICA+XG4gICAgICAgICAgPENvbnRhaW5lclxuICAgICAgICAgICAgY2xhc3NOYW1lPVwidG9wLVt2YXIoLS1oZWFkZXItdG9wLHRoZW1lKHNwYWNpbmcuNikpXSB3LWZ1bGxcIlxuICAgICAgICAgICAgc3R5bGU9e3sgcG9zaXRpb246ICd2YXIoLS1oZWFkZXItaW5uZXItcG9zaXRpb24pJyB9fVxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgZmxleCBnYXAtNFwiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC0xXCI+XG4gICAgICAgICAgICAgICAgeyFpc0hvbWVQYWdlICYmIChcbiAgICAgICAgICAgICAgICAgIDxBdmF0YXJDb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDxBdmF0YXIgLz5cbiAgICAgICAgICAgICAgICAgIDwvQXZhdGFyQ29udGFpbmVyPlxuICAgICAgICAgICAgICAgICl9XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC0xIGp1c3RpZnktZW5kIG1kOmp1c3RpZnktY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgPE1vYmlsZU5hdmlnYXRpb24gY2xhc3NOYW1lPVwicG9pbnRlci1ldmVudHMtYXV0byBtZDpoaWRkZW5cIiAvPlxuICAgICAgICAgICAgICAgIDxEZXNrdG9wTmF2aWdhdGlvbiBjbGFzc05hbWU9XCJwb2ludGVyLWV2ZW50cy1hdXRvIGhpZGRlbiBtZDpibG9ja1wiIC8+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXgganVzdGlmeS1lbmQgbWQ6ZmxleC0xXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJwb2ludGVyLWV2ZW50cy1hdXRvXCI+XG4gICAgICAgICAgICAgICAgICA8TW9kZVRvZ2dsZSAvPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvQ29udGFpbmVyPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvaGVhZGVyPlxuICAgICAge2lzSG9tZVBhZ2UgJiYgPGRpdiBzdHlsZT17eyBoZWlnaHQ6ICd2YXIoLS1jb250ZW50LW9mZnNldCknIH19IC8+fVxuICAgIDwvPlxuICApXG59XG4iXSwibmFtZXMiOlsiSW1hZ2UiLCJMaW5rIiwidXNlUm91dGVyIiwiUG9wb3ZlciIsIlRyYW5zaXRpb24iLCJjbHN4IiwiQ29udGFpbmVyIiwiYXZhdGFySW1hZ2UiLCJGcmFnbWVudCIsInVzZUVmZmVjdCIsInVzZVJlZiIsIkNsb3NlSWNvbiIsInByb3BzIiwic3ZnIiwidmlld0JveCIsImFyaWEtaGlkZGVuIiwicGF0aCIsImQiLCJmaWxsIiwic3Ryb2tlIiwic3Ryb2tlV2lkdGgiLCJzdHJva2VMaW5lY2FwIiwic3Ryb2tlTGluZWpvaW4iLCJDaGV2cm9uRG93bkljb24iLCJTdW5JY29uIiwiTW9vbkljb24iLCJNb2JpbGVOYXZJdGVtIiwiaHJlZiIsImNoaWxkcmVuIiwibGkiLCJCdXR0b24iLCJhcyIsImNsYXNzTmFtZSIsIk1vYmlsZU5hdmlnYXRpb24iLCJSb290IiwiQ2hpbGQiLCJlbnRlciIsImVudGVyRnJvbSIsImVudGVyVG8iLCJsZWF2ZSIsImxlYXZlRnJvbSIsImxlYXZlVG8iLCJPdmVybGF5IiwiUGFuZWwiLCJmb2N1cyIsImRpdiIsImFyaWEtbGFiZWwiLCJoMiIsIm5hdiIsInVsIiwiTmF2SXRlbSIsImlzQWN0aXZlIiwicGF0aG5hbWUiLCJzcGFuIiwiRGVza3RvcE5hdmlnYXRpb24iLCJNb2RlVG9nZ2xlIiwiZGlzYWJsZVRyYW5zaXRpb25zVGVtcG9yYXJpbHkiLCJkb2N1bWVudCIsImRvY3VtZW50RWxlbWVudCIsImNsYXNzTGlzdCIsImFkZCIsIndpbmRvdyIsInNldFRpbWVvdXQiLCJyZW1vdmUiLCJ0b2dnbGVNb2RlIiwiZGFya01vZGVNZWRpYVF1ZXJ5IiwibWF0Y2hNZWRpYSIsImlzU3lzdGVtRGFya01vZGUiLCJtYXRjaGVzIiwiaXNEYXJrTW9kZSIsInRvZ2dsZSIsImxvY2FsU3RvcmFnZSIsImJ1dHRvbiIsInR5cGUiLCJvbkNsaWNrIiwiY2xhbXAiLCJudW1iZXIiLCJhIiwiYiIsIm1pbiIsIk1hdGgiLCJtYXgiLCJBdmF0YXJDb250YWluZXIiLCJBdmF0YXIiLCJsYXJnZSIsInNyYyIsImFsdCIsInNpemVzIiwicHJpb3JpdHkiLCJIZWFkZXIiLCJpc0hvbWVQYWdlIiwiaGVhZGVyUmVmIiwiYXZhdGFyUmVmIiwiaXNJbml0aWFsIiwiZG93bkRlbGF5IiwiY3VycmVudCIsIm9mZnNldFRvcCIsInVwRGVsYXkiLCJzZXRQcm9wZXJ0eSIsInByb3BlcnR5IiwidmFsdWUiLCJzdHlsZSIsInJlbW92ZVByb3BlcnR5IiwidXBkYXRlSGVhZGVyU3R5bGVzIiwidG9wIiwiaGVpZ2h0IiwiZ2V0Qm91bmRpbmdDbGllbnRSZWN0Iiwic2Nyb2xsWSIsImJvZHkiLCJzY3JvbGxIZWlnaHQiLCJpbm5lckhlaWdodCIsIm9mZnNldCIsInVwZGF0ZUF2YXRhclN0eWxlcyIsImZyb21TY2FsZSIsInRvU2NhbGUiLCJmcm9tWCIsInRvWCIsInNjYWxlIiwieCIsImJvcmRlclNjYWxlIiwiYm9yZGVyWCIsImJvcmRlclRyYW5zZm9ybSIsInVwZGF0ZVN0eWxlcyIsImFkZEV2ZW50TGlzdGVuZXIiLCJwYXNzaXZlIiwicmVtb3ZlRXZlbnRMaXN0ZW5lciIsImhlYWRlciIsIm1hcmdpbkJvdHRvbSIsInJlZiIsInBvc2l0aW9uIiwib3BhY2l0eSIsInRyYW5zZm9ybSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./src/components/Header.jsx\n"); - -/***/ }), - -/***/ "./src/pages/_app.jsx": -/*!****************************!*\ - !*** ./src/pages/_app.jsx ***! - \****************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ App)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _components_Footer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Footer */ \"./src/components/Footer.jsx\");\n/* harmony import */ var _components_Header__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Header */ \"./src/components/Header.jsx\");\n/* harmony import */ var _styles_tailwind_css__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/styles/tailwind.css */ \"./src/styles/tailwind.css\");\n/* harmony import */ var _styles_tailwind_css__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_styles_tailwind_css__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var focus_visible__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! focus-visible */ \"focus-visible\");\n/* harmony import */ var focus_visible__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(focus_visible__WEBPACK_IMPORTED_MODULE_5__);\n\n\n\n\n\n\nfunction usePrevious(value) {\n let ref = (0,react__WEBPACK_IMPORTED_MODULE_1__.useRef)();\n (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(()=>{\n ref.current = value;\n }, [\n value\n ]);\n return ref.current;\n}\nfunction App({ Component, pageProps, router }) {\n let previousPathname = usePrevious(router.pathname);\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"fixed inset-0 flex justify-center sm:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex w-full max-w-7xl lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"w-full bg-white ring-1 ring-zinc-100 dark:bg-zinc-900 dark:ring-zinc-300/20\"\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 26,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 25,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 24,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Header__WEBPACK_IMPORTED_MODULE_3__.Header, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 30,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"main\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Component, {\n previousPathname: previousPathname,\n ...pageProps\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 32,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 31,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Footer__WEBPACK_IMPORTED_MODULE_2__.Footer, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 34,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_app.jsx\",\n lineNumber: 29,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvcGFnZXMvX2FwcC5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7O0FBQXlDO0FBRUc7QUFDQTtBQUVkO0FBQ1I7QUFFdEIsU0FBU0ksWUFBWUMsS0FBSztJQUN4QixJQUFJQyxNQUFNTCw2Q0FBTUE7SUFFaEJELGdEQUFTQSxDQUFDO1FBQ1JNLElBQUlDLE9BQU8sR0FBR0Y7SUFDaEIsR0FBRztRQUFDQTtLQUFNO0lBRVYsT0FBT0MsSUFBSUMsT0FBTztBQUNwQjtBQUVlLFNBQVNDLElBQUksRUFBRUMsU0FBUyxFQUFFQyxTQUFTLEVBQUVDLE1BQU0sRUFBRTtJQUMxRCxJQUFJQyxtQkFBbUJSLFlBQVlPLE9BQU9FLFFBQVE7SUFFbEQscUJBQ0U7OzBCQUNFLDhEQUFDQztnQkFBSUMsV0FBVTswQkFDYiw0RUFBQ0Q7b0JBQUlDLFdBQVU7OEJBQ2IsNEVBQUNEO3dCQUFJQyxXQUFVOzs7Ozs7Ozs7Ozs7Ozs7OzBCQUduQiw4REFBQ0Q7Z0JBQUlDLFdBQVU7O2tDQUNiLDhEQUFDWixzREFBTUE7Ozs7O2tDQUNQLDhEQUFDYTtrQ0FDQyw0RUFBQ1A7NEJBQVVHLGtCQUFrQkE7NEJBQW1CLEdBQUdGLFNBQVM7Ozs7Ozs7Ozs7O2tDQUU5RCw4REFBQ1Isc0RBQU1BOzs7Ozs7Ozs7Ozs7O0FBSWYiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLXRlbXBsYXRlLy4vc3JjL3BhZ2VzL19hcHAuanN4PzRjNzciXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdXNlRWZmZWN0LCB1c2VSZWYgfSBmcm9tICdyZWFjdCdcblxuaW1wb3J0IHsgRm9vdGVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0Zvb3RlcidcbmltcG9ydCB7IEhlYWRlciB9IGZyb20gJ0AvY29tcG9uZW50cy9IZWFkZXInXG5cbmltcG9ydCAnQC9zdHlsZXMvdGFpbHdpbmQuY3NzJ1xuaW1wb3J0ICdmb2N1cy12aXNpYmxlJ1xuXG5mdW5jdGlvbiB1c2VQcmV2aW91cyh2YWx1ZSkge1xuICBsZXQgcmVmID0gdXNlUmVmKClcblxuICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgIHJlZi5jdXJyZW50ID0gdmFsdWVcbiAgfSwgW3ZhbHVlXSlcblxuICByZXR1cm4gcmVmLmN1cnJlbnRcbn1cblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gQXBwKHsgQ29tcG9uZW50LCBwYWdlUHJvcHMsIHJvdXRlciB9KSB7XG4gIGxldCBwcmV2aW91c1BhdGhuYW1lID0gdXNlUHJldmlvdXMocm91dGVyLnBhdGhuYW1lKVxuXG4gIHJldHVybiAoXG4gICAgPD5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZml4ZWQgaW5zZXQtMCBmbGV4IGp1c3RpZnktY2VudGVyIHNtOnB4LThcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHctZnVsbCBtYXgtdy03eGwgbGc6cHgtOFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwidy1mdWxsIGJnLXdoaXRlIHJpbmctMSByaW5nLXppbmMtMTAwIGRhcms6YmctemluYy05MDAgZGFyazpyaW5nLXppbmMtMzAwLzIwXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cbiAgICAgICAgPEhlYWRlciAvPlxuICAgICAgICA8bWFpbj5cbiAgICAgICAgICA8Q29tcG9uZW50IHByZXZpb3VzUGF0aG5hbWU9e3ByZXZpb3VzUGF0aG5hbWV9IHsuLi5wYWdlUHJvcHN9IC8+XG4gICAgICAgIDwvbWFpbj5cbiAgICAgICAgPEZvb3RlciAvPlxuICAgICAgPC9kaXY+XG4gICAgPC8+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJ1c2VFZmZlY3QiLCJ1c2VSZWYiLCJGb290ZXIiLCJIZWFkZXIiLCJ1c2VQcmV2aW91cyIsInZhbHVlIiwicmVmIiwiY3VycmVudCIsIkFwcCIsIkNvbXBvbmVudCIsInBhZ2VQcm9wcyIsInJvdXRlciIsInByZXZpb3VzUGF0aG5hbWUiLCJwYXRobmFtZSIsImRpdiIsImNsYXNzTmFtZSIsIm1haW4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./src/pages/_app.jsx\n"); - -/***/ }), - -/***/ "./src/pages/_document.jsx": -/*!*********************************!*\ - !*** ./src/pages/_document.jsx ***! - \*********************************/ -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - -"use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Document)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_document__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/document */ \"./node_modules/next/document.js\");\n/* harmony import */ var next_document__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_document__WEBPACK_IMPORTED_MODULE_1__);\n\n\nconst modeScript = `\n let darkModeMediaQuery = window.matchMedia('(prefers-color-scheme: dark)')\n\n updateMode()\n darkModeMediaQuery.addEventListener('change', updateModeWithoutTransitions)\n window.addEventListener('storage', updateModeWithoutTransitions)\n\n function updateMode() {\n let isSystemDarkMode = darkModeMediaQuery.matches\n let isDarkMode = window.localStorage.isDarkMode === 'true' || (!('isDarkMode' in window.localStorage) && isSystemDarkMode)\n\n if (isDarkMode) {\n document.documentElement.classList.add('dark')\n } else {\n document.documentElement.classList.remove('dark')\n }\n\n if (isDarkMode === isSystemDarkMode) {\n delete window.localStorage.isDarkMode\n }\n }\n\n function disableTransitionsTemporarily() {\n document.documentElement.classList.add('[&_*]:!transition-none')\n window.setTimeout(() => {\n document.documentElement.classList.remove('[&_*]:!transition-none')\n }, 0)\n }\n\n function updateModeWithoutTransitions() {\n disableTransitionsTemporarily()\n updateMode()\n }\n`;\nfunction Document() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Html, {\n className: \"h-full antialiased\",\n lang: \"en\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Head, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"script\", {\n dangerouslySetInnerHTML: {\n __html: modeScript\n }\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 42,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"link\", {\n rel: \"alternate\",\n type: \"application/rss+xml\",\n href: `${process.env.NEXT_PUBLIC_SITE_URL}/rss/feed.xml`\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 43,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"link\", {\n rel: \"alternate\",\n type: \"application/feed+json\",\n href: `${process.env.NEXT_PUBLIC_SITE_URL}/rss/feed.json`\n }, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 48,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 41,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"body\", {\n className: \"flex h-full flex-col bg-zinc-50 dark:bg-black\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Main, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 55,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.NextScript, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 56,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 54,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\loren\\\\Code\\\\lscaturchio.xyz\\\\src\\\\pages\\\\_document.jsx\",\n lineNumber: 40,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9zcmMvcGFnZXMvX2RvY3VtZW50LmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFBNEQ7QUFFNUQsTUFBTUksYUFBYSxDQUFDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFpQ3BCLENBQUM7QUFFYyxTQUFTQztJQUN0QixxQkFDRSw4REFBQ0osK0NBQUlBO1FBQUNLLFdBQVU7UUFBcUJDLE1BQUs7OzBCQUN4Qyw4REFBQ1AsK0NBQUlBOztrQ0FDSCw4REFBQ1E7d0JBQU9DLHlCQUF5Qjs0QkFBRUMsUUFBUU47d0JBQVc7Ozs7OztrQ0FDdEQsOERBQUNPO3dCQUNDQyxLQUFJO3dCQUNKQyxNQUFLO3dCQUNMQyxNQUFNLENBQUMsRUFBRUMsUUFBUUMsR0FBRyxDQUFDQyxvQkFBb0IsQ0FBQyxhQUFhLENBQUM7Ozs7OztrQ0FFMUQsOERBQUNOO3dCQUNDQyxLQUFJO3dCQUNKQyxNQUFLO3dCQUNMQyxNQUFNLENBQUMsRUFBRUMsUUFBUUMsR0FBRyxDQUFDQyxvQkFBb0IsQ0FBQyxjQUFjLENBQUM7Ozs7Ozs7Ozs7OzswQkFHN0QsOERBQUNDO2dCQUFLWixXQUFVOztrQ0FDZCw4REFBQ0osK0NBQUlBOzs7OztrQ0FDTCw4REFBQ0MscURBQVVBOzs7Ozs7Ozs7Ozs7Ozs7OztBQUluQiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWktdGVtcGxhdGUvLi9zcmMvcGFnZXMvX2RvY3VtZW50LmpzeD9hMDQxIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEhlYWQsIEh0bWwsIE1haW4sIE5leHRTY3JpcHQgfSBmcm9tICduZXh0L2RvY3VtZW50J1xuXG5jb25zdCBtb2RlU2NyaXB0ID0gYFxuICBsZXQgZGFya01vZGVNZWRpYVF1ZXJ5ID0gd2luZG93Lm1hdGNoTWVkaWEoJyhwcmVmZXJzLWNvbG9yLXNjaGVtZTogZGFyayknKVxuXG4gIHVwZGF0ZU1vZGUoKVxuICBkYXJrTW9kZU1lZGlhUXVlcnkuYWRkRXZlbnRMaXN0ZW5lcignY2hhbmdlJywgdXBkYXRlTW9kZVdpdGhvdXRUcmFuc2l0aW9ucylcbiAgd2luZG93LmFkZEV2ZW50TGlzdGVuZXIoJ3N0b3JhZ2UnLCB1cGRhdGVNb2RlV2l0aG91dFRyYW5zaXRpb25zKVxuXG4gIGZ1bmN0aW9uIHVwZGF0ZU1vZGUoKSB7XG4gICAgbGV0IGlzU3lzdGVtRGFya01vZGUgPSBkYXJrTW9kZU1lZGlhUXVlcnkubWF0Y2hlc1xuICAgIGxldCBpc0RhcmtNb2RlID0gd2luZG93LmxvY2FsU3RvcmFnZS5pc0RhcmtNb2RlID09PSAndHJ1ZScgfHwgKCEoJ2lzRGFya01vZGUnIGluIHdpbmRvdy5sb2NhbFN0b3JhZ2UpICYmIGlzU3lzdGVtRGFya01vZGUpXG5cbiAgICBpZiAoaXNEYXJrTW9kZSkge1xuICAgICAgZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsYXNzTGlzdC5hZGQoJ2RhcmsnKVxuICAgIH0gZWxzZSB7XG4gICAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuY2xhc3NMaXN0LnJlbW92ZSgnZGFyaycpXG4gICAgfVxuXG4gICAgaWYgKGlzRGFya01vZGUgPT09IGlzU3lzdGVtRGFya01vZGUpIHtcbiAgICAgIGRlbGV0ZSB3aW5kb3cubG9jYWxTdG9yYWdlLmlzRGFya01vZGVcbiAgICB9XG4gIH1cblxuICBmdW5jdGlvbiBkaXNhYmxlVHJhbnNpdGlvbnNUZW1wb3JhcmlseSgpIHtcbiAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuY2xhc3NMaXN0LmFkZCgnWyZfKl06IXRyYW5zaXRpb24tbm9uZScpXG4gICAgd2luZG93LnNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LmNsYXNzTGlzdC5yZW1vdmUoJ1smXypdOiF0cmFuc2l0aW9uLW5vbmUnKVxuICAgIH0sIDApXG4gIH1cblxuICBmdW5jdGlvbiB1cGRhdGVNb2RlV2l0aG91dFRyYW5zaXRpb25zKCkge1xuICAgIGRpc2FibGVUcmFuc2l0aW9uc1RlbXBvcmFyaWx5KClcbiAgICB1cGRhdGVNb2RlKClcbiAgfVxuYFxuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBEb2N1bWVudCgpIHtcbiAgcmV0dXJuIChcbiAgICA8SHRtbCBjbGFzc05hbWU9XCJoLWZ1bGwgYW50aWFsaWFzZWRcIiBsYW5nPVwiZW5cIj5cbiAgICAgIDxIZWFkPlxuICAgICAgICA8c2NyaXB0IGRhbmdlcm91c2x5U2V0SW5uZXJIVE1MPXt7IF9faHRtbDogbW9kZVNjcmlwdCB9fSAvPlxuICAgICAgICA8bGlua1xuICAgICAgICAgIHJlbD1cImFsdGVybmF0ZVwiXG4gICAgICAgICAgdHlwZT1cImFwcGxpY2F0aW9uL3Jzcyt4bWxcIlxuICAgICAgICAgIGhyZWY9e2Ake3Byb2Nlc3MuZW52Lk5FWFRfUFVCTElDX1NJVEVfVVJMfS9yc3MvZmVlZC54bWxgfVxuICAgICAgICAvPlxuICAgICAgICA8bGlua1xuICAgICAgICAgIHJlbD1cImFsdGVybmF0ZVwiXG4gICAgICAgICAgdHlwZT1cImFwcGxpY2F0aW9uL2ZlZWQranNvblwiXG4gICAgICAgICAgaHJlZj17YCR7cHJvY2Vzcy5lbnYuTkVYVF9QVUJMSUNfU0lURV9VUkx9L3Jzcy9mZWVkLmpzb25gfVxuICAgICAgICAvPlxuICAgICAgPC9IZWFkPlxuICAgICAgPGJvZHkgY2xhc3NOYW1lPVwiZmxleCBoLWZ1bGwgZmxleC1jb2wgYmctemluYy01MCBkYXJrOmJnLWJsYWNrXCI+XG4gICAgICAgIDxNYWluIC8+XG4gICAgICAgIDxOZXh0U2NyaXB0IC8+XG4gICAgICA8L2JvZHk+XG4gICAgPC9IdG1sPlxuICApXG59XG4iXSwibmFtZXMiOlsiSGVhZCIsIkh0bWwiLCJNYWluIiwiTmV4dFNjcmlwdCIsIm1vZGVTY3JpcHQiLCJEb2N1bWVudCIsImNsYXNzTmFtZSIsImxhbmciLCJzY3JpcHQiLCJkYW5nZXJvdXNseVNldElubmVySFRNTCIsIl9faHRtbCIsImxpbmsiLCJyZWwiLCJ0eXBlIiwiaHJlZiIsInByb2Nlc3MiLCJlbnYiLCJORVhUX1BVQkxJQ19TSVRFX1VSTCIsImJvZHkiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./src/pages/_document.jsx\n"); - -/***/ }), - -/***/ "./src/styles/tailwind.css": -/*!*********************************!*\ - !*** ./src/styles/tailwind.css ***! - \*********************************/ -/***/ (() => { - - - -/***/ }), - -/***/ "clsx": -/*!***********************!*\ - !*** external "clsx" ***! - \***********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("clsx"); - -/***/ }), - -/***/ "focus-visible": -/*!********************************!*\ - !*** external "focus-visible" ***! - \********************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("focus-visible"); - -/***/ }), - -/***/ "next/dist/compiled/next-server/pages.runtime.dev.js": -/*!**********************************************************************!*\ - !*** external "next/dist/compiled/next-server/pages.runtime.dev.js" ***! - \**********************************************************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("next/dist/compiled/next-server/pages.runtime.dev.js"); - -/***/ }), - -/***/ "react": -/*!************************!*\ - !*** external "react" ***! - \************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("react"); - -/***/ }), - -/***/ "react-dom": -/*!****************************!*\ - !*** external "react-dom" ***! - \****************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("react-dom"); - -/***/ }), - -/***/ "react/jsx-dev-runtime": -/*!****************************************!*\ - !*** external "react/jsx-dev-runtime" ***! - \****************************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("react/jsx-dev-runtime"); - -/***/ }), - -/***/ "react/jsx-runtime": -/*!************************************!*\ - !*** external "react/jsx-runtime" ***! - \************************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("react/jsx-runtime"); - -/***/ }), - -/***/ "fs": -/*!*********************!*\ - !*** external "fs" ***! - \*********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("fs"); - -/***/ }), - -/***/ "path": -/*!***********************!*\ - !*** external "path" ***! - \***********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("path"); - -/***/ }), - -/***/ "stream": -/*!*************************!*\ - !*** external "stream" ***! - \*************************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("stream"); - -/***/ }), - -/***/ "util": -/*!***********************!*\ - !*** external "util" ***! - \***********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("util"); - -/***/ }), - -/***/ "zlib": -/*!***********************!*\ - !*** external "zlib" ***! - \***********************/ -/***/ ((module) => { - -"use strict"; -module.exports = require("zlib"); - -/***/ }) - -}; -; - -// load runtime -var __webpack_require__ = require("../webpack-runtime.js"); -__webpack_require__.C(exports); -var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) -var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@swc","vendor-chunks/@headlessui"], () => (__webpack_exec__("./node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"))); -module.exports = __webpack_exports__; - -})(); \ No newline at end of file diff --git a/.next/server/webpack-runtime.js b/.next/server/webpack-runtime.js index ceb6f4b..c454dd6 100644 --- a/.next/server/webpack-runtime.js +++ b/.next/server/webpack-runtime.js @@ -56,6 +56,36 @@ /******/ }; /******/ })(); /******/ +/******/ /* webpack/runtime/create fake namespace object */ +/******/ (() => { +/******/ var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__); +/******/ var leafPrototypes; +/******/ // create a fake namespace object +/******/ // mode & 1: value is a module id, require it +/******/ // mode & 2: merge all properties of value into the ns +/******/ // mode & 4: return value when already ns object +/******/ // mode & 16: return value when it's Promise-like +/******/ // mode & 8|1: behave like require +/******/ __webpack_require__.t = function(value, mode) { +/******/ if(mode & 1) value = this(value); +/******/ if(mode & 8) return value; +/******/ if(typeof value === 'object' && value) { +/******/ if((mode & 4) && value.__esModule) return value; +/******/ if((mode & 16) && typeof value.then === 'function') return value; +/******/ } +/******/ var ns = Object.create(null); +/******/ __webpack_require__.r(ns); +/******/ var def = {}; +/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)]; +/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) { +/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key]))); +/******/ } +/******/ def['default'] = () => (value); +/******/ __webpack_require__.d(ns, def); +/******/ return ns; +/******/ }; +/******/ })(); +/******/ /******/ /* webpack/runtime/define property getters */ /******/ (() => { /******/ // define getter functions for harmony exports diff --git a/.next/trace b/.next/trace index 7b31ece..72841d1 100644 --- a/.next/trace +++ b/.next/trace @@ -1,31 +1,133 @@ -[{"name":"hot-reloader","duration":54,"timestamp":39556620517,"id":3,"tags":{"version":"14.1.4","isTurbopack":false},"startTime":1711867365052,"traceId":"df3b5d16e2432efd"},{"name":"start","duration":2,"timestamp":39556621278,"id":4,"parentId":3,"tags":{},"startTime":1711867365053,"traceId":"df3b5d16e2432efd"},{"name":"get-version-info","duration":540233,"timestamp":39556621535,"id":5,"parentId":4,"tags":{},"startTime":1711867365053,"traceId":"df3b5d16e2432efd"},{"name":"clean","duration":17206,"timestamp":39557161847,"id":6,"parentId":4,"tags":{},"startTime":1711867365594,"traceId":"df3b5d16e2432efd"},{"name":"get-page-paths","duration":991,"timestamp":39557180277,"id":8,"parentId":7,"tags":{},"startTime":1711867365612,"traceId":"df3b5d16e2432efd"},{"name":"create-pages-mapping","duration":412,"timestamp":39557181300,"id":9,"parentId":7,"tags":{},"startTime":1711867365613,"traceId":"df3b5d16e2432efd"},{"name":"create-entrypoints","duration":2783,"timestamp":39557181728,"id":10,"parentId":7,"tags":{},"startTime":1711867365614,"traceId":"df3b5d16e2432efd"},{"name":"generate-webpack-config","duration":82580,"timestamp":39557184549,"id":11,"parentId":7,"tags":{},"startTime":1711867365616,"traceId":"df3b5d16e2432efd"},{"name":"get-webpack-config","duration":86949,"timestamp":39557180197,"id":7,"parentId":4,"tags":{},"startTime":1711867365612,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":1321,"timestamp":39557347360,"id":13,"parentId":12,"tags":{},"startTime":1711867365779,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":800,"timestamp":39557350807,"id":15,"parentId":14,"tags":{},"startTime":1711867365783,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":36,"timestamp":39557351803,"id":17,"parentId":14,"tags":{},"startTime":1711867365784,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":301,"timestamp":39557351941,"id":18,"parentId":14,"tags":{},"startTime":1711867365784,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":132,"timestamp":39557352357,"id":19,"parentId":14,"tags":{},"startTime":1711867365784,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":149,"timestamp":39557352758,"id":20,"parentId":14,"tags":{},"startTime":1711867365785,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":1403,"timestamp":39557351717,"id":16,"parentId":14,"tags":{},"startTime":1711867365784,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":92,"timestamp":39557354329,"id":21,"parentId":14,"tags":{},"startTime":1711867365786,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":233,"timestamp":39557354465,"id":22,"parentId":14,"tags":{},"startTime":1711867365786,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":579,"timestamp":39557354983,"id":23,"parentId":14,"tags":{},"startTime":1711867365787,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":149,"timestamp":39557355561,"id":24,"parentId":14,"tags":{},"startTime":1711867365787,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":106,"timestamp":39557355672,"id":25,"parentId":14,"tags":{},"startTime":1711867365788,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":223,"timestamp":39557355792,"id":26,"parentId":14,"tags":{},"startTime":1711867365788,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1157,"timestamp":39557450668,"id":28,"parentId":12,"tags":{},"startTime":1711867365883,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":1666,"timestamp":39557450187,"id":27,"parentId":12,"tags":{},"startTime":1711867365882,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":102354,"timestamp":39557350290,"id":14,"parentId":12,"tags":{},"startTime":1711867365782,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":112525,"timestamp":39557340547,"id":12,"parentId":3,"tags":{"name":"client"},"startTime":1711867365772,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11514,"timestamp":39557453543,"id":29,"parentId":3,"tags":{},"startTime":1711867365885,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":829,"timestamp":39557473097,"id":31,"parentId":30,"tags":{},"startTime":1711867365905,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":29,"timestamp":39557474143,"id":33,"parentId":32,"tags":{},"startTime":1711867365906,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":39557474198,"id":35,"parentId":32,"tags":{},"startTime":1711867365906,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":745,"timestamp":39557474277,"id":36,"parentId":32,"tags":{},"startTime":1711867365906,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":11,"timestamp":39557475084,"id":37,"parentId":32,"tags":{},"startTime":1711867365907,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":9,"timestamp":39557475162,"id":38,"parentId":32,"tags":{},"startTime":1711867365907,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":1049,"timestamp":39557474192,"id":34,"parentId":32,"tags":{},"startTime":1711867365906,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":9,"timestamp":39557475384,"id":39,"parentId":32,"tags":{},"startTime":1711867365907,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":8,"timestamp":39557475407,"id":40,"parentId":32,"tags":{},"startTime":1711867365907,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":66,"timestamp":39557475456,"id":41,"parentId":32,"tags":{},"startTime":1711867365907,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":55,"timestamp":39557475522,"id":42,"parentId":32,"tags":{},"startTime":1711867365907,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":28,"timestamp":39557475566,"id":43,"parentId":32,"tags":{},"startTime":1711867365907,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":16,"timestamp":39557475604,"id":44,"parentId":32,"tags":{},"startTime":1711867365907,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":2078,"timestamp":39557474100,"id":32,"parentId":30,"tags":{},"startTime":1711867365906,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":3791,"timestamp":39557472445,"id":30,"parentId":3,"tags":{"name":"server"},"startTime":1711867365904,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":2167,"timestamp":39557476347,"id":45,"parentId":3,"tags":{},"startTime":1711867365908,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":178,"timestamp":39557482513,"id":47,"parentId":46,"tags":{},"startTime":1711867365914,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":26,"timestamp":39557483169,"id":49,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":4,"timestamp":39557483220,"id":51,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":12,"timestamp":39557483292,"id":52,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":6,"timestamp":39557483323,"id":53,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":39557483348,"id":54,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":159,"timestamp":39557483213,"id":50,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":8,"timestamp":39557483472,"id":55,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":8,"timestamp":39557483500,"id":56,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":79,"timestamp":39557483544,"id":57,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":23,"timestamp":39557483623,"id":58,"parentId":48,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":10,"timestamp":39557483641,"id":59,"parentId":48,"tags":{},"startTime":1711867365916,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":13,"timestamp":39557483657,"id":60,"parentId":48,"tags":{},"startTime":1711867365916,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":1024,"timestamp":39557483130,"id":48,"parentId":46,"tags":{},"startTime":1711867365915,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":2970,"timestamp":39557481224,"id":46,"parentId":3,"tags":{"name":"edge-server"},"startTime":1711867365913,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":2040,"timestamp":39557484241,"id":61,"parentId":3,"tags":{},"startTime":1711867365916,"traceId":"df3b5d16e2432efd"}] -[{"name":"make","duration":153,"timestamp":39557722193,"id":66,"parentId":65,"tags":{},"startTime":1711867366154,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":23,"timestamp":39557722470,"id":68,"parentId":67,"tags":{},"startTime":1711867366154,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":4,"timestamp":39557722523,"id":70,"parentId":67,"tags":{},"startTime":1711867366154,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":9,"timestamp":39557722543,"id":71,"parentId":67,"tags":{},"startTime":1711867366154,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":5,"timestamp":39557722566,"id":72,"parentId":67,"tags":{},"startTime":1711867366154,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":39557722590,"id":73,"parentId":67,"tags":{},"startTime":1711867366154,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":106,"timestamp":39557722516,"id":69,"parentId":67,"tags":{},"startTime":1711867366154,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":8,"timestamp":39557722737,"id":74,"parentId":67,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":15,"timestamp":39557722757,"id":75,"parentId":67,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":42,"timestamp":39557722805,"id":76,"parentId":67,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":21,"timestamp":39557722847,"id":77,"parentId":67,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":10,"timestamp":39557722862,"id":78,"parentId":67,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":12,"timestamp":39557722878,"id":79,"parentId":67,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":65,"timestamp":39557723177,"id":81,"parentId":65,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":106,"timestamp":39557723143,"id":80,"parentId":65,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":922,"timestamp":39557722439,"id":67,"parentId":65,"tags":{},"startTime":1711867366154,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":1911,"timestamp":39557721475,"id":65,"parentId":62,"tags":{"name":"client"},"startTime":1711867366153,"traceId":"df3b5d16e2432efd"},{"name":"setup-dev-bundler","duration":1192990,"timestamp":39556616902,"id":2,"parentId":1,"tags":{},"startTime":1711867365049,"traceId":"df3b5d16e2432efd"},{"name":"run-instrumentation-hook","duration":51,"timestamp":39557855895,"id":83,"parentId":1,"tags":{},"startTime":1711867366288,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":140391,"timestamp":39557723413,"id":82,"parentId":62,"tags":{},"startTime":1711867366155,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":147831,"timestamp":39557717008,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867366149,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":192,"timestamp":39557866452,"id":85,"parentId":84,"tags":{},"startTime":1711867366298,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":30,"timestamp":39557866780,"id":87,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":39557866834,"id":89,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":41,"timestamp":39557866920,"id":90,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":7,"timestamp":39557866980,"id":91,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":39557867010,"id":92,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":215,"timestamp":39557866827,"id":88,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":8,"timestamp":39557867134,"id":93,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":8,"timestamp":39557867161,"id":94,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":160,"timestamp":39557867204,"id":95,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":27,"timestamp":39557867363,"id":96,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":13,"timestamp":39557867382,"id":97,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":14,"timestamp":39557867403,"id":98,"parentId":86,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":886,"timestamp":39557866748,"id":86,"parentId":84,"tags":{},"startTime":1711867366299,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":1797,"timestamp":39557865872,"id":84,"parentId":63,"tags":{"name":"server"},"startTime":1711867366298,"traceId":"df3b5d16e2432efd"},{"name":"start-dev-server","duration":2184287,"timestamp":39555688215,"id":1,"tags":{"cpus":"12","platform":"win32","memory.freeMem":"48893943808","memory.totalMem":"68640120832","memory.heapSizeLimit":"34370224128","isTurbopack":false,"memory.rss":"142389248","memory.heapTotal":"92770304","memory.heapUsed":"70401760"},"startTime":1711867364120,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":16038,"timestamp":39557867701,"id":99,"parentId":63,"tags":{},"startTime":1711867366300,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":167292,"timestamp":39557717168,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867366149,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":226,"timestamp":39557886724,"id":102,"parentId":101,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":27,"timestamp":39557887234,"id":104,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":7,"timestamp":39557887287,"id":106,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":9,"timestamp":39557887311,"id":107,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":6,"timestamp":39557887337,"id":108,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":10,"timestamp":39557887368,"id":109,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":121,"timestamp":39557887279,"id":105,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":8,"timestamp":39557887541,"id":110,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":8,"timestamp":39557887562,"id":111,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":51,"timestamp":39557887603,"id":112,"parentId":103,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":22,"timestamp":39557887654,"id":113,"parentId":103,"tags":{},"startTime":1711867366320,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":11,"timestamp":39557887670,"id":114,"parentId":103,"tags":{},"startTime":1711867366320,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":13,"timestamp":39557887695,"id":115,"parentId":103,"tags":{},"startTime":1711867366320,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":803,"timestamp":39557887195,"id":103,"parentId":101,"tags":{},"startTime":1711867366319,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":2224,"timestamp":39557885802,"id":101,"parentId":64,"tags":{"name":"edge-server"},"startTime":1711867366318,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":5034,"timestamp":39557888048,"id":116,"parentId":64,"tags":{},"startTime":1711867366320,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-edge-server","duration":176337,"timestamp":39557717232,"id":64,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867366149,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":144710,"timestamp":39557898288,"id":122,"parentId":121,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867366330,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":174424,"timestamp":39557898619,"id":126,"parentId":121,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867366330,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":214626,"timestamp":39557898554,"id":123,"parentId":121,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867366330,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":214595,"timestamp":39557898602,"id":125,"parentId":121,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867366330,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":16811,"timestamp":39558109129,"id":130,"parentId":129,"tags":{},"startTime":1711867366541,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":18146,"timestamp":39558107811,"id":129,"parentId":128,"tags":{},"startTime":1711867366540,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":48461,"timestamp":39558100169,"id":128,"parentId":120,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\components\\Footer.jsx","layer":null},"startTime":1711867366532,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":50590,"timestamp":39558125681,"id":132,"parentId":131,"tags":{},"startTime":1711867366558,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":36310,"timestamp":39558174035,"id":135,"parentId":134,"tags":{},"startTime":1711867366606,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":36677,"timestamp":39558173696,"id":134,"parentId":133,"tags":{},"startTime":1711867366606,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":61661,"timestamp":39558173205,"id":133,"parentId":120,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\components\\Header.jsx","layer":null},"startTime":1711867366605,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":349367,"timestamp":39558646997,"id":137,"parentId":136,"tags":{},"startTime":1711867367079,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":821546,"timestamp":39558176597,"id":136,"parentId":131,"tags":{},"startTime":1711867366608,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":43063,"timestamp":39558998348,"id":138,"parentId":131,"tags":{"astUsed":"true"},"startTime":1711867367430,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":932719,"timestamp":39558117029,"id":131,"parentId":120,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711867366549,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":1173728,"timestamp":39557898636,"id":127,"parentId":121,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867366331,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":1197169,"timestamp":39557898585,"id":124,"parentId":121,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867366330,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":1200332,"timestamp":39557895738,"id":121,"parentId":120,"tags":{},"startTime":1711867366328,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":5968,"timestamp":39559104266,"id":140,"parentId":139,"tags":{},"startTime":1711867367536,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":27,"timestamp":39559110373,"id":142,"parentId":139,"tags":{},"startTime":1711867367542,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":541,"timestamp":39559110476,"id":143,"parentId":139,"tags":{},"startTime":1711867367542,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":125,"timestamp":39559111105,"id":144,"parentId":139,"tags":{},"startTime":1711867367543,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":131,"timestamp":39559111302,"id":145,"parentId":139,"tags":{},"startTime":1711867367543,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":1597,"timestamp":39559110322,"id":141,"parentId":139,"tags":{},"startTime":1711867367542,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":8224,"timestamp":39559116117,"id":146,"parentId":139,"tags":{},"startTime":1711867367548,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":7021,"timestamp":39559124410,"id":147,"parentId":139,"tags":{},"startTime":1711867367556,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":11745,"timestamp":39559137256,"id":148,"parentId":139,"tags":{},"startTime":1711867367569,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":349,"timestamp":39559148999,"id":149,"parentId":139,"tags":{},"startTime":1711867367581,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":424,"timestamp":39559149307,"id":150,"parentId":139,"tags":{},"startTime":1711867367581,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":22803,"timestamp":39559149746,"id":151,"parentId":139,"tags":{},"startTime":1711867367582,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":699,"timestamp":39559174659,"id":153,"parentId":120,"tags":{},"startTime":1711867367607,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":1382,"timestamp":39559173996,"id":152,"parentId":120,"tags":{},"startTime":1711867367606,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":74059,"timestamp":39559103054,"id":139,"parentId":120,"tags":{},"startTime":1711867367535,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":1282422,"timestamp":39557894949,"id":120,"parentId":118,"tags":{"name":"client"},"startTime":1711867366327,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":34414,"timestamp":39559177711,"id":154,"parentId":118,"tags":{},"startTime":1711867367610,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":1323564,"timestamp":39557891452,"id":118,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867366323,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":5910,"timestamp":39559360580,"id":163,"parentId":162,"tags":{},"startTime":1711867367792,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":6270,"timestamp":39559360234,"id":162,"parentId":161,"tags":{},"startTime":1711867367792,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":11744,"timestamp":39559358496,"id":161,"parentId":155,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\components\\Footer.jsx","layer":null},"startTime":1711867367790,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":133781,"timestamp":39559238987,"id":158,"parentId":156,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867367671,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":148455,"timestamp":39559239011,"id":159,"parentId":156,"tags":{"request":"private-next-pages/_document"},"startTime":1711867367671,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":3991,"timestamp":39559387593,"id":166,"parentId":165,"tags":{},"startTime":1711867367819,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":4120,"timestamp":39559387487,"id":165,"parentId":164,"tags":{},"startTime":1711867367819,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":15223,"timestamp":39559387268,"id":164,"parentId":155,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\components\\Header.jsx","layer":null},"startTime":1711867367819,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":218989,"timestamp":39559239028,"id":160,"parentId":156,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867367671,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":263737,"timestamp":39559238826,"id":157,"parentId":156,"tags":{"request":"private-next-pages/_app"},"startTime":1711867367671,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":278002,"timestamp":39559224609,"id":156,"parentId":155,"tags":{},"startTime":1711867367656,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2852,"timestamp":39559506110,"id":168,"parentId":167,"tags":{},"startTime":1711867367938,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":6,"timestamp":39559509012,"id":170,"parentId":167,"tags":{},"startTime":1711867367941,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":5394,"timestamp":39559509153,"id":171,"parentId":167,"tags":{},"startTime":1711867367941,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":22,"timestamp":39559514630,"id":172,"parentId":167,"tags":{},"startTime":1711867367947,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":10,"timestamp":39559514720,"id":173,"parentId":167,"tags":{},"startTime":1711867367947,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":6061,"timestamp":39559509000,"id":169,"parentId":167,"tags":{},"startTime":1711867367941,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":4113,"timestamp":39559517335,"id":174,"parentId":167,"tags":{},"startTime":1711867367949,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2611,"timestamp":39559521494,"id":175,"parentId":167,"tags":{},"startTime":1711867367953,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3068,"timestamp":39559526249,"id":176,"parentId":167,"tags":{},"startTime":1711867367958,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":145,"timestamp":39559529315,"id":177,"parentId":167,"tags":{},"startTime":1711867367961,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":170,"timestamp":39559529445,"id":178,"parentId":167,"tags":{},"startTime":1711867367961,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":8653,"timestamp":39559529627,"id":179,"parentId":167,"tags":{},"startTime":1711867367962,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":33870,"timestamp":39559505668,"id":167,"parentId":155,"tags":{},"startTime":1711867367938,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":318820,"timestamp":39559220778,"id":155,"parentId":119,"tags":{"name":"server"},"startTime":1711867367653,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":15040,"timestamp":39559539697,"id":180,"parentId":119,"tags":{},"startTime":1711867367972,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":1665202,"timestamp":39557891338,"id":117,"tags":{"trigger":"/uses","isTurbopack":false},"startTime":1711867366323,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":1665568,"timestamp":39557891491,"id":119,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867366323,"traceId":"df3b5d16e2432efd"}] -[{"name":"handle-request","duration":1856631,"timestamp":39557877257,"id":100,"tags":{"url":"/lscaturchio.xyz/uses","isTurbopack":false},"startTime":1711867366309,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":3,"timestamp":39559734062,"id":181,"parentId":100,"tags":{"url":"/uses","memory.rss":"348549120","memory.heapUsed":"131883008","memory.heapTotal":"156798976"},"startTime":1711867368166,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":1,"timestamp":39560268189,"id":182,"parentId":3,"tags":{},"startTime":1711867368700,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":6918000,"timestamp":1711867361819000,"id":183,"tags":{"pathname":"/lscaturchio.xyz/uses","query":"","isTurbopack":false},"startTime":1711867368837,"traceId":"df3b5d16e2432efd"},{"name":"handle-request","duration":23109,"timestamp":39563951499,"id":184,"tags":{"url":"/lscaturchio.xyz/uses","isTurbopack":false},"startTime":1711867372383,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":1,"timestamp":39563974659,"id":185,"parentId":184,"tags":{"url":"/uses","memory.rss":"396894208","memory.heapUsed":"119574384","memory.heapTotal":"165335040"},"startTime":1711867372407,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":1,"timestamp":39564289079,"id":186,"parentId":3,"tags":{},"startTime":1711867372721,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":383000,"timestamp":1711867372378000,"id":187,"tags":{"pathname":"/lscaturchio.xyz/uses","query":"","isTurbopack":false},"startTime":1711867372760,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13027,"timestamp":39565555328,"id":193,"parentId":192,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867373987,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18477,"timestamp":39565555606,"id":198,"parentId":192,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867373987,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20271,"timestamp":39565555590,"id":197,"parentId":192,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867373987,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":60576,"timestamp":39565555574,"id":196,"parentId":192,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867373987,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":41329,"timestamp":39565575173,"id":201,"parentId":200,"tags":{},"startTime":1711867374007,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":62828,"timestamp":39565616666,"id":203,"parentId":202,"tags":{},"startTime":1711867374049,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":64007,"timestamp":39565616611,"id":202,"parentId":200,"tags":{},"startTime":1711867374048,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":24880,"timestamp":39565680767,"id":204,"parentId":200,"tags":{"astUsed":"true"},"startTime":1711867374113,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":136238,"timestamp":39565574494,"id":200,"parentId":191,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711867374006,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":160738,"timestamp":39565555532,"id":194,"parentId":192,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867373987,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":162121,"timestamp":39565555558,"id":195,"parentId":192,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867373987,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":208779,"timestamp":39565555621,"id":199,"parentId":192,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711867373987,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":211908,"timestamp":39565552705,"id":192,"parentId":191,"tags":{},"startTime":1711867373985,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":4123,"timestamp":39565768243,"id":206,"parentId":205,"tags":{},"startTime":1711867374200,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":30,"timestamp":39565772505,"id":208,"parentId":205,"tags":{},"startTime":1711867374204,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":202,"timestamp":39565772624,"id":209,"parentId":205,"tags":{},"startTime":1711867374204,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":124,"timestamp":39565772912,"id":210,"parentId":205,"tags":{},"startTime":1711867374205,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":128,"timestamp":39565773125,"id":211,"parentId":205,"tags":{},"startTime":1711867374205,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":1156,"timestamp":39565772447,"id":207,"parentId":205,"tags":{},"startTime":1711867374204,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":1152,"timestamp":39565776010,"id":212,"parentId":205,"tags":{},"startTime":1711867374208,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2290,"timestamp":39565777253,"id":213,"parentId":205,"tags":{},"startTime":1711867374209,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":7555,"timestamp":39565784068,"id":214,"parentId":205,"tags":{},"startTime":1711867374216,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":356,"timestamp":39565791621,"id":215,"parentId":205,"tags":{},"startTime":1711867374223,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":305,"timestamp":39565791934,"id":216,"parentId":205,"tags":{},"startTime":1711867374224,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1655,"timestamp":39565792254,"id":217,"parentId":205,"tags":{},"startTime":1711867374224,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":736,"timestamp":39565797516,"id":219,"parentId":191,"tags":{},"startTime":1711867374229,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":1285,"timestamp":39565796985,"id":218,"parentId":191,"tags":{},"startTime":1711867374229,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":32546,"timestamp":39565767035,"id":205,"parentId":191,"tags":{},"startTime":1711867374199,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":251772,"timestamp":39565548057,"id":191,"parentId":188,"tags":{"name":"client"},"startTime":1711867373980,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":17106,"timestamp":39565800139,"id":220,"parentId":188,"tags":{},"startTime":1711867374232,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":278213,"timestamp":39565541452,"id":188,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867373973,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":2,"timestamp":39565832907,"id":223,"parentId":3,"tags":{},"startTime":1711867374265,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":333000,"timestamp":1711867373974000,"id":229,"parentId":3,"tags":{"updatedModules":[],"page":"/lscaturchio.xyz/uses","isPageHidden":false,"clientId":1711867372688},"startTime":1711867374311,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":55272,"timestamp":39565835629,"id":226,"parentId":222,"tags":{"request":"private-next-pages/_document"},"startTime":1711867374268,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":55880,"timestamp":39565835432,"id":224,"parentId":222,"tags":{"request":"private-next-pages/_app"},"startTime":1711867374267,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":56876,"timestamp":39565835593,"id":225,"parentId":222,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867374267,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":56969,"timestamp":39565835648,"id":227,"parentId":222,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867374268,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":122775,"timestamp":39565835716,"id":228,"parentId":222,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867374268,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":132490,"timestamp":39565826117,"id":222,"parentId":221,"tags":{},"startTime":1711867374258,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":5378,"timestamp":39565960215,"id":231,"parentId":230,"tags":{},"startTime":1711867374392,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":21,"timestamp":39565965754,"id":233,"parentId":230,"tags":{},"startTime":1711867374398,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":6061,"timestamp":39565965949,"id":234,"parentId":230,"tags":{},"startTime":1711867374398,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":32,"timestamp":39565972125,"id":235,"parentId":230,"tags":{},"startTime":1711867374404,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":19,"timestamp":39565972263,"id":236,"parentId":230,"tags":{},"startTime":1711867374404,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":7110,"timestamp":39565965647,"id":232,"parentId":230,"tags":{},"startTime":1711867374398,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":1139,"timestamp":39565974391,"id":237,"parentId":230,"tags":{},"startTime":1711867374406,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1154,"timestamp":39565975574,"id":238,"parentId":230,"tags":{},"startTime":1711867374407,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2513,"timestamp":39565978763,"id":239,"parentId":230,"tags":{},"startTime":1711867374411,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":208,"timestamp":39565981274,"id":240,"parentId":230,"tags":{},"startTime":1711867374413,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":150,"timestamp":39565981465,"id":241,"parentId":230,"tags":{},"startTime":1711867374413,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3626,"timestamp":39565981629,"id":242,"parentId":230,"tags":{},"startTime":1711867374414,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":26774,"timestamp":39565959485,"id":230,"parentId":221,"tags":{},"startTime":1711867374391,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":161112,"timestamp":39565825227,"id":221,"parentId":190,"tags":{"name":"server"},"startTime":1711867374257,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":12596,"timestamp":39565986451,"id":243,"parentId":190,"tags":{},"startTime":1711867374418,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":458898,"timestamp":39565541594,"id":189,"tags":{"trigger":"/about","isTurbopack":false},"startTime":1711867373973,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":459318,"timestamp":39565541888,"id":190,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867373974,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":8064,"timestamp":39568115307,"id":249,"parentId":248,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867376547,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8928,"timestamp":39568115484,"id":254,"parentId":248,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867376547,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9471,"timestamp":39568115472,"id":253,"parentId":248,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867376547,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":10500,"timestamp":39568115457,"id":252,"parentId":248,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867376547,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":11536,"timestamp":39568115605,"id":256,"parentId":248,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Carticles%5Cindex.jsx&page=%2Farticles!"},"startTime":1711867376547,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":12724,"timestamp":39568115419,"id":250,"parentId":248,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867376547,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":12875,"timestamp":39568115447,"id":251,"parentId":248,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867376547,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13319,"timestamp":39568115540,"id":255,"parentId":248,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711867376547,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":15666,"timestamp":39568113369,"id":248,"parentId":247,"tags":{},"startTime":1711867376545,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2395,"timestamp":39568131205,"id":258,"parentId":257,"tags":{},"startTime":1711867376563,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":24,"timestamp":39568133680,"id":260,"parentId":257,"tags":{},"startTime":1711867376566,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":105,"timestamp":39568133921,"id":261,"parentId":257,"tags":{},"startTime":1711867376566,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":17,"timestamp":39568134119,"id":262,"parentId":257,"tags":{},"startTime":1711867376566,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":12,"timestamp":39568134168,"id":263,"parentId":257,"tags":{},"startTime":1711867376566,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":822,"timestamp":39568133659,"id":259,"parentId":257,"tags":{},"startTime":1711867376566,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":926,"timestamp":39568136036,"id":264,"parentId":257,"tags":{},"startTime":1711867376568,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1502,"timestamp":39568137031,"id":265,"parentId":257,"tags":{},"startTime":1711867376569,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3045,"timestamp":39568140636,"id":266,"parentId":257,"tags":{},"startTime":1711867376573,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":154,"timestamp":39568143680,"id":267,"parentId":257,"tags":{},"startTime":1711867376576,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":139,"timestamp":39568143813,"id":268,"parentId":257,"tags":{},"startTime":1711867376576,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":701,"timestamp":39568143963,"id":269,"parentId":257,"tags":{},"startTime":1711867376576,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":263,"timestamp":39568146452,"id":271,"parentId":247,"tags":{},"startTime":1711867376578,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":519,"timestamp":39568146213,"id":270,"parentId":247,"tags":{},"startTime":1711867376578,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":17398,"timestamp":39568130222,"id":257,"parentId":247,"tags":{},"startTime":1711867376562,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":35606,"timestamp":39568112066,"id":247,"parentId":244,"tags":{"name":"client"},"startTime":1711867376544,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11111,"timestamp":39568147700,"id":272,"parentId":244,"tags":{},"startTime":1711867376580,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":51162,"timestamp":39568108941,"id":244,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867376541,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":1,"timestamp":39568166729,"id":275,"parentId":3,"tags":{},"startTime":1711867376599,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18501,"timestamp":39568168720,"id":278,"parentId":274,"tags":{"request":"private-next-pages/_document"},"startTime":1711867376601,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":76000,"timestamp":1711867376542000,"id":282,"parentId":3,"tags":{"updatedModules":[],"page":"/lscaturchio.xyz/about","isPageHidden":false,"clientId":1711867372688},"startTime":1711867376619,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19392,"timestamp":39568168630,"id":276,"parentId":274,"tags":{"request":"private-next-pages/_app"},"startTime":1711867376601,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20831,"timestamp":39568168706,"id":277,"parentId":274,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867376601,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20887,"timestamp":39568168732,"id":279,"parentId":274,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867376601,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20889,"timestamp":39568168744,"id":280,"parentId":274,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867376601,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":81096,"timestamp":39568168754,"id":281,"parentId":274,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867376601,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":86063,"timestamp":39568163846,"id":274,"parentId":273,"tags":{},"startTime":1711867376596,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":6117,"timestamp":39568253312,"id":284,"parentId":283,"tags":{},"startTime":1711867376685,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":8,"timestamp":39568259482,"id":286,"parentId":283,"tags":{},"startTime":1711867376691,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2991,"timestamp":39568259584,"id":287,"parentId":283,"tags":{},"startTime":1711867376691,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":10,"timestamp":39568262621,"id":288,"parentId":283,"tags":{},"startTime":1711867376694,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":6,"timestamp":39568262659,"id":289,"parentId":283,"tags":{},"startTime":1711867376695,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":3434,"timestamp":39568259468,"id":285,"parentId":283,"tags":{},"startTime":1711867376691,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":1342,"timestamp":39568267689,"id":290,"parentId":283,"tags":{},"startTime":1711867376700,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2048,"timestamp":39568269069,"id":291,"parentId":283,"tags":{},"startTime":1711867376701,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2090,"timestamp":39568272993,"id":292,"parentId":283,"tags":{},"startTime":1711867376705,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":118,"timestamp":39568275081,"id":293,"parentId":283,"tags":{},"startTime":1711867376707,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":115,"timestamp":39568275180,"id":294,"parentId":283,"tags":{},"startTime":1711867376707,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1541,"timestamp":39568275306,"id":295,"parentId":283,"tags":{},"startTime":1711867376707,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":24909,"timestamp":39568252478,"id":283,"parentId":273,"tags":{},"startTime":1711867376684,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":114115,"timestamp":39568163316,"id":273,"parentId":246,"tags":{"name":"server"},"startTime":1711867376595,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":21433,"timestamp":39568277452,"id":296,"parentId":246,"tags":{},"startTime":1711867376709,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":190520,"timestamp":39568109068,"id":245,"tags":{"trigger":"/articles","isTurbopack":false},"startTime":1711867376541,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":190518,"timestamp":39568109282,"id":246,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867376541,"traceId":"df3b5d16e2432efd"}] -[{"name":"handle-request","duration":163661,"timestamp":39568315203,"id":297,"tags":{"url":"/lscaturchio.xyz/_next/data/development/articles.json","isTurbopack":false},"startTime":1711867376747,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":3,"timestamp":39568478983,"id":298,"parentId":297,"tags":{"url":"/_next/data/development/articles.json","memory.rss":"365920256","memory.heapUsed":"146765088","memory.heapTotal":"173408256"},"startTime":1711867376911,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13436,"timestamp":39572022199,"id":304,"parentId":303,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":14973,"timestamp":39572022320,"id":308,"parentId":303,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":16288,"timestamp":39572022326,"id":309,"parentId":303,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":25189,"timestamp":39572022311,"id":307,"parentId":303,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":26036,"timestamp":39572022334,"id":311,"parentId":303,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Carticles%5Cindex.jsx&page=%2Farticles!"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":29975,"timestamp":39572022342,"id":312,"parentId":303,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":30615,"timestamp":39572022281,"id":305,"parentId":303,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":30718,"timestamp":39572022292,"id":306,"parentId":303,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":31667,"timestamp":39572022330,"id":310,"parentId":303,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711867380454,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":33433,"timestamp":39572020647,"id":303,"parentId":302,"tags":{},"startTime":1711867380453,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2868,"timestamp":39572056913,"id":314,"parentId":313,"tags":{},"startTime":1711867380489,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":22,"timestamp":39572059845,"id":316,"parentId":313,"tags":{},"startTime":1711867380492,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":169,"timestamp":39572059898,"id":317,"parentId":313,"tags":{},"startTime":1711867380492,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":21,"timestamp":39572060107,"id":318,"parentId":313,"tags":{},"startTime":1711867380492,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":10,"timestamp":39572060157,"id":319,"parentId":313,"tags":{},"startTime":1711867380492,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":570,"timestamp":39572059825,"id":315,"parentId":313,"tags":{},"startTime":1711867380492,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":829,"timestamp":39572062065,"id":320,"parentId":313,"tags":{},"startTime":1711867380494,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1365,"timestamp":39572062939,"id":321,"parentId":313,"tags":{},"startTime":1711867380495,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2841,"timestamp":39572066350,"id":322,"parentId":313,"tags":{},"startTime":1711867380498,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":164,"timestamp":39572069190,"id":323,"parentId":313,"tags":{},"startTime":1711867380501,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":198,"timestamp":39572069338,"id":324,"parentId":313,"tags":{},"startTime":1711867380501,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":525,"timestamp":39572069550,"id":325,"parentId":313,"tags":{},"startTime":1711867380501,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":164,"timestamp":39572070985,"id":327,"parentId":302,"tags":{},"startTime":1711867380503,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":383,"timestamp":39572070780,"id":326,"parentId":302,"tags":{},"startTime":1711867380503,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":16737,"timestamp":39572055407,"id":313,"parentId":302,"tags":{},"startTime":1711867380487,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":51914,"timestamp":39572020306,"id":302,"parentId":299,"tags":{"name":"client"},"startTime":1711867380452,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":18882,"timestamp":39572072268,"id":328,"parentId":299,"tags":{},"startTime":1711867380504,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":73388,"timestamp":39572018828,"id":299,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867380451,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":39572096337,"id":331,"parentId":3,"tags":{},"startTime":1711867380528,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":104000,"timestamp":1711867380451000,"id":339,"parentId":3,"tags":{"updatedModules":[],"page":"/lscaturchio.xyz/articles","isPageHidden":false,"clientId":1711867372688},"startTime":1711867380558,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":37825,"timestamp":39572098481,"id":334,"parentId":330,"tags":{"request":"private-next-pages/_document"},"startTime":1711867380530,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":44251,"timestamp":39572098409,"id":332,"parentId":330,"tags":{"request":"private-next-pages/_app"},"startTime":1711867380530,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":46501,"timestamp":39572098474,"id":333,"parentId":330,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867380530,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":46549,"timestamp":39572098486,"id":335,"parentId":330,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867380530,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":46576,"timestamp":39572098490,"id":336,"parentId":330,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867380530,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":50794,"timestamp":39572098499,"id":338,"parentId":330,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867380530,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":53425,"timestamp":39572098495,"id":337,"parentId":330,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867380530,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":57561,"timestamp":39572094420,"id":330,"parentId":329,"tags":{},"startTime":1711867380526,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":3553,"timestamp":39572153028,"id":341,"parentId":340,"tags":{},"startTime":1711867380585,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":91,"timestamp":39572156657,"id":343,"parentId":340,"tags":{},"startTime":1711867380589,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":4235,"timestamp":39572156788,"id":344,"parentId":340,"tags":{},"startTime":1711867380589,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":15,"timestamp":39572161081,"id":345,"parentId":340,"tags":{},"startTime":1711867380593,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":11,"timestamp":39572161145,"id":346,"parentId":340,"tags":{},"startTime":1711867380593,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":4838,"timestamp":39572156637,"id":342,"parentId":340,"tags":{},"startTime":1711867380589,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":572,"timestamp":39572164171,"id":347,"parentId":340,"tags":{},"startTime":1711867380596,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":926,"timestamp":39572164789,"id":348,"parentId":340,"tags":{},"startTime":1711867380597,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2065,"timestamp":39572167431,"id":349,"parentId":340,"tags":{},"startTime":1711867380599,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":88,"timestamp":39572169495,"id":350,"parentId":340,"tags":{},"startTime":1711867380601,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":145,"timestamp":39572169566,"id":351,"parentId":340,"tags":{},"startTime":1711867380601,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1650,"timestamp":39572169721,"id":352,"parentId":340,"tags":{},"startTime":1711867380602,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":19406,"timestamp":39572152579,"id":340,"parentId":329,"tags":{},"startTime":1711867380584,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":77952,"timestamp":39572094102,"id":329,"parentId":301,"tags":{"name":"server"},"startTime":1711867380526,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":6394,"timestamp":39572172077,"id":353,"parentId":301,"tags":{},"startTime":1711867380604,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":160714,"timestamp":39572018855,"id":300,"tags":{"trigger":"/projects","isTurbopack":false},"startTime":1711867380451,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":160812,"timestamp":39572019031,"id":301,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867380451,"traceId":"df3b5d16e2432efd"}] -[{"name":"next-client-pages-loader","duration":994,"timestamp":39594842552,"id":371,"parentId":370,"tags":{"absolutePagePath":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx"},"startTime":1711867403274,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx&page=%2Fdiet!","duration":11085,"timestamp":39594839458,"id":370,"parentId":368,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!","layer":null},"startTime":1711867403271,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":28818,"timestamp":39594826169,"id":360,"parentId":359,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":30484,"timestamp":39594826468,"id":364,"parentId":359,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":31200,"timestamp":39594826480,"id":365,"parentId":359,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":31184,"timestamp":39594826544,"id":369,"parentId":359,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":33565,"timestamp":39594826449,"id":363,"parentId":359,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":35290,"timestamp":39594826509,"id":367,"parentId":359,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Carticles%5Cindex.jsx&page=%2Farticles!"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":37389,"timestamp":39594826416,"id":361,"parentId":359,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":37665,"timestamp":39594826429,"id":362,"parentId":359,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":38828,"timestamp":39594826492,"id":366,"parentId":359,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1739,"timestamp":39594865940,"id":374,"parentId":373,"tags":{},"startTime":1711867403298,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2358,"timestamp":39594865337,"id":373,"parentId":372,"tags":{},"startTime":1711867403297,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":14054,"timestamp":39594864948,"id":372,"parentId":370,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711867403297,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":54164,"timestamp":39594826520,"id":368,"parentId":359,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711867403258,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":56995,"timestamp":39594823763,"id":359,"parentId":358,"tags":{},"startTime":1711867403256,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1755,"timestamp":39594881819,"id":376,"parentId":375,"tags":{},"startTime":1711867403314,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":8,"timestamp":39594883613,"id":378,"parentId":375,"tags":{},"startTime":1711867403315,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":53,"timestamp":39594883696,"id":379,"parentId":375,"tags":{},"startTime":1711867403316,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":9,"timestamp":39594883773,"id":380,"parentId":375,"tags":{},"startTime":1711867403316,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":7,"timestamp":39594883801,"id":381,"parentId":375,"tags":{},"startTime":1711867403316,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":376,"timestamp":39594883600,"id":377,"parentId":375,"tags":{},"startTime":1711867403315,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":1215,"timestamp":39594884844,"id":382,"parentId":375,"tags":{},"startTime":1711867403317,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2620,"timestamp":39594886106,"id":383,"parentId":375,"tags":{},"startTime":1711867403318,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":4635,"timestamp":39594890859,"id":384,"parentId":375,"tags":{},"startTime":1711867403323,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":206,"timestamp":39594895492,"id":385,"parentId":375,"tags":{},"startTime":1711867403327,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":216,"timestamp":39594895674,"id":386,"parentId":375,"tags":{},"startTime":1711867403328,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3318,"timestamp":39594895902,"id":387,"parentId":375,"tags":{},"startTime":1711867403328,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":133,"timestamp":39594900003,"id":389,"parentId":358,"tags":{},"startTime":1711867403332,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":257,"timestamp":39594899888,"id":388,"parentId":358,"tags":{},"startTime":1711867403332,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":19570,"timestamp":39594881294,"id":375,"parentId":358,"tags":{},"startTime":1711867403313,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":77582,"timestamp":39594823326,"id":358,"parentId":355,"tags":{"name":"client"},"startTime":1711867403255,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":12232,"timestamp":39594900937,"id":390,"parentId":355,"tags":{},"startTime":1711867403333,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":93933,"timestamp":39594820447,"id":355,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867403252,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":1,"timestamp":39594921377,"id":393,"parentId":3,"tags":{},"startTime":1711867403353,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":35791,"timestamp":39594923033,"id":395,"parentId":392,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867403355,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":35828,"timestamp":39594923048,"id":397,"parentId":392,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867403355,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":35833,"timestamp":39594923060,"id":399,"parentId":392,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867403355,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":35845,"timestamp":39594923064,"id":400,"parentId":392,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867403355,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":36297,"timestamp":39594923043,"id":396,"parentId":392,"tags":{"request":"private-next-pages/_document"},"startTime":1711867403355,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!","duration":15375,"timestamp":39594949372,"id":402,"parentId":401,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\next-route-loader\\index.js?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1711867403381,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":138000,"timestamp":1711867403253000,"id":403,"parentId":3,"tags":{"updatedModules":[],"page":"/lscaturchio.xyz/uses","isPageHidden":false,"clientId":1711867372688},"startTime":1711867403397,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":45966,"timestamp":39594922983,"id":394,"parentId":392,"tags":{"request":"private-next-pages/_app"},"startTime":1711867403355,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":46550,"timestamp":39594923054,"id":398,"parentId":392,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867403355,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1691,"timestamp":39594969474,"id":406,"parentId":405,"tags":{},"startTime":1711867403401,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":1859,"timestamp":39594969327,"id":405,"parentId":404,"tags":{},"startTime":1711867403401,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":4541,"timestamp":39594969110,"id":404,"parentId":402,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711867403401,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":59994,"timestamp":39594923070,"id":401,"parentId":392,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867403355,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":66183,"timestamp":39594916938,"id":392,"parentId":391,"tags":{},"startTime":1711867403349,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":4243,"timestamp":39594984047,"id":408,"parentId":407,"tags":{},"startTime":1711867403416,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":6,"timestamp":39594988343,"id":410,"parentId":407,"tags":{},"startTime":1711867403420,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2578,"timestamp":39594988368,"id":411,"parentId":407,"tags":{},"startTime":1711867403420,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":8,"timestamp":39594990988,"id":412,"parentId":407,"tags":{},"startTime":1711867403423,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":39594991018,"id":413,"parentId":407,"tags":{},"startTime":1711867403423,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":2891,"timestamp":39594988331,"id":409,"parentId":407,"tags":{},"startTime":1711867403420,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":444,"timestamp":39594993447,"id":414,"parentId":407,"tags":{},"startTime":1711867403425,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2873,"timestamp":39594993923,"id":415,"parentId":407,"tags":{},"startTime":1711867403426,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2790,"timestamp":39594998206,"id":416,"parentId":407,"tags":{},"startTime":1711867403430,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":96,"timestamp":39595000994,"id":417,"parentId":407,"tags":{},"startTime":1711867403433,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":143,"timestamp":39595001069,"id":418,"parentId":407,"tags":{},"startTime":1711867403433,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2312,"timestamp":39595001221,"id":419,"parentId":407,"tags":{},"startTime":1711867403433,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":20560,"timestamp":39594983632,"id":407,"parentId":391,"tags":{},"startTime":1711867403416,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":87703,"timestamp":39594916533,"id":391,"parentId":357,"tags":{"name":"server"},"startTime":1711867403348,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":6405,"timestamp":39595004262,"id":420,"parentId":357,"tags":{},"startTime":1711867403436,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":192373,"timestamp":39594820537,"id":356,"tags":{"trigger":"/diet","isTurbopack":false},"startTime":1711867403252,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":192043,"timestamp":39594821121,"id":357,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711867403253,"traceId":"df3b5d16e2432efd"}] -[{"name":"handle-request","duration":269879,"timestamp":39594818184,"id":354,"tags":{"url":"/lscaturchio.xyz/diet","isTurbopack":false},"startTime":1711867403250,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":2,"timestamp":39595088138,"id":421,"parentId":354,"tags":{"url":"/diet","memory.rss":"334807040","memory.heapUsed":"122290744","memory.heapTotal":"153006080"},"startTime":1711867403520,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":1,"timestamp":39595457883,"id":422,"parentId":3,"tags":{},"startTime":1711867403890,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":703000,"timestamp":1711867403232000,"id":423,"tags":{"pathname":"/lscaturchio.xyz/diet","query":"","isTurbopack":false},"startTime":1711867403936,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9697,"timestamp":39625656165,"id":428,"parentId":427,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":10193,"timestamp":39625656349,"id":437,"parentId":427,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":11424,"timestamp":39625656287,"id":432,"parentId":427,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13265,"timestamp":39625656297,"id":433,"parentId":427,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13336,"timestamp":39625656324,"id":436,"parentId":427,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1552,"timestamp":39625670947,"id":442,"parentId":441,"tags":{},"startTime":1711867434104,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":105184,"timestamp":39625672779,"id":444,"parentId":443,"tags":{},"startTime":1711867434106,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":107191,"timestamp":39625672668,"id":443,"parentId":441,"tags":{},"startTime":1711867434105,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":25231,"timestamp":39625780026,"id":445,"parentId":441,"tags":{"astUsed":"true"},"startTime":1711867434213,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":138139,"timestamp":39625670005,"id":441,"parentId":426,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711867434103,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":152019,"timestamp":39625656278,"id":431,"parentId":427,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":140978,"timestamp":39625668552,"id":440,"parentId":439,"tags":{},"startTime":1711867434101,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":141803,"timestamp":39625667745,"id":439,"parentId":438,"tags":{},"startTime":1711867434101,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":167726,"timestamp":39625666990,"id":438,"parentId":426,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\components\\Header.jsx","layer":null},"startTime":1711867434100,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":179933,"timestamp":39625656314,"id":435,"parentId":427,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Carticles%5Cindex.jsx&page=%2Farticles!"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":194447,"timestamp":39625656256,"id":429,"parentId":427,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":209771,"timestamp":39625656306,"id":434,"parentId":427,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":284790,"timestamp":39625656269,"id":430,"parentId":427,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867434089,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":287848,"timestamp":39625653301,"id":427,"parentId":426,"tags":{},"startTime":1711867434086,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2744,"timestamp":39625945042,"id":447,"parentId":446,"tags":{},"startTime":1711867434378,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":7,"timestamp":39625947840,"id":449,"parentId":446,"tags":{},"startTime":1711867434381,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":93,"timestamp":39625947986,"id":450,"parentId":446,"tags":{},"startTime":1711867434381,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":12,"timestamp":39625948121,"id":451,"parentId":446,"tags":{},"startTime":1711867434381,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":9,"timestamp":39625948203,"id":452,"parentId":446,"tags":{},"startTime":1711867434381,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":604,"timestamp":39625947826,"id":448,"parentId":446,"tags":{},"startTime":1711867434381,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":951,"timestamp":39625950033,"id":453,"parentId":446,"tags":{},"startTime":1711867434383,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":5042,"timestamp":39625951015,"id":454,"parentId":446,"tags":{},"startTime":1711867434384,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":11814,"timestamp":39625958933,"id":455,"parentId":446,"tags":{},"startTime":1711867434392,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":550,"timestamp":39625970744,"id":456,"parentId":446,"tags":{},"startTime":1711867434404,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":291,"timestamp":39625971263,"id":457,"parentId":446,"tags":{},"startTime":1711867434404,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":7950,"timestamp":39625971577,"id":458,"parentId":446,"tags":{},"startTime":1711867434404,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":238,"timestamp":39625981073,"id":460,"parentId":426,"tags":{},"startTime":1711867434414,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":556,"timestamp":39625980847,"id":459,"parentId":426,"tags":{},"startTime":1711867434414,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":39380,"timestamp":39625942883,"id":446,"parentId":426,"tags":{},"startTime":1711867434376,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":330836,"timestamp":39625651539,"id":426,"parentId":424,"tags":{"name":"client"},"startTime":1711867434084,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":21180,"timestamp":39625982408,"id":461,"parentId":424,"tags":{},"startTime":1711867434415,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":371809,"timestamp":39625632932,"id":424,"parentId":3,"tags":{"trigger":"src/components/Header.jsx"},"startTime":1711867434066,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":39626011774,"id":464,"parentId":3,"tags":{},"startTime":1711867434445,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":6321,"timestamp":39626017620,"id":475,"parentId":474,"tags":{},"startTime":1711867434450,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":6551,"timestamp":39626017411,"id":474,"parentId":473,"tags":{},"startTime":1711867434450,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":23952,"timestamp":39626017126,"id":473,"parentId":462,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\components\\Header.jsx","layer":null},"startTime":1711867434450,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":37253,"timestamp":39626013507,"id":467,"parentId":463,"tags":{"request":"private-next-pages/_document"},"startTime":1711867434446,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":52189,"timestamp":39626013529,"id":472,"parentId":463,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867434446,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":53163,"timestamp":39626013499,"id":466,"parentId":463,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867434446,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":56221,"timestamp":39626013512,"id":468,"parentId":463,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867434446,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":56272,"timestamp":39626013517,"id":469,"parentId":463,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867434446,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":56282,"timestamp":39626013525,"id":471,"parentId":463,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867434446,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":111755,"timestamp":39626013521,"id":470,"parentId":463,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867434446,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":115102,"timestamp":39626013436,"id":465,"parentId":463,"tags":{"request":"private-next-pages/_app"},"startTime":1711867434446,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":119507,"timestamp":39626009100,"id":463,"parentId":462,"tags":{},"startTime":1711867434442,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":7645,"timestamp":39626131270,"id":477,"parentId":476,"tags":{},"startTime":1711867434564,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":12,"timestamp":39626138999,"id":479,"parentId":476,"tags":{},"startTime":1711867434572,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":5092,"timestamp":39626139044,"id":480,"parentId":476,"tags":{},"startTime":1711867434572,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":19,"timestamp":39626144212,"id":481,"parentId":476,"tags":{},"startTime":1711867434577,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":20,"timestamp":39626144284,"id":482,"parentId":476,"tags":{},"startTime":1711867434577,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":5716,"timestamp":39626138981,"id":478,"parentId":476,"tags":{},"startTime":1711867434572,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":831,"timestamp":39626148149,"id":483,"parentId":476,"tags":{},"startTime":1711867434581,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":4209,"timestamp":39626149037,"id":484,"parentId":476,"tags":{},"startTime":1711867434582,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2623,"timestamp":39626156611,"id":485,"parentId":476,"tags":{},"startTime":1711867434589,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":117,"timestamp":39626159232,"id":486,"parentId":476,"tags":{},"startTime":1711867434592,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":192,"timestamp":39626159326,"id":487,"parentId":476,"tags":{},"startTime":1711867434592,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":9890,"timestamp":39626159530,"id":488,"parentId":476,"tags":{},"startTime":1711867434592,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":40725,"timestamp":39626129841,"id":476,"parentId":462,"tags":{},"startTime":1711867434563,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":162409,"timestamp":39626008372,"id":462,"parentId":425,"tags":{"name":"server"},"startTime":1711867434441,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":504000,"timestamp":1711867434066000,"id":490,"parentId":3,"tags":{"updatedModules":["[project]/src/components/Header.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":false,"clientId":1711867403821},"startTime":1711867434605,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":14718,"timestamp":39626170846,"id":489,"parentId":425,"tags":{},"startTime":1711867434604,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":554546,"timestamp":39625633285,"id":425,"parentId":3,"tags":{"trigger":"src/components/Header.jsx"},"startTime":1711867434066,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":24212,"timestamp":39928899604,"id":497,"parentId":494,"tags":{"request":"private-next-pages/_document"},"startTime":1711867737334,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24263,"timestamp":39928899587,"id":496,"parentId":494,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867737334,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24378,"timestamp":39928899612,"id":498,"parentId":494,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867737334,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":26695,"timestamp":39928899619,"id":499,"parentId":494,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867737334,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":26952,"timestamp":39928899422,"id":495,"parentId":494,"tags":{"request":"private-next-pages/_app"},"startTime":1711867737333,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2110,"timestamp":39928930015,"id":503,"parentId":502,"tags":{},"startTime":1711867737364,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2826,"timestamp":39928929321,"id":502,"parentId":501,"tags":{},"startTime":1711867737363,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":12005,"timestamp":39928927864,"id":501,"parentId":493,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711867737362,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":47025,"timestamp":39928899625,"id":500,"parentId":494,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867737334,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":49440,"timestamp":39928897252,"id":494,"parentId":493,"tags":{},"startTime":1711867737331,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":3004,"timestamp":39928949291,"id":505,"parentId":504,"tags":{},"startTime":1711867737383,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":35,"timestamp":39928952419,"id":507,"parentId":504,"tags":{},"startTime":1711867737386,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":3643,"timestamp":39928952539,"id":508,"parentId":504,"tags":{},"startTime":1711867737387,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":137,"timestamp":39928956273,"id":509,"parentId":504,"tags":{},"startTime":1711867737390,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":39,"timestamp":39928956486,"id":510,"parentId":504,"tags":{},"startTime":1711867737391,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":4408,"timestamp":39928952368,"id":506,"parentId":504,"tags":{},"startTime":1711867737386,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":871,"timestamp":39928958849,"id":511,"parentId":504,"tags":{},"startTime":1711867737393,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1747,"timestamp":39928959779,"id":512,"parentId":504,"tags":{},"startTime":1711867737394,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":4285,"timestamp":39928964545,"id":513,"parentId":504,"tags":{},"startTime":1711867737399,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":197,"timestamp":39928968825,"id":514,"parentId":504,"tags":{},"startTime":1711867737403,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":192,"timestamp":39928968984,"id":515,"parentId":504,"tags":{},"startTime":1711867737403,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3427,"timestamp":39928969190,"id":516,"parentId":504,"tags":{},"startTime":1711867737403,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":24761,"timestamp":39928948634,"id":504,"parentId":493,"tags":{},"startTime":1711867737383,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":77685,"timestamp":39928895778,"id":493,"parentId":491,"tags":{"name":"server"},"startTime":1711867737330,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":5360,"timestamp":39928973604,"id":517,"parentId":491,"tags":{},"startTime":1711867737408,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":103209,"timestamp":39928877687,"id":491,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711867737312,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9131,"timestamp":39928987878,"id":520,"parentId":519,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867737422,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":10487,"timestamp":39928987958,"id":525,"parentId":519,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867737422,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2792,"timestamp":39928996767,"id":529,"parentId":528,"tags":{},"startTime":1711867737431,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2927,"timestamp":39928996648,"id":528,"parentId":527,"tags":{},"startTime":1711867737431,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":12716,"timestamp":39928996337,"id":527,"parentId":518,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711867737430,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21331,"timestamp":39928987952,"id":524,"parentId":519,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867737422,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22584,"timestamp":39928987964,"id":526,"parentId":519,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711867737422,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":11500,"timestamp":39928999193,"id":531,"parentId":530,"tags":{},"startTime":1711867737433,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":56317,"timestamp":39929010839,"id":533,"parentId":532,"tags":{},"startTime":1711867737445,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":59270,"timestamp":39929010775,"id":532,"parentId":530,"tags":{},"startTime":1711867737445,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":14228,"timestamp":39929070158,"id":534,"parentId":530,"tags":{"astUsed":"true"},"startTime":1711867737504,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":90329,"timestamp":39928998603,"id":530,"parentId":518,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711867737433,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":101107,"timestamp":39928987947,"id":523,"parentId":519,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867737422,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":108350,"timestamp":39928987931,"id":521,"parentId":519,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867737422,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":108803,"timestamp":39928987940,"id":522,"parentId":519,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867737422,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":112477,"timestamp":39928984334,"id":519,"parentId":518,"tags":{},"startTime":1711867737418,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":819,"timestamp":39929097968,"id":536,"parentId":535,"tags":{},"startTime":1711867737532,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":6,"timestamp":39929098835,"id":538,"parentId":535,"tags":{},"startTime":1711867737533,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":109,"timestamp":39929098929,"id":539,"parentId":535,"tags":{},"startTime":1711867737533,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":10,"timestamp":39929099101,"id":540,"parentId":535,"tags":{},"startTime":1711867737533,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":11,"timestamp":39929099167,"id":541,"parentId":535,"tags":{},"startTime":1711867737533,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":638,"timestamp":39929098822,"id":537,"parentId":535,"tags":{},"startTime":1711867737533,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":757,"timestamp":39929100683,"id":542,"parentId":535,"tags":{},"startTime":1711867737535,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":3844,"timestamp":39929101500,"id":543,"parentId":535,"tags":{},"startTime":1711867737536,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":7262,"timestamp":39929109499,"id":544,"parentId":535,"tags":{},"startTime":1711867737544,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":252,"timestamp":39929116759,"id":545,"parentId":535,"tags":{},"startTime":1711867737551,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":166,"timestamp":39929116992,"id":546,"parentId":535,"tags":{},"startTime":1711867737551,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3194,"timestamp":39929117171,"id":547,"parentId":535,"tags":{},"startTime":1711867737551,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":535,"timestamp":39929123339,"id":549,"parentId":518,"tags":{},"startTime":1711867737557,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":939,"timestamp":39929122963,"id":548,"parentId":518,"tags":{},"startTime":1711867737557,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":27592,"timestamp":39929097471,"id":535,"parentId":518,"tags":{},"startTime":1711867737532,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":141934,"timestamp":39928983195,"id":518,"parentId":492,"tags":{"name":"client"},"startTime":1711867737417,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11698,"timestamp":39929125255,"id":550,"parentId":492,"tags":{},"startTime":1711867737559,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":261627,"timestamp":39928878119,"id":492,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711867737312,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":3,"timestamp":39929146992,"id":551,"parentId":3,"tags":{},"startTime":1711867737581,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":300000,"timestamp":1711867737313000,"id":552,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!","[project]/src/components/SocialIcons.jsx","[project]/src/images/portrait.jpg","[project]/src/pages/about.jsx","[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Carticles%5Cindex.jsx&page=%2Farticles!","[project]/src/lib/formatDate.js","[project]/src/pages/articles/index.jsx","[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!","[project]/src/images/logos/animaginary.svg","[project]/src/images/logos/cosmos.svg","[project]/src/images/logos/helio-stream.svg","[project]/src/images/logos/open-shuttle.svg","[project]/src/images/logos/planetaria.svg","[project]/src/pages/projects.jsx","[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867403821},"startTime":1711867737613,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20299,"timestamp":40013617213,"id":559,"parentId":556,"tags":{"request":"private-next-pages/_document"},"startTime":1711867822052,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20333,"timestamp":40013617204,"id":558,"parentId":556,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867822052,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20445,"timestamp":40013617218,"id":560,"parentId":556,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867822052,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22816,"timestamp":40013617223,"id":561,"parentId":556,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867822052,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":23010,"timestamp":40013617109,"id":557,"parentId":556,"tags":{"request":"private-next-pages/_app"},"startTime":1711867822052,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1566,"timestamp":40013641787,"id":565,"parentId":564,"tags":{},"startTime":1711867822076,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":1831,"timestamp":40013641538,"id":564,"parentId":563,"tags":{},"startTime":1711867822076,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":8162,"timestamp":40013641176,"id":563,"parentId":555,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711867822076,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":42719,"timestamp":40013617227,"id":562,"parentId":556,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867822052,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":44480,"timestamp":40013615505,"id":556,"parentId":555,"tags":{},"startTime":1711867822050,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":3998,"timestamp":40013661255,"id":567,"parentId":566,"tags":{},"startTime":1711867822096,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":18,"timestamp":40013665466,"id":569,"parentId":566,"tags":{},"startTime":1711867822100,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":7410,"timestamp":40013665683,"id":570,"parentId":566,"tags":{},"startTime":1711867822100,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":23,"timestamp":40013673146,"id":571,"parentId":566,"tags":{},"startTime":1711867822108,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":16,"timestamp":40013673199,"id":572,"parentId":566,"tags":{},"startTime":1711867822108,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":8134,"timestamp":40013665380,"id":568,"parentId":566,"tags":{},"startTime":1711867822100,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":804,"timestamp":40013675411,"id":573,"parentId":566,"tags":{},"startTime":1711867822110,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2160,"timestamp":40013676244,"id":574,"parentId":566,"tags":{},"startTime":1711867822111,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3593,"timestamp":40013681227,"id":575,"parentId":566,"tags":{},"startTime":1711867822116,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":197,"timestamp":40013684814,"id":576,"parentId":566,"tags":{},"startTime":1711867822119,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":184,"timestamp":40013684972,"id":577,"parentId":566,"tags":{},"startTime":1711867822120,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2680,"timestamp":40013685177,"id":578,"parentId":566,"tags":{},"startTime":1711867822120,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":28077,"timestamp":40013660724,"id":566,"parentId":555,"tags":{},"startTime":1711867822095,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":73696,"timestamp":40013615165,"id":555,"parentId":553,"tags":{"name":"server"},"startTime":1711867822050,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":6131,"timestamp":40013688914,"id":579,"parentId":553,"tags":{},"startTime":1711867822124,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":103293,"timestamp":40013592326,"id":553,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711867822027,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8282,"timestamp":40013700681,"id":582,"parentId":581,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867822135,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2235,"timestamp":40013708724,"id":591,"parentId":590,"tags":{},"startTime":1711867822143,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2553,"timestamp":40013708437,"id":590,"parentId":589,"tags":{},"startTime":1711867822143,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":7903,"timestamp":40013708072,"id":589,"parentId":580,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711867822143,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":15752,"timestamp":40013700758,"id":587,"parentId":581,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867822135,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":16928,"timestamp":40013700751,"id":586,"parentId":581,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867822135,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":17626,"timestamp":40013700763,"id":588,"parentId":581,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711867822135,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1137,"timestamp":40013717361,"id":593,"parentId":592,"tags":{},"startTime":1711867822152,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":39812,"timestamp":40013718551,"id":595,"parentId":594,"tags":{},"startTime":1711867822153,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":41437,"timestamp":40013718530,"id":594,"parentId":592,"tags":{},"startTime":1711867822153,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":7141,"timestamp":40013760013,"id":596,"parentId":592,"tags":{"astUsed":"true"},"startTime":1711867822195,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":53443,"timestamp":40013717117,"id":592,"parentId":580,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711867822152,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":69918,"timestamp":40013700746,"id":585,"parentId":581,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867822135,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":71623,"timestamp":40013700731,"id":583,"parentId":581,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867822135,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":72360,"timestamp":40013700740,"id":584,"parentId":581,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867822135,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":75159,"timestamp":40013698073,"id":581,"parentId":580,"tags":{},"startTime":1711867822133,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":941,"timestamp":40013774593,"id":598,"parentId":597,"tags":{},"startTime":1711867822209,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":40013775587,"id":600,"parentId":597,"tags":{},"startTime":1711867822210,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":45,"timestamp":40013775694,"id":601,"parentId":597,"tags":{},"startTime":1711867822210,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":7,"timestamp":40013775768,"id":602,"parentId":597,"tags":{},"startTime":1711867822210,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":9,"timestamp":40013775796,"id":603,"parentId":597,"tags":{},"startTime":1711867822210,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":387,"timestamp":40013775575,"id":599,"parentId":597,"tags":{},"startTime":1711867822210,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":377,"timestamp":40013776443,"id":604,"parentId":597,"tags":{},"startTime":1711867822211,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1242,"timestamp":40013776843,"id":605,"parentId":597,"tags":{},"startTime":1711867822211,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":4412,"timestamp":40013780129,"id":606,"parentId":597,"tags":{},"startTime":1711867822215,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":162,"timestamp":40013784539,"id":607,"parentId":597,"tags":{},"startTime":1711867822219,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":131,"timestamp":40013784686,"id":608,"parentId":597,"tags":{},"startTime":1711867822219,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1862,"timestamp":40013784827,"id":609,"parentId":597,"tags":{},"startTime":1711867822219,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":196,"timestamp":40013787920,"id":611,"parentId":580,"tags":{},"startTime":1711867822223,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":312,"timestamp":40013787825,"id":610,"parentId":580,"tags":{},"startTime":1711867822222,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":14702,"timestamp":40013774141,"id":597,"parentId":580,"tags":{},"startTime":1711867822209,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":91236,"timestamp":40013697660,"id":580,"parentId":554,"tags":{"name":"client"},"startTime":1711867822132,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":14205,"timestamp":40013788927,"id":612,"parentId":554,"tags":{},"startTime":1711867822224,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":211815,"timestamp":40013592426,"id":554,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711867822027,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":0,"timestamp":40013807615,"id":613,"parentId":3,"tags":{},"startTime":1711867822242,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":236000,"timestamp":1711867822028000,"id":614,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867403821},"startTime":1711867822263,"traceId":"df3b5d16e2432efd"},{"name":"handle-request","duration":72164,"timestamp":40017799565,"id":615,"tags":{"url":"/lscaturchio.xyz/diet","isTurbopack":false},"startTime":1711867826234,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":2,"timestamp":40017871846,"id":616,"parentId":615,"tags":{"url":"/diet","memory.rss":"311721984","memory.heapUsed":"133848560","memory.heapTotal":"145068032"},"startTime":1711867826307,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":1,"timestamp":40018296955,"id":617,"parentId":3,"tags":{},"startTime":1711867826732,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":551000,"timestamp":1711867826226000,"id":618,"tags":{"pathname":"/lscaturchio.xyz/diet","query":"","isTurbopack":false},"startTime":1711867826777,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22813,"timestamp":40110132178,"id":625,"parentId":622,"tags":{"request":"private-next-pages/_document"},"startTime":1711867918568,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22850,"timestamp":40110132161,"id":624,"parentId":622,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867918568,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22951,"timestamp":40110132188,"id":626,"parentId":622,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867918568,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":26641,"timestamp":40110132210,"id":628,"parentId":622,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867918568,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":26895,"timestamp":40110132021,"id":623,"parentId":622,"tags":{"request":"private-next-pages/_app"},"startTime":1711867918567,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1553,"timestamp":40110160836,"id":631,"parentId":630,"tags":{},"startTime":1711867918596,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":1985,"timestamp":40110160421,"id":630,"parentId":629,"tags":{},"startTime":1711867918596,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":6023,"timestamp":40110159974,"id":629,"parentId":621,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711867918595,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":40691,"timestamp":40110132198,"id":627,"parentId":622,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711867918568,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":42616,"timestamp":40110130306,"id":622,"parentId":621,"tags":{},"startTime":1711867918566,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":4344,"timestamp":40110174072,"id":633,"parentId":632,"tags":{},"startTime":1711867918610,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":17,"timestamp":40110178473,"id":635,"parentId":632,"tags":{},"startTime":1711867918614,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":4390,"timestamp":40110178646,"id":636,"parentId":632,"tags":{},"startTime":1711867918614,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":20,"timestamp":40110183107,"id":637,"parentId":632,"tags":{},"startTime":1711867918619,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":30,"timestamp":40110183178,"id":638,"parentId":632,"tags":{},"startTime":1711867918619,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":5122,"timestamp":40110178459,"id":634,"parentId":632,"tags":{},"startTime":1711867918614,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":512,"timestamp":40110185639,"id":639,"parentId":632,"tags":{},"startTime":1711867918621,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1845,"timestamp":40110186202,"id":640,"parentId":632,"tags":{},"startTime":1711867918622,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":4307,"timestamp":40110189750,"id":641,"parentId":632,"tags":{},"startTime":1711867918625,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":129,"timestamp":40110194053,"id":642,"parentId":632,"tags":{},"startTime":1711867918629,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":147,"timestamp":40110194157,"id":643,"parentId":632,"tags":{},"startTime":1711867918630,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2475,"timestamp":40110194317,"id":644,"parentId":632,"tags":{},"startTime":1711867918630,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":24138,"timestamp":40110173579,"id":632,"parentId":621,"tags":{},"startTime":1711867918609,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":68081,"timestamp":40110129699,"id":621,"parentId":619,"tags":{"name":"server"},"startTime":1711867918565,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":5691,"timestamp":40110197828,"id":645,"parentId":619,"tags":{},"startTime":1711867918633,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":89688,"timestamp":40110114464,"id":619,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711867918550,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":7660,"timestamp":40110210135,"id":648,"parentId":647,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711867918646,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9548,"timestamp":40110210225,"id":653,"parentId":647,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711867918646,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":3150,"timestamp":40110217473,"id":657,"parentId":656,"tags":{},"startTime":1711867918653,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":3340,"timestamp":40110217313,"id":656,"parentId":655,"tags":{},"startTime":1711867918653,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":9544,"timestamp":40110216991,"id":655,"parentId":646,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711867918652,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":16602,"timestamp":40110210219,"id":652,"parentId":647,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711867918646,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18080,"timestamp":40110210231,"id":654,"parentId":647,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711867918646,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":8253,"timestamp":40110220263,"id":659,"parentId":658,"tags":{},"startTime":1711867918656,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":40138,"timestamp":40110228602,"id":661,"parentId":660,"tags":{},"startTime":1711867918664,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":40517,"timestamp":40110228569,"id":660,"parentId":658,"tags":{},"startTime":1711867918664,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":8044,"timestamp":40110269139,"id":662,"parentId":658,"tags":{"astUsed":"true"},"startTime":1711867918705,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":60404,"timestamp":40110219965,"id":658,"parentId":646,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711867918655,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":70390,"timestamp":40110210213,"id":651,"parentId":647,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711867918646,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":72131,"timestamp":40110210198,"id":649,"parentId":647,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711867918646,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":72782,"timestamp":40110210206,"id":650,"parentId":647,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711867918646,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":76178,"timestamp":40110206854,"id":647,"parentId":646,"tags":{},"startTime":1711867918642,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1057,"timestamp":40110284112,"id":664,"parentId":663,"tags":{},"startTime":1711867918720,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":9,"timestamp":40110285233,"id":666,"parentId":663,"tags":{},"startTime":1711867918721,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":83,"timestamp":40110285384,"id":667,"parentId":663,"tags":{},"startTime":1711867918721,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":13,"timestamp":40110285509,"id":668,"parentId":663,"tags":{},"startTime":1711867918721,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":16,"timestamp":40110285559,"id":669,"parentId":663,"tags":{},"startTime":1711867918721,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":635,"timestamp":40110285214,"id":665,"parentId":663,"tags":{},"startTime":1711867918721,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":535,"timestamp":40110286854,"id":670,"parentId":663,"tags":{},"startTime":1711867918722,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1986,"timestamp":40110287427,"id":671,"parentId":663,"tags":{},"startTime":1711867918723,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":4787,"timestamp":40110292037,"id":672,"parentId":663,"tags":{},"startTime":1711867918727,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":297,"timestamp":40110296823,"id":673,"parentId":663,"tags":{},"startTime":1711867918732,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":184,"timestamp":40110297086,"id":674,"parentId":663,"tags":{},"startTime":1711867918733,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1970,"timestamp":40110297286,"id":675,"parentId":663,"tags":{},"startTime":1711867918733,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":237,"timestamp":40110301298,"id":677,"parentId":646,"tags":{},"startTime":1711867918737,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":422,"timestamp":40110301139,"id":676,"parentId":646,"tags":{},"startTime":1711867918737,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":18841,"timestamp":40110283691,"id":663,"parentId":646,"tags":{},"startTime":1711867918719,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":96184,"timestamp":40110206431,"id":646,"parentId":620,"tags":{"name":"client"},"startTime":1711867918642,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":18897,"timestamp":40110302659,"id":678,"parentId":620,"tags":{},"startTime":1711867918738,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":209100,"timestamp":40110114588,"id":620,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711867918550,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":0,"timestamp":40110327310,"id":679,"parentId":3,"tags":{},"startTime":1711867918763,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":243000,"timestamp":1711867918551000,"id":680,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867826700},"startTime":1711867918794,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":16777,"timestamp":40359435155,"id":686,"parentId":684,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868167872,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":16803,"timestamp":40359435172,"id":688,"parentId":684,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868167872,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18124,"timestamp":40359435166,"id":687,"parentId":684,"tags":{"request":"private-next-pages/_document"},"startTime":1711868167872,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19969,"timestamp":40359435178,"id":689,"parentId":684,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868167872,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20441,"timestamp":40359435064,"id":685,"parentId":684,"tags":{"request":"private-next-pages/_app"},"startTime":1711868167872,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2000,"timestamp":40359456610,"id":693,"parentId":692,"tags":{},"startTime":1711868167894,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2255,"timestamp":40359456372,"id":692,"parentId":691,"tags":{},"startTime":1711868167893,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":5423,"timestamp":40359456069,"id":691,"parentId":683,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868167893,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":33257,"timestamp":40359435184,"id":690,"parentId":684,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868167872,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":35005,"timestamp":40359433466,"id":684,"parentId":683,"tags":{},"startTime":1711868167871,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2949,"timestamp":40359469475,"id":695,"parentId":694,"tags":{},"startTime":1711868167907,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":6,"timestamp":40359472475,"id":697,"parentId":694,"tags":{},"startTime":1711868167910,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":3919,"timestamp":40359472499,"id":698,"parentId":694,"tags":{},"startTime":1711868167910,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":10,"timestamp":40359476469,"id":699,"parentId":694,"tags":{},"startTime":1711868167914,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":11,"timestamp":40359476507,"id":700,"parentId":694,"tags":{},"startTime":1711868167914,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":4293,"timestamp":40359472462,"id":696,"parentId":694,"tags":{},"startTime":1711868167910,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":388,"timestamp":40359479230,"id":701,"parentId":694,"tags":{},"startTime":1711868167916,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2199,"timestamp":40359479644,"id":702,"parentId":694,"tags":{},"startTime":1711868167917,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1721,"timestamp":40359484221,"id":703,"parentId":694,"tags":{},"startTime":1711868167921,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":626,"timestamp":40359485941,"id":704,"parentId":694,"tags":{},"startTime":1711868167923,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":702,"timestamp":40359486008,"id":705,"parentId":694,"tags":{},"startTime":1711868167923,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1419,"timestamp":40359486726,"id":706,"parentId":694,"tags":{},"startTime":1711868167924,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":19503,"timestamp":40359469055,"id":694,"parentId":683,"tags":{},"startTime":1711868167906,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":55538,"timestamp":40359433059,"id":683,"parentId":681,"tags":{"name":"server"},"startTime":1711868167870,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":5932,"timestamp":40359488621,"id":707,"parentId":681,"tags":{},"startTime":1711868167926,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":80893,"timestamp":40359414247,"id":681,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868167851,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":6857,"timestamp":40359500838,"id":710,"parentId":709,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868167938,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8915,"timestamp":40359500925,"id":716,"parentId":709,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868167938,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":3099,"timestamp":40359507397,"id":719,"parentId":718,"tags":{},"startTime":1711868167944,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":3297,"timestamp":40359507210,"id":718,"parentId":717,"tags":{},"startTime":1711868167944,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":8386,"timestamp":40359506826,"id":717,"parentId":708,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868167944,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":14523,"timestamp":40359500914,"id":714,"parentId":709,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868167938,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":15852,"timestamp":40359500919,"id":715,"parentId":709,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868167938,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":6676,"timestamp":40359510249,"id":721,"parentId":720,"tags":{},"startTime":1711868167947,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":42555,"timestamp":40359517024,"id":723,"parentId":722,"tags":{},"startTime":1711868167954,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":43057,"timestamp":40359516999,"id":722,"parentId":720,"tags":{},"startTime":1711868167954,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":10511,"timestamp":40359560126,"id":724,"parentId":720,"tags":{"astUsed":"true"},"startTime":1711868167997,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":62394,"timestamp":40359510090,"id":720,"parentId":708,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868167947,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":71764,"timestamp":40359500908,"id":713,"parentId":709,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868167938,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":73646,"timestamp":40359500893,"id":711,"parentId":709,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868167938,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":74311,"timestamp":40359500901,"id":712,"parentId":709,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868167938,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":78126,"timestamp":40359497126,"id":709,"parentId":708,"tags":{},"startTime":1711868167934,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":834,"timestamp":40359576085,"id":726,"parentId":725,"tags":{},"startTime":1711868168013,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":40359576963,"id":728,"parentId":725,"tags":{},"startTime":1711868168014,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":52,"timestamp":40359576986,"id":729,"parentId":725,"tags":{},"startTime":1711868168014,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":7,"timestamp":40359577062,"id":730,"parentId":725,"tags":{},"startTime":1711868168014,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":9,"timestamp":40359577089,"id":731,"parentId":725,"tags":{},"startTime":1711868168014,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":298,"timestamp":40359576951,"id":727,"parentId":725,"tags":{},"startTime":1711868168014,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":593,"timestamp":40359577852,"id":732,"parentId":725,"tags":{},"startTime":1711868168015,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2470,"timestamp":40359578495,"id":733,"parentId":725,"tags":{},"startTime":1711868168016,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2610,"timestamp":40359582433,"id":734,"parentId":725,"tags":{},"startTime":1711868168020,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":141,"timestamp":40359585042,"id":735,"parentId":725,"tags":{},"startTime":1711868168022,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":104,"timestamp":40359585168,"id":736,"parentId":725,"tags":{},"startTime":1711868168022,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1328,"timestamp":40359585282,"id":737,"parentId":725,"tags":{},"startTime":1711868168022,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":133,"timestamp":40359587487,"id":739,"parentId":708,"tags":{},"startTime":1711868168025,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":227,"timestamp":40359587406,"id":738,"parentId":708,"tags":{},"startTime":1711868168024,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":12585,"timestamp":40359575711,"id":725,"parentId":708,"tags":{},"startTime":1711868168013,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":91680,"timestamp":40359496682,"id":708,"parentId":682,"tags":{"name":"client"},"startTime":1711868167934,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":10975,"timestamp":40359588393,"id":740,"parentId":682,"tags":{},"startTime":1711868168025,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":186334,"timestamp":40359414389,"id":682,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868167851,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":0,"timestamp":40359601928,"id":741,"parentId":3,"tags":{},"startTime":1711868168039,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":212000,"timestamp":1711868167852000,"id":742,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867826700},"startTime":1711868168065,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9366,"timestamp":40369656936,"id":747,"parentId":746,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868178094,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":10519,"timestamp":40369657016,"id":752,"parentId":746,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868178094,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":11734,"timestamp":40369657010,"id":751,"parentId":746,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868178094,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1656,"timestamp":40369667896,"id":755,"parentId":754,"tags":{},"startTime":1711868178105,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":59656,"timestamp":40369669630,"id":757,"parentId":756,"tags":{},"startTime":1711868178107,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":60261,"timestamp":40369669602,"id":756,"parentId":754,"tags":{},"startTime":1711868178107,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":10715,"timestamp":40369729934,"id":758,"parentId":754,"tags":{"astUsed":"true"},"startTime":1711868178167,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":76709,"timestamp":40369667694,"id":754,"parentId":745,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868178105,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":87789,"timestamp":40369657004,"id":750,"parentId":746,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868178094,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":93771,"timestamp":40369656983,"id":748,"parentId":746,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868178094,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":97023,"timestamp":40369656998,"id":749,"parentId":746,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868178094,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2742,"timestamp":40369752297,"id":761,"parentId":760,"tags":{},"startTime":1711868178189,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2961,"timestamp":40369752093,"id":760,"parentId":759,"tags":{},"startTime":1711868178189,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":9338,"timestamp":40369751674,"id":759,"parentId":745,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868178189,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":106624,"timestamp":40369657021,"id":753,"parentId":746,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868178094,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":107465,"timestamp":40369656226,"id":746,"parentId":745,"tags":{},"startTime":1711868178093,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":3089,"timestamp":40369765645,"id":763,"parentId":762,"tags":{},"startTime":1711868178203,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":13,"timestamp":40369768801,"id":765,"parentId":762,"tags":{},"startTime":1711868178206,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":69,"timestamp":40369768843,"id":766,"parentId":762,"tags":{},"startTime":1711868178206,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":150,"timestamp":40369768945,"id":767,"parentId":762,"tags":{},"startTime":1711868178206,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":17,"timestamp":40369769143,"id":768,"parentId":762,"tags":{},"startTime":1711868178206,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":695,"timestamp":40369768783,"id":764,"parentId":762,"tags":{},"startTime":1711868178206,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":1095,"timestamp":40369771261,"id":769,"parentId":762,"tags":{},"startTime":1711868178208,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":6283,"timestamp":40369772406,"id":770,"parentId":762,"tags":{},"startTime":1711868178209,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3484,"timestamp":40369781255,"id":771,"parentId":762,"tags":{},"startTime":1711868178218,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":365,"timestamp":40369784737,"id":772,"parentId":762,"tags":{},"startTime":1711868178222,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":199,"timestamp":40369785066,"id":773,"parentId":762,"tags":{},"startTime":1711868178222,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2414,"timestamp":40369785284,"id":774,"parentId":762,"tags":{},"startTime":1711868178222,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":138,"timestamp":40369789214,"id":776,"parentId":745,"tags":{},"startTime":1711868178226,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":396,"timestamp":40369788979,"id":775,"parentId":745,"tags":{},"startTime":1711868178226,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":25371,"timestamp":40369764874,"id":762,"parentId":745,"tags":{},"startTime":1711868178202,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":134443,"timestamp":40369655844,"id":745,"parentId":743,"tags":{"name":"client"},"startTime":1711868178093,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":18234,"timestamp":40369790313,"id":777,"parentId":743,"tags":{},"startTime":1711868178227,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":164217,"timestamp":40369645808,"id":743,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868178083,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40369813514,"id":780,"parentId":3,"tags":{},"startTime":1711868178251,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":23594,"timestamp":40369814214,"id":783,"parentId":779,"tags":{"request":"private-next-pages/_document"},"startTime":1711868178251,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":23626,"timestamp":40369814207,"id":782,"parentId":779,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868178251,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":23779,"timestamp":40369814219,"id":784,"parentId":779,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868178251,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":23955,"timestamp":40369814136,"id":781,"parentId":779,"tags":{"request":"private-next-pages/_app"},"startTime":1711868178251,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2464,"timestamp":40369836714,"id":789,"parentId":788,"tags":{},"startTime":1711868178274,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2734,"timestamp":40369836463,"id":788,"parentId":787,"tags":{},"startTime":1711868178274,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":6243,"timestamp":40369835831,"id":787,"parentId":778,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868178273,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":30228,"timestamp":40369814235,"id":786,"parentId":779,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868178251,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":201000,"timestamp":1711868178083000,"id":790,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867826700},"startTime":1711868178287,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":39784,"timestamp":40369814224,"id":785,"parentId":779,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868178251,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":42035,"timestamp":40369812002,"id":779,"parentId":778,"tags":{},"startTime":1711868178249,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2073,"timestamp":40369854898,"id":792,"parentId":791,"tags":{},"startTime":1711868178292,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":40369857012,"id":794,"parentId":791,"tags":{},"startTime":1711868178294,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":3684,"timestamp":40369857032,"id":795,"parentId":791,"tags":{},"startTime":1711868178294,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":11,"timestamp":40369860771,"id":796,"parentId":791,"tags":{},"startTime":1711868178298,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":40369860810,"id":797,"parentId":791,"tags":{},"startTime":1711868178298,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":4092,"timestamp":40369857003,"id":793,"parentId":791,"tags":{},"startTime":1711868178294,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":505,"timestamp":40369862397,"id":798,"parentId":791,"tags":{},"startTime":1711868178299,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1082,"timestamp":40369862932,"id":799,"parentId":791,"tags":{},"startTime":1711868178300,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2114,"timestamp":40369865018,"id":800,"parentId":791,"tags":{},"startTime":1711868178302,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":134,"timestamp":40369867131,"id":801,"parentId":791,"tags":{},"startTime":1711868178304,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":134,"timestamp":40369867244,"id":802,"parentId":791,"tags":{},"startTime":1711868178304,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1841,"timestamp":40369867389,"id":803,"parentId":791,"tags":{},"startTime":1711868178304,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":15177,"timestamp":40369854587,"id":791,"parentId":778,"tags":{},"startTime":1711868178292,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":58111,"timestamp":40369811690,"id":778,"parentId":744,"tags":{"name":"server"},"startTime":1711868178249,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":4949,"timestamp":40369869826,"id":804,"parentId":744,"tags":{},"startTime":1711868178307,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":229440,"timestamp":40369646227,"id":744,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868178083,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":22235,"timestamp":40379998958,"id":810,"parentId":808,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868188436,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22251,"timestamp":40379998984,"id":812,"parentId":808,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868188436,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22481,"timestamp":40379998967,"id":811,"parentId":808,"tags":{"request":"private-next-pages/_document"},"startTime":1711868188436,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24718,"timestamp":40379998990,"id":813,"parentId":808,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868188436,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":25208,"timestamp":40379998889,"id":809,"parentId":808,"tags":{"request":"private-next-pages/_app"},"startTime":1711868188436,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1977,"timestamp":40380025061,"id":817,"parentId":816,"tags":{},"startTime":1711868188462,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2176,"timestamp":40380024892,"id":816,"parentId":815,"tags":{},"startTime":1711868188461,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":5956,"timestamp":40380024737,"id":815,"parentId":807,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868188461,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":39768,"timestamp":40379999005,"id":814,"parentId":808,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868188436,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":41360,"timestamp":40379997451,"id":808,"parentId":807,"tags":{},"startTime":1711868188435,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1811,"timestamp":40380039971,"id":819,"parentId":818,"tags":{},"startTime":1711868188476,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":6,"timestamp":40380041826,"id":821,"parentId":818,"tags":{},"startTime":1711868188478,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2487,"timestamp":40380041850,"id":822,"parentId":818,"tags":{},"startTime":1711868188478,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":10,"timestamp":40380044390,"id":823,"parentId":818,"tags":{},"startTime":1711868188481,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":6,"timestamp":40380044426,"id":824,"parentId":818,"tags":{},"startTime":1711868188481,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":2879,"timestamp":40380041813,"id":820,"parentId":818,"tags":{},"startTime":1711868188478,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":739,"timestamp":40380046793,"id":825,"parentId":818,"tags":{},"startTime":1711868188483,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2036,"timestamp":40380047607,"id":826,"parentId":818,"tags":{},"startTime":1711868188484,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2439,"timestamp":40380050740,"id":827,"parentId":818,"tags":{},"startTime":1711868188487,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":206,"timestamp":40380053176,"id":828,"parentId":818,"tags":{},"startTime":1711868188490,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":169,"timestamp":40380053355,"id":829,"parentId":818,"tags":{},"startTime":1711868188490,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":4287,"timestamp":40380053546,"id":830,"parentId":818,"tags":{},"startTime":1711868188490,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":18784,"timestamp":40380039547,"id":818,"parentId":807,"tags":{},"startTime":1711868188476,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":61665,"timestamp":40379996832,"id":807,"parentId":805,"tags":{"name":"server"},"startTime":1711868188434,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":10610,"timestamp":40380058532,"id":831,"parentId":805,"tags":{},"startTime":1711868188495,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":80328,"timestamp":40379990004,"id":805,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868188427,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13228,"timestamp":40380076314,"id":834,"parentId":833,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868188513,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":3021,"timestamp":40380088790,"id":843,"parentId":842,"tags":{},"startTime":1711868188525,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":3223,"timestamp":40380088612,"id":842,"parentId":841,"tags":{},"startTime":1711868188525,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":10028,"timestamp":40380088156,"id":841,"parentId":832,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868188525,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":28852,"timestamp":40380076455,"id":839,"parentId":833,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868188513,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":30467,"timestamp":40380076437,"id":838,"parentId":833,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868188513,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":31449,"timestamp":40380076463,"id":840,"parentId":833,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868188513,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1667,"timestamp":40380106475,"id":845,"parentId":844,"tags":{},"startTime":1711868188543,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":38173,"timestamp":40380108219,"id":847,"parentId":846,"tags":{},"startTime":1711868188545,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":38551,"timestamp":40380108193,"id":846,"parentId":844,"tags":{},"startTime":1711868188545,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":12814,"timestamp":40380146794,"id":848,"parentId":844,"tags":{"astUsed":"true"},"startTime":1711868188583,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":55147,"timestamp":40380106224,"id":844,"parentId":832,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868188543,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":85073,"timestamp":40380076419,"id":837,"parentId":833,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868188513,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":87073,"timestamp":40380076389,"id":835,"parentId":833,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868188513,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":87536,"timestamp":40380076404,"id":836,"parentId":833,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868188513,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":90935,"timestamp":40380073035,"id":833,"parentId":832,"tags":{},"startTime":1711868188509,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":959,"timestamp":40380164740,"id":850,"parentId":849,"tags":{},"startTime":1711868188601,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":40380165732,"id":852,"parentId":849,"tags":{},"startTime":1711868188602,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":30,"timestamp":40380165754,"id":853,"parentId":849,"tags":{},"startTime":1711868188602,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":10,"timestamp":40380165804,"id":854,"parentId":849,"tags":{},"startTime":1711868188602,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":40380165835,"id":855,"parentId":849,"tags":{},"startTime":1711868188602,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":259,"timestamp":40380165721,"id":851,"parentId":849,"tags":{},"startTime":1711868188602,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":334,"timestamp":40380166603,"id":856,"parentId":849,"tags":{},"startTime":1711868188603,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1071,"timestamp":40380166965,"id":857,"parentId":849,"tags":{},"startTime":1711868188603,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3173,"timestamp":40380170015,"id":858,"parentId":849,"tags":{},"startTime":1711868188606,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":149,"timestamp":40380173186,"id":859,"parentId":849,"tags":{},"startTime":1711868188610,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":126,"timestamp":40380173326,"id":860,"parentId":849,"tags":{},"startTime":1711868188610,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1215,"timestamp":40380173461,"id":861,"parentId":849,"tags":{},"startTime":1711868188610,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":108,"timestamp":40380175430,"id":863,"parentId":832,"tags":{},"startTime":1711868188612,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":198,"timestamp":40380175351,"id":862,"parentId":832,"tags":{},"startTime":1711868188612,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":11565,"timestamp":40380164436,"id":849,"parentId":832,"tags":{},"startTime":1711868188601,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":103522,"timestamp":40380072510,"id":832,"parentId":806,"tags":{"name":"client"},"startTime":1711868188509,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":8484,"timestamp":40380176058,"id":864,"parentId":806,"tags":{},"startTime":1711868188613,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":195624,"timestamp":40379990129,"id":806,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868188427,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":0,"timestamp":40380187144,"id":865,"parentId":3,"tags":{},"startTime":1711868188624,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":218000,"timestamp":1711868188427000,"id":866,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867826700},"startTime":1711868188646,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":10195,"timestamp":40388276890,"id":871,"parentId":870,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868196713,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":12001,"timestamp":40388277023,"id":876,"parentId":870,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868196713,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13699,"timestamp":40388277008,"id":875,"parentId":870,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868196713,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":2780,"timestamp":40388289595,"id":879,"parentId":878,"tags":{},"startTime":1711868196726,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":42682,"timestamp":40388292550,"id":881,"parentId":880,"tags":{},"startTime":1711868196729,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":43147,"timestamp":40388292482,"id":880,"parentId":878,"tags":{},"startTime":1711868196729,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":8097,"timestamp":40388335676,"id":882,"parentId":878,"tags":{"astUsed":"true"},"startTime":1711868196772,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":56914,"timestamp":40388289309,"id":878,"parentId":869,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868196726,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":69576,"timestamp":40388277001,"id":874,"parentId":870,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868196713,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":76762,"timestamp":40388276971,"id":872,"parentId":870,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868196713,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":78547,"timestamp":40388276991,"id":873,"parentId":870,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868196713,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2633,"timestamp":40388354985,"id":885,"parentId":884,"tags":{},"startTime":1711868196791,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2898,"timestamp":40388354751,"id":884,"parentId":883,"tags":{},"startTime":1711868196791,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":6271,"timestamp":40388354518,"id":883,"parentId":869,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868196791,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":85109,"timestamp":40388277028,"id":877,"parentId":870,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868196713,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":86236,"timestamp":40388275960,"id":870,"parentId":869,"tags":{},"startTime":1711868196712,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2092,"timestamp":40388363403,"id":887,"parentId":886,"tags":{},"startTime":1711868196800,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":7,"timestamp":40388365580,"id":889,"parentId":886,"tags":{},"startTime":1711868196802,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":83,"timestamp":40388365612,"id":890,"parentId":886,"tags":{},"startTime":1711868196802,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":18,"timestamp":40388365733,"id":891,"parentId":886,"tags":{},"startTime":1711868196802,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":8,"timestamp":40388365788,"id":892,"parentId":886,"tags":{},"startTime":1711868196802,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":466,"timestamp":40388365561,"id":888,"parentId":886,"tags":{},"startTime":1711868196802,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":598,"timestamp":40388367560,"id":893,"parentId":886,"tags":{},"startTime":1711868196804,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1682,"timestamp":40388368216,"id":894,"parentId":886,"tags":{},"startTime":1711868196805,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":5154,"timestamp":40388371825,"id":895,"parentId":886,"tags":{},"startTime":1711868196808,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":227,"timestamp":40388376976,"id":896,"parentId":886,"tags":{},"startTime":1711868196813,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":173,"timestamp":40388377186,"id":897,"parentId":886,"tags":{},"startTime":1711868196814,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2057,"timestamp":40388377385,"id":898,"parentId":886,"tags":{},"startTime":1711868196814,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":154,"timestamp":40388381003,"id":900,"parentId":869,"tags":{},"startTime":1711868196817,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":367,"timestamp":40388380821,"id":899,"parentId":869,"tags":{},"startTime":1711868196817,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":19202,"timestamp":40388362915,"id":886,"parentId":869,"tags":{},"startTime":1711868196799,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":106745,"timestamp":40388275488,"id":869,"parentId":867,"tags":{"name":"client"},"startTime":1711868196712,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":13662,"timestamp":40388382285,"id":901,"parentId":867,"tags":{},"startTime":1711868196819,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":130682,"timestamp":40388266421,"id":867,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868196703,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":1,"timestamp":40388402693,"id":904,"parentId":3,"tags":{},"startTime":1711868196839,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":5082,"timestamp":40388443176,"id":913,"parentId":912,"tags":{},"startTime":1711868196880,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":5303,"timestamp":40388442986,"id":912,"parentId":911,"tags":{},"startTime":1711868196879,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":11559,"timestamp":40388442404,"id":911,"parentId":902,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868196879,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":65241,"timestamp":40388404435,"id":906,"parentId":903,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868196841,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":65278,"timestamp":40388404458,"id":908,"parentId":903,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868196841,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":65824,"timestamp":40388404447,"id":907,"parentId":903,"tags":{"request":"private-next-pages/_document"},"startTime":1711868196841,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":73819,"timestamp":40388404348,"id":905,"parentId":903,"tags":{"request":"private-next-pages/_app"},"startTime":1711868196841,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":80948,"timestamp":40388404471,"id":909,"parentId":903,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868196841,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":220000,"timestamp":1711868196703000,"id":914,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867826700},"startTime":1711868196924,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":87136,"timestamp":40388404492,"id":910,"parentId":903,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868196841,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":91587,"timestamp":40388400079,"id":903,"parentId":902,"tags":{},"startTime":1711868196837,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2173,"timestamp":40388492663,"id":916,"parentId":915,"tags":{},"startTime":1711868196929,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":40388494873,"id":918,"parentId":915,"tags":{},"startTime":1711868196931,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2666,"timestamp":40388494894,"id":919,"parentId":915,"tags":{},"startTime":1711868196931,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":15,"timestamp":40388497613,"id":920,"parentId":915,"tags":{},"startTime":1711868196934,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":14,"timestamp":40388497685,"id":921,"parentId":915,"tags":{},"startTime":1711868196934,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":3084,"timestamp":40388494866,"id":917,"parentId":915,"tags":{},"startTime":1711868196931,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":347,"timestamp":40388499858,"id":922,"parentId":915,"tags":{},"startTime":1711868196936,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1116,"timestamp":40388500229,"id":923,"parentId":915,"tags":{},"startTime":1711868196937,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1996,"timestamp":40388502587,"id":924,"parentId":915,"tags":{},"startTime":1711868196939,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":99,"timestamp":40388504580,"id":925,"parentId":915,"tags":{},"startTime":1711868196941,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":117,"timestamp":40388504664,"id":926,"parentId":915,"tags":{},"startTime":1711868196941,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2104,"timestamp":40388504790,"id":927,"parentId":915,"tags":{},"startTime":1711868196941,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":15166,"timestamp":40388492320,"id":915,"parentId":902,"tags":{},"startTime":1711868196929,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":107911,"timestamp":40388399633,"id":902,"parentId":868,"tags":{"name":"server"},"startTime":1711868196836,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":5265,"timestamp":40388507585,"id":928,"parentId":868,"tags":{},"startTime":1711868196944,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":247093,"timestamp":40388266724,"id":868,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868196703,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":21014,"timestamp":40406192063,"id":934,"parentId":932,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868214629,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21064,"timestamp":40406192083,"id":936,"parentId":932,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868214629,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21187,"timestamp":40406192076,"id":935,"parentId":932,"tags":{"request":"private-next-pages/_document"},"startTime":1711868214629,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24800,"timestamp":40406192089,"id":937,"parentId":932,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868214629,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":25022,"timestamp":40406191959,"id":933,"parentId":932,"tags":{"request":"private-next-pages/_app"},"startTime":1711868214628,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2122,"timestamp":40406217974,"id":941,"parentId":940,"tags":{},"startTime":1711868214654,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2286,"timestamp":40406217883,"id":940,"parentId":939,"tags":{},"startTime":1711868214654,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":4384,"timestamp":40406217743,"id":939,"parentId":931,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868214654,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":37258,"timestamp":40406192094,"id":938,"parentId":932,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868214629,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":39160,"timestamp":40406190231,"id":932,"parentId":931,"tags":{},"startTime":1711868214627,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2800,"timestamp":40406230697,"id":943,"parentId":942,"tags":{},"startTime":1711868214667,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":6,"timestamp":40406233559,"id":945,"parentId":942,"tags":{},"startTime":1711868214670,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":3321,"timestamp":40406233590,"id":946,"parentId":942,"tags":{},"startTime":1711868214670,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":20,"timestamp":40406237009,"id":947,"parentId":942,"tags":{},"startTime":1711868214673,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":10,"timestamp":40406237073,"id":948,"parentId":942,"tags":{},"startTime":1711868214674,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":3710,"timestamp":40406233544,"id":944,"parentId":942,"tags":{},"startTime":1711868214670,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":385,"timestamp":40406239114,"id":949,"parentId":942,"tags":{},"startTime":1711868214676,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1570,"timestamp":40406239529,"id":950,"parentId":942,"tags":{},"startTime":1711868214676,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2618,"timestamp":40406242589,"id":951,"parentId":942,"tags":{},"startTime":1711868214679,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":247,"timestamp":40406245203,"id":952,"parentId":942,"tags":{},"startTime":1711868214682,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":137,"timestamp":40406245429,"id":953,"parentId":942,"tags":{},"startTime":1711868214682,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1302,"timestamp":40406245577,"id":954,"parentId":942,"tags":{},"startTime":1711868214682,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":16976,"timestamp":40406230228,"id":942,"parentId":931,"tags":{},"startTime":1711868214667,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":57320,"timestamp":40406189923,"id":931,"parentId":929,"tags":{"name":"server"},"startTime":1711868214626,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":5881,"timestamp":40406247270,"id":955,"parentId":929,"tags":{},"startTime":1711868214684,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":79150,"timestamp":40406174545,"id":929,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868214611,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13446,"timestamp":40406258499,"id":958,"parentId":957,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868214695,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":7912,"timestamp":40406265621,"id":967,"parentId":966,"tags":{},"startTime":1711868214702,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":8047,"timestamp":40406265525,"id":966,"parentId":965,"tags":{},"startTime":1711868214702,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":13026,"timestamp":40406265350,"id":965,"parentId":956,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868214702,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20435,"timestamp":40406258606,"id":963,"parentId":957,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868214695,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21558,"timestamp":40406258598,"id":962,"parentId":957,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868214695,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22535,"timestamp":40406258614,"id":964,"parentId":957,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868214695,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1438,"timestamp":40406279859,"id":969,"parentId":968,"tags":{},"startTime":1711868214716,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":44747,"timestamp":40406281388,"id":971,"parentId":970,"tags":{},"startTime":1711868214718,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":45260,"timestamp":40406281360,"id":970,"parentId":968,"tags":{},"startTime":1711868214718,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":13460,"timestamp":40406326679,"id":972,"parentId":968,"tags":{"astUsed":"true"},"startTime":1711868214763,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":61707,"timestamp":40406279717,"id":968,"parentId":956,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868214716,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":82938,"timestamp":40406258590,"id":961,"parentId":957,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868214695,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":84498,"timestamp":40406258569,"id":959,"parentId":957,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868214695,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":85102,"timestamp":40406258582,"id":960,"parentId":957,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868214695,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":87544,"timestamp":40406256181,"id":957,"parentId":956,"tags":{},"startTime":1711868214693,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1303,"timestamp":40406344847,"id":974,"parentId":973,"tags":{},"startTime":1711868214781,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":8,"timestamp":40406346226,"id":976,"parentId":973,"tags":{},"startTime":1711868214783,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":70,"timestamp":40406346267,"id":977,"parentId":973,"tags":{},"startTime":1711868214783,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":16,"timestamp":40406346385,"id":978,"parentId":973,"tags":{},"startTime":1711868214783,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":8,"timestamp":40406346441,"id":979,"parentId":973,"tags":{},"startTime":1711868214783,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":454,"timestamp":40406346207,"id":975,"parentId":973,"tags":{},"startTime":1711868214783,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":520,"timestamp":40406347452,"id":980,"parentId":973,"tags":{},"startTime":1711868214784,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1119,"timestamp":40406348007,"id":981,"parentId":973,"tags":{},"startTime":1711868214784,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3404,"timestamp":40406350338,"id":982,"parentId":973,"tags":{},"startTime":1711868214787,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":163,"timestamp":40406353740,"id":983,"parentId":973,"tags":{},"startTime":1711868214790,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":138,"timestamp":40406353882,"id":984,"parentId":973,"tags":{},"startTime":1711868214790,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1271,"timestamp":40406354031,"id":985,"parentId":973,"tags":{},"startTime":1711868214790,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":144,"timestamp":40406356295,"id":987,"parentId":956,"tags":{},"startTime":1711868214793,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":251,"timestamp":40406356203,"id":986,"parentId":956,"tags":{},"startTime":1711868214793,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":12605,"timestamp":40406344416,"id":973,"parentId":956,"tags":{},"startTime":1711868214781,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":101276,"timestamp":40406255794,"id":956,"parentId":930,"tags":{"name":"client"},"startTime":1711868214692,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11948,"timestamp":40406357116,"id":988,"parentId":930,"tags":{},"startTime":1711868214794,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":195999,"timestamp":40406174716,"id":930,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868214611,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":0,"timestamp":40406372365,"id":989,"parentId":3,"tags":{},"startTime":1711868214809,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":223000,"timestamp":1711868214612000,"id":990,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867826700},"startTime":1711868214835,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":7166,"timestamp":40437434688,"id":995,"parentId":994,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868245871,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8404,"timestamp":40437434826,"id":1000,"parentId":994,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868245871,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9530,"timestamp":40437434817,"id":999,"parentId":994,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868245871,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1406,"timestamp":40437443653,"id":1003,"parentId":1002,"tags":{},"startTime":1711868245880,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":43803,"timestamp":40437445148,"id":1005,"parentId":1004,"tags":{},"startTime":1711868245882,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":44203,"timestamp":40437445109,"id":1004,"parentId":1002,"tags":{},"startTime":1711868245882,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":9491,"timestamp":40437489350,"id":1006,"parentId":1002,"tags":{"astUsed":"true"},"startTime":1711868245926,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":57274,"timestamp":40437443457,"id":1002,"parentId":993,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868245880,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":66228,"timestamp":40437434807,"id":998,"parentId":994,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868245871,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":69988,"timestamp":40437434779,"id":996,"parentId":994,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868245871,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":71097,"timestamp":40437434797,"id":997,"parentId":994,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868245871,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2219,"timestamp":40437505647,"id":1009,"parentId":1008,"tags":{},"startTime":1711868245942,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2314,"timestamp":40437505576,"id":1008,"parentId":1007,"tags":{},"startTime":1711868245942,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":6246,"timestamp":40437505436,"id":1007,"parentId":993,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868245942,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":78685,"timestamp":40437434835,"id":1001,"parentId":994,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868245871,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":79999,"timestamp":40437433583,"id":994,"parentId":993,"tags":{},"startTime":1711868245870,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":873,"timestamp":40437514821,"id":1011,"parentId":1010,"tags":{},"startTime":1711868245951,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":4,"timestamp":40437515733,"id":1013,"parentId":1010,"tags":{},"startTime":1711868245952,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":35,"timestamp":40437515751,"id":1014,"parentId":1010,"tags":{},"startTime":1711868245952,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":14,"timestamp":40437515905,"id":1015,"parentId":1010,"tags":{},"startTime":1711868245952,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":4,"timestamp":40437515945,"id":1016,"parentId":1010,"tags":{},"startTime":1711868245952,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":369,"timestamp":40437515722,"id":1012,"parentId":1010,"tags":{},"startTime":1711868245952,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":320,"timestamp":40437516579,"id":1017,"parentId":1010,"tags":{},"startTime":1711868245953,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1522,"timestamp":40437516916,"id":1018,"parentId":1010,"tags":{},"startTime":1711868245953,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2851,"timestamp":40437520318,"id":1019,"parentId":1010,"tags":{},"startTime":1711868245957,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":140,"timestamp":40437523166,"id":1020,"parentId":1010,"tags":{},"startTime":1711868245960,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":141,"timestamp":40437523293,"id":1021,"parentId":1010,"tags":{},"startTime":1711868245960,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1662,"timestamp":40437523454,"id":1022,"parentId":1010,"tags":{},"startTime":1711868245960,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":143,"timestamp":40437526297,"id":1024,"parentId":993,"tags":{},"startTime":1711868245963,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":285,"timestamp":40437526178,"id":1023,"parentId":993,"tags":{},"startTime":1711868245963,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":13116,"timestamp":40437514265,"id":1010,"parentId":993,"tags":{},"startTime":1711868245951,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":94352,"timestamp":40437433098,"id":993,"parentId":991,"tags":{"name":"client"},"startTime":1711868245870,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":12372,"timestamp":40437527491,"id":1025,"parentId":991,"tags":{},"startTime":1711868245964,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":116406,"timestamp":40437424205,"id":991,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868245861,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40437544596,"id":1028,"parentId":3,"tags":{},"startTime":1711868245981,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19353,"timestamp":40437545436,"id":1031,"parentId":1027,"tags":{"request":"private-next-pages/_document"},"startTime":1711868245982,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19376,"timestamp":40437545428,"id":1030,"parentId":1027,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868245982,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19548,"timestamp":40437545441,"id":1032,"parentId":1027,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868245982,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19683,"timestamp":40437545356,"id":1029,"parentId":1027,"tags":{"request":"private-next-pages/_app"},"startTime":1711868245982,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2425,"timestamp":40437563958,"id":1037,"parentId":1036,"tags":{},"startTime":1711868246000,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2515,"timestamp":40437563892,"id":1036,"parentId":1035,"tags":{},"startTime":1711868246000,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":5705,"timestamp":40437563583,"id":1035,"parentId":1026,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868246000,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":25657,"timestamp":40437545446,"id":1033,"parentId":1027,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868245982,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":153000,"timestamp":1711868245862000,"id":1038,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711867826700},"startTime":1711868246015,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":33728,"timestamp":40437545450,"id":1034,"parentId":1027,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868245982,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":37022,"timestamp":40437542190,"id":1027,"parentId":1026,"tags":{},"startTime":1711868245979,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":6452,"timestamp":40437580711,"id":1040,"parentId":1039,"tags":{},"startTime":1711868246017,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":11,"timestamp":40437587242,"id":1042,"parentId":1039,"tags":{},"startTime":1711868246024,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":3239,"timestamp":40437587280,"id":1043,"parentId":1039,"tags":{},"startTime":1711868246024,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":13,"timestamp":40437590584,"id":1044,"parentId":1039,"tags":{},"startTime":1711868246027,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":14,"timestamp":40437590631,"id":1045,"parentId":1039,"tags":{},"startTime":1711868246027,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":3640,"timestamp":40437587222,"id":1041,"parentId":1039,"tags":{},"startTime":1711868246024,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":725,"timestamp":40437592481,"id":1046,"parentId":1039,"tags":{},"startTime":1711868246029,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1963,"timestamp":40437593279,"id":1047,"parentId":1039,"tags":{},"startTime":1711868246030,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1809,"timestamp":40437596928,"id":1048,"parentId":1039,"tags":{},"startTime":1711868246033,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":90,"timestamp":40437598734,"id":1049,"parentId":1039,"tags":{},"startTime":1711868246035,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":124,"timestamp":40437598809,"id":1050,"parentId":1039,"tags":{},"startTime":1711868246035,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1350,"timestamp":40437598945,"id":1051,"parentId":1039,"tags":{},"startTime":1711868246035,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":20496,"timestamp":40437580214,"id":1039,"parentId":1026,"tags":{},"startTime":1711868246017,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":58947,"timestamp":40437541809,"id":1026,"parentId":992,"tags":{"name":"server"},"startTime":1711868245978,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11317,"timestamp":40437600798,"id":1052,"parentId":992,"tags":{},"startTime":1711868246037,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":189323,"timestamp":40437424651,"id":992,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868245861,"traceId":"df3b5d16e2432efd"}] -[{"name":"handle-request","duration":82267,"timestamp":40441769755,"id":1053,"tags":{"url":"/lscaturchio.xyz/diet","isTurbopack":false},"startTime":1711868250207,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":2,"timestamp":40441852142,"id":1054,"parentId":1053,"tags":{"url":"/diet","memory.rss":"304058368","memory.heapUsed":"126720504","memory.heapTotal":"174624768"},"startTime":1711868250290,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40442308464,"id":1055,"parentId":3,"tags":{},"startTime":1711868250746,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":604000,"timestamp":1711868250195000,"id":1056,"tags":{"pathname":"/lscaturchio.xyz/diet","query":"","isTurbopack":false},"startTime":1711868250798,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":6871,"timestamp":40468049705,"id":1061,"parentId":1060,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868276487,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":7585,"timestamp":40468049809,"id":1066,"parentId":1060,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868276487,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8248,"timestamp":40468049804,"id":1065,"parentId":1060,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868276487,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":950,"timestamp":40468057703,"id":1069,"parentId":1068,"tags":{},"startTime":1711868276495,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":38457,"timestamp":40468058712,"id":1071,"parentId":1070,"tags":{},"startTime":1711868276496,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":38915,"timestamp":40468058690,"id":1070,"parentId":1068,"tags":{},"startTime":1711868276496,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":13151,"timestamp":40468097649,"id":1072,"parentId":1068,"tags":{"astUsed":"true"},"startTime":1711868276535,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":55749,"timestamp":40468057504,"id":1068,"parentId":1059,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868276495,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":63625,"timestamp":40468049800,"id":1064,"parentId":1060,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868276487,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":67387,"timestamp":40468049786,"id":1062,"parentId":1060,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868276487,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":69395,"timestamp":40468049794,"id":1063,"parentId":1060,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868276487,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2212,"timestamp":40468118589,"id":1075,"parentId":1074,"tags":{},"startTime":1711868276556,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2469,"timestamp":40468118354,"id":1074,"parentId":1073,"tags":{},"startTime":1711868276556,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":5524,"timestamp":40468118131,"id":1073,"parentId":1059,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868276556,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":75141,"timestamp":40468049813,"id":1067,"parentId":1060,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868276487,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":76346,"timestamp":40468048644,"id":1060,"parentId":1059,"tags":{},"startTime":1711868276486,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2125,"timestamp":40468126243,"id":1077,"parentId":1076,"tags":{},"startTime":1711868276564,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":15,"timestamp":40468128434,"id":1079,"parentId":1076,"tags":{},"startTime":1711868276566,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":89,"timestamp":40468128485,"id":1080,"parentId":1076,"tags":{},"startTime":1711868276566,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":18,"timestamp":40468128616,"id":1081,"parentId":1076,"tags":{},"startTime":1711868276566,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":12,"timestamp":40468128674,"id":1082,"parentId":1076,"tags":{},"startTime":1711868276566,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":539,"timestamp":40468128414,"id":1078,"parentId":1076,"tags":{},"startTime":1711868276566,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":646,"timestamp":40468130022,"id":1083,"parentId":1076,"tags":{},"startTime":1711868276568,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1900,"timestamp":40468130699,"id":1084,"parentId":1076,"tags":{},"startTime":1711868276568,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3923,"timestamp":40468135608,"id":1085,"parentId":1076,"tags":{},"startTime":1711868276573,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":161,"timestamp":40468139529,"id":1086,"parentId":1076,"tags":{},"startTime":1711868276577,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":139,"timestamp":40468139669,"id":1087,"parentId":1076,"tags":{},"startTime":1711868276577,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1486,"timestamp":40468139820,"id":1088,"parentId":1076,"tags":{},"startTime":1711868276577,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":558,"timestamp":40468142946,"id":1090,"parentId":1059,"tags":{},"startTime":1711868276580,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":899,"timestamp":40468142642,"id":1089,"parentId":1059,"tags":{},"startTime":1711868276580,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":18676,"timestamp":40468125572,"id":1076,"parentId":1059,"tags":{},"startTime":1711868276563,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":96239,"timestamp":40468048058,"id":1059,"parentId":1057,"tags":{"name":"client"},"startTime":1711868276486,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":12112,"timestamp":40468144331,"id":1091,"parentId":1057,"tags":{},"startTime":1711868276582,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":129606,"timestamp":40468027732,"id":1057,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868276465,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40468162869,"id":1094,"parentId":3,"tags":{},"startTime":1711868276600,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21859,"timestamp":40468163926,"id":1096,"parentId":1093,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868276601,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21890,"timestamp":40468163955,"id":1098,"parentId":1093,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868276601,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22031,"timestamp":40468163943,"id":1097,"parentId":1093,"tags":{"request":"private-next-pages/_document"},"startTime":1711868276601,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2730,"timestamp":40468183331,"id":1103,"parentId":1102,"tags":{},"startTime":1711868276621,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2808,"timestamp":40468183261,"id":1102,"parentId":1101,"tags":{},"startTime":1711868276621,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":5335,"timestamp":40468182964,"id":1101,"parentId":1092,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868276621,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":25716,"timestamp":40468163843,"id":1095,"parentId":1093,"tags":{"request":"private-next-pages/_app"},"startTime":1711868276601,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":29457,"timestamp":40468163966,"id":1099,"parentId":1093,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868276602,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":170000,"timestamp":1711868276466000,"id":1104,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":false,"clientId":1711868250602},"startTime":1711868276637,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":36003,"timestamp":40468163977,"id":1100,"parentId":1093,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868276602,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":39723,"timestamp":40468160280,"id":1093,"parentId":1092,"tags":{},"startTime":1711868276598,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":3050,"timestamp":40468200975,"id":1106,"parentId":1105,"tags":{},"startTime":1711868276639,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":7,"timestamp":40468204083,"id":1108,"parentId":1105,"tags":{},"startTime":1711868276642,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":3727,"timestamp":40468204118,"id":1109,"parentId":1105,"tags":{},"startTime":1711868276642,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":11,"timestamp":40468207912,"id":1110,"parentId":1105,"tags":{},"startTime":1711868276645,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":7,"timestamp":40468207951,"id":1111,"parentId":1105,"tags":{},"startTime":1711868276645,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":4111,"timestamp":40468204070,"id":1107,"parentId":1105,"tags":{},"startTime":1711868276642,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":669,"timestamp":40468210434,"id":1112,"parentId":1105,"tags":{},"startTime":1711868276648,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1899,"timestamp":40468211152,"id":1113,"parentId":1105,"tags":{},"startTime":1711868276649,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1593,"timestamp":40468214408,"id":1114,"parentId":1105,"tags":{},"startTime":1711868276652,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":79,"timestamp":40468215999,"id":1115,"parentId":1105,"tags":{},"startTime":1711868276654,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":90,"timestamp":40468216066,"id":1116,"parentId":1105,"tags":{},"startTime":1711868276654,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3644,"timestamp":40468216165,"id":1117,"parentId":1105,"tags":{},"startTime":1711868276654,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":19807,"timestamp":40468200532,"id":1105,"parentId":1092,"tags":{},"startTime":1711868276638,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":60570,"timestamp":40468159813,"id":1092,"parentId":1058,"tags":{"name":"server"},"startTime":1711868276597,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":6186,"timestamp":40468220410,"id":1118,"parentId":1058,"tags":{},"startTime":1711868276658,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":199196,"timestamp":40468028411,"id":1058,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868276466,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":5178,"timestamp":40480324448,"id":1123,"parentId":1122,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868288762,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":6963,"timestamp":40480324534,"id":1128,"parentId":1122,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868288762,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8352,"timestamp":40480324527,"id":1127,"parentId":1122,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868288762,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1606,"timestamp":40480332164,"id":1131,"parentId":1130,"tags":{},"startTime":1711868288770,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":29054,"timestamp":40480334047,"id":1133,"parentId":1132,"tags":{},"startTime":1711868288772,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":29723,"timestamp":40480333831,"id":1132,"parentId":1130,"tags":{},"startTime":1711868288771,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":6985,"timestamp":40480363607,"id":1134,"parentId":1130,"tags":{"astUsed":"true"},"startTime":1711868288801,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":40921,"timestamp":40480331830,"id":1130,"parentId":1121,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868288769,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":48470,"timestamp":40480324522,"id":1126,"parentId":1122,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868288762,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":53392,"timestamp":40480324509,"id":1124,"parentId":1122,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868288762,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":55860,"timestamp":40480324517,"id":1125,"parentId":1122,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868288762,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":3147,"timestamp":40480379009,"id":1137,"parentId":1136,"tags":{},"startTime":1711868288817,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":3321,"timestamp":40480378888,"id":1136,"parentId":1135,"tags":{},"startTime":1711868288816,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":8596,"timestamp":40480378642,"id":1135,"parentId":1121,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868288816,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":65745,"timestamp":40480324538,"id":1129,"parentId":1122,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868288762,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":67004,"timestamp":40480323328,"id":1122,"parentId":1121,"tags":{},"startTime":1711868288761,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1614,"timestamp":40480392459,"id":1139,"parentId":1138,"tags":{},"startTime":1711868288830,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":7,"timestamp":40480394137,"id":1141,"parentId":1138,"tags":{},"startTime":1711868288832,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":75,"timestamp":40480394168,"id":1142,"parentId":1138,"tags":{},"startTime":1711868288832,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":11,"timestamp":40480394281,"id":1143,"parentId":1138,"tags":{},"startTime":1711868288832,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":8,"timestamp":40480394325,"id":1144,"parentId":1138,"tags":{},"startTime":1711868288832,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":359,"timestamp":40480394124,"id":1140,"parentId":1138,"tags":{},"startTime":1711868288832,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":1313,"timestamp":40480395604,"id":1145,"parentId":1138,"tags":{},"startTime":1711868288833,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2858,"timestamp":40480396996,"id":1146,"parentId":1138,"tags":{},"startTime":1711868288835,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3540,"timestamp":40480408935,"id":1147,"parentId":1138,"tags":{},"startTime":1711868288846,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":342,"timestamp":40480412469,"id":1148,"parentId":1138,"tags":{},"startTime":1711868288850,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":189,"timestamp":40480412791,"id":1149,"parentId":1138,"tags":{},"startTime":1711868288850,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2384,"timestamp":40480412996,"id":1150,"parentId":1138,"tags":{},"startTime":1711868288851,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":132,"timestamp":40480417507,"id":1152,"parentId":1121,"tags":{},"startTime":1711868288855,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":298,"timestamp":40480417365,"id":1151,"parentId":1121,"tags":{},"startTime":1711868288855,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":27244,"timestamp":40480391446,"id":1138,"parentId":1121,"tags":{},"startTime":1711868288829,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":95988,"timestamp":40480322938,"id":1121,"parentId":1119,"tags":{"name":"client"},"startTime":1711868288760,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":24659,"timestamp":40480418972,"id":1153,"parentId":1119,"tags":{},"startTime":1711868288857,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":141442,"timestamp":40480303161,"id":1119,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868288741,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40480449793,"id":1156,"parentId":3,"tags":{},"startTime":1711868288887,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":27013,"timestamp":40480451231,"id":1159,"parentId":1155,"tags":{"request":"private-next-pages/_document"},"startTime":1711868288889,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":27055,"timestamp":40480451211,"id":1158,"parentId":1155,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868288889,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":27181,"timestamp":40480451241,"id":1160,"parentId":1155,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868288889,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":27431,"timestamp":40480451082,"id":1157,"parentId":1155,"tags":{"request":"private-next-pages/_app"},"startTime":1711868288889,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2733,"timestamp":40480476959,"id":1165,"parentId":1164,"tags":{},"startTime":1711868288915,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2882,"timestamp":40480476837,"id":1164,"parentId":1163,"tags":{},"startTime":1711868288914,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":6455,"timestamp":40480476313,"id":1163,"parentId":1154,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868288914,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":34080,"timestamp":40480451250,"id":1161,"parentId":1155,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868288889,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":189000,"timestamp":1711868288741000,"id":1166,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711868250602},"startTime":1711868288931,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":43022,"timestamp":40480451265,"id":1162,"parentId":1155,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868288889,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":47460,"timestamp":40480446867,"id":1155,"parentId":1154,"tags":{},"startTime":1711868288884,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2721,"timestamp":40480495311,"id":1168,"parentId":1167,"tags":{},"startTime":1711868288933,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":12,"timestamp":40480498108,"id":1170,"parentId":1167,"tags":{},"startTime":1711868288936,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2371,"timestamp":40480498152,"id":1171,"parentId":1167,"tags":{},"startTime":1711868288936,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":13,"timestamp":40480500571,"id":1172,"parentId":1167,"tags":{},"startTime":1711868288938,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":6,"timestamp":40480500627,"id":1173,"parentId":1167,"tags":{},"startTime":1711868288938,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":2719,"timestamp":40480498088,"id":1169,"parentId":1167,"tags":{},"startTime":1711868288936,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":527,"timestamp":40480502701,"id":1174,"parentId":1167,"tags":{},"startTime":1711868288940,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":3888,"timestamp":40480503267,"id":1175,"parentId":1167,"tags":{},"startTime":1711868288941,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2064,"timestamp":40480509068,"id":1176,"parentId":1167,"tags":{},"startTime":1711868288947,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":123,"timestamp":40480511129,"id":1177,"parentId":1167,"tags":{},"startTime":1711868288949,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":194,"timestamp":40480511235,"id":1178,"parentId":1167,"tags":{},"startTime":1711868288949,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2113,"timestamp":40480511453,"id":1179,"parentId":1167,"tags":{},"startTime":1711868288949,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":19490,"timestamp":40480494886,"id":1167,"parentId":1154,"tags":{},"startTime":1711868288932,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":68328,"timestamp":40480446108,"id":1154,"parentId":1120,"tags":{"name":"server"},"startTime":1711868288884,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":16819,"timestamp":40480514486,"id":1180,"parentId":1120,"tags":{},"startTime":1711868288952,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":229386,"timestamp":40480303396,"id":1120,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868288741,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":9036,"timestamp":40567155886,"id":1185,"parentId":1184,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868375594,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":11085,"timestamp":40567156078,"id":1190,"parentId":1184,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868375594,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":11859,"timestamp":40567156072,"id":1189,"parentId":1184,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868375594,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1314,"timestamp":40567167594,"id":1193,"parentId":1192,"tags":{},"startTime":1711868375605,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":36941,"timestamp":40567168980,"id":1195,"parentId":1194,"tags":{},"startTime":1711868375607,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":37350,"timestamp":40567168949,"id":1194,"parentId":1192,"tags":{},"startTime":1711868375607,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":8608,"timestamp":40567206348,"id":1196,"parentId":1192,"tags":{"astUsed":"true"},"startTime":1711868375644,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":49742,"timestamp":40567167297,"id":1192,"parentId":1183,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868375605,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":61086,"timestamp":40567156063,"id":1188,"parentId":1184,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868375594,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":63298,"timestamp":40567156003,"id":1186,"parentId":1184,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868375594,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":64516,"timestamp":40567156016,"id":1187,"parentId":1184,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868375594,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2851,"timestamp":40567220163,"id":1199,"parentId":1198,"tags":{},"startTime":1711868375658,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":3044,"timestamp":40567219990,"id":1198,"parentId":1197,"tags":{},"startTime":1711868375658,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":5479,"timestamp":40567219861,"id":1197,"parentId":1183,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868375657,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":70712,"timestamp":40567156083,"id":1191,"parentId":1184,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868375594,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":72286,"timestamp":40567154543,"id":1184,"parentId":1183,"tags":{},"startTime":1711868375592,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1239,"timestamp":40567227815,"id":1201,"parentId":1200,"tags":{},"startTime":1711868375665,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":11,"timestamp":40567229192,"id":1203,"parentId":1200,"tags":{},"startTime":1711868375667,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":55,"timestamp":40567229233,"id":1204,"parentId":1200,"tags":{},"startTime":1711868375667,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":25,"timestamp":40567229331,"id":1205,"parentId":1200,"tags":{},"startTime":1711868375667,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":6,"timestamp":40567229387,"id":1206,"parentId":1200,"tags":{},"startTime":1711868375667,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":401,"timestamp":40567229177,"id":1202,"parentId":1200,"tags":{},"startTime":1711868375667,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":357,"timestamp":40567230078,"id":1207,"parentId":1200,"tags":{},"startTime":1711868375668,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1794,"timestamp":40567230453,"id":1208,"parentId":1200,"tags":{},"startTime":1711868375668,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2229,"timestamp":40567233466,"id":1209,"parentId":1200,"tags":{},"startTime":1711868375671,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":202,"timestamp":40567235692,"id":1210,"parentId":1200,"tags":{},"startTime":1711868375673,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":179,"timestamp":40567235869,"id":1211,"parentId":1200,"tags":{},"startTime":1711868375673,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3500,"timestamp":40567236064,"id":1212,"parentId":1200,"tags":{},"startTime":1711868375674,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":107,"timestamp":40567240653,"id":1214,"parentId":1183,"tags":{},"startTime":1711868375678,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":204,"timestamp":40567240572,"id":1213,"parentId":1183,"tags":{},"startTime":1711868375678,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":13976,"timestamp":40567227368,"id":1200,"parentId":1183,"tags":{},"startTime":1711868375665,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":87377,"timestamp":40567154006,"id":1183,"parentId":1181,"tags":{"name":"client"},"startTime":1711868375592,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11279,"timestamp":40567241407,"id":1215,"parentId":1181,"tags":{},"startTime":1711868375679,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":108824,"timestamp":40567145166,"id":1181,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868375583,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40567257999,"id":1218,"parentId":3,"tags":{},"startTime":1711868375696,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18823,"timestamp":40567259694,"id":1221,"parentId":1217,"tags":{"request":"private-next-pages/_document"},"startTime":1711868375697,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18849,"timestamp":40567259686,"id":1220,"parentId":1217,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868375697,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18946,"timestamp":40567259699,"id":1222,"parentId":1217,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868375697,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19066,"timestamp":40567259633,"id":1219,"parentId":1217,"tags":{"request":"private-next-pages/_app"},"startTime":1711868375697,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1973,"timestamp":40567277447,"id":1227,"parentId":1226,"tags":{},"startTime":1711868375715,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2090,"timestamp":40567277342,"id":1226,"parentId":1225,"tags":{},"startTime":1711868375715,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":4205,"timestamp":40567276905,"id":1225,"parentId":1216,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868375715,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24159,"timestamp":40567259705,"id":1223,"parentId":1217,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868375697,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":140000,"timestamp":1711868375584000,"id":1228,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/diet.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":true,"clientId":1711868250602},"startTime":1711868375726,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":28857,"timestamp":40567259711,"id":1224,"parentId":1217,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868375697,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":32533,"timestamp":40567256059,"id":1217,"parentId":1216,"tags":{},"startTime":1711868375694,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1968,"timestamp":40567289402,"id":1230,"parentId":1229,"tags":{},"startTime":1711868375727,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":4,"timestamp":40567291404,"id":1232,"parentId":1229,"tags":{},"startTime":1711868375729,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":4900,"timestamp":40567291426,"id":1233,"parentId":1229,"tags":{},"startTime":1711868375729,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":11,"timestamp":40567296395,"id":1234,"parentId":1229,"tags":{},"startTime":1711868375734,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":9,"timestamp":40567296440,"id":1235,"parentId":1229,"tags":{},"startTime":1711868375734,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":5288,"timestamp":40567291396,"id":1231,"parentId":1229,"tags":{},"startTime":1711868375729,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":432,"timestamp":40567298411,"id":1236,"parentId":1229,"tags":{},"startTime":1711868375736,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1430,"timestamp":40567298869,"id":1237,"parentId":1229,"tags":{},"startTime":1711868375736,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2005,"timestamp":40567301579,"id":1238,"parentId":1229,"tags":{},"startTime":1711868375739,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":88,"timestamp":40567303583,"id":1239,"parentId":1229,"tags":{},"startTime":1711868375741,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":169,"timestamp":40567303654,"id":1240,"parentId":1229,"tags":{},"startTime":1711868375741,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1362,"timestamp":40567303834,"id":1241,"parentId":1229,"tags":{},"startTime":1711868375741,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":16551,"timestamp":40567289092,"id":1229,"parentId":1216,"tags":{},"startTime":1711868375727,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":50053,"timestamp":40567255629,"id":1216,"parentId":1182,"tags":{"name":"server"},"startTime":1711868375693,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":6550,"timestamp":40567305706,"id":1242,"parentId":1182,"tags":{},"startTime":1711868375743,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":168174,"timestamp":40567145618,"id":1182,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868375583,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":6807,"timestamp":40580245197,"id":1247,"parentId":1246,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868388683,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":7522,"timestamp":40580245293,"id":1252,"parentId":1246,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868388683,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8226,"timestamp":40580245288,"id":1251,"parentId":1246,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868388683,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":876,"timestamp":40580253153,"id":1255,"parentId":1254,"tags":{},"startTime":1711868388691,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":32411,"timestamp":40580254091,"id":1257,"parentId":1256,"tags":{},"startTime":1711868388692,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":32766,"timestamp":40580254067,"id":1256,"parentId":1254,"tags":{},"startTime":1711868388692,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":10217,"timestamp":40580286869,"id":1258,"parentId":1254,"tags":{"astUsed":"true"},"startTime":1711868388724,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":46602,"timestamp":40580252950,"id":1254,"parentId":1245,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868388691,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":54437,"timestamp":40580245283,"id":1250,"parentId":1246,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868388683,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":56641,"timestamp":40580245269,"id":1248,"parentId":1246,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868388683,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":57637,"timestamp":40580245278,"id":1249,"parentId":1246,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868388683,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1672,"timestamp":40580302655,"id":1261,"parentId":1260,"tags":{},"startTime":1711868388740,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":1809,"timestamp":40580302529,"id":1260,"parentId":1259,"tags":{},"startTime":1711868388740,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":4052,"timestamp":40580302419,"id":1259,"parentId":1245,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868388740,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":63226,"timestamp":40580245297,"id":1253,"parentId":1246,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868388683,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":64360,"timestamp":40580244201,"id":1246,"parentId":1245,"tags":{},"startTime":1711868388682,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":856,"timestamp":40580309316,"id":1263,"parentId":1262,"tags":{},"startTime":1711868388747,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":7,"timestamp":40580310203,"id":1265,"parentId":1262,"tags":{},"startTime":1711868388748,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":33,"timestamp":40580310227,"id":1266,"parentId":1262,"tags":{},"startTime":1711868388748,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":8,"timestamp":40580310292,"id":1267,"parentId":1262,"tags":{},"startTime":1711868388748,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":4,"timestamp":40580310319,"id":1268,"parentId":1262,"tags":{},"startTime":1711868388748,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":285,"timestamp":40580310195,"id":1264,"parentId":1262,"tags":{},"startTime":1711868388748,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":370,"timestamp":40580311145,"id":1269,"parentId":1262,"tags":{},"startTime":1711868388749,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1885,"timestamp":40580311545,"id":1270,"parentId":1262,"tags":{},"startTime":1711868388749,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2500,"timestamp":40580315154,"id":1271,"parentId":1262,"tags":{},"startTime":1711868388753,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":121,"timestamp":40580317652,"id":1272,"parentId":1262,"tags":{},"startTime":1711868388755,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":76,"timestamp":40580317764,"id":1273,"parentId":1262,"tags":{},"startTime":1711868388755,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1134,"timestamp":40580317850,"id":1274,"parentId":1262,"tags":{},"startTime":1711868388755,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":84,"timestamp":40580319739,"id":1276,"parentId":1245,"tags":{},"startTime":1711868388757,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":191,"timestamp":40580319643,"id":1275,"parentId":1245,"tags":{},"startTime":1711868388757,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":11347,"timestamp":40580309008,"id":1262,"parentId":1245,"tags":{},"startTime":1711868388747,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":76495,"timestamp":40580243894,"id":1245,"parentId":1243,"tags":{"name":"client"},"startTime":1711868388682,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":9327,"timestamp":40580320411,"id":1277,"parentId":1243,"tags":{},"startTime":1711868388758,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":93721,"timestamp":40580236931,"id":1243,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868388675,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40580334979,"id":1280,"parentId":3,"tags":{},"startTime":1711868388773,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19690,"timestamp":40580336327,"id":1282,"parentId":1279,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868388774,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19719,"timestamp":40580336338,"id":1284,"parentId":1279,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868388774,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":19813,"timestamp":40580336334,"id":1283,"parentId":1279,"tags":{"request":"private-next-pages/_document"},"startTime":1711868388774,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":3212,"timestamp":40580353474,"id":1289,"parentId":1288,"tags":{},"startTime":1711868388791,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":3304,"timestamp":40580353398,"id":1288,"parentId":1287,"tags":{},"startTime":1711868388791,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":5684,"timestamp":40580353151,"id":1287,"parentId":1278,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\diet.jsx","layer":null},"startTime":1711868388791,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22969,"timestamp":40580336272,"id":1281,"parentId":1279,"tags":{"request":"private-next-pages/_app"},"startTime":1711868388774,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":25214,"timestamp":40580336343,"id":1285,"parentId":1279,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868388774,"traceId":"df3b5d16e2432efd"},{"name":"client-full-reload","duration":1,"timestamp":40580363074,"id":1290,"parentId":3,"tags":{"stackTrace":"Error: Aborted because ./src/pages/diet.jsx is not accepted\nUpdate propagation: ./src/pages/diet.jsx -> ./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!\n at applyHandler (http://localhost:3000/lscaturchio.xyz/_next/static/chunks/webpack.js:875:31)\n at http://localhost:3000/lscaturchio.xyz/_next/static/chunks/webpack.js:558:21\n at Array.map ()"},"startTime":1711868388801,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":28857,"timestamp":40580336350,"id":1286,"parentId":1279,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868388774,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":32912,"timestamp":40580332332,"id":1279,"parentId":1278,"tags":{},"startTime":1711868388770,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":3411,"timestamp":40580366305,"id":1292,"parentId":1291,"tags":{},"startTime":1711868388804,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":40580369792,"id":1294,"parentId":1291,"tags":{},"startTime":1711868388807,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":3650,"timestamp":40580369824,"id":1295,"parentId":1291,"tags":{},"startTime":1711868388807,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":13,"timestamp":40580373541,"id":1296,"parentId":1291,"tags":{},"startTime":1711868388811,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":7,"timestamp":40580373585,"id":1297,"parentId":1291,"tags":{},"startTime":1711868388811,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":4060,"timestamp":40580369772,"id":1293,"parentId":1291,"tags":{},"startTime":1711868388807,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":536,"timestamp":40580375724,"id":1298,"parentId":1291,"tags":{},"startTime":1711868388813,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1399,"timestamp":40580376293,"id":1299,"parentId":1291,"tags":{},"startTime":1711868388814,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1405,"timestamp":40580378557,"id":1300,"parentId":1291,"tags":{},"startTime":1711868388816,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":75,"timestamp":40580379961,"id":1301,"parentId":1291,"tags":{},"startTime":1711868388818,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":75,"timestamp":40580380021,"id":1302,"parentId":1291,"tags":{},"startTime":1711868388818,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1926,"timestamp":40580380107,"id":1303,"parentId":1291,"tags":{},"startTime":1711868388818,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":16981,"timestamp":40580365816,"id":1291,"parentId":1278,"tags":{},"startTime":1711868388803,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":50875,"timestamp":40580331990,"id":1278,"parentId":1244,"tags":{"name":"server"},"startTime":1711868388770,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":10170,"timestamp":40580382905,"id":1304,"parentId":1244,"tags":{},"startTime":1711868388821,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":156691,"timestamp":40580237167,"id":1244,"parentId":3,"tags":{"trigger":"src/pages/diet.jsx"},"startTime":1711868388675,"traceId":"df3b5d16e2432efd"}] -[{"name":"handle-request","duration":83235,"timestamp":40580386360,"id":1305,"tags":{"url":"/lscaturchio.xyz/diet","isTurbopack":false},"startTime":1711868388824,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":76,"timestamp":40580469716,"id":1306,"parentId":1305,"tags":{"url":"/diet","memory.rss":"300126208","memory.heapUsed":"136233528","memory.heapTotal":"158830592"},"startTime":1711868388907,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40580961943,"id":1307,"parentId":3,"tags":{},"startTime":1711868389400,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":13071000,"timestamp":1711868388801000,"id":1308,"tags":{"pathname":"/lscaturchio.xyz/diet","query":"","isTurbopack":false},"startTime":1711868401871,"traceId":"df3b5d16e2432efd"},{"name":"handle-request","duration":14937,"timestamp":40594223310,"id":1309,"tags":{"url":"/lscaturchio.xyz/diet","isTurbopack":false},"startTime":1711868402661,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":1,"timestamp":40594238284,"id":1310,"parentId":1309,"tags":{"url":"/diet","memory.rss":"306118656","memory.heapUsed":"125378712","memory.heapTotal":"159617024"},"startTime":1711868402676,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40594506667,"id":1311,"parentId":3,"tags":{},"startTime":1711868402944,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":328000,"timestamp":1711868402651000,"id":1312,"tags":{"pathname":"/lscaturchio.xyz/diet","query":"","isTurbopack":false},"startTime":1711868402978,"traceId":"df3b5d16e2432efd"},{"name":"handle-request","duration":12275,"timestamp":40595586186,"id":1313,"tags":{"url":"/lscaturchio.xyz/diet","isTurbopack":false},"startTime":1711868404024,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":1,"timestamp":40595598496,"id":1314,"parentId":1313,"tags":{"url":"/diet","memory.rss":"314630144","memory.heapUsed":"128813272","memory.heapTotal":"159617024"},"startTime":1711868404036,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40595844377,"id":1315,"parentId":3,"tags":{},"startTime":1711868404282,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":287000,"timestamp":1711868404017000,"id":1316,"tags":{"pathname":"/lscaturchio.xyz/diet","query":"","isTurbopack":false},"startTime":1711868404304,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":16730,"timestamp":40600286353,"id":1322,"parentId":1321,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868408724,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20068,"timestamp":40600286525,"id":1328,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868408724,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21437,"timestamp":40600286514,"id":1327,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868408724,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22482,"timestamp":40600286502,"id":1326,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868408724,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":52361,"timestamp":40600286491,"id":1325,"parentId":1321,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868408724,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":53896,"timestamp":40600286462,"id":1323,"parentId":1321,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868408724,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":54401,"timestamp":40600286480,"id":1324,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868408724,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":201935,"timestamp":40600286534,"id":1329,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711868408724,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":203650,"timestamp":40600284890,"id":1321,"parentId":1320,"tags":{},"startTime":1711868408723,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1061,"timestamp":40600489535,"id":1331,"parentId":1330,"tags":{},"startTime":1711868408927,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":7,"timestamp":40600490630,"id":1333,"parentId":1330,"tags":{},"startTime":1711868408928,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":41,"timestamp":40600490653,"id":1334,"parentId":1330,"tags":{},"startTime":1711868408928,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":9,"timestamp":40600490719,"id":1335,"parentId":1330,"tags":{},"startTime":1711868408928,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":4,"timestamp":40600490750,"id":1336,"parentId":1330,"tags":{},"startTime":1711868408928,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":277,"timestamp":40600490621,"id":1332,"parentId":1330,"tags":{},"startTime":1711868408928,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":283,"timestamp":40600491372,"id":1337,"parentId":1330,"tags":{},"startTime":1711868408929,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":504,"timestamp":40600491674,"id":1338,"parentId":1330,"tags":{},"startTime":1711868408929,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2902,"timestamp":40600493562,"id":1339,"parentId":1330,"tags":{},"startTime":1711868408931,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":216,"timestamp":40600496460,"id":1340,"parentId":1330,"tags":{},"startTime":1711868408934,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":140,"timestamp":40600496662,"id":1341,"parentId":1330,"tags":{},"startTime":1711868408934,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":423,"timestamp":40600496813,"id":1342,"parentId":1330,"tags":{},"startTime":1711868408934,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":114,"timestamp":40600497909,"id":1344,"parentId":1320,"tags":{},"startTime":1711868408936,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":226,"timestamp":40600497808,"id":1343,"parentId":1320,"tags":{},"startTime":1711868408935,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":9333,"timestamp":40600489159,"id":1330,"parentId":1320,"tags":{},"startTime":1711868408927,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":214143,"timestamp":40600284380,"id":1320,"parentId":1317,"tags":{"name":"client"},"startTime":1711868408722,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":12464,"timestamp":40600498546,"id":1345,"parentId":1317,"tags":{},"startTime":1711868408936,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":235266,"timestamp":40600277727,"id":1317,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711868408715,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40600516934,"id":1348,"parentId":3,"tags":{},"startTime":1711868408955,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":61794,"timestamp":40600518546,"id":1351,"parentId":1347,"tags":{"request":"private-next-pages/_document"},"startTime":1711868408956,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":74749,"timestamp":40600518473,"id":1349,"parentId":1347,"tags":{"request":"private-next-pages/_app"},"startTime":1711868408956,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":313000,"timestamp":1711868408716000,"id":1356,"parentId":3,"tags":{"updatedModules":[],"page":"/lscaturchio.xyz/uses","isPageHidden":false,"clientId":1711868404302},"startTime":1711868409033,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":77468,"timestamp":40600518563,"id":1354,"parentId":1347,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868408956,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":78588,"timestamp":40600518538,"id":1350,"parentId":1347,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868408956,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":80502,"timestamp":40600518552,"id":1352,"parentId":1347,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868408956,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":92748,"timestamp":40600518559,"id":1353,"parentId":1347,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868408956,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":141950,"timestamp":40600518569,"id":1355,"parentId":1347,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868408956,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":145822,"timestamp":40600514792,"id":1347,"parentId":1346,"tags":{},"startTime":1711868408952,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":4230,"timestamp":40600661887,"id":1358,"parentId":1357,"tags":{},"startTime":1711868409100,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":10,"timestamp":40600666178,"id":1360,"parentId":1357,"tags":{},"startTime":1711868409104,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":4079,"timestamp":40600666357,"id":1361,"parentId":1357,"tags":{},"startTime":1711868409104,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":18,"timestamp":40600670501,"id":1362,"parentId":1357,"tags":{},"startTime":1711868409108,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":11,"timestamp":40600670563,"id":1363,"parentId":1357,"tags":{},"startTime":1711868409108,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":4687,"timestamp":40600666164,"id":1359,"parentId":1357,"tags":{},"startTime":1711868409104,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":634,"timestamp":40600673486,"id":1364,"parentId":1357,"tags":{},"startTime":1711868409111,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1095,"timestamp":40600674154,"id":1365,"parentId":1357,"tags":{},"startTime":1711868409112,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2391,"timestamp":40600676994,"id":1366,"parentId":1357,"tags":{},"startTime":1711868409115,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":135,"timestamp":40600679382,"id":1367,"parentId":1357,"tags":{},"startTime":1711868409117,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":205,"timestamp":40600679494,"id":1368,"parentId":1357,"tags":{},"startTime":1711868409117,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":18554,"timestamp":40600679727,"id":1369,"parentId":1357,"tags":{},"startTime":1711868409117,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":37824,"timestamp":40600661419,"id":1357,"parentId":1346,"tags":{},"startTime":1711868409099,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":184872,"timestamp":40600514423,"id":1346,"parentId":1319,"tags":{"name":"server"},"startTime":1711868408952,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11302,"timestamp":40600699383,"id":1370,"parentId":1319,"tags":{},"startTime":1711868409137,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":434542,"timestamp":40600277801,"id":1318,"tags":{"trigger":"/projects","isTurbopack":false},"startTime":1711868408715,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":435073,"timestamp":40600277946,"id":1319,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711868408716,"traceId":"df3b5d16e2432efd"}] -[{"name":"next-swc-transform","duration":10402,"timestamp":40632723304,"id":1383,"parentId":1382,"tags":{},"startTime":1711868441162,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":10878,"timestamp":40632722849,"id":1382,"parentId":1381,"tags":{},"startTime":1711868441161,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":17511,"timestamp":40632722366,"id":1381,"parentId":1373,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\components\\Footer.jsx","layer":null},"startTime":1711868441161,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":38878,"timestamp":40632712130,"id":1376,"parentId":1374,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868441151,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":38721,"timestamp":40632712308,"id":1380,"parentId":1374,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868441151,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":38812,"timestamp":40632712271,"id":1378,"parentId":1374,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868441151,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":38811,"timestamp":40632712288,"id":1379,"parentId":1374,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868441151,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":38879,"timestamp":40632712245,"id":1377,"parentId":1374,"tags":{"request":"private-next-pages/_document"},"startTime":1711868441151,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":113037,"timestamp":40632711758,"id":1375,"parentId":1374,"tags":{"request":"private-next-pages/_app"},"startTime":1711868441150,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":114990,"timestamp":40632709836,"id":1374,"parentId":1373,"tags":{},"startTime":1711868441148,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2458,"timestamp":40632825901,"id":1385,"parentId":1384,"tags":{},"startTime":1711868441264,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":31,"timestamp":40632828494,"id":1387,"parentId":1384,"tags":{},"startTime":1711868441267,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2324,"timestamp":40632828614,"id":1388,"parentId":1384,"tags":{},"startTime":1711868441267,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":34,"timestamp":40632831028,"id":1389,"parentId":1384,"tags":{},"startTime":1711868441270,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":32,"timestamp":40632831140,"id":1390,"parentId":1384,"tags":{},"startTime":1711868441270,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":2964,"timestamp":40632828448,"id":1386,"parentId":1384,"tags":{},"startTime":1711868441267,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":383,"timestamp":40632832310,"id":1391,"parentId":1384,"tags":{},"startTime":1711868441271,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1842,"timestamp":40632832715,"id":1392,"parentId":1384,"tags":{},"startTime":1711868441271,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2418,"timestamp":40632836008,"id":1393,"parentId":1384,"tags":{},"startTime":1711868441275,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":145,"timestamp":40632838424,"id":1394,"parentId":1384,"tags":{},"startTime":1711868441277,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":153,"timestamp":40632838555,"id":1395,"parentId":1384,"tags":{},"startTime":1711868441277,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3829,"timestamp":40632838721,"id":1396,"parentId":1384,"tags":{},"startTime":1711868441277,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":17686,"timestamp":40632825513,"id":1384,"parentId":1373,"tags":{},"startTime":1711868441264,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":134185,"timestamp":40632709051,"id":1373,"parentId":1371,"tags":{"name":"server"},"startTime":1711868441148,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":7909,"timestamp":40632843260,"id":1397,"parentId":1371,"tags":{},"startTime":1711868441282,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":154929,"timestamp":40632697022,"id":1371,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1711868441136,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":4749,"timestamp":40632858426,"id":1400,"parentId":1399,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868441297,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":5091,"timestamp":40632858518,"id":1406,"parentId":1399,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868441297,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1755,"timestamp":40632864359,"id":1410,"parentId":1409,"tags":{},"startTime":1711868441303,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":1915,"timestamp":40632864215,"id":1409,"parentId":1408,"tags":{},"startTime":1711868441303,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":9076,"timestamp":40632863917,"id":1408,"parentId":1398,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\components\\Footer.jsx","layer":null},"startTime":1711868441302,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":14841,"timestamp":40632858513,"id":1405,"parentId":1399,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868441297,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":15535,"timestamp":40632858508,"id":1404,"parentId":1399,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868441297,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":923,"timestamp":40632873780,"id":1412,"parentId":1411,"tags":{},"startTime":1711868441312,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":62127,"timestamp":40632874776,"id":1414,"parentId":1413,"tags":{},"startTime":1711868441313,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":64162,"timestamp":40632874756,"id":1413,"parentId":1411,"tags":{},"startTime":1711868441313,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":18384,"timestamp":40632938980,"id":1415,"parentId":1411,"tags":{"astUsed":"true"},"startTime":1711868441378,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":93530,"timestamp":40632873604,"id":1411,"parentId":1398,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711868441312,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":108751,"timestamp":40632858503,"id":1403,"parentId":1399,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868441297,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":109790,"timestamp":40632858498,"id":1402,"parentId":1399,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868441297,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":110303,"timestamp":40632858481,"id":1401,"parentId":1399,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868441297,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":110583,"timestamp":40632858523,"id":1407,"parentId":1399,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711868441297,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":113177,"timestamp":40632855961,"id":1399,"parentId":1398,"tags":{},"startTime":1711868441294,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1920,"timestamp":40632970695,"id":1417,"parentId":1416,"tags":{},"startTime":1711868441409,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":6,"timestamp":40632972693,"id":1419,"parentId":1416,"tags":{},"startTime":1711868441411,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":140,"timestamp":40632972875,"id":1420,"parentId":1416,"tags":{},"startTime":1711868441411,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":12,"timestamp":40632973123,"id":1421,"parentId":1416,"tags":{},"startTime":1711868441412,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":14,"timestamp":40632973230,"id":1422,"parentId":1416,"tags":{},"startTime":1711868441412,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":884,"timestamp":40632972678,"id":1418,"parentId":1416,"tags":{},"startTime":1711868441411,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":546,"timestamp":40632974304,"id":1423,"parentId":1416,"tags":{},"startTime":1711868441413,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1944,"timestamp":40632974969,"id":1424,"parentId":1416,"tags":{},"startTime":1711868441414,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":5254,"timestamp":40632979968,"id":1425,"parentId":1416,"tags":{},"startTime":1711868441419,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":329,"timestamp":40632985220,"id":1426,"parentId":1416,"tags":{},"startTime":1711868441424,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":228,"timestamp":40632985533,"id":1427,"parentId":1416,"tags":{},"startTime":1711868441424,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2759,"timestamp":40632985778,"id":1428,"parentId":1416,"tags":{},"startTime":1711868441424,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":532,"timestamp":40632990359,"id":1430,"parentId":1398,"tags":{},"startTime":1711868441429,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":711,"timestamp":40632990207,"id":1429,"parentId":1398,"tags":{},"startTime":1711868441429,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":21704,"timestamp":40632970114,"id":1416,"parentId":1398,"tags":{},"startTime":1711868441409,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":136781,"timestamp":40632855087,"id":1398,"parentId":1372,"tags":{"name":"client"},"startTime":1711868441294,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":14474,"timestamp":40632991967,"id":1431,"parentId":1372,"tags":{},"startTime":1711868441431,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":311445,"timestamp":40632697192,"id":1372,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1711868441136,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":1,"timestamp":40633016488,"id":1432,"parentId":3,"tags":{},"startTime":1711868441455,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":352000,"timestamp":1711868441136000,"id":1433,"parentId":3,"tags":{"updatedModules":["[project]/src/components/Footer.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":false,"clientId":1711868404302},"startTime":1711868441489,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":6042,"timestamp":40634199326,"id":1439,"parentId":1438,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":6553,"timestamp":40634199402,"id":1445,"parentId":1438,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":7169,"timestamp":40634199398,"id":1444,"parentId":1438,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":7645,"timestamp":40634199393,"id":1443,"parentId":1438,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8362,"timestamp":40634199389,"id":1442,"parentId":1438,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9288,"timestamp":40634199411,"id":1447,"parentId":1438,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Carticles%5Cindex.jsx&page=%2Farticles!"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9910,"timestamp":40634199376,"id":1440,"parentId":1438,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9995,"timestamp":40634199383,"id":1441,"parentId":1438,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":10167,"timestamp":40634199406,"id":1446,"parentId":1438,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711868442638,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":11284,"timestamp":40634198324,"id":1438,"parentId":1437,"tags":{},"startTime":1711868442637,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":806,"timestamp":40634210369,"id":1449,"parentId":1448,"tags":{},"startTime":1711868442649,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":3,"timestamp":40634211197,"id":1451,"parentId":1448,"tags":{},"startTime":1711868442650,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":32,"timestamp":40634211269,"id":1452,"parentId":1448,"tags":{},"startTime":1711868442650,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":8,"timestamp":40634211329,"id":1453,"parentId":1448,"tags":{},"startTime":1711868442650,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":7,"timestamp":40634211375,"id":1454,"parentId":1448,"tags":{},"startTime":1711868442650,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":358,"timestamp":40634211190,"id":1450,"parentId":1448,"tags":{},"startTime":1711868442650,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":626,"timestamp":40634212247,"id":1455,"parentId":1448,"tags":{},"startTime":1711868442651,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1205,"timestamp":40634212915,"id":1456,"parentId":1448,"tags":{},"startTime":1711868442651,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1968,"timestamp":40634215448,"id":1457,"parentId":1448,"tags":{},"startTime":1711868442654,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":109,"timestamp":40634217415,"id":1458,"parentId":1448,"tags":{},"startTime":1711868442656,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":77,"timestamp":40634217517,"id":1459,"parentId":1448,"tags":{},"startTime":1711868442656,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1771,"timestamp":40634217602,"id":1460,"parentId":1448,"tags":{},"startTime":1711868442656,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":147,"timestamp":40634220469,"id":1462,"parentId":1437,"tags":{},"startTime":1711868442659,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":299,"timestamp":40634220334,"id":1461,"parentId":1437,"tags":{},"startTime":1711868442659,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":11428,"timestamp":40634210063,"id":1448,"parentId":1437,"tags":{},"startTime":1711868442649,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":23486,"timestamp":40634198066,"id":1437,"parentId":1434,"tags":{"name":"client"},"startTime":1711868442637,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":8681,"timestamp":40634221594,"id":1463,"parentId":1434,"tags":{},"startTime":1711868442660,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":34329,"timestamp":40634196852,"id":1434,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711868442635,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":40634233780,"id":1466,"parentId":3,"tags":{},"startTime":1711868442672,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":16569,"timestamp":40634234458,"id":1469,"parentId":1465,"tags":{"request":"private-next-pages/_document"},"startTime":1711868442673,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":17164,"timestamp":40634234400,"id":1467,"parentId":1465,"tags":{"request":"private-next-pages/_app"},"startTime":1711868442673,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18346,"timestamp":40634234467,"id":1471,"parentId":1465,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868442673,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18441,"timestamp":40634234451,"id":1468,"parentId":1465,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868442673,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18501,"timestamp":40634234462,"id":1470,"parentId":1465,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fuses&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cuses.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868442673,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18501,"timestamp":40634234471,"id":1472,"parentId":1465,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868442673,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":58000,"timestamp":1711868442635000,"id":1474,"parentId":3,"tags":{"updatedModules":[],"page":"/lscaturchio.xyz/diet","isPageHidden":false,"clientId":1711868404302},"startTime":1711868442694,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21272,"timestamp":40634234474,"id":1473,"parentId":1465,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868442673,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":23358,"timestamp":40634232433,"id":1465,"parentId":1464,"tags":{},"startTime":1711868442671,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1921,"timestamp":40634257231,"id":1476,"parentId":1475,"tags":{},"startTime":1711868442696,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":4,"timestamp":40634259178,"id":1478,"parentId":1475,"tags":{},"startTime":1711868442698,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2274,"timestamp":40634259273,"id":1479,"parentId":1475,"tags":{},"startTime":1711868442698,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":7,"timestamp":40634261595,"id":1480,"parentId":1475,"tags":{},"startTime":1711868442700,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":6,"timestamp":40634261626,"id":1481,"parentId":1475,"tags":{},"startTime":1711868442700,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":2647,"timestamp":40634259171,"id":1477,"parentId":1475,"tags":{},"startTime":1711868442698,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":1505,"timestamp":40634263591,"id":1482,"parentId":1475,"tags":{},"startTime":1711868442702,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":779,"timestamp":40634265140,"id":1483,"parentId":1475,"tags":{},"startTime":1711868442704,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1765,"timestamp":40634267017,"id":1484,"parentId":1475,"tags":{},"startTime":1711868442706,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":73,"timestamp":40634268782,"id":1485,"parentId":1475,"tags":{},"startTime":1711868442707,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":86,"timestamp":40634268842,"id":1486,"parentId":1475,"tags":{},"startTime":1711868442707,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":958,"timestamp":40634268938,"id":1487,"parentId":1475,"tags":{},"startTime":1711868442707,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":13377,"timestamp":40634256913,"id":1475,"parentId":1464,"tags":{},"startTime":1711868442695,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":38127,"timestamp":40634232199,"id":1464,"parentId":1436,"tags":{"name":"server"},"startTime":1711868442671,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":6540,"timestamp":40634270349,"id":1488,"parentId":1436,"tags":{},"startTime":1711868442709,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":80648,"timestamp":40634196948,"id":1435,"tags":{"trigger":"/articles","isTurbopack":false},"startTime":1711868442635,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":80712,"timestamp":40634197089,"id":1436,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711868442636,"traceId":"df3b5d16e2432efd"}] -[{"name":"handle-request","duration":103397,"timestamp":40634289708,"id":1489,"tags":{"url":"/lscaturchio.xyz/_next/data/development/articles.json","isTurbopack":false},"startTime":1711868442728,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":2,"timestamp":40634393189,"id":1490,"parentId":1489,"tags":{"url":"/_next/data/development/articles.json","memory.rss":"413511680","memory.heapUsed":"159815688","memory.heapTotal":"192233472"},"startTime":1711868442832,"traceId":"df3b5d16e2432efd"},{"name":"handle-request","duration":25542,"timestamp":40640101099,"id":1491,"tags":{"url":"/lscaturchio.xyz/_next/data/development/articles.json","isTurbopack":false},"startTime":1711868448540,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":1,"timestamp":40640126681,"id":1492,"parentId":1491,"tags":{"url":"/_next/data/development/articles.json","memory.rss":"419569664","memory.heapUsed":"164920664","memory.heapTotal":"192233472"},"startTime":1711868448565,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":14149,"timestamp":41019374154,"id":1498,"parentId":1497,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711868827814,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":14746,"timestamp":41019374957,"id":1502,"parentId":1497,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711868827815,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18242,"timestamp":41019374963,"id":1503,"parentId":1497,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711868827815,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":49164,"timestamp":41019374950,"id":1501,"parentId":1497,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711868827815,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":51724,"timestamp":41019374968,"id":1504,"parentId":1497,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Carticles%5Cindex.jsx&page=%2Farticles!"},"startTime":1711868827815,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":55761,"timestamp":41019374931,"id":1499,"parentId":1497,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711868827815,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":58880,"timestamp":41019374944,"id":1500,"parentId":1497,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711868827815,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":109631,"timestamp":41019374973,"id":1505,"parentId":1497,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711868827815,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":112315,"timestamp":41019372438,"id":1497,"parentId":1496,"tags":{},"startTime":1711868827812,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2999,"timestamp":41019486167,"id":1507,"parentId":1506,"tags":{},"startTime":1711868827926,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":47,"timestamp":41019489352,"id":1509,"parentId":1506,"tags":{},"startTime":1711868827929,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":130,"timestamp":41019489526,"id":1510,"parentId":1506,"tags":{},"startTime":1711868827930,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":40,"timestamp":41019489907,"id":1511,"parentId":1506,"tags":{},"startTime":1711868827930,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":51,"timestamp":41019490065,"id":1512,"parentId":1506,"tags":{},"startTime":1711868827930,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":1265,"timestamp":41019489289,"id":1508,"parentId":1506,"tags":{},"startTime":1711868827929,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":787,"timestamp":41019494212,"id":1513,"parentId":1506,"tags":{},"startTime":1711868827934,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1917,"timestamp":41019495042,"id":1514,"parentId":1506,"tags":{},"startTime":1711868827935,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":8168,"timestamp":41019501585,"id":1515,"parentId":1506,"tags":{},"startTime":1711868827942,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":215,"timestamp":41019509751,"id":1516,"parentId":1506,"tags":{},"startTime":1711868827950,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":178,"timestamp":41019509950,"id":1517,"parentId":1506,"tags":{},"startTime":1711868827950,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":869,"timestamp":41019510139,"id":1518,"parentId":1506,"tags":{},"startTime":1711868827950,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":326,"timestamp":41019512292,"id":1520,"parentId":1496,"tags":{},"startTime":1711868827952,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":449,"timestamp":41019512185,"id":1519,"parentId":1496,"tags":{},"startTime":1711868827952,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":27793,"timestamp":41019485606,"id":1506,"parentId":1496,"tags":{},"startTime":1711868827926,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":141581,"timestamp":41019371859,"id":1496,"parentId":1493,"tags":{"name":"client"},"startTime":1711868827812,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":16271,"timestamp":41019513500,"id":1521,"parentId":1493,"tags":{},"startTime":1711868827953,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":161294,"timestamp":41019370094,"id":1493,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711868827810,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":41019536986,"id":1524,"parentId":3,"tags":{},"startTime":1711868827977,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":207000,"timestamp":1711868827811000,"id":1532,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cuses.jsx&page=%2Fuses!","[project]/src/pages/uses.jsx","[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!","[project]/src/images/logos/animaginary.svg","[project]/src/images/logos/cosmos.svg","[project]/src/images/logos/helio-stream.svg","[project]/src/images/logos/open-shuttle.svg","[project]/src/images/logos/planetaria.svg","[project]/src/pages/projects.jsx"],"page":"/lscaturchio.xyz/articles","isPageHidden":false,"clientId":1711868404302},"startTime":1711868828026,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":66123,"timestamp":41019539401,"id":1527,"parentId":1523,"tags":{"request":"private-next-pages/_document"},"startTime":1711868827979,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":73129,"timestamp":41019539276,"id":1525,"parentId":1523,"tags":{"request":"private-next-pages/_app"},"startTime":1711868827979,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":94732,"timestamp":41019539386,"id":1526,"parentId":1523,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868827979,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":94815,"timestamp":41019539412,"id":1528,"parentId":1523,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868827979,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":94823,"timestamp":41019539424,"id":1529,"parentId":1523,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868827979,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":101365,"timestamp":41019539433,"id":1530,"parentId":1523,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868827979,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":165458,"timestamp":41019539443,"id":1531,"parentId":1523,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711868827979,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":171439,"timestamp":41019533622,"id":1523,"parentId":1522,"tags":{},"startTime":1711868827974,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":4197,"timestamp":41019706305,"id":1534,"parentId":1533,"tags":{},"startTime":1711868828146,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":9,"timestamp":41019710552,"id":1536,"parentId":1533,"tags":{},"startTime":1711868828151,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2204,"timestamp":41019710686,"id":1537,"parentId":1533,"tags":{},"startTime":1711868828151,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":9,"timestamp":41019712969,"id":1538,"parentId":1533,"tags":{},"startTime":1711868828153,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":6,"timestamp":41019713043,"id":1539,"parentId":1533,"tags":{},"startTime":1711868828153,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":2757,"timestamp":41019710535,"id":1535,"parentId":1533,"tags":{},"startTime":1711868828151,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":570,"timestamp":41019715685,"id":1540,"parentId":1533,"tags":{},"startTime":1711868828156,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1344,"timestamp":41019716287,"id":1541,"parentId":1533,"tags":{},"startTime":1711868828156,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3082,"timestamp":41019719067,"id":1542,"parentId":1533,"tags":{},"startTime":1711868828159,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":345,"timestamp":41019722148,"id":1543,"parentId":1533,"tags":{},"startTime":1711868828162,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":290,"timestamp":41019722413,"id":1544,"parentId":1533,"tags":{},"startTime":1711868828162,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":4355,"timestamp":41019722722,"id":1545,"parentId":1533,"tags":{},"startTime":1711868828163,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":22019,"timestamp":41019705804,"id":1533,"parentId":1522,"tags":{},"startTime":1711868828146,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":194841,"timestamp":41019533020,"id":1522,"parentId":1495,"tags":{"name":"server"},"startTime":1711868827973,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":7110,"timestamp":41019727915,"id":1546,"parentId":1495,"tags":{},"startTime":1711868828168,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":366103,"timestamp":41019370196,"id":1494,"tags":{"trigger":"/about","isTurbopack":false},"startTime":1711868827810,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":366459,"timestamp":41019370377,"id":1495,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711868827810,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":8117,"timestamp":43645109877,"id":1552,"parentId":1551,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711871453557,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9906,"timestamp":43645110039,"id":1557,"parentId":1551,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!"},"startTime":1711871453558,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":10716,"timestamp":43645110034,"id":1556,"parentId":1551,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711871453558,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":705,"timestamp":43645120500,"id":1561,"parentId":1560,"tags":{},"startTime":1711871453568,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":45746,"timestamp":43645121340,"id":1563,"parentId":1562,"tags":{},"startTime":1711871453569,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":46616,"timestamp":43645121315,"id":1562,"parentId":1560,"tags":{},"startTime":1711871453569,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":12742,"timestamp":43645167965,"id":1564,"parentId":1560,"tags":{"astUsed":"true"},"startTime":1711871453616,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":68626,"timestamp":43645120200,"id":1560,"parentId":1550,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711871453568,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":81105,"timestamp":43645110028,"id":1555,"parentId":1551,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711871453558,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":81112,"timestamp":43645110047,"id":1559,"parentId":1551,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711871453558,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":82255,"timestamp":43645110014,"id":1553,"parentId":1551,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711871453558,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":82373,"timestamp":43645110023,"id":1554,"parentId":1551,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711871453558,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":82641,"timestamp":43645110043,"id":1558,"parentId":1551,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711871453558,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":83778,"timestamp":43645108931,"id":1551,"parentId":1550,"tags":{},"startTime":1711871453557,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1439,"timestamp":43645194096,"id":1566,"parentId":1565,"tags":{},"startTime":1711871453642,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":166,"timestamp":43645195620,"id":1568,"parentId":1565,"tags":{},"startTime":1711871453643,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":71,"timestamp":43645195856,"id":1569,"parentId":1565,"tags":{},"startTime":1711871453643,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":32,"timestamp":43645195985,"id":1570,"parentId":1565,"tags":{},"startTime":1711871453644,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":38,"timestamp":43645196085,"id":1571,"parentId":1565,"tags":{},"startTime":1711871453644,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":773,"timestamp":43645195581,"id":1567,"parentId":1565,"tags":{},"startTime":1711871453643,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":622,"timestamp":43645197320,"id":1572,"parentId":1565,"tags":{},"startTime":1711871453645,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":945,"timestamp":43645197973,"id":1573,"parentId":1565,"tags":{},"startTime":1711871453646,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":3287,"timestamp":43645201861,"id":1574,"parentId":1565,"tags":{},"startTime":1711871453649,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":284,"timestamp":43645205146,"id":1575,"parentId":1565,"tags":{},"startTime":1711871453653,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":215,"timestamp":43645205414,"id":1576,"parentId":1565,"tags":{},"startTime":1711871453653,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":739,"timestamp":43645205641,"id":1577,"parentId":1565,"tags":{},"startTime":1711871453653,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":280,"timestamp":43645207539,"id":1579,"parentId":1550,"tags":{},"startTime":1711871453655,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":389,"timestamp":43645207444,"id":1578,"parentId":1550,"tags":{},"startTime":1711871453655,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":15088,"timestamp":43645193634,"id":1565,"parentId":1550,"tags":{},"startTime":1711871453641,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":100314,"timestamp":43645108443,"id":1550,"parentId":1547,"tags":{"name":"client"},"startTime":1711871453556,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":9498,"timestamp":43645208817,"id":1580,"parentId":1547,"tags":{},"startTime":1711871453656,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":113128,"timestamp":43645106814,"id":1547,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711871453554,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":43645225111,"id":1583,"parentId":3,"tags":{},"startTime":1711871453673,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":20820,"timestamp":43645226674,"id":1586,"parentId":1582,"tags":{"request":"private-next-pages/_document"},"startTime":1711871453674,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21507,"timestamp":43645226602,"id":1584,"parentId":1582,"tags":{"request":"private-next-pages/_app"},"startTime":1711871453674,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24082,"timestamp":43645226665,"id":1585,"parentId":1582,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453674,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":143000,"timestamp":1711871453554000,"id":1591,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Carticles%5Cindex.jsx&page=%2Farticles!","[project]/src/lib/formatDate.js","[project]/src/pages/articles/index.jsx"],"page":"/lscaturchio.xyz/diet","isPageHidden":false,"clientId":1711868404302},"startTime":1711871453699,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24266,"timestamp":43645226678,"id":1587,"parentId":1582,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453674,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24277,"timestamp":43645226683,"id":1588,"parentId":1582,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453674,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":24287,"timestamp":43645226687,"id":1589,"parentId":1582,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453674,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":25236,"timestamp":43645226691,"id":1590,"parentId":1582,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453674,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":30568,"timestamp":43645221431,"id":1582,"parentId":1581,"tags":{},"startTime":1711871453669,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":4887,"timestamp":43645252852,"id":1593,"parentId":1592,"tags":{},"startTime":1711871453700,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":8,"timestamp":43645257814,"id":1595,"parentId":1592,"tags":{},"startTime":1711871453705,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":4849,"timestamp":43645257988,"id":1596,"parentId":1592,"tags":{},"startTime":1711871453706,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":15,"timestamp":43645262985,"id":1597,"parentId":1592,"tags":{},"startTime":1711871453711,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":22,"timestamp":43645263106,"id":1598,"parentId":1592,"tags":{},"startTime":1711871453711,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":5921,"timestamp":43645257795,"id":1594,"parentId":1592,"tags":{},"startTime":1711871453705,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":386,"timestamp":43645266494,"id":1599,"parentId":1592,"tags":{},"startTime":1711871453714,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1554,"timestamp":43645266920,"id":1600,"parentId":1592,"tags":{},"startTime":1711871453715,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":4977,"timestamp":43645270821,"id":1601,"parentId":1592,"tags":{},"startTime":1711871453718,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":110,"timestamp":43645275797,"id":1602,"parentId":1592,"tags":{},"startTime":1711871453723,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":142,"timestamp":43645275889,"id":1603,"parentId":1592,"tags":{},"startTime":1711871453724,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":438,"timestamp":43645276042,"id":1604,"parentId":1592,"tags":{},"startTime":1711871453724,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":24574,"timestamp":43645252482,"id":1592,"parentId":1581,"tags":{},"startTime":1711871453700,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":56070,"timestamp":43645221016,"id":1581,"parentId":1549,"tags":{"name":"server"},"startTime":1711871453669,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":7735,"timestamp":43645277133,"id":1605,"parentId":1549,"tags":{},"startTime":1711871453725,"traceId":"df3b5d16e2432efd"},{"name":"compile-path","duration":179088,"timestamp":43645106923,"id":1548,"tags":{"trigger":"/projects","isTurbopack":false},"startTime":1711871453555,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":179454,"timestamp":43645107112,"id":1549,"parentId":3,"tags":{"trigger":"manual"},"startTime":1711871453555,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":50092,"timestamp":43645301086,"id":1611,"parentId":1608,"tags":{"request":"private-next-pages/_document"},"startTime":1711871453749,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":50135,"timestamp":43645301073,"id":1610,"parentId":1608,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453749,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":51075,"timestamp":43645301095,"id":1612,"parentId":1608,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453749,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":51107,"timestamp":43645301104,"id":1613,"parentId":1608,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453749,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":51111,"timestamp":43645301120,"id":1615,"parentId":1608,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453749,"traceId":"df3b5d16e2432efd"},{"name":"build-module","duration":7081,"timestamp":43645352521,"id":1616,"parentId":1607,"tags":{"layer":null},"startTime":1711871453800,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":60030,"timestamp":43645300981,"id":1609,"parentId":1608,"tags":{"request":"private-next-pages/_app"},"startTime":1711871453749,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":127464,"timestamp":43645301112,"id":1614,"parentId":1608,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Farticles&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Carticles%5Cindex.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871453749,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":130101,"timestamp":43645298504,"id":1608,"parentId":1607,"tags":{},"startTime":1711871453746,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":3286,"timestamp":43645430290,"id":1618,"parentId":1617,"tags":{},"startTime":1711871453878,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":43645433611,"id":1620,"parentId":1617,"tags":{},"startTime":1711871453881,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2135,"timestamp":43645433724,"id":1621,"parentId":1617,"tags":{},"startTime":1711871453881,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":7,"timestamp":43645435890,"id":1622,"parentId":1617,"tags":{},"startTime":1711871453884,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":4,"timestamp":43645435924,"id":1623,"parentId":1617,"tags":{},"startTime":1711871453884,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":2513,"timestamp":43645433603,"id":1619,"parentId":1617,"tags":{},"startTime":1711871453881,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":569,"timestamp":43645437411,"id":1624,"parentId":1617,"tags":{},"startTime":1711871453885,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":882,"timestamp":43645438016,"id":1625,"parentId":1617,"tags":{},"startTime":1711871453886,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1821,"timestamp":43645440185,"id":1626,"parentId":1617,"tags":{},"startTime":1711871453888,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":104,"timestamp":43645442003,"id":1627,"parentId":1617,"tags":{},"startTime":1711871453890,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":106,"timestamp":43645442091,"id":1628,"parentId":1617,"tags":{},"startTime":1711871453890,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":401,"timestamp":43645442208,"id":1629,"parentId":1617,"tags":{},"startTime":1711871453890,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":13325,"timestamp":43645429708,"id":1617,"parentId":1607,"tags":{},"startTime":1711871453877,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":145397,"timestamp":43645297666,"id":1607,"parentId":1606,"tags":{"name":"server"},"startTime":1711871453745,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":4746,"timestamp":43645443083,"id":1630,"parentId":1606,"tags":{},"startTime":1711871453891,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":158820,"timestamp":43645289988,"id":1606,"parentId":3,"tags":{"trigger":"src/pages/articles"},"startTime":1711871453738,"traceId":"df3b5d16e2432efd"}] -[{"name":"handle-request","duration":76050,"timestamp":43664564906,"id":1631,"tags":{"url":"/lscaturchio.xyz/projects","isTurbopack":false},"startTime":1711871473013,"traceId":"df3b5d16e2432efd"},{"name":"memory-usage","duration":1,"timestamp":43664641035,"id":1632,"parentId":1631,"tags":{"url":"/projects","memory.rss":"332460032","memory.heapUsed":"144756024","memory.heapTotal":"173813760"},"startTime":1711871473089,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":43665197512,"id":1633,"parentId":3,"tags":{},"startTime":1711871473645,"traceId":"df3b5d16e2432efd"},{"name":"navigation-to-hydration","duration":714000,"timestamp":1711871473001000,"id":1634,"tags":{"pathname":"/lscaturchio.xyz/projects","query":"","isTurbopack":false},"startTime":1711871473715,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":8180,"timestamp":43743696170,"id":1639,"parentId":1638,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711871552144,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":11718,"timestamp":43743696329,"id":1643,"parentId":1638,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711871552144,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":2807,"timestamp":43743706097,"id":1647,"parentId":1646,"tags":{},"startTime":1711871552154,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":39517,"timestamp":43743709002,"id":1649,"parentId":1648,"tags":{},"startTime":1711871552157,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":40829,"timestamp":43743708984,"id":1648,"parentId":1646,"tags":{},"startTime":1711871552157,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":12724,"timestamp":43743749877,"id":1650,"parentId":1646,"tags":{"astUsed":"true"},"startTime":1711871552198,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":64442,"timestamp":43743705633,"id":1646,"parentId":1637,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711871552153,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":73923,"timestamp":43743696323,"id":1642,"parentId":1638,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711871552144,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":75823,"timestamp":43743696306,"id":1640,"parentId":1638,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711871552144,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":76044,"timestamp":43743696317,"id":1641,"parentId":1638,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711871552144,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":77526,"timestamp":43743696335,"id":1644,"parentId":1638,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711871552144,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2448,"timestamp":43743773550,"id":1653,"parentId":1652,"tags":{},"startTime":1711871552221,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2789,"timestamp":43743773226,"id":1652,"parentId":1651,"tags":{},"startTime":1711871552221,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":11912,"timestamp":43743773001,"id":1651,"parentId":1637,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\projects.jsx","layer":null},"startTime":1711871552221,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":131249,"timestamp":43743696340,"id":1645,"parentId":1638,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711871552144,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":132370,"timestamp":43743695262,"id":1638,"parentId":1637,"tags":{},"startTime":1711871552143,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1969,"timestamp":43743829082,"id":1655,"parentId":1654,"tags":{},"startTime":1711871552277,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":10,"timestamp":43743831116,"id":1657,"parentId":1654,"tags":{},"startTime":1711871552279,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":109,"timestamp":43743831278,"id":1658,"parentId":1654,"tags":{},"startTime":1711871552279,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":13,"timestamp":43743831427,"id":1659,"parentId":1654,"tags":{},"startTime":1711871552279,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":11,"timestamp":43743831476,"id":1660,"parentId":1654,"tags":{},"startTime":1711871552279,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":712,"timestamp":43743831100,"id":1656,"parentId":1654,"tags":{},"startTime":1711871552279,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":1085,"timestamp":43743833240,"id":1661,"parentId":1654,"tags":{},"startTime":1711871552281,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2601,"timestamp":43743834377,"id":1662,"parentId":1654,"tags":{},"startTime":1711871552282,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":10160,"timestamp":43743839257,"id":1663,"parentId":1654,"tags":{},"startTime":1711871552287,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":232,"timestamp":43743849415,"id":1664,"parentId":1654,"tags":{},"startTime":1711871552297,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":266,"timestamp":43743849625,"id":1665,"parentId":1654,"tags":{},"startTime":1711871552297,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3763,"timestamp":43743849906,"id":1666,"parentId":1654,"tags":{},"startTime":1711871552298,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":772,"timestamp":43743855759,"id":1668,"parentId":1637,"tags":{},"startTime":1711871552303,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":1275,"timestamp":43743855332,"id":1667,"parentId":1637,"tags":{},"startTime":1711871552303,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":29562,"timestamp":43743828361,"id":1654,"parentId":1637,"tags":{},"startTime":1711871552276,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":163166,"timestamp":43743694825,"id":1637,"parentId":1635,"tags":{"name":"client"},"startTime":1711871552143,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":13308,"timestamp":43743858086,"id":1669,"parentId":1635,"tags":{},"startTime":1711871552306,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":197977,"timestamp":43743675975,"id":1635,"parentId":3,"tags":{"trigger":"src/pages/projects.jsx"},"startTime":1711871552124,"traceId":"df3b5d16e2432efd"},{"name":"client-success","duration":0,"timestamp":43743884124,"id":1672,"parentId":3,"tags":{},"startTime":1711871552332,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21823,"timestamp":43743885980,"id":1675,"parentId":1671,"tags":{"request":"private-next-pages/_document"},"startTime":1711871552334,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":21868,"timestamp":43743885967,"id":1674,"parentId":1671,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871552334,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22050,"timestamp":43743885991,"id":1676,"parentId":1671,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871552334,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22066,"timestamp":43743886008,"id":1678,"parentId":1671,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871552334,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":22209,"timestamp":43743885882,"id":1673,"parentId":1671,"tags":{"request":"private-next-pages/_app"},"startTime":1711871552334,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2392,"timestamp":43743906598,"id":1681,"parentId":1680,"tags":{},"startTime":1711871552354,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2689,"timestamp":43743906315,"id":1680,"parentId":1679,"tags":{},"startTime":1711871552354,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":7998,"timestamp":43743905438,"id":1679,"parentId":1670,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\projects.jsx","layer":null},"startTime":1711871552353,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":252000,"timestamp":1711871552124000,"id":1682,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cdiet.jsx&page=%2Fdiet!","[project]/src/components/Section.jsx","[project]/src/pages/diet.jsx","[project]/src/pages/projects.jsx"],"page":"/lscaturchio.xyz/projects","isPageHidden":false,"clientId":1711871473563},"startTime":1711871552387,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":116434,"timestamp":43743886000,"id":1677,"parentId":1671,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871552334,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":126061,"timestamp":43743876406,"id":1671,"parentId":1670,"tags":{},"startTime":1711871552324,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":2116,"timestamp":43744003689,"id":1684,"parentId":1683,"tags":{},"startTime":1711871552451,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":5,"timestamp":43744005850,"id":1686,"parentId":1683,"tags":{},"startTime":1711871552454,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":2020,"timestamp":43744005985,"id":1687,"parentId":1683,"tags":{},"startTime":1711871552454,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":7,"timestamp":43744008053,"id":1688,"parentId":1683,"tags":{},"startTime":1711871552456,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":43744008087,"id":1689,"parentId":1683,"tags":{},"startTime":1711871552456,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":2431,"timestamp":43744005840,"id":1685,"parentId":1683,"tags":{},"startTime":1711871552454,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":592,"timestamp":43744009409,"id":1690,"parentId":1683,"tags":{},"startTime":1711871552457,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1825,"timestamp":43744010029,"id":1691,"parentId":1683,"tags":{},"startTime":1711871552458,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2550,"timestamp":43744013210,"id":1692,"parentId":1683,"tags":{},"startTime":1711871552461,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":199,"timestamp":43744015758,"id":1693,"parentId":1683,"tags":{},"startTime":1711871552463,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":274,"timestamp":43744015920,"id":1694,"parentId":1683,"tags":{},"startTime":1711871552464,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":3592,"timestamp":43744016226,"id":1695,"parentId":1683,"tags":{},"startTime":1711871552464,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":17648,"timestamp":43744003143,"id":1683,"parentId":1670,"tags":{},"startTime":1711871552451,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":144945,"timestamp":43743875908,"id":1670,"parentId":1636,"tags":{"name":"server"},"startTime":1711871552324,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":7429,"timestamp":43744020945,"id":1696,"parentId":1636,"tags":{},"startTime":1711871552469,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":353697,"timestamp":43743676264,"id":1636,"parentId":3,"tags":{"trigger":"src/pages/projects.jsx"},"startTime":1711871552124,"traceId":"df3b5d16e2432efd"}] -[{"name":"add-entry","duration":17339,"timestamp":43751939788,"id":1703,"parentId":1700,"tags":{"request":"private-next-pages/_document"},"startTime":1711871560388,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":17377,"timestamp":43751939774,"id":1702,"parentId":1700,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=private-next-pages%2F_error&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871560388,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":17480,"timestamp":43751939799,"id":1704,"parentId":1700,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fdiet&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cdiet.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871560388,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":17476,"timestamp":43751939820,"id":1706,"parentId":1700,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fabout&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cabout.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871560388,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":18967,"timestamp":43751939674,"id":1701,"parentId":1700,"tags":{"request":"private-next-pages/_app"},"startTime":1711871560387,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":1990,"timestamp":43751960275,"id":1709,"parentId":1708,"tags":{},"startTime":1711871560408,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":2181,"timestamp":43751960100,"id":1708,"parentId":1707,"tags":{},"startTime":1711871560408,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":5771,"timestamp":43751959693,"id":1707,"parentId":1699,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\projects.jsx","layer":null},"startTime":1711871560407,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":31935,"timestamp":43751939811,"id":1705,"parentId":1700,"tags":{"request":"next-route-loader?kind=PAGES&page=%2Fprojects&preferredRegion=&absolutePagePath=.%2Fsrc%5Cpages%5Cprojects.jsx&absoluteAppPath=private-next-pages%2F_app&absoluteDocumentPath=private-next-pages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1711871560388,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":33907,"timestamp":43751937870,"id":1700,"parentId":1699,"tags":{},"startTime":1711871560386,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1562,"timestamp":43751972598,"id":1711,"parentId":1710,"tags":{},"startTime":1711871560420,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":11,"timestamp":43751974274,"id":1713,"parentId":1710,"tags":{},"startTime":1711871560422,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":5810,"timestamp":43751974522,"id":1714,"parentId":1710,"tags":{},"startTime":1711871560422,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":5,"timestamp":43751980376,"id":1715,"parentId":1710,"tags":{},"startTime":1711871560428,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":43751980406,"id":1716,"parentId":1710,"tags":{},"startTime":1711871560428,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":6333,"timestamp":43751974203,"id":1712,"parentId":1710,"tags":{},"startTime":1711871560422,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":361,"timestamp":43751981126,"id":1717,"parentId":1710,"tags":{},"startTime":1711871560429,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1794,"timestamp":43751981506,"id":1718,"parentId":1710,"tags":{},"startTime":1711871560429,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":1741,"timestamp":43751985074,"id":1719,"parentId":1710,"tags":{},"startTime":1711871560433,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":82,"timestamp":43751986814,"id":1720,"parentId":1710,"tags":{},"startTime":1711871560435,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":121,"timestamp":43751986883,"id":1721,"parentId":1710,"tags":{},"startTime":1711871560435,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":1192,"timestamp":43751987014,"id":1722,"parentId":1710,"tags":{},"startTime":1711871560435,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":16388,"timestamp":43751972291,"id":1710,"parentId":1699,"tags":{},"startTime":1711871560420,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":51349,"timestamp":43751937371,"id":1699,"parentId":1697,"tags":{"name":"server"},"startTime":1711871560385,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11220,"timestamp":43751988737,"id":1723,"parentId":1697,"tags":{},"startTime":1711871560436,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-server","duration":73329,"timestamp":43751927622,"id":1697,"parentId":3,"tags":{"trigger":"src/pages/projects.jsx"},"startTime":1711871560375,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13242,"timestamp":43752012839,"id":1726,"parentId":1725,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711871560461,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-transform","duration":2839,"timestamp":43752025509,"id":1735,"parentId":1734,"tags":{},"startTime":1711871560473,"traceId":"df3b5d16e2432efd"},{"name":"next-swc-loader","duration":3000,"timestamp":43752025370,"id":1734,"parentId":1733,"tags":{},"startTime":1711871560473,"traceId":"df3b5d16e2432efd"},{"name":"build-module-jsx","duration":10923,"timestamp":43752024824,"id":1733,"parentId":1724,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\pages\\projects.jsx","layer":null},"startTime":1711871560473,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":32622,"timestamp":43752012932,"id":1730,"parentId":1725,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711871560461,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":34262,"timestamp":43752012947,"id":1732,"parentId":1725,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711871560461,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":2454,"timestamp":43752045135,"id":1737,"parentId":1736,"tags":{},"startTime":1711871560493,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":33243,"timestamp":43752047658,"id":1739,"parentId":1738,"tags":{},"startTime":1711871560495,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":33595,"timestamp":43752047634,"id":1738,"parentId":1736,"tags":{},"startTime":1711871560495,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":7496,"timestamp":43752081256,"id":1740,"parentId":1736,"tags":{"astUsed":"true"},"startTime":1711871560529,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":45632,"timestamp":43752044766,"id":1736,"parentId":1724,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711871560493,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":77585,"timestamp":43752012925,"id":1729,"parentId":1725,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711871560461,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":79702,"timestamp":43752012918,"id":1728,"parentId":1725,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711871560461,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":80238,"timestamp":43752012906,"id":1727,"parentId":1725,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711871560461,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":80585,"timestamp":43752012940,"id":1731,"parentId":1725,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711871560461,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":89185,"timestamp":43752004369,"id":1725,"parentId":1724,"tags":{},"startTime":1711871560452,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1051,"timestamp":43752094990,"id":1742,"parentId":1741,"tags":{},"startTime":1711871560543,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":6,"timestamp":43752096072,"id":1744,"parentId":1741,"tags":{},"startTime":1711871560544,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":33,"timestamp":43752096172,"id":1745,"parentId":1741,"tags":{},"startTime":1711871560544,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":5,"timestamp":43752096231,"id":1746,"parentId":1741,"tags":{},"startTime":1711871560544,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":5,"timestamp":43752096257,"id":1747,"parentId":1741,"tags":{},"startTime":1711871560544,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":391,"timestamp":43752096064,"id":1743,"parentId":1741,"tags":{},"startTime":1711871560544,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":364,"timestamp":43752096948,"id":1748,"parentId":1741,"tags":{},"startTime":1711871560545,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1275,"timestamp":43752097328,"id":1749,"parentId":1741,"tags":{},"startTime":1711871560545,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2633,"timestamp":43752104127,"id":1750,"parentId":1741,"tags":{},"startTime":1711871560552,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":179,"timestamp":43752106758,"id":1751,"parentId":1741,"tags":{},"startTime":1711871560554,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":168,"timestamp":43752106922,"id":1752,"parentId":1741,"tags":{},"startTime":1711871560555,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":2290,"timestamp":43752107106,"id":1753,"parentId":1741,"tags":{},"startTime":1711871560555,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":108,"timestamp":43752110419,"id":1755,"parentId":1724,"tags":{},"startTime":1711871560558,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":215,"timestamp":43752110322,"id":1754,"parentId":1724,"tags":{},"startTime":1711871560558,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":17043,"timestamp":43752094438,"id":1741,"parentId":1724,"tags":{},"startTime":1711871560542,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":107801,"timestamp":43752003740,"id":1724,"parentId":1698,"tags":{"name":"client"},"startTime":1711871560451,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":11061,"timestamp":43752111573,"id":1756,"parentId":1698,"tags":{},"startTime":1711871560559,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":196611,"timestamp":43751927759,"id":1698,"parentId":3,"tags":{"trigger":"src/pages/projects.jsx"},"startTime":1711871560375,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":0,"timestamp":43752131160,"id":1757,"parentId":3,"tags":{},"startTime":1711871560579,"traceId":"df3b5d16e2432efd"},{"name":"client-hmr-latency","duration":224000,"timestamp":1711871560376000,"id":1758,"parentId":3,"tags":{"updatedModules":["[project]/src/pages/projects.jsx"],"page":"/lscaturchio.xyz/projects","isPageHidden":false,"clientId":1711871473563},"startTime":1711871560601,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9645,"timestamp":43805678701,"id":1762,"parentId":1761,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711871614127,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":11474,"timestamp":43805678823,"id":1768,"parentId":1761,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711871614127,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":12199,"timestamp":43805678812,"id":1766,"parentId":1761,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711871614127,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":13741,"timestamp":43805678806,"id":1765,"parentId":1761,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711871614127,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":1866,"timestamp":43805690737,"id":1770,"parentId":1769,"tags":{},"startTime":1711871614139,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":52559,"timestamp":43805692662,"id":1772,"parentId":1771,"tags":{},"startTime":1711871614141,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":53482,"timestamp":43805692637,"id":1771,"parentId":1769,"tags":{},"startTime":1711871614140,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":16149,"timestamp":43805746153,"id":1773,"parentId":1769,"tags":{"astUsed":"true"},"startTime":1711871614194,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":82686,"timestamp":43805690510,"id":1769,"parentId":1760,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711871614138,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":97798,"timestamp":43805678791,"id":1763,"parentId":1761,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711871614127,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":97912,"timestamp":43805678799,"id":1764,"parentId":1761,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711871614127,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":98198,"timestamp":43805678817,"id":1767,"parentId":1761,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711871614127,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":99053,"timestamp":43805677988,"id":1761,"parentId":1760,"tags":{},"startTime":1711871614126,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1235,"timestamp":43805777850,"id":1775,"parentId":1774,"tags":{},"startTime":1711871614226,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":10,"timestamp":43805779129,"id":1777,"parentId":1774,"tags":{},"startTime":1711871614227,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":66,"timestamp":43805779161,"id":1778,"parentId":1774,"tags":{},"startTime":1711871614227,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":9,"timestamp":43805779263,"id":1779,"parentId":1774,"tags":{},"startTime":1711871614227,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":7,"timestamp":43805779301,"id":1780,"parentId":1774,"tags":{},"startTime":1711871614227,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":503,"timestamp":43805779116,"id":1776,"parentId":1774,"tags":{},"startTime":1711871614227,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":517,"timestamp":43805781975,"id":1781,"parentId":1774,"tags":{},"startTime":1711871614230,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":1151,"timestamp":43805782520,"id":1782,"parentId":1774,"tags":{},"startTime":1711871614230,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":6468,"timestamp":43805785459,"id":1783,"parentId":1774,"tags":{},"startTime":1711871614233,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":253,"timestamp":43805791924,"id":1784,"parentId":1774,"tags":{},"startTime":1711871614240,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":266,"timestamp":43805792154,"id":1785,"parentId":1774,"tags":{},"startTime":1711871614240,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":283,"timestamp":43805792438,"id":1786,"parentId":1774,"tags":{},"startTime":1711871614240,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":122,"timestamp":43805793125,"id":1788,"parentId":1760,"tags":{},"startTime":1711871614241,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":219,"timestamp":43805793038,"id":1787,"parentId":1760,"tags":{},"startTime":1711871614241,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":16153,"timestamp":43805777475,"id":1774,"parentId":1760,"tags":{},"startTime":1711871614225,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":116026,"timestamp":43805677641,"id":1760,"parentId":1759,"tags":{"name":"client"},"startTime":1711871614126,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":8501,"timestamp":43805793693,"id":1789,"parentId":1759,"tags":{},"startTime":1711871614242,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":134307,"timestamp":43805669560,"id":1759,"parentId":3,"tags":{"trigger":"src/pages/books.jsx"},"startTime":1711871614117,"traceId":"df3b5d16e2432efd"}] -[{"name":"client-success","duration":1,"timestamp":43805806618,"id":1790,"parentId":3,"tags":{},"startTime":1711871614254,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9046,"timestamp":43812202364,"id":1794,"parentId":1793,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\compiled\\@next\\react-refresh-utils\\dist\\runtime.js"},"startTime":1711871620650,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":9974,"timestamp":43812202500,"id":1800,"parentId":1793,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cprojects.jsx&page=%2Fprojects!"},"startTime":1711871620650,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":10715,"timestamp":43812202491,"id":1798,"parentId":1793,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_error&page=%2F_error!"},"startTime":1711871620650,"traceId":"df3b5d16e2432efd"},{"name":"read-resource","duration":943,"timestamp":43812212846,"id":1802,"parentId":1801,"tags":{},"startTime":1711871620661,"traceId":"df3b5d16e2432efd"},{"name":"postcss-process","duration":41713,"timestamp":43812213861,"id":1804,"parentId":1803,"tags":{},"startTime":1711871620662,"traceId":"df3b5d16e2432efd"},{"name":"postcss-loader","duration":42311,"timestamp":43812213824,"id":1803,"parentId":1801,"tags":{},"startTime":1711871620662,"traceId":"df3b5d16e2432efd"},{"name":"css-loader","duration":7790,"timestamp":43812256192,"id":1805,"parentId":1801,"tags":{"astUsed":"true"},"startTime":1711871620704,"traceId":"df3b5d16e2432efd"},{"name":"build-module-css","duration":57325,"timestamp":43812212609,"id":1801,"parentId":1792,"tags":{"name":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\css-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[1]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\build\\webpack\\loaders\\postcss-loader\\src\\index.js??ruleSet[1].rules[6].oneOf[13].use[2]!C:\\Users\\loren\\Code\\lscaturchio.xyz\\src\\styles\\tailwind.css","layer":null},"startTime":1711871620660,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":67577,"timestamp":43812202486,"id":1797,"parentId":1793,"tags":{"request":"C:\\Users\\loren\\Code\\lscaturchio.xyz\\node_modules\\next\\dist\\client\\router.js"},"startTime":1711871620650,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":69196,"timestamp":43812202470,"id":1795,"parentId":1793,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1711871620650,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":69211,"timestamp":43812202480,"id":1796,"parentId":1793,"tags":{"request":"next-client-pages-loader?absolutePagePath=private-next-pages%2F_app&page=%2F_app!"},"startTime":1711871620650,"traceId":"df3b5d16e2432efd"},{"name":"add-entry","duration":69504,"timestamp":43812202496,"id":1799,"parentId":1793,"tags":{"request":"next-client-pages-loader?absolutePagePath=C%3A%5CUsers%5Cloren%5CCode%5Clscaturchio.xyz%5Csrc%5Cpages%5Cabout.jsx&page=%2Fabout!"},"startTime":1711871620650,"traceId":"df3b5d16e2432efd"},{"name":"make","duration":70734,"timestamp":43812201288,"id":1793,"parentId":1792,"tags":{},"startTime":1711871620649,"traceId":"df3b5d16e2432efd"},{"name":"chunk-graph","duration":1405,"timestamp":43812272659,"id":1807,"parentId":1806,"tags":{},"startTime":1711871620721,"traceId":"df3b5d16e2432efd"},{"name":"optimize-modules","duration":10,"timestamp":43812274135,"id":1809,"parentId":1806,"tags":{},"startTime":1711871620722,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunks","duration":89,"timestamp":43812274199,"id":1810,"parentId":1806,"tags":{},"startTime":1711871620722,"traceId":"df3b5d16e2432efd"},{"name":"optimize-tree","duration":8,"timestamp":43812274323,"id":1811,"parentId":1806,"tags":{},"startTime":1711871620722,"traceId":"df3b5d16e2432efd"},{"name":"optimize-chunk-modules","duration":8,"timestamp":43812274364,"id":1812,"parentId":1806,"tags":{},"startTime":1711871620722,"traceId":"df3b5d16e2432efd"},{"name":"optimize","duration":549,"timestamp":43812274118,"id":1808,"parentId":1806,"tags":{},"startTime":1711871620722,"traceId":"df3b5d16e2432efd"},{"name":"module-hash","duration":295,"timestamp":43812275311,"id":1813,"parentId":1806,"tags":{},"startTime":1711871620723,"traceId":"df3b5d16e2432efd"},{"name":"code-generation","duration":2232,"timestamp":43812275652,"id":1814,"parentId":1806,"tags":{},"startTime":1711871620724,"traceId":"df3b5d16e2432efd"},{"name":"hash","duration":2015,"timestamp":43812279072,"id":1815,"parentId":1806,"tags":{},"startTime":1711871620727,"traceId":"df3b5d16e2432efd"},{"name":"code-generation-jobs","duration":100,"timestamp":43812281087,"id":1816,"parentId":1806,"tags":{},"startTime":1711871620729,"traceId":"df3b5d16e2432efd"},{"name":"module-assets","duration":94,"timestamp":43812281172,"id":1817,"parentId":1806,"tags":{},"startTime":1711871620729,"traceId":"df3b5d16e2432efd"},{"name":"create-chunk-assets","duration":115,"timestamp":43812281275,"id":1818,"parentId":1806,"tags":{},"startTime":1711871620729,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-generateClientManifest","duration":124,"timestamp":43812281632,"id":1820,"parentId":1792,"tags":{},"startTime":1711871620729,"traceId":"df3b5d16e2432efd"},{"name":"NextJsBuildManifest-createassets","duration":201,"timestamp":43812281565,"id":1819,"parentId":1792,"tags":{},"startTime":1711871620729,"traceId":"df3b5d16e2432efd"},{"name":"seal","duration":9713,"timestamp":43812272385,"id":1806,"parentId":1792,"tags":{},"startTime":1711871620720,"traceId":"df3b5d16e2432efd"},{"name":"webpack-compilation","duration":81227,"timestamp":43812200922,"id":1792,"parentId":1791,"tags":{"name":"client"},"startTime":1711871620649,"traceId":"df3b5d16e2432efd"},{"name":"emit","duration":7317,"timestamp":43812282187,"id":1821,"parentId":1791,"tags":{},"startTime":1711871620730,"traceId":"df3b5d16e2432efd"},{"name":"webpack-invalidated-client","duration":110889,"timestamp":43812180364,"id":1791,"parentId":3,"tags":{"trigger":"src/pages/books.jsx"},"startTime":1711871620628,"traceId":"df3b5d16e2432efd"}] +[{"traceId":"6d02d019348010b3","name":"hot-reloader","id":1,"timestamp":2627139033,"duration":36,"tags":{"version":"13.4.19"},"startTime":1732132311770},{"traceId":"6d02d019348010b3","parentId":1,"name":"start","id":2,"timestamp":2627139753,"duration":2,"tags":{},"startTime":1732132311771},{"traceId":"6d02d019348010b3","parentId":2,"name":"get-version-info","id":3,"timestamp":2627139884,"duration":432247,"tags":{},"startTime":1732132311771},{"traceId":"6d02d019348010b3","parentId":2,"name":"clean","id":4,"timestamp":2627572207,"duration":51951,"tags":{},"startTime":1732132312203},{"traceId":"6d02d019348010b3","parentId":5,"name":"create-pages-mapping","id":6,"timestamp":2627628898,"duration":216,"tags":{},"startTime":1732132312260},{"traceId":"6d02d019348010b3","parentId":5,"name":"create-entrypoints","id":7,"timestamp":2627629145,"duration":39573,"tags":{},"startTime":1732132312260},{"traceId":"6d02d019348010b3","parentId":5,"name":"generate-webpack-config","id":8,"timestamp":2627668765,"duration":139363,"tags":{},"startTime":1732132312300},{"traceId":"6d02d019348010b3","parentId":2,"name":"get-webpack-config","id":5,"timestamp":2627628776,"duration":179369,"tags":{},"startTime":1732132312260},{"traceId":"6d02d019348010b3","parentId":12,"name":"read-resource","id":13,"timestamp":2627929735,"duration":568,"tags":{},"startTime":1732132312561},{"traceId":"6d02d019348010b3","parentId":11,"name":"build-module-js","id":12,"timestamp":2627927854,"duration":15776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":"null"},"startTime":1732132312559},{"traceId":"6d02d019348010b3","parentId":14,"name":"read-resource","id":15,"timestamp":2627948407,"duration":869,"tags":{},"startTime":1732132312579},{"traceId":"6d02d019348010b3","parentId":12,"name":"build-module-js","id":14,"timestamp":2627948329,"duration":9226,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":"null"},"startTime":1732132312579},{"traceId":"6d02d019348010b3","parentId":16,"name":"read-resource","id":17,"timestamp":2627960270,"duration":247,"tags":{},"startTime":1732132312591},{"traceId":"6d02d019348010b3","parentId":12,"name":"build-module-js","id":16,"timestamp":2627960195,"duration":1925,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":"null"},"startTime":1732132312591},{"traceId":"6d02d019348010b3","parentId":18,"name":"read-resource","id":19,"timestamp":2627963814,"duration":327,"tags":{},"startTime":1732132312595},{"traceId":"6d02d019348010b3","parentId":16,"name":"build-module-js","id":18,"timestamp":2627963731,"duration":29307,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":"null"},"startTime":1732132312595},{"traceId":"6d02d019348010b3","parentId":10,"name":"add-entry","id":11,"timestamp":2627886807,"duration":112683,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132312518},{"traceId":"6d02d019348010b3","parentId":9,"name":"make","id":10,"timestamp":2627884896,"duration":114787,"tags":{},"startTime":1732132312516},{"traceId":"6d02d019348010b3","parentId":20,"name":"chunk-graph","id":21,"timestamp":2628004767,"duration":2213,"tags":{},"startTime":1732132312636},{"traceId":"6d02d019348010b3","parentId":20,"name":"optimize-modules","id":23,"timestamp":2628007088,"duration":26,"tags":{},"startTime":1732132312638},{"traceId":"6d02d019348010b3","parentId":20,"name":"optimize-chunks","id":24,"timestamp":2628007186,"duration":301,"tags":{},"startTime":1732132312638},{"traceId":"6d02d019348010b3","parentId":20,"name":"optimize-tree","id":25,"timestamp":2628007553,"duration":111,"tags":{},"startTime":1732132312638},{"traceId":"6d02d019348010b3","parentId":20,"name":"optimize-chunk-modules","id":26,"timestamp":2628007735,"duration":120,"tags":{},"startTime":1732132312639},{"traceId":"6d02d019348010b3","parentId":20,"name":"optimize","id":22,"timestamp":2628007042,"duration":997,"tags":{},"startTime":1732132312638},{"traceId":"6d02d019348010b3","parentId":20,"name":"module-hash","id":27,"timestamp":2628009386,"duration":1582,"tags":{},"startTime":1732132312640},{"traceId":"6d02d019348010b3","parentId":20,"name":"code-generation","id":28,"timestamp":2628011014,"duration":2567,"tags":{},"startTime":1732132312642},{"traceId":"6d02d019348010b3","parentId":20,"name":"hash","id":29,"timestamp":2628018227,"duration":9715,"tags":{},"startTime":1732132312649},{"traceId":"6d02d019348010b3","parentId":20,"name":"code-generation-jobs","id":30,"timestamp":2628027941,"duration":802,"tags":{},"startTime":1732132312659},{"traceId":"6d02d019348010b3","parentId":20,"name":"module-assets","id":31,"timestamp":2628028703,"duration":102,"tags":{},"startTime":1732132312660},{"traceId":"6d02d019348010b3","parentId":20,"name":"create-chunk-assets","id":32,"timestamp":2628028866,"duration":13661,"tags":{},"startTime":1732132312660},{"traceId":"6d02d019348010b3","parentId":9,"name":"NextJsBuildManifest-generateClientManifest","id":34,"timestamp":2628047151,"duration":768,"tags":{},"startTime":1732132312678},{"traceId":"6d02d019348010b3","parentId":9,"name":"NextJsBuildManifest-createassets","id":33,"timestamp":2628046633,"duration":1300,"tags":{},"startTime":1732132312677},{"traceId":"6d02d019348010b3","parentId":9,"name":"seal","id":20,"timestamp":2628004184,"duration":45585,"tags":{},"startTime":1732132312635},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-compilation","id":9,"timestamp":2627878062,"duration":172014,"tags":{"name":"client"},"startTime":1732132312509},{"traceId":"6d02d019348010b3","parentId":1,"name":"emit","id":35,"timestamp":2628050453,"duration":7452,"tags":{},"startTime":1732132312681},{"traceId":"6d02d019348010b3","parentId":36,"name":"make","id":37,"timestamp":2628066709,"duration":2669,"tags":{},"startTime":1732132312698},{"traceId":"6d02d019348010b3","parentId":38,"name":"chunk-graph","id":39,"timestamp":2628069737,"duration":31,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"optimize-modules","id":41,"timestamp":2628069799,"duration":6,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"optimize-chunks","id":42,"timestamp":2628069874,"duration":38,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"optimize-tree","id":43,"timestamp":2628069987,"duration":19,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"optimize-chunk-modules","id":44,"timestamp":2628070085,"duration":16,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"optimize","id":40,"timestamp":2628069790,"duration":412,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"module-hash","id":45,"timestamp":2628070408,"duration":16,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"code-generation","id":46,"timestamp":2628070446,"duration":13,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"hash","id":47,"timestamp":2628070538,"duration":108,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"code-generation-jobs","id":48,"timestamp":2628070645,"duration":76,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":38,"name":"module-assets","id":49,"timestamp":2628070707,"duration":22,"tags":{},"startTime":1732132312702},{"traceId":"6d02d019348010b3","parentId":38,"name":"create-chunk-assets","id":50,"timestamp":2628070743,"duration":26,"tags":{},"startTime":1732132312702},{"traceId":"6d02d019348010b3","parentId":36,"name":"seal","id":38,"timestamp":2628069690,"duration":2064,"tags":{},"startTime":1732132312701},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-compilation","id":36,"timestamp":2628065332,"duration":6578,"tags":{"name":"server"},"startTime":1732132312696},{"traceId":"6d02d019348010b3","parentId":1,"name":"emit","id":51,"timestamp":2628071997,"duration":1585,"tags":{},"startTime":1732132312703},{"traceId":"6d02d019348010b3","parentId":52,"name":"make","id":53,"timestamp":2628077722,"duration":166,"tags":{},"startTime":1732132312709},{"traceId":"6d02d019348010b3","parentId":54,"name":"chunk-graph","id":55,"timestamp":2628078434,"duration":31,"tags":{},"startTime":1732132312709},{"traceId":"6d02d019348010b3","parentId":54,"name":"optimize-modules","id":57,"timestamp":2628078490,"duration":5,"tags":{},"startTime":1732132312709},{"traceId":"6d02d019348010b3","parentId":54,"name":"optimize-chunks","id":58,"timestamp":2628078510,"duration":8,"tags":{},"startTime":1732132312709},{"traceId":"6d02d019348010b3","parentId":54,"name":"optimize-tree","id":59,"timestamp":2628078534,"duration":6,"tags":{},"startTime":1732132312709},{"traceId":"6d02d019348010b3","parentId":54,"name":"optimize-chunk-modules","id":60,"timestamp":2628078552,"duration":8,"tags":{},"startTime":1732132312709},{"traceId":"6d02d019348010b3","parentId":54,"name":"optimize","id":56,"timestamp":2628078482,"duration":95,"tags":{},"startTime":1732132312709},{"traceId":"6d02d019348010b3","parentId":54,"name":"module-hash","id":61,"timestamp":2628078669,"duration":8,"tags":{},"startTime":1732132312710},{"traceId":"6d02d019348010b3","parentId":54,"name":"code-generation","id":62,"timestamp":2628078688,"duration":7,"tags":{},"startTime":1732132312710},{"traceId":"6d02d019348010b3","parentId":54,"name":"hash","id":63,"timestamp":2628078730,"duration":85,"tags":{},"startTime":1732132312710},{"traceId":"6d02d019348010b3","parentId":54,"name":"code-generation-jobs","id":64,"timestamp":2628078814,"duration":25,"tags":{},"startTime":1732132312710},{"traceId":"6d02d019348010b3","parentId":54,"name":"module-assets","id":65,"timestamp":2628078833,"duration":10,"tags":{},"startTime":1732132312710},{"traceId":"6d02d019348010b3","parentId":54,"name":"create-chunk-assets","id":66,"timestamp":2628078848,"duration":13,"tags":{},"startTime":1732132312710},{"traceId":"6d02d019348010b3","parentId":52,"name":"seal","id":54,"timestamp":2628078385,"duration":983,"tags":{},"startTime":1732132312709},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-compilation","id":52,"timestamp":2628076463,"duration":2956,"tags":{"name":"edge-server"},"startTime":1732132312707},{"traceId":"6d02d019348010b3","parentId":1,"name":"emit","id":67,"timestamp":2628079465,"duration":1295,"tags":{},"startTime":1732132312710}] +[{"traceId":"6d02d019348010b3","parentId":72,"name":"add-entry","id":73,"timestamp":2628304349,"duration":118726,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132312935},{"traceId":"6d02d019348010b3","parentId":71,"name":"make","id":72,"timestamp":2628303940,"duration":119198,"tags":{},"startTime":1732132312935},{"traceId":"6d02d019348010b3","parentId":74,"name":"chunk-graph","id":75,"timestamp":2628423959,"duration":390,"tags":{},"startTime":1732132313055},{"traceId":"6d02d019348010b3","parentId":74,"name":"optimize-modules","id":77,"timestamp":2628424387,"duration":9,"tags":{},"startTime":1732132313055},{"traceId":"6d02d019348010b3","parentId":74,"name":"optimize-chunks","id":78,"timestamp":2628424420,"duration":34,"tags":{},"startTime":1732132313055},{"traceId":"6d02d019348010b3","parentId":74,"name":"optimize-tree","id":79,"timestamp":2628424478,"duration":12,"tags":{},"startTime":1732132313055},{"traceId":"6d02d019348010b3","parentId":74,"name":"optimize-chunk-modules","id":80,"timestamp":2628424511,"duration":10,"tags":{},"startTime":1732132313055},{"traceId":"6d02d019348010b3","parentId":74,"name":"optimize","id":76,"timestamp":2628424374,"duration":235,"tags":{},"startTime":1732132313055},{"traceId":"6d02d019348010b3","parentId":74,"name":"module-hash","id":81,"timestamp":2628425121,"duration":44,"tags":{},"startTime":1732132313056},{"traceId":"6d02d019348010b3","parentId":74,"name":"code-generation","id":82,"timestamp":2628425186,"duration":111,"tags":{},"startTime":1732132313056},{"traceId":"6d02d019348010b3","parentId":74,"name":"hash","id":83,"timestamp":2628427015,"duration":12302,"tags":{},"startTime":1732132313058},{"traceId":"6d02d019348010b3","parentId":74,"name":"code-generation-jobs","id":84,"timestamp":2628439316,"duration":158,"tags":{},"startTime":1732132313070},{"traceId":"6d02d019348010b3","parentId":74,"name":"module-assets","id":85,"timestamp":2628439460,"duration":25,"tags":{},"startTime":1732132313070},{"traceId":"6d02d019348010b3","parentId":74,"name":"create-chunk-assets","id":86,"timestamp":2628439493,"duration":377,"tags":{},"startTime":1732132313070},{"traceId":"6d02d019348010b3","parentId":71,"name":"NextJsBuildManifest-generateClientManifest","id":88,"timestamp":2628440556,"duration":114,"tags":{},"startTime":1732132313071},{"traceId":"6d02d019348010b3","parentId":71,"name":"NextJsBuildManifest-createassets","id":87,"timestamp":2628440393,"duration":286,"tags":{},"startTime":1732132313071},{"traceId":"6d02d019348010b3","parentId":71,"name":"seal","id":74,"timestamp":2628423884,"duration":17315,"tags":{},"startTime":1732132313055},{"traceId":"6d02d019348010b3","parentId":68,"name":"webpack-compilation","id":71,"timestamp":2628302820,"duration":138428,"tags":{"name":"client"},"startTime":1732132312934},{"traceId":"6d02d019348010b3","parentId":68,"name":"emit","id":89,"timestamp":2628441290,"duration":5254,"tags":{},"startTime":1732132313072},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":68,"timestamp":2628298593,"duration":149365,"tags":{"trigger":"manual"},"startTime":1732132312929},{"traceId":"6d02d019348010b3","parentId":90,"name":"make","id":91,"timestamp":2628450682,"duration":497,"tags":{},"startTime":1732132313082},{"traceId":"6d02d019348010b3","parentId":92,"name":"chunk-graph","id":93,"timestamp":2628451430,"duration":48,"tags":{},"startTime":1732132313082},{"traceId":"6d02d019348010b3","parentId":92,"name":"optimize-modules","id":95,"timestamp":2628451517,"duration":9,"tags":{},"startTime":1732132313082},{"traceId":"6d02d019348010b3","parentId":92,"name":"optimize-chunks","id":96,"timestamp":2628451554,"duration":18,"tags":{},"startTime":1732132313082},{"traceId":"6d02d019348010b3","parentId":92,"name":"optimize-tree","id":97,"timestamp":2628451598,"duration":12,"tags":{},"startTime":1732132313082},{"traceId":"6d02d019348010b3","parentId":92,"name":"optimize-chunk-modules","id":98,"timestamp":2628451635,"duration":18,"tags":{},"startTime":1732132313082},{"traceId":"6d02d019348010b3","parentId":92,"name":"optimize","id":94,"timestamp":2628451502,"duration":193,"tags":{},"startTime":1732132313082},{"traceId":"6d02d019348010b3","parentId":92,"name":"module-hash","id":99,"timestamp":2628451885,"duration":14,"tags":{},"startTime":1732132313083},{"traceId":"6d02d019348010b3","parentId":92,"name":"code-generation","id":100,"timestamp":2628451917,"duration":13,"tags":{},"startTime":1732132313083},{"traceId":"6d02d019348010b3","parentId":92,"name":"hash","id":101,"timestamp":2628451996,"duration":133,"tags":{},"startTime":1732132313083},{"traceId":"6d02d019348010b3","parentId":92,"name":"code-generation-jobs","id":102,"timestamp":2628452128,"duration":40,"tags":{},"startTime":1732132313083},{"traceId":"6d02d019348010b3","parentId":92,"name":"module-assets","id":103,"timestamp":2628452156,"duration":17,"tags":{},"startTime":1732132313083},{"traceId":"6d02d019348010b3","parentId":92,"name":"create-chunk-assets","id":104,"timestamp":2628452184,"duration":25,"tags":{},"startTime":1732132313083},{"traceId":"6d02d019348010b3","parentId":90,"name":"seal","id":92,"timestamp":2628451371,"duration":1254,"tags":{},"startTime":1732132313082},{"traceId":"6d02d019348010b3","parentId":69,"name":"webpack-compilation","id":90,"timestamp":2628449854,"duration":2813,"tags":{"name":"server"},"startTime":1732132313081},{"traceId":"6d02d019348010b3","parentId":69,"name":"emit","id":105,"timestamp":2628452700,"duration":2498,"tags":{},"startTime":1732132313084},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":69,"timestamp":2628299056,"duration":156792,"tags":{"trigger":"manual"},"startTime":1732132312930},{"traceId":"6d02d019348010b3","parentId":106,"name":"make","id":107,"timestamp":2628458442,"duration":245,"tags":{},"startTime":1732132313089},{"traceId":"6d02d019348010b3","parentId":108,"name":"chunk-graph","id":109,"timestamp":2628459131,"duration":53,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":108,"name":"optimize-modules","id":111,"timestamp":2628459235,"duration":13,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":108,"name":"optimize-chunks","id":112,"timestamp":2628459278,"duration":18,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":108,"name":"optimize-tree","id":113,"timestamp":2628459322,"duration":17,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":108,"name":"optimize-chunk-modules","id":114,"timestamp":2628459367,"duration":12,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":108,"name":"optimize","id":110,"timestamp":2628459214,"duration":199,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":108,"name":"module-hash","id":115,"timestamp":2628459589,"duration":16,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":108,"name":"code-generation","id":116,"timestamp":2628459627,"duration":12,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":108,"name":"hash","id":117,"timestamp":2628459711,"duration":75,"tags":{},"startTime":1732132313091},{"traceId":"6d02d019348010b3","parentId":108,"name":"code-generation-jobs","id":118,"timestamp":2628459785,"duration":39,"tags":{},"startTime":1732132313091},{"traceId":"6d02d019348010b3","parentId":108,"name":"module-assets","id":119,"timestamp":2628459812,"duration":17,"tags":{},"startTime":1732132313091},{"traceId":"6d02d019348010b3","parentId":108,"name":"create-chunk-assets","id":120,"timestamp":2628459839,"duration":22,"tags":{},"startTime":1732132313091},{"traceId":"6d02d019348010b3","parentId":106,"name":"seal","id":108,"timestamp":2628459066,"duration":1713,"tags":{},"startTime":1732132313090},{"traceId":"6d02d019348010b3","parentId":70,"name":"webpack-compilation","id":106,"timestamp":2628457550,"duration":3272,"tags":{"name":"edge-server"},"startTime":1732132313088},{"traceId":"6d02d019348010b3","parentId":70,"name":"emit","id":121,"timestamp":2628460854,"duration":16836,"tags":{},"startTime":1732132313092},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-edge-server","id":70,"timestamp":2628299143,"duration":180067,"tags":{"trigger":"manual"},"startTime":1732132312930}] +[{"traceId":"6d02d019348010b3","parentId":125,"name":"build-module-json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","id":126,"timestamp":2629917090,"duration":115350,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1732132314548},{"traceId":"6d02d019348010b3","parentId":127,"name":"read-resource","id":128,"timestamp":2630088772,"duration":3694,"tags":{},"startTime":1732132314720},{"traceId":"6d02d019348010b3","parentId":126,"name":"build-module-ico?__next_metadata__","id":127,"timestamp":2630058461,"duration":36766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js?type=favicon&segment=&basePath=&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js!/workspaces/lscaturchio.xyz/src/app/favicon.ico?__next_metadata__","layer":"rsc"},"startTime":1732132314689},{"traceId":"6d02d019348010b3","parentId":136,"name":"next-swc-transform","id":137,"timestamp":2630103848,"duration":7889,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":129,"name":"next-swc-loader","id":136,"timestamp":2630103129,"duration":8619,"tags":{},"startTime":1732132314734},{"traceId":"6d02d019348010b3","parentId":126,"name":"build-module-tsx","id":129,"timestamp":2630099176,"duration":16017,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/page.tsx","layer":"rsc"},"startTime":1732132314730},{"traceId":"6d02d019348010b3","parentId":140,"name":"next-swc-transform","id":141,"timestamp":2630104139,"duration":11117,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":131,"name":"next-swc-loader","id":140,"timestamp":2630104066,"duration":11196,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":126,"name":"build-module-js","id":131,"timestamp":2630102121,"duration":14486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1732132314733},{"traceId":"6d02d019348010b3","parentId":142,"name":"next-swc-transform","id":143,"timestamp":2630104202,"duration":12450,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":132,"name":"next-swc-loader","id":142,"timestamp":2630104142,"duration":12514,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":126,"name":"build-module-js","id":132,"timestamp":2630102712,"duration":16743,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1732132314734},{"traceId":"6d02d019348010b3","parentId":138,"name":"next-swc-transform","id":139,"timestamp":2630104061,"duration":15494,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":130,"name":"next-swc-loader","id":138,"timestamp":2630103908,"duration":15654,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":126,"name":"build-module-tsx","id":130,"timestamp":2630101923,"duration":20220,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/layout.tsx","layer":"rsc"},"startTime":1732132314733},{"traceId":"6d02d019348010b3","parentId":144,"name":"next-swc-transform","id":145,"timestamp":2630104257,"duration":24046,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":133,"name":"next-swc-loader","id":144,"timestamp":2630104204,"duration":24105,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":126,"name":"build-module-js","id":133,"timestamp":2630102893,"duration":27597,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/future/route-modules/app-page/module.js","layer":"ssr"},"startTime":1732132314734},{"traceId":"6d02d019348010b3","parentId":146,"name":"next-swc-transform","id":147,"timestamp":2630104313,"duration":26227,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":134,"name":"next-swc-loader","id":146,"timestamp":2630104260,"duration":26285,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":126,"name":"build-module-js","id":134,"timestamp":2630103003,"duration":28064,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1732132314734},{"traceId":"6d02d019348010b3","parentId":148,"name":"next-swc-transform","id":149,"timestamp":2630104362,"duration":26810,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":135,"name":"next-swc-loader","id":148,"timestamp":2630104315,"duration":26862,"tags":{},"startTime":1732132314735},{"traceId":"6d02d019348010b3","parentId":126,"name":"build-module-js","id":135,"timestamp":2630103068,"duration":29499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1732132314734},{"traceId":"6d02d019348010b3","parentId":129,"name":"build-module-react/jsx-dev-runtime","id":150,"timestamp":2630136639,"duration":432,"tags":{"name":"react/jsx-dev-runtime","layer":"null"},"startTime":1732132314767},{"traceId":"6d02d019348010b3","parentId":133,"name":"build-module-/app-render/app-render","id":151,"timestamp":2630141669,"duration":30,"tags":{"name":"../../../app-render/app-render","layer":"null"},"startTime":1732132314773},{"traceId":"6d02d019348010b3","parentId":133,"name":"build-module-/route-module","id":152,"timestamp":2630141718,"duration":21,"tags":{"name":"../route-module","layer":"null"},"startTime":1732132314773},{"traceId":"6d02d019348010b3","parentId":153,"name":"read-resource","id":154,"timestamp":2630148293,"duration":12639,"tags":{},"startTime":1732132314779},{"traceId":"6d02d019348010b3","parentId":130,"name":"build-module-css","id":153,"timestamp":2630147712,"duration":13873,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/globals.css","layer":"rsc"},"startTime":1732132314779},{"traceId":"6d02d019348010b3","parentId":169,"name":"next-swc-transform","id":170,"timestamp":2630167390,"duration":6159,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":157,"name":"next-swc-loader","id":169,"timestamp":2630167243,"duration":6314,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":157,"timestamp":2630166111,"duration":8052,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1732132314797},{"traceId":"6d02d019348010b3","parentId":171,"name":"next-swc-transform","id":172,"timestamp":2630167642,"duration":6560,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":158,"name":"next-swc-loader","id":171,"timestamp":2630167426,"duration":6780,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":158,"timestamp":2630166191,"duration":10477,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/static-generation-async-storage.js","layer":"shared"},"startTime":1732132314797},{"traceId":"6d02d019348010b3","parentId":173,"name":"next-swc-transform","id":174,"timestamp":2630167724,"duration":11202,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":159,"name":"next-swc-loader","id":173,"timestamp":2630167651,"duration":11283,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":159,"timestamp":2630166566,"duration":14444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/request-async-storage.js","layer":"shared"},"startTime":1732132314797},{"traceId":"6d02d019348010b3","parentId":175,"name":"next-swc-transform","id":176,"timestamp":2630167778,"duration":13275,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":160,"name":"next-swc-loader","id":175,"timestamp":2630167727,"duration":13331,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":160,"timestamp":2630166686,"duration":15531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/action-async-storage.js","layer":"shared"},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":167,"name":"next-swc-transform","id":168,"timestamp":2630167237,"duration":15071,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":156,"name":"next-swc-loader","id":167,"timestamp":2630167168,"duration":15147,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":156,"timestamp":2630165983,"duration":16989,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1732132314797},{"traceId":"6d02d019348010b3","parentId":177,"name":"next-swc-transform","id":178,"timestamp":2630167863,"duration":15164,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":161,"name":"next-swc-loader","id":177,"timestamp":2630167780,"duration":15252,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":161,"timestamp":2630166756,"duration":19144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":179,"name":"next-swc-transform","id":180,"timestamp":2630167971,"duration":23895,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":162,"name":"next-swc-loader","id":179,"timestamp":2630167902,"duration":23971,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":162,"timestamp":2630166854,"duration":25498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.js","layer":"rsc"},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":165,"name":"next-swc-transform","id":166,"timestamp":2630167162,"duration":26608,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":155,"name":"next-swc-loader","id":165,"timestamp":2630167059,"duration":26721,"tags":{},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":155,"timestamp":2630165887,"duration":28536,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1732132314797},{"traceId":"6d02d019348010b3","parentId":181,"name":"next-swc-transform","id":182,"timestamp":2630168052,"duration":26418,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":163,"name":"next-swc-loader","id":181,"timestamp":2630167973,"duration":26502,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":163,"timestamp":2630166918,"duration":28791,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/searchparams-bailout-proxy.js","layer":"rsc"},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":183,"name":"next-swc-transform","id":184,"timestamp":2630168110,"duration":27683,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":164,"name":"next-swc-loader","id":183,"timestamp":2630168056,"duration":27742,"tags":{},"startTime":1732132314799},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":164,"timestamp":2630166977,"duration":30062,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1732132314798},{"traceId":"6d02d019348010b3","parentId":186,"name":"next-swc-transform","id":187,"timestamp":2630173435,"duration":23650,"tags":{},"startTime":1732132314804},{"traceId":"6d02d019348010b3","parentId":185,"name":"next-swc-loader","id":186,"timestamp":2630173331,"duration":23758,"tags":{},"startTime":1732132314804},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":185,"timestamp":2630173182,"duration":24332,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1732132314804},{"traceId":"6d02d019348010b3","parentId":189,"name":"next-swc-transform","id":190,"timestamp":2630178507,"duration":19064,"tags":{},"startTime":1732132314809},{"traceId":"6d02d019348010b3","parentId":188,"name":"next-swc-loader","id":189,"timestamp":2630178415,"duration":19161,"tags":{},"startTime":1732132314809},{"traceId":"6d02d019348010b3","parentId":127,"name":"build-module-js","id":188,"timestamp":2630178125,"duration":24494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/lib/metadata/get-metadata-route.js","layer":"rsc"},"startTime":1732132314809},{"traceId":"6d02d019348010b3","parentId":192,"name":"next-swc-transform","id":193,"timestamp":2630209896,"duration":5325,"tags":{},"startTime":1732132314841},{"traceId":"6d02d019348010b3","parentId":191,"name":"next-swc-loader","id":192,"timestamp":2630209827,"duration":5403,"tags":{},"startTime":1732132314841},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":191,"timestamp":2630209725,"duration":8236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1732132314841},{"traceId":"6d02d019348010b3","parentId":196,"name":"next-swc-transform","id":197,"timestamp":2630219043,"duration":5701,"tags":{},"startTime":1732132314850},{"traceId":"6d02d019348010b3","parentId":194,"name":"next-swc-loader","id":196,"timestamp":2630218984,"duration":5768,"tags":{},"startTime":1732132314850},{"traceId":"6d02d019348010b3","parentId":134,"name":"build-module-js","id":194,"timestamp":2630218811,"duration":6654,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1732132314850},{"traceId":"6d02d019348010b3","parentId":198,"name":"next-swc-transform","id":199,"timestamp":2630219099,"duration":11201,"tags":{},"startTime":1732132314850},{"traceId":"6d02d019348010b3","parentId":195,"name":"next-swc-loader","id":198,"timestamp":2630219045,"duration":11263,"tags":{},"startTime":1732132314850},{"traceId":"6d02d019348010b3","parentId":158,"name":"build-module-js","id":195,"timestamp":2630218894,"duration":14392,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1732132314850},{"traceId":"6d02d019348010b3","parentId":204,"name":"next-swc-transform","id":205,"timestamp":2630235299,"duration":5999,"tags":{},"startTime":1732132314866},{"traceId":"6d02d019348010b3","parentId":201,"name":"next-swc-loader","id":204,"timestamp":2630235229,"duration":6077,"tags":{},"startTime":1732132314866},{"traceId":"6d02d019348010b3","parentId":188,"name":"build-module-js","id":201,"timestamp":2630234983,"duration":18382,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/lib/metadata/is-metadata-route.js","layer":"rsc"},"startTime":1732132314866},{"traceId":"6d02d019348010b3","parentId":208,"name":"next-swc-transform","id":209,"timestamp":2630240563,"duration":13763,"tags":{},"startTime":1732132314871},{"traceId":"6d02d019348010b3","parentId":206,"name":"next-swc-loader","id":208,"timestamp":2630240478,"duration":13854,"tags":{},"startTime":1732132314871},{"traceId":"6d02d019348010b3","parentId":132,"name":"build-module-js","id":206,"timestamp":2630240292,"duration":14681,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-server-dom-webpack/server.edge.js","layer":"rsc"},"startTime":1732132314871},{"traceId":"6d02d019348010b3","parentId":210,"name":"next-swc-transform","id":211,"timestamp":2630240639,"duration":17732,"tags":{},"startTime":1732132314871},{"traceId":"6d02d019348010b3","parentId":207,"name":"next-swc-loader","id":210,"timestamp":2630240567,"duration":17812,"tags":{},"startTime":1732132314871},{"traceId":"6d02d019348010b3","parentId":135,"name":"build-module-js","id":207,"timestamp":2630240399,"duration":18456,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react/react.shared-subset.js","layer":"rsc"},"startTime":1732132314871},{"traceId":"6d02d019348010b3","parentId":202,"name":"next-swc-transform","id":203,"timestamp":2630235226,"duration":23786,"tags":{},"startTime":1732132314866},{"traceId":"6d02d019348010b3","parentId":200,"name":"next-swc-loader","id":202,"timestamp":2630235139,"duration":23880,"tags":{},"startTime":1732132314866},{"traceId":"6d02d019348010b3","parentId":188,"name":"build-module-js","id":200,"timestamp":2630234886,"duration":40996,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/server-utils.js","layer":"rsc"},"startTime":1732132314866},{"traceId":"6d02d019348010b3","parentId":217,"name":"next-swc-transform","id":218,"timestamp":2630283989,"duration":13961,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":212,"name":"next-swc-loader","id":217,"timestamp":2630283889,"duration":14071,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":188,"name":"build-module-js","id":212,"timestamp":2630283359,"duration":15869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/hash.js","layer":"rsc"},"startTime":1732132314914},{"traceId":"6d02d019348010b3","parentId":219,"name":"next-swc-transform","id":220,"timestamp":2630284097,"duration":15175,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":213,"name":"next-swc-loader","id":219,"timestamp":2630283994,"duration":15282,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":188,"name":"build-module-js","id":213,"timestamp":2630283471,"duration":16563,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1732132314914},{"traceId":"6d02d019348010b3","parentId":221,"name":"next-swc-transform","id":222,"timestamp":2630284176,"duration":15898,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":214,"name":"next-swc-loader","id":221,"timestamp":2630284101,"duration":15977,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":188,"name":"build-module-js","id":214,"timestamp":2630283544,"duration":17130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"rsc"},"startTime":1732132314914},{"traceId":"6d02d019348010b3","parentId":223,"name":"next-swc-transform","id":224,"timestamp":2630284249,"duration":16502,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":215,"name":"next-swc-loader","id":223,"timestamp":2630284179,"duration":16576,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":188,"name":"build-module-js","id":215,"timestamp":2630283619,"duration":22234,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1732132314914},{"traceId":"6d02d019348010b3","parentId":225,"name":"next-swc-transform","id":226,"timestamp":2630284352,"duration":21554,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":216,"name":"next-swc-loader","id":225,"timestamp":2630284252,"duration":21660,"tags":{},"startTime":1732132314915},{"traceId":"6d02d019348010b3","parentId":188,"name":"build-module-js","id":216,"timestamp":2630283690,"duration":23759,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1732132314915}] +[{"traceId":"6d02d019348010b3","parentId":229,"name":"next-swc-transform","id":230,"timestamp":2630308670,"duration":6363,"tags":{},"startTime":1732132314940},{"traceId":"6d02d019348010b3","parentId":227,"name":"next-swc-loader","id":229,"timestamp":2630308579,"duration":6460,"tags":{},"startTime":1732132314939},{"traceId":"6d02d019348010b3","parentId":129,"name":"build-module-tsx","id":227,"timestamp":2630308250,"duration":7418,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Container.tsx","layer":"rsc"},"startTime":1732132314939},{"traceId":"6d02d019348010b3","parentId":231,"name":"next-swc-transform","id":232,"timestamp":2630308742,"duration":34813,"tags":{},"startTime":1732132314940},{"traceId":"6d02d019348010b3","parentId":228,"name":"next-swc-loader","id":231,"timestamp":2630308674,"duration":34894,"tags":{},"startTime":1732132314940},{"traceId":"6d02d019348010b3","parentId":129,"name":"build-module-tsx","id":228,"timestamp":2630308356,"duration":36502,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Heading.tsx","layer":"rsc"},"startTime":1732132314939},{"traceId":"6d02d019348010b3","parentId":239,"name":"next-swc-transform","id":240,"timestamp":2630341231,"duration":5329,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":233,"name":"next-swc-loader","id":239,"timestamp":2630341155,"duration":5412,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":129,"name":"build-module-tsx","id":233,"timestamp":2630315942,"duration":31135,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Highlight.tsx","layer":"rsc"},"startTime":1732132314947},{"traceId":"6d02d019348010b3","parentId":245,"name":"next-swc-transform","id":246,"timestamp":2630341361,"duration":8474,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":236,"name":"next-swc-loader","id":245,"timestamp":2630341325,"duration":8518,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":130,"name":"build-module-mjs","id":236,"timestamp":2630316155,"duration":35413,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/tailwind-merge.mjs","layer":"rsc"},"startTime":1732132314947},{"traceId":"6d02d019348010b3","parentId":241,"name":"next-swc-transform","id":242,"timestamp":2630341277,"duration":10411,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":234,"name":"next-swc-loader","id":241,"timestamp":2630341235,"duration":10459,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":129,"name":"build-module-tsx","id":234,"timestamp":2630316046,"duration":37703,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Paragraph.tsx","layer":"rsc"},"startTime":1732132314947},{"traceId":"6d02d019348010b3","parentId":243,"name":"next-swc-transform","id":244,"timestamp":2630341323,"duration":12465,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":235,"name":"next-swc-loader","id":243,"timestamp":2630341279,"duration":12513,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":129,"name":"build-module-tsx","id":235,"timestamp":2630316103,"duration":38540,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Products.tsx","layer":"rsc"},"startTime":1732132314947},{"traceId":"6d02d019348010b3","parentId":260,"name":"next-swc-transform","id":261,"timestamp":2630348365,"duration":12520,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":248,"name":"next-swc-loader","id":260,"timestamp":2630348328,"duration":12563,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":130,"name":"build-module-tsx","id":248,"timestamp":2630347422,"duration":18359,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Footer.tsx","layer":"rsc"},"startTime":1732132314978},{"traceId":"6d02d019348010b3","parentId":258,"name":"next-swc-transform","id":259,"timestamp":2630348325,"duration":17489,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":247,"name":"next-swc-loader","id":258,"timestamp":2630348268,"duration":17551,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":130,"name":"build-module-tsx","id":247,"timestamp":2630347334,"duration":19161,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Sidebar.tsx","layer":"rsc"},"startTime":1732132314978},{"traceId":"6d02d019348010b3","parentId":262,"name":"next-swc-transform","id":263,"timestamp":2630348401,"duration":18154,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":249,"name":"next-swc-loader","id":262,"timestamp":2630348366,"duration":18193,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":249,"timestamp":2630347473,"duration":23660,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/accept-header.js","layer":"rsc"},"startTime":1732132314978},{"traceId":"6d02d019348010b3","parentId":264,"name":"next-swc-transform","id":265,"timestamp":2630348433,"duration":22749,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":250,"name":"next-swc-loader","id":264,"timestamp":2630348402,"duration":22785,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":250,"timestamp":2630347574,"duration":25083,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1732132314978},{"traceId":"6d02d019348010b3","parentId":266,"name":"next-swc-transform","id":267,"timestamp":2630348469,"duration":25829,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":251,"name":"next-swc-loader","id":266,"timestamp":2630348434,"duration":25871,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":251,"timestamp":2630347628,"duration":32998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1732132314978},{"traceId":"6d02d019348010b3","parentId":272,"name":"next-swc-transform","id":273,"timestamp":2630348561,"duration":32113,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":254,"name":"next-swc-loader","id":272,"timestamp":2630348532,"duration":32148,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":254,"timestamp":2630347753,"duration":34307,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":"rsc"},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":270,"name":"next-swc-transform","id":271,"timestamp":2630348531,"duration":33571,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":253,"name":"next-swc-loader","id":270,"timestamp":2630348502,"duration":33605,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":253,"timestamp":2630347709,"duration":35640,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"rsc"},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":274,"name":"next-swc-transform","id":275,"timestamp":2630348591,"duration":34805,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":255,"name":"next-swc-loader","id":274,"timestamp":2630348563,"duration":34839,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":255,"timestamp":2630347791,"duration":37833,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":268,"name":"next-swc-transform","id":269,"timestamp":2630348501,"duration":40401,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":252,"name":"next-swc-loader","id":268,"timestamp":2630348471,"duration":40439,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":252,"timestamp":2630347670,"duration":48651,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/constants.js","layer":"rsc"},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":278,"name":"next-swc-transform","id":279,"timestamp":2630348651,"duration":47710,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":257,"name":"next-swc-loader","id":278,"timestamp":2630348623,"duration":47744,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":257,"timestamp":2630347870,"duration":49240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":291,"name":"next-swc-transform","id":292,"timestamp":2630373665,"duration":23895,"tags":{},"startTime":1732132315004},{"traceId":"6d02d019348010b3","parentId":286,"name":"next-swc-loader","id":291,"timestamp":2630373576,"duration":23992,"tags":{},"startTime":1732132315004},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":286,"timestamp":2630372790,"duration":25636,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1732132315004},{"traceId":"6d02d019348010b3","parentId":293,"name":"next-swc-transform","id":294,"timestamp":2630373738,"duration":24725,"tags":{},"startTime":1732132315005},{"traceId":"6d02d019348010b3","parentId":287,"name":"next-swc-loader","id":293,"timestamp":2630373670,"duration":24798,"tags":{},"startTime":1732132315005},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":287,"timestamp":2630372907,"duration":26151,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/i18n/detect-locale-cookie.js","layer":"rsc"},"startTime":1732132315004},{"traceId":"6d02d019348010b3","parentId":295,"name":"next-swc-transform","id":296,"timestamp":2630373811,"duration":25892,"tags":{},"startTime":1732132315005},{"traceId":"6d02d019348010b3","parentId":288,"name":"next-swc-loader","id":295,"timestamp":2630373741,"duration":25969,"tags":{},"startTime":1732132315005},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":288,"timestamp":2630372990,"duration":29590,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1732132315004},{"traceId":"6d02d019348010b3","parentId":276,"name":"next-swc-transform","id":277,"timestamp":2630348621,"duration":54055,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":256,"name":"next-swc-loader","id":276,"timestamp":2630348593,"duration":54088,"tags":{},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":256,"timestamp":2630347827,"duration":82987,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":"rsc"},"startTime":1732132314979},{"traceId":"6d02d019348010b3","parentId":297,"name":"next-swc-transform","id":298,"timestamp":2630373883,"duration":57007,"tags":{},"startTime":1732132315005},{"traceId":"6d02d019348010b3","parentId":289,"name":"next-swc-loader","id":297,"timestamp":2630373817,"duration":57079,"tags":{},"startTime":1732132315005},{"traceId":"6d02d019348010b3","parentId":215,"name":"build-module-js","id":289,"timestamp":2630373066,"duration":58719,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1732132315004},{"traceId":"6d02d019348010b3","parentId":237,"name":"read-resource","id":238,"timestamp":2630340905,"duration":92865,"tags":{},"startTime":1732132314972},{"traceId":"6d02d019348010b3","parentId":299,"name":"next-swc-transform","id":300,"timestamp":2630373962,"duration":139048,"tags":{},"startTime":1732132315005},{"traceId":"6d02d019348010b3","parentId":290,"name":"next-swc-loader","id":299,"timestamp":2630373887,"duration":139136,"tags":{},"startTime":1732132315005},{"traceId":"6d02d019348010b3","parentId":216,"name":"build-module-js","id":290,"timestamp":2630373151,"duration":140493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1732132315004},{"traceId":"6d02d019348010b3","parentId":284,"name":"next-swc-transform","id":285,"timestamp":2630359783,"duration":156724,"tags":{},"startTime":1732132314991},{"traceId":"6d02d019348010b3","parentId":281,"name":"next-swc-loader","id":284,"timestamp":2630359710,"duration":156805,"tags":{},"startTime":1732132314991},{"traceId":"6d02d019348010b3","parentId":207,"name":"build-module-js","id":281,"timestamp":2630359073,"duration":220858,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react/cjs/react.shared-subset.development.js","layer":"rsc"},"startTime":1732132314990},{"traceId":"6d02d019348010b3","parentId":282,"name":"next-swc-transform","id":283,"timestamp":2630359705,"duration":235268,"tags":{},"startTime":1732132314991},{"traceId":"6d02d019348010b3","parentId":280,"name":"next-swc-loader","id":282,"timestamp":2630359614,"duration":235375,"tags":{},"startTime":1732132314990},{"traceId":"6d02d019348010b3","parentId":206,"name":"build-module-js","id":280,"timestamp":2630358972,"duration":321026,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js","layer":"rsc"},"startTime":1732132314990},{"traceId":"6d02d019348010b3","parentId":304,"name":"next-swc-transform","id":305,"timestamp":2630681151,"duration":21395,"tags":{},"startTime":1732132315312},{"traceId":"6d02d019348010b3","parentId":303,"name":"next-swc-loader","id":304,"timestamp":2630681037,"duration":21520,"tags":{},"startTime":1732132315312},{"traceId":"6d02d019348010b3","parentId":215,"name":"build-module-js","id":303,"timestamp":2630680685,"duration":25869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"rsc"},"startTime":1732132315312},{"traceId":"6d02d019348010b3","parentId":307,"name":"next-swc-transform","id":308,"timestamp":2630710224,"duration":6124,"tags":{},"startTime":1732132315341},{"traceId":"6d02d019348010b3","parentId":306,"name":"next-swc-loader","id":307,"timestamp":2630710121,"duration":6236,"tags":{},"startTime":1732132315341},{"traceId":"6d02d019348010b3","parentId":255,"name":"build-module-js","id":306,"timestamp":2630709776,"duration":11359,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1732132315341},{"traceId":"6d02d019348010b3","parentId":320,"name":"next-swc-transform","id":321,"timestamp":2630722699,"duration":6750,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":309,"name":"next-swc-loader","id":320,"timestamp":2630722573,"duration":6886,"tags":{},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":236,"name":"build-module-mjs","id":309,"timestamp":2630721258,"duration":9191,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/tw-join.mjs","layer":"rsc"},"startTime":1732132315352},{"traceId":"6d02d019348010b3","parentId":322,"name":"next-swc-transform","id":323,"timestamp":2630722808,"duration":12899,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":310,"name":"next-swc-loader","id":322,"timestamp":2630722704,"duration":13013,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":236,"name":"build-module-mjs","id":310,"timestamp":2630721433,"duration":15441,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/create-tailwind-merge.mjs","layer":"rsc"},"startTime":1732132315352},{"traceId":"6d02d019348010b3","parentId":328,"name":"next-swc-transform","id":329,"timestamp":2630723044,"duration":13897,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":313,"name":"next-swc-loader","id":328,"timestamp":2630722953,"duration":13994,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":236,"name":"build-module-mjs","id":313,"timestamp":2630721801,"duration":23067,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/merge-configs.mjs","layer":"rsc"},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":326,"name":"next-swc-transform","id":327,"timestamp":2630722949,"duration":21960,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":312,"name":"next-swc-loader","id":326,"timestamp":2630722887,"duration":22027,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":236,"name":"build-module-mjs","id":312,"timestamp":2630721673,"duration":23657,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/from-theme.mjs","layer":"rsc"},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":330,"name":"next-swc-transform","id":331,"timestamp":2630723118,"duration":23219,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":314,"name":"next-swc-loader","id":330,"timestamp":2630723048,"duration":23296,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":236,"name":"build-module-mjs","id":314,"timestamp":2630721904,"duration":25235,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/extend-tailwind-merge.mjs","layer":"rsc"},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":334,"name":"next-swc-transform","id":335,"timestamp":2630723248,"duration":23947,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":316,"name":"next-swc-loader","id":334,"timestamp":2630723187,"duration":24013,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":236,"name":"build-module-mjs","id":316,"timestamp":2630722130,"duration":30363,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/validators.mjs","layer":"rsc"},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":336,"name":"next-swc-transform","id":337,"timestamp":2630723316,"duration":29221,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":317,"name":"next-swc-loader","id":336,"timestamp":2630723251,"duration":29292,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":252,"name":"build-module-js","id":317,"timestamp":2630722233,"duration":30678,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"rsc"},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":332,"name":"next-swc-transform","id":333,"timestamp":2630723183,"duration":29764,"tags":{},"startTime":1732132315354}] +[{"traceId":"6d02d019348010b3","parentId":315,"name":"next-swc-loader","id":332,"timestamp":2630723122,"duration":30120,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":236,"name":"build-module-mjs","id":315,"timestamp":2630722024,"duration":31655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/tw-merge.mjs","layer":"rsc"},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":340,"name":"next-swc-transform","id":341,"timestamp":2630723483,"duration":43521,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":319,"name":"next-swc-loader","id":340,"timestamp":2630723411,"duration":43601,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":256,"name":"build-module-js","id":319,"timestamp":2630722456,"duration":45605,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":"rsc"},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":338,"name":"next-swc-transform","id":339,"timestamp":2630723407,"duration":44708,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":318,"name":"next-swc-loader","id":338,"timestamp":2630723320,"duration":44800,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":256,"name":"build-module-js","id":318,"timestamp":2630722334,"duration":47496,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1732132315353},{"traceId":"6d02d019348010b3","parentId":324,"name":"next-swc-transform","id":325,"timestamp":2630722882,"duration":50269,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":311,"name":"next-swc-loader","id":324,"timestamp":2630722814,"duration":50345,"tags":{},"startTime":1732132315354},{"traceId":"6d02d019348010b3","parentId":236,"name":"build-module-mjs","id":311,"timestamp":2630721567,"duration":73529,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/default-config.mjs","layer":"rsc"},"startTime":1732132315352},{"traceId":"6d02d019348010b3","parentId":343,"name":"next-swc-transform","id":344,"timestamp":2630797866,"duration":17668,"tags":{},"startTime":1732132315429},{"traceId":"6d02d019348010b3","parentId":342,"name":"next-swc-loader","id":343,"timestamp":2630797762,"duration":17782,"tags":{},"startTime":1732132315429},{"traceId":"6d02d019348010b3","parentId":191,"name":"build-module-js","id":342,"timestamp":2630797536,"duration":18525,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-dom/server-rendering-stub.js","layer":"rsc"},"startTime":1732132315428},{"traceId":"6d02d019348010b3","parentId":347,"name":"next-swc-transform","id":348,"timestamp":2630812946,"duration":5588,"tags":{},"startTime":1732132315444},{"traceId":"6d02d019348010b3","parentId":345,"name":"next-swc-loader","id":347,"timestamp":2630811410,"duration":7133,"tags":{},"startTime":1732132315442},{"traceId":"6d02d019348010b3","parentId":310,"name":"build-module-mjs","id":345,"timestamp":2630811113,"duration":8227,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/config-utils.mjs","layer":"rsc"},"startTime":1732132315442},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-url","id":351,"timestamp":2630819813,"duration":85,"tags":{"name":"url","layer":"null"},"startTime":1732132315451},{"traceId":"6d02d019348010b3","parentId":349,"name":"next-swc-transform","id":350,"timestamp":2630813028,"duration":10834,"tags":{},"startTime":1732132315444},{"traceId":"6d02d019348010b3","parentId":346,"name":"next-swc-loader","id":349,"timestamp":2630812954,"duration":10915,"tags":{},"startTime":1732132315444},{"traceId":"6d02d019348010b3","parentId":310,"name":"build-module-mjs","id":346,"timestamp":2630811254,"duration":16857,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/merge-classlist.mjs","layer":"rsc"},"startTime":1732132315442},{"traceId":"6d02d019348010b3","parentId":353,"name":"next-swc-transform","id":354,"timestamp":2630821489,"duration":7794,"tags":{},"startTime":1732132315452},{"traceId":"6d02d019348010b3","parentId":352,"name":"next-swc-loader","id":353,"timestamp":2630821404,"duration":7887,"tags":{},"startTime":1732132315452},{"traceId":"6d02d019348010b3","parentId":135,"name":"build-module-cjs","id":352,"timestamp":2630819925,"duration":10008,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"rsc"},"startTime":1732132315451},{"traceId":"6d02d019348010b3","parentId":213,"name":"build-module-path","id":355,"timestamp":2630830024,"duration":27,"tags":{"name":"path","layer":"null"},"startTime":1732132315461},{"traceId":"6d02d019348010b3","parentId":360,"name":"next-swc-transform","id":361,"timestamp":2630830300,"duration":4179,"tags":{},"startTime":1732132315461},{"traceId":"6d02d019348010b3","parentId":357,"name":"next-swc-loader","id":360,"timestamp":2630830260,"duration":4226,"tags":{},"startTime":1732132315461},{"traceId":"6d02d019348010b3","parentId":319,"name":"build-module-js","id":357,"timestamp":2630830147,"duration":5598,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"rsc"},"startTime":1732132315461},{"traceId":"6d02d019348010b3","parentId":358,"name":"next-swc-transform","id":359,"timestamp":2630830257,"duration":6133,"tags":{},"startTime":1732132315461},{"traceId":"6d02d019348010b3","parentId":356,"name":"next-swc-loader","id":358,"timestamp":2630830202,"duration":6194,"tags":{},"startTime":1732132315461},{"traceId":"6d02d019348010b3","parentId":319,"name":"build-module-js","id":356,"timestamp":2630830070,"duration":7974,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"rsc"},"startTime":1732132315461},{"traceId":"6d02d019348010b3","parentId":368,"name":"next-swc-transform","id":369,"timestamp":2630839102,"duration":6857,"tags":{},"startTime":1732132315470},{"traceId":"6d02d019348010b3","parentId":362,"name":"next-swc-loader","id":368,"timestamp":2630839023,"duration":6943,"tags":{},"startTime":1732132315470},{"traceId":"6d02d019348010b3","parentId":253,"name":"build-module-js","id":362,"timestamp":2630838250,"duration":8752,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"rsc"},"startTime":1732132315469},{"traceId":"6d02d019348010b3","parentId":372,"name":"next-swc-transform","id":373,"timestamp":2630839217,"duration":7820,"tags":{},"startTime":1732132315470},{"traceId":"6d02d019348010b3","parentId":366,"name":"next-swc-loader","id":372,"timestamp":2630839165,"duration":7875,"tags":{},"startTime":1732132315470},{"traceId":"6d02d019348010b3","parentId":345,"name":"build-module-mjs","id":366,"timestamp":2630838569,"duration":9329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/lru-cache.mjs","layer":"rsc"},"startTime":1732132315469},{"traceId":"6d02d019348010b3","parentId":370,"name":"next-swc-transform","id":371,"timestamp":2630839162,"duration":9145,"tags":{},"startTime":1732132315470},{"traceId":"6d02d019348010b3","parentId":365,"name":"next-swc-loader","id":370,"timestamp":2630839106,"duration":9207,"tags":{},"startTime":1732132315470},{"traceId":"6d02d019348010b3","parentId":345,"name":"build-module-mjs","id":365,"timestamp":2630838479,"duration":13811,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/class-utils.mjs","layer":"rsc"},"startTime":1732132315469},{"traceId":"6d02d019348010b3","parentId":374,"name":"next-swc-transform","id":375,"timestamp":2630839270,"duration":14052,"tags":{},"startTime":1732132315470},{"traceId":"6d02d019348010b3","parentId":367,"name":"next-swc-loader","id":374,"timestamp":2630839221,"duration":14109,"tags":{},"startTime":1732132315470},{"traceId":"6d02d019348010b3","parentId":345,"name":"build-module-mjs","id":367,"timestamp":2630838631,"duration":15936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/modifier-utils.mjs","layer":"rsc"},"startTime":1732132315469},{"traceId":"6d02d019348010b3","parentId":363,"name":"read-resource","id":364,"timestamp":2630838425,"duration":19254,"tags":{},"startTime":1732132315469},{"traceId":"6d02d019348010b3","parentId":377,"name":"next-swc-transform","id":378,"timestamp":2630855063,"duration":88919,"tags":{},"startTime":1732132315486},{"traceId":"6d02d019348010b3","parentId":376,"name":"next-swc-loader","id":377,"timestamp":2630854981,"duration":89015,"tags":{},"startTime":1732132315486},{"traceId":"6d02d019348010b3","parentId":342,"name":"build-module-js","id":376,"timestamp":2630854861,"duration":90444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-dom/cjs/react-dom-server-rendering-stub.development.js","layer":"rsc"},"startTime":1732132315486},{"traceId":"6d02d019348010b3","parentId":382,"name":"next-swc-transform","id":383,"timestamp":2630947582,"duration":5548,"tags":{},"startTime":1732132315578},{"traceId":"6d02d019348010b3","parentId":381,"name":"next-swc-loader","id":382,"timestamp":2630947461,"duration":5676,"tags":{},"startTime":1732132315578},{"traceId":"6d02d019348010b3","parentId":362,"name":"build-module-js","id":381,"timestamp":2630947226,"duration":18426,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"rsc"},"startTime":1732132315578},{"traceId":"6d02d019348010b3","parentId":386,"name":"next-swc-transform","id":387,"timestamp":2630965903,"duration":2444,"tags":{},"startTime":1732132315597},{"traceId":"6d02d019348010b3","parentId":384,"name":"next-swc-loader","id":386,"timestamp":2630965841,"duration":2512,"tags":{},"startTime":1732132315597},{"traceId":"6d02d019348010b3","parentId":362,"name":"build-module-js","id":384,"timestamp":2630965690,"duration":3150,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"rsc"},"startTime":1732132315597},{"traceId":"6d02d019348010b3","parentId":388,"name":"next-swc-transform","id":389,"timestamp":2630965942,"duration":4107,"tags":{},"startTime":1732132315597},{"traceId":"6d02d019348010b3","parentId":385,"name":"next-swc-loader","id":388,"timestamp":2630965906,"duration":4149,"tags":{},"startTime":1732132315597},{"traceId":"6d02d019348010b3","parentId":200,"name":"build-module-js","id":385,"timestamp":2630965787,"duration":5690,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1732132315597},{"traceId":"6d02d019348010b3","parentId":379,"name":"font-loader","id":380,"timestamp":2630941133,"duration":119994,"tags":{},"startTime":1732132315572},{"traceId":"6d02d019348010b3","parentId":391,"name":"next-swc-transform","id":392,"timestamp":2630980952,"duration":100414,"tags":{},"startTime":1732132315612},{"traceId":"6d02d019348010b3","parentId":390,"name":"next-swc-loader","id":391,"timestamp":2630980861,"duration":100518,"tags":{},"startTime":1732132315612},{"traceId":"6d02d019348010b3","parentId":254,"name":"build-module-js","id":390,"timestamp":2630980730,"duration":108607,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1732132315612},{"traceId":"6d02d019348010b3","parentId":379,"name":"postcss","id":393,"timestamp":2631414151,"duration":3342,"tags":{},"startTime":1732132316045},{"traceId":"6d02d019348010b3","parentId":363,"name":"next-font-loader","id":379,"timestamp":2630857703,"duration":560342,"tags":{},"startTime":1732132315489},{"traceId":"6d02d019348010b3","parentId":363,"name":"css-loader","id":394,"timestamp":2631417673,"duration":40048,"tags":{"astUsed":"true"},"startTime":1732132316049},{"traceId":"6d02d019348010b3","parentId":228,"name":"build-module-woff2\"}],\"display\":\"swap\"}],\"variableName\":\"CalSans\"}","id":363,"timestamp":2630838350,"duration":620137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/font/local/target.css?{\"path\":\"src/components/Heading.tsx\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"../../fonts/CalSans-SemiBold.woff2\"}],\"display\":\"swap\"}],\"variableName\":\"CalSans\"}","layer":"rsc"},"startTime":1732132315469},{"traceId":"6d02d019348010b3","parentId":301,"name":"font-loader","id":302,"timestamp":2630505315,"duration":1015731,"tags":{},"startTime":1732132315136},{"traceId":"6d02d019348010b3","parentId":301,"name":"postcss","id":395,"timestamp":2631521119,"duration":10373,"tags":{},"startTime":1732132316152},{"traceId":"6d02d019348010b3","parentId":237,"name":"next-font-loader","id":301,"timestamp":2630434018,"duration":1097544,"tags":{},"startTime":1732132315065},{"traceId":"6d02d019348010b3","parentId":237,"name":"css-loader","id":396,"timestamp":2631531533,"duration":14380,"tags":{"astUsed":"true"},"startTime":1732132316162},{"traceId":"6d02d019348010b3","parentId":130,"name":"build-module-tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"]}],\"variableName\":\"inter\"}","id":237,"timestamp":2630320361,"duration":1226046,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"]}],\"variableName\":\"inter\"}","layer":"rsc"},"startTime":1732132314951},{"traceId":"6d02d019348010b3","parentId":124,"name":"add-entry","id":125,"timestamp":2629872121,"duration":1674527,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132314503},{"traceId":"6d02d019348010b3","parentId":123,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","id":401,"timestamp":2631561601,"duration":1405,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","layer":"ssr"},"startTime":1732132316192},{"traceId":"6d02d019348010b3","parentId":123,"name":"build-module-tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&server=true!","id":402,"timestamp":2631563033,"duration":1306,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&server=true!","layer":"ssr"},"startTime":1732132316194},{"traceId":"6d02d019348010b3","parentId":123,"name":"build-module-js&server=true!","id":403,"timestamp":2631564363,"duration":3031,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&server=true!","layer":"ssr"},"startTime":1732132316195},{"traceId":"6d02d019348010b3","parentId":417,"name":"next-swc-transform","id":418,"timestamp":2631584565,"duration":7418,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":406,"name":"next-swc-loader","id":417,"timestamp":2631584507,"duration":7528,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":403,"name":"build-module-js","id":406,"timestamp":2631583287,"duration":21526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1732132316214},{"traceId":"6d02d019348010b3","parentId":419,"name":"next-swc-transform","id":420,"timestamp":2631584624,"duration":20251,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":407,"name":"next-swc-loader","id":419,"timestamp":2631584569,"duration":20312,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":403,"name":"build-module-js","id":407,"timestamp":2631583355,"duration":26513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.js","layer":"ssr"},"startTime":1732132316214},{"traceId":"6d02d019348010b3","parentId":421,"name":"next-swc-transform","id":422,"timestamp":2631584683,"duration":27893,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":408,"name":"next-swc-loader","id":421,"timestamp":2631584627,"duration":27956,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":403,"name":"build-module-js","id":408,"timestamp":2631583421,"duration":32121,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1732132316214},{"traceId":"6d02d019348010b3","parentId":423,"name":"next-swc-transform","id":424,"timestamp":2631584739,"duration":30865,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":409,"name":"next-swc-loader","id":423,"timestamp":2631584686,"duration":30925,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":403,"name":"build-module-js","id":409,"timestamp":2631583484,"duration":37085,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1732132316214},{"traceId":"6d02d019348010b3","parentId":425,"name":"next-swc-transform","id":426,"timestamp":2631584800,"duration":35823,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":410,"name":"next-swc-loader","id":425,"timestamp":2631584742,"duration":35887,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":401,"name":"build-module-tsx","id":410,"timestamp":2631583554,"duration":39390,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Products.tsx","layer":"ssr"},"startTime":1732132316214},{"traceId":"6d02d019348010b3","parentId":415,"name":"next-swc-transform","id":416,"timestamp":2631584504,"duration":38568,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":405,"name":"next-swc-loader","id":415,"timestamp":2631584442,"duration":38635,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":403,"name":"build-module-js","id":405,"timestamp":2631583196,"duration":61873,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1732132316214},{"traceId":"6d02d019348010b3","parentId":429,"name":"next-swc-transform","id":430,"timestamp":2631584913,"duration":61368,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":412,"name":"next-swc-loader","id":429,"timestamp":2631584861,"duration":61428,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":402,"name":"build-module-tsx","id":412,"timestamp":2631584243,"duration":62690,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Footer.tsx","layer":"ssr"},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":427,"name":"next-swc-transform","id":428,"timestamp":2631584857,"duration":62137,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":411,"name":"next-swc-loader","id":427,"timestamp":2631584804,"duration":62196,"tags":{},"startTime":1732132316216},{"traceId":"6d02d019348010b3","parentId":402,"name":"build-module-tsx","id":411,"timestamp":2631584169,"duration":65357,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Sidebar.tsx","layer":"ssr"},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":413,"name":"next-swc-transform","id":414,"timestamp":2631584437,"duration":65211,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":404,"name":"next-swc-loader","id":413,"timestamp":2631584326,"duration":65327,"tags":{},"startTime":1732132316215},{"traceId":"6d02d019348010b3","parentId":403,"name":"build-module-js","id":404,"timestamp":2631582050,"duration":73322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1732132316213},{"traceId":"6d02d019348010b3","parentId":406,"name":"build-module-react","id":431,"timestamp":2631666472,"duration":43,"tags":{"name":"react","layer":"null"},"startTime":1732132316297}] +[{"traceId":"6d02d019348010b3","parentId":406,"name":"build-module-/shared/lib/app-router-context","id":432,"timestamp":2631667221,"duration":34,"tags":{"name":"../../shared/lib/app-router-context","layer":"null"},"startTime":1732132316298},{"traceId":"6d02d019348010b3","parentId":436,"name":"next-swc-transform","id":437,"timestamp":2631667719,"duration":3772,"tags":{},"startTime":1732132316299},{"traceId":"6d02d019348010b3","parentId":433,"name":"next-swc-loader","id":436,"timestamp":2631667617,"duration":3881,"tags":{},"startTime":1732132316298},{"traceId":"6d02d019348010b3","parentId":407,"name":"build-module-js","id":433,"timestamp":2631667275,"duration":5391,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/searchparams-bailout-proxy.js","layer":"ssr"},"startTime":1732132316298},{"traceId":"6d02d019348010b3","parentId":405,"name":"build-module-react-dom","id":438,"timestamp":2631672801,"duration":29,"tags":{"name":"react-dom","layer":"null"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":405,"name":"build-module-/shared/lib/router/utils/handle-smooth-scroll","id":439,"timestamp":2631672846,"duration":102,"tags":{"name":"../../shared/lib/router/utils/handle-smooth-scroll","layer":"null"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-/shared/lib/hooks-client-context","id":440,"timestamp":2631672969,"duration":27,"tags":{"name":"../../shared/lib/hooks-client-context","layer":"null"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-/shared/lib/router/utils/is-bot","id":441,"timestamp":2631673009,"duration":16,"tags":{"name":"../../shared/lib/router/utils/is-bot","layer":"null"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-/react-dev-overlay/hot-reloader-client","id":442,"timestamp":2631673035,"duration":13,"tags":{"name":"./react-dev-overlay/hot-reloader-client","layer":"null"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":448,"name":"next-swc-transform","id":449,"timestamp":2631674001,"duration":5697,"tags":{},"startTime":1732132316305},{"traceId":"6d02d019348010b3","parentId":443,"name":"next-swc-loader","id":448,"timestamp":2631673919,"duration":5787,"tags":{},"startTime":1732132316305},{"traceId":"6d02d019348010b3","parentId":410,"name":"build-module-tsx","id":443,"timestamp":2631673058,"duration":7244,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Heading.tsx","layer":"ssr"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":450,"name":"next-swc-transform","id":451,"timestamp":2631674065,"duration":6269,"tags":{},"startTime":1732132316305},{"traceId":"6d02d019348010b3","parentId":444,"name":"next-swc-loader","id":450,"timestamp":2631674005,"duration":6333,"tags":{},"startTime":1732132316305},{"traceId":"6d02d019348010b3","parentId":410,"name":"build-module-tsx","id":444,"timestamp":2631673154,"duration":7527,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Paragraph.tsx","layer":"ssr"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":452,"name":"next-swc-transform","id":453,"timestamp":2631674131,"duration":6588,"tags":{},"startTime":1732132316305},{"traceId":"6d02d019348010b3","parentId":445,"name":"next-swc-loader","id":452,"timestamp":2631674068,"duration":6654,"tags":{},"startTime":1732132316305},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":445,"timestamp":2631673233,"duration":8137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":434,"name":"read-resource","id":435,"timestamp":2631667443,"duration":24219,"tags":{},"startTime":1732132316298},{"traceId":"6d02d019348010b3","parentId":407,"name":"build-module-cjs","id":434,"timestamp":2631667395,"duration":24760,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"ssr"},"startTime":1732132316298},{"traceId":"6d02d019348010b3","parentId":464,"name":"next-swc-transform","id":465,"timestamp":2631683143,"duration":9086,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":454,"name":"next-swc-loader","id":464,"timestamp":2631683055,"duration":9179,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":433,"name":"build-module-js","id":454,"timestamp":2631681755,"duration":18228,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":466,"name":"next-swc-transform","id":467,"timestamp":2631683183,"duration":16870,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":455,"name":"next-swc-loader","id":466,"timestamp":2631683147,"duration":16912,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":455,"timestamp":2631681866,"duration":19216,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":468,"name":"next-swc-transform","id":469,"timestamp":2631683214,"duration":17903,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":456,"name":"next-swc-loader","id":468,"timestamp":2631683185,"duration":17936,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":456,"timestamp":2631681950,"duration":19955,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":470,"name":"next-swc-transform","id":471,"timestamp":2631683244,"duration":18693,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":457,"name":"next-swc-loader","id":470,"timestamp":2631683216,"duration":18725,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":457,"timestamp":2631682064,"duration":20480,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":474,"name":"next-swc-transform","id":475,"timestamp":2631683303,"duration":20495,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":459,"name":"next-swc-loader","id":474,"timestamp":2631683276,"duration":20527,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":405,"name":"build-module-js","id":459,"timestamp":2631682235,"duration":22154,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/infinite-promise.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":472,"name":"next-swc-transform","id":473,"timestamp":2631683275,"duration":21224,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":458,"name":"next-swc-loader","id":472,"timestamp":2631683246,"duration":21259,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":408,"name":"build-module-js","id":458,"timestamp":2631682158,"duration":24639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":476,"name":"next-swc-transform","id":477,"timestamp":2631683331,"duration":23504,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":460,"name":"next-swc-loader","id":476,"timestamp":2631683304,"duration":23535,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":405,"name":"build-module-js","id":460,"timestamp":2631682299,"duration":25494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":446,"name":"read-resource","id":447,"timestamp":2631673834,"duration":34838,"tags":{},"startTime":1732132316305},{"traceId":"6d02d019348010b3","parentId":411,"name":"build-module-mjs","id":446,"timestamp":2631673302,"duration":36107,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/tailwind-merge.mjs","layer":"ssr"},"startTime":1732132316304},{"traceId":"6d02d019348010b3","parentId":480,"name":"next-swc-transform","id":481,"timestamp":2631683393,"duration":26084,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":462,"name":"next-swc-loader","id":480,"timestamp":2631683365,"duration":26117,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":462,"timestamp":2631682445,"duration":29842,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":478,"name":"next-swc-transform","id":479,"timestamp":2631683363,"duration":28978,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":461,"name":"next-swc-loader","id":478,"timestamp":2631683333,"duration":29014,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":405,"name":"build-module-js","id":461,"timestamp":2631682366,"duration":34342,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":482,"name":"next-swc-transform","id":483,"timestamp":2631683423,"duration":33351,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":463,"name":"next-swc-loader","id":482,"timestamp":2631683394,"duration":33385,"tags":{},"startTime":1732132316314},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":463,"timestamp":2631682516,"duration":41412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1732132316313},{"traceId":"6d02d019348010b3","parentId":484,"name":"read-resource","id":485,"timestamp":2631724720,"duration":380,"tags":{},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":494,"name":"font-loader","id":495,"timestamp":2631725148,"duration":40337,"tags":{},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":494,"name":"postcss","id":512,"timestamp":2631765555,"duration":280,"tags":{},"startTime":1732132316396},{"traceId":"6d02d019348010b3","parentId":484,"name":"next-font-loader","id":494,"timestamp":2631725129,"duration":40754,"tags":{},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":484,"name":"css-loader","id":513,"timestamp":2631765864,"duration":1064,"tags":{"astUsed":"true"},"startTime":1732132316397},{"traceId":"6d02d019348010b3","parentId":443,"name":"build-module-woff2\"}],\"display\":\"swap\"}],\"variableName\":\"CalSans\"}","id":484,"timestamp":2631724631,"duration":42634,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/font/local/target.css?{\"path\":\"src/components/Heading.tsx\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"../../fonts/CalSans-SemiBold.woff2\"}],\"display\":\"swap\"}],\"variableName\":\"CalSans\"}","layer":"ssr"},"startTime":1732132316355},{"traceId":"6d02d019348010b3","parentId":498,"name":"next-swc-transform","id":499,"timestamp":2631726456,"duration":41792,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":487,"name":"next-swc-loader","id":498,"timestamp":2631726422,"duration":41833,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":405,"name":"build-module-js","id":487,"timestamp":2631724806,"duration":44058,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":496,"name":"next-swc-transform","id":497,"timestamp":2631726419,"duration":42498,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":486,"name":"next-swc-loader","id":496,"timestamp":2631726347,"duration":42575,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":405,"name":"build-module-js","id":486,"timestamp":2631724732,"duration":45225,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":502,"name":"next-swc-transform","id":503,"timestamp":2631726617,"duration":43377,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":489,"name":"next-swc-loader","id":502,"timestamp":2631726551,"duration":43446,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":489,"timestamp":2631724898,"duration":45833,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":500,"name":"next-swc-transform","id":501,"timestamp":2631726546,"duration":44238,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":488,"name":"next-swc-loader","id":500,"timestamp":2631726458,"duration":44331,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":488,"timestamp":2631724856,"duration":47605,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":508,"name":"next-swc-transform","id":509,"timestamp":2631726818,"duration":45684,"tags":{},"startTime":1732132316358},{"traceId":"6d02d019348010b3","parentId":492,"name":"next-swc-loader","id":508,"timestamp":2631726750,"duration":45757,"tags":{},"startTime":1732132316358},{"traceId":"6d02d019348010b3","parentId":405,"name":"build-module-js","id":492,"timestamp":2631725020,"duration":49919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":506,"name":"next-swc-transform","id":507,"timestamp":2631726747,"duration":48436,"tags":{},"startTime":1732132316358},{"traceId":"6d02d019348010b3","parentId":491,"name":"next-swc-loader","id":506,"timestamp":2631726687,"duration":48502,"tags":{},"startTime":1732132316358},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":491,"timestamp":2631724983,"duration":51349,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"ssr"},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":504,"name":"next-swc-transform","id":505,"timestamp":2631726683,"duration":49690,"tags":{},"startTime":1732132316358},{"traceId":"6d02d019348010b3","parentId":490,"name":"next-swc-loader","id":504,"timestamp":2631726621,"duration":49758,"tags":{},"startTime":1732132316357},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":490,"timestamp":2631724942,"duration":52812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":510,"name":"next-swc-transform","id":511,"timestamp":2631726886,"duration":50918,"tags":{},"startTime":1732132316358},{"traceId":"6d02d019348010b3","parentId":493,"name":"next-swc-loader","id":510,"timestamp":2631726822,"duration":50987,"tags":{},"startTime":1732132316358},{"traceId":"6d02d019348010b3","parentId":404,"name":"build-module-js","id":493,"timestamp":2631725056,"duration":53583,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1732132316356},{"traceId":"6d02d019348010b3","parentId":455,"name":"build-module-/shared/lib/router/utils/add-path-prefix","id":514,"timestamp":2631779396,"duration":48,"tags":{"name":"../shared/lib/router/utils/add-path-prefix","layer":"null"},"startTime":1732132316410},{"traceId":"6d02d019348010b3","parentId":457,"name":"build-module-/shared/lib/router/utils/path-has-prefix","id":515,"timestamp":2631779461,"duration":26,"tags":{"name":"../shared/lib/router/utils/path-has-prefix","layer":"null"},"startTime":1732132316410},{"traceId":"6d02d019348010b3","parentId":520,"name":"next-swc-transform","id":521,"timestamp":2631783061,"duration":12468,"tags":{},"startTime":1732132316414},{"traceId":"6d02d019348010b3","parentId":517,"name":"next-swc-loader","id":520,"timestamp":2631783009,"duration":12528,"tags":{},"startTime":1732132316414},{"traceId":"6d02d019348010b3","parentId":411,"name":"build-module-tsx","id":517,"timestamp":2631779639,"duration":16949,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Badge.tsx","layer":"ssr"},"startTime":1732132316410},{"traceId":"6d02d019348010b3","parentId":518,"name":"next-swc-transform","id":519,"timestamp":2631783004,"duration":13627,"tags":{},"startTime":1732132316414},{"traceId":"6d02d019348010b3","parentId":516,"name":"next-swc-loader","id":518,"timestamp":2631782911,"duration":13725,"tags":{},"startTime":1732132316414},{"traceId":"6d02d019348010b3","parentId":454,"name":"build-module-js","id":516,"timestamp":2631779501,"duration":17876,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1732132316410},{"traceId":"6d02d019348010b3","parentId":458,"name":"build-module-/shared/lib/server-inserted-html","id":522,"timestamp":2631797593,"duration":31,"tags":{"name":"../../shared/lib/server-inserted-html","layer":"null"},"startTime":1732132316428},{"traceId":"6d02d019348010b3","parentId":460,"name":"build-module-/server/app-render/get-segment-param","id":523,"timestamp":2631797639,"duration":17,"tags":{"name":"../../server/app-render/get-segment-param","layer":"null"},"startTime":1732132316428},{"traceId":"6d02d019348010b3","parentId":486,"name":"build-module-react-server-dom-webpack/client","id":540,"timestamp":2631801065,"duration":31,"tags":{"name":"react-server-dom-webpack/client","layer":"null"},"startTime":1732132316432},{"traceId":"6d02d019348010b3","parentId":486,"name":"build-module-/shared/lib/hash","id":541,"timestamp":2631801118,"duration":18,"tags":{"name":"../../../shared/lib/hash","layer":"null"},"startTime":1732132316432},{"traceId":"6d02d019348010b3","parentId":543,"name":"next-swc-transform","id":544,"timestamp":2631801413,"duration":5674,"tags":{},"startTime":1732132316432},{"traceId":"6d02d019348010b3","parentId":542,"name":"next-swc-loader","id":543,"timestamp":2631801355,"duration":5739,"tags":{},"startTime":1732132316432},{"traceId":"6d02d019348010b3","parentId":455,"name":"build-module-js","id":542,"timestamp":2631801150,"duration":7562,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1732132316432},{"traceId":"6d02d019348010b3","parentId":549,"name":"next-swc-transform","id":550,"timestamp":2631804709,"duration":6415,"tags":{},"startTime":1732132316436},{"traceId":"6d02d019348010b3","parentId":545,"name":"next-swc-loader","id":549,"timestamp":2631804657,"duration":6474,"tags":{},"startTime":1732132316435},{"traceId":"6d02d019348010b3","parentId":458,"name":"build-module-js","id":545,"timestamp":2631804360,"duration":7762,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/client-hook-in-server-component-error.js","layer":"ssr"},"startTime":1732132316435},{"traceId":"6d02d019348010b3","parentId":553,"name":"next-swc-transform","id":554,"timestamp":2631804771,"duration":7396,"tags":{},"startTime":1732132316436}] +[{"traceId":"6d02d019348010b3","parentId":547,"name":"next-swc-loader","id":553,"timestamp":2631804745,"duration":7660,"tags":{},"startTime":1732132316436},{"traceId":"6d02d019348010b3","parentId":458,"name":"build-module-js","id":547,"timestamp":2631804487,"duration":17529,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1732132316435},{"traceId":"6d02d019348010b3","parentId":524,"name":"read-resource","id":525,"timestamp":2631797739,"duration":25082,"tags":{},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":446,"name":"build-module-mjs","id":524,"timestamp":2631797676,"duration":25729,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/tw-join.mjs","layer":"ssr"},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":526,"name":"read-resource","id":527,"timestamp":2631797840,"duration":25591,"tags":{},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":446,"name":"build-module-mjs","id":526,"timestamp":2631797796,"duration":26459,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/create-tailwind-merge.mjs","layer":"ssr"},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":528,"name":"read-resource","id":529,"timestamp":2631797935,"duration":26344,"tags":{},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":446,"name":"build-module-mjs","id":528,"timestamp":2631797888,"duration":50161,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/default-config.mjs","layer":"ssr"},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":530,"name":"read-resource","id":531,"timestamp":2631798019,"duration":50081,"tags":{},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":446,"name":"build-module-mjs","id":530,"timestamp":2631797982,"duration":50751,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/extend-tailwind-merge.mjs","layer":"ssr"},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":532,"name":"read-resource","id":533,"timestamp":2631798102,"duration":50695,"tags":{},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":446,"name":"build-module-mjs","id":532,"timestamp":2631798066,"duration":51042,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/from-theme.mjs","layer":"ssr"},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":534,"name":"read-resource","id":535,"timestamp":2631798176,"duration":50956,"tags":{},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":446,"name":"build-module-mjs","id":534,"timestamp":2631798141,"duration":51641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/merge-configs.mjs","layer":"ssr"},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":536,"name":"read-resource","id":537,"timestamp":2631798258,"duration":51551,"tags":{},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":446,"name":"build-module-mjs","id":536,"timestamp":2631798216,"duration":51888,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/tw-merge.mjs","layer":"ssr"},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":538,"name":"read-resource","id":539,"timestamp":2631798332,"duration":51798,"tags":{},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":446,"name":"build-module-mjs","id":538,"timestamp":2631798298,"duration":53297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/validators.mjs","layer":"ssr"},"startTime":1732132316429},{"traceId":"6d02d019348010b3","parentId":551,"name":"next-swc-transform","id":552,"timestamp":2631804743,"duration":46927,"tags":{},"startTime":1732132316436},{"traceId":"6d02d019348010b3","parentId":546,"name":"next-swc-loader","id":551,"timestamp":2631804711,"duration":46965,"tags":{},"startTime":1732132316436},{"traceId":"6d02d019348010b3","parentId":458,"name":"build-module-js","id":546,"timestamp":2631804438,"duration":49863,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1732132316435},{"traceId":"6d02d019348010b3","parentId":555,"name":"next-swc-transform","id":556,"timestamp":2631804796,"duration":49552,"tags":{},"startTime":1732132316436},{"traceId":"6d02d019348010b3","parentId":548,"name":"next-swc-loader","id":555,"timestamp":2631804773,"duration":49580,"tags":{},"startTime":1732132316436},{"traceId":"6d02d019348010b3","parentId":458,"name":"build-module-js","id":548,"timestamp":2631804537,"duration":50562,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1732132316435},{"traceId":"6d02d019348010b3","parentId":571,"name":"next-swc-transform","id":572,"timestamp":2631810175,"duration":49256,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":559,"name":"next-swc-loader","id":571,"timestamp":2631810043,"duration":49394,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":491,"name":"build-module-js","id":559,"timestamp":2631809092,"duration":53970,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":567,"name":"next-swc-transform","id":568,"timestamp":2631809969,"duration":53177,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":557,"name":"next-swc-loader","id":567,"timestamp":2631809892,"duration":53261,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":486,"name":"build-module-js","id":557,"timestamp":2631808909,"duration":54774,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":569,"name":"next-swc-transform","id":570,"timestamp":2631810039,"duration":53686,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":558,"name":"next-swc-loader","id":569,"timestamp":2631809974,"duration":53755,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":491,"name":"build-module-js","id":558,"timestamp":2631809014,"duration":55606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":577,"name":"next-swc-transform","id":578,"timestamp":2631810338,"duration":54320,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":562,"name":"next-swc-loader","id":577,"timestamp":2631810288,"duration":54374,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":488,"name":"build-module-js","id":562,"timestamp":2631809323,"duration":55815,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":579,"name":"next-swc-transform","id":580,"timestamp":2631810392,"duration":54793,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":563,"name":"next-swc-loader","id":579,"timestamp":2631810341,"duration":54848,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":488,"name":"build-module-js","id":563,"timestamp":2631809393,"duration":56968,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":575,"name":"next-swc-transform","id":576,"timestamp":2631810285,"duration":56131,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":561,"name":"next-swc-loader","id":575,"timestamp":2631810238,"duration":56183,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":488,"name":"build-module-js","id":561,"timestamp":2631809251,"duration":59337,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":581,"name":"next-swc-transform","id":582,"timestamp":2631810441,"duration":58203,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":564,"name":"next-swc-loader","id":581,"timestamp":2631810395,"duration":58254,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":488,"name":"build-module-js","id":564,"timestamp":2631809463,"duration":60418,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":573,"name":"next-swc-transform","id":574,"timestamp":2631810235,"duration":61143,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":560,"name":"next-swc-loader","id":573,"timestamp":2631810180,"duration":61207,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":488,"name":"build-module-js","id":560,"timestamp":2631809173,"duration":65992,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":583,"name":"next-swc-transform","id":584,"timestamp":2631810489,"duration":64734,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":565,"name":"next-swc-loader","id":583,"timestamp":2631810446,"duration":64783,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":488,"name":"build-module-js","id":565,"timestamp":2631809550,"duration":67311,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":585,"name":"next-swc-transform","id":586,"timestamp":2631810544,"duration":66395,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":566,"name":"next-swc-loader","id":585,"timestamp":2631810492,"duration":66453,"tags":{},"startTime":1732132316441},{"traceId":"6d02d019348010b3","parentId":488,"name":"build-module-js","id":566,"timestamp":2631809665,"duration":78015,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1732132316440},{"traceId":"6d02d019348010b3","parentId":542,"name":"build-module-/shared/lib/router/utils/remove-trailing-slash","id":593,"timestamp":2631889209,"duration":62,"tags":{"name":"../shared/lib/router/utils/remove-trailing-slash","layer":"null"},"startTime":1732132316520},{"traceId":"6d02d019348010b3","parentId":542,"name":"build-module-/shared/lib/router/utils/parse-path","id":594,"timestamp":2631889360,"duration":34,"tags":{"name":"../shared/lib/router/utils/parse-path","layer":"null"},"startTime":1732132316520},{"traceId":"6d02d019348010b3","parentId":559,"name":"build-module-/server/future/helpers/interception-routes","id":599,"timestamp":2631901588,"duration":24,"tags":{"name":"../../../server/future/helpers/interception-routes","layer":"null"},"startTime":1732132316532},{"traceId":"6d02d019348010b3","parentId":589,"name":"read-resource","id":590,"timestamp":2631856673,"duration":48652,"tags":{},"startTime":1732132316488},{"traceId":"6d02d019348010b3","parentId":410,"name":"build-module-js","id":589,"timestamp":2631856634,"duration":48984,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/image.js","layer":"ssr"},"startTime":1732132316487},{"traceId":"6d02d019348010b3","parentId":587,"name":"read-resource","id":588,"timestamp":2631856592,"duration":49050,"tags":{},"startTime":1732132316487},{"traceId":"6d02d019348010b3","parentId":410,"name":"build-module-js","id":587,"timestamp":2631856508,"duration":49328,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/link.js","layer":"ssr"},"startTime":1732132316487},{"traceId":"6d02d019348010b3","parentId":591,"name":"read-resource","id":592,"timestamp":2631856735,"duration":49124,"tags":{},"startTime":1732132316488},{"traceId":"6d02d019348010b3","parentId":411,"name":"build-module-js","id":591,"timestamp":2631856700,"duration":49353,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/navigation.js","layer":"ssr"},"startTime":1732132316488},{"traceId":"6d02d019348010b3","parentId":595,"name":"read-resource","id":596,"timestamp":2631900569,"duration":16380,"tags":{},"startTime":1732132316531},{"traceId":"6d02d019348010b3","parentId":526,"name":"build-module-mjs","id":595,"timestamp":2631900512,"duration":16995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/config-utils.mjs","layer":"ssr"},"startTime":1732132316531},{"traceId":"6d02d019348010b3","parentId":597,"name":"read-resource","id":598,"timestamp":2631900639,"duration":16893,"tags":{},"startTime":1732132316531},{"traceId":"6d02d019348010b3","parentId":526,"name":"build-module-mjs","id":597,"timestamp":2631900598,"duration":26866,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/merge-classlist.mjs","layer":"ssr"},"startTime":1732132316531},{"traceId":"6d02d019348010b3","parentId":617,"name":"next-swc-transform","id":618,"timestamp":2631910346,"duration":17272,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":602,"name":"next-swc-loader","id":617,"timestamp":2631910302,"duration":17324,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":563,"name":"build-module-js","id":602,"timestamp":2631909369,"duration":19016,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/read-record-value.js","layer":"ssr"},"startTime":1732132316540},{"traceId":"6d02d019348010b3","parentId":615,"name":"next-swc-transform","id":616,"timestamp":2631910299,"duration":18130,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":601,"name":"next-swc-loader","id":615,"timestamp":2631910248,"duration":18186,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":563,"name":"build-module-js","id":601,"timestamp":2631909288,"duration":19834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-record-from-thenable.js","layer":"ssr"},"startTime":1732132316540},{"traceId":"6d02d019348010b3","parentId":619,"name":"next-swc-transform","id":620,"timestamp":2631910392,"duration":20672,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":603,"name":"next-swc-loader","id":619,"timestamp":2631910349,"duration":20724,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":563,"name":"build-module-js","id":603,"timestamp":2631909447,"duration":23015,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1732132316540},{"traceId":"6d02d019348010b3","parentId":613,"name":"next-swc-transform","id":614,"timestamp":2631910243,"duration":22291,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":600,"name":"next-swc-loader","id":613,"timestamp":2631910150,"duration":22390,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":564,"name":"build-module-js","id":600,"timestamp":2631909175,"duration":25233,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1732132316540},{"traceId":"6d02d019348010b3","parentId":623,"name":"next-swc-transform","id":624,"timestamp":2631910486,"duration":23976,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":605,"name":"next-swc-loader","id":623,"timestamp":2631910438,"duration":24030,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":563,"name":"build-module-js","id":605,"timestamp":2631909577,"duration":26072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1732132316540},{"traceId":"6d02d019348010b3","parentId":621,"name":"next-swc-transform","id":622,"timestamp":2631910435,"duration":25263,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":604,"name":"next-swc-loader","id":621,"timestamp":2631910394,"duration":25310,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":563,"name":"build-module-js","id":604,"timestamp":2631909513,"duration":28061,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1732132316540},{"traceId":"6d02d019348010b3","parentId":625,"name":"next-swc-transform","id":626,"timestamp":2631910532,"duration":27095,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":606,"name":"next-swc-loader","id":625,"timestamp":2631910489,"duration":27145,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":561,"name":"build-module-js","id":606,"timestamp":2631909650,"duration":28895,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1732132316540},{"traceId":"6d02d019348010b3","parentId":627,"name":"next-swc-transform","id":628,"timestamp":2631910576,"duration":30000,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":607,"name":"next-swc-loader","id":627,"timestamp":2631910535,"duration":30049,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":560,"name":"build-module-js","id":607,"timestamp":2631909713,"duration":31894,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":631,"name":"next-swc-transform","id":632,"timestamp":2631910662,"duration":30997,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":609,"name":"next-swc-loader","id":631,"timestamp":2631910621,"duration":31043,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":560,"name":"build-module-js","id":609,"timestamp":2631909848,"duration":32860,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-optimistic-tree.js","layer":"ssr"},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":633,"name":"next-swc-transform","id":634,"timestamp":2631910706,"duration":32048,"tags":{},"startTime":1732132316542},{"traceId":"6d02d019348010b3","parentId":610,"name":"next-swc-loader","id":633,"timestamp":2631910664,"duration":32095,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":560,"name":"build-module-js","id":610,"timestamp":2631909911,"duration":33615,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":629,"name":"next-swc-transform","id":630,"timestamp":2631910619,"duration":33974,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":608,"name":"next-swc-loader","id":629,"timestamp":2631910579,"duration":34022,"tags":{},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":560,"name":"build-module-js","id":608,"timestamp":2631909777,"duration":35935,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/fill-cache-with-data-property.js","layer":"ssr"},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":635,"name":"next-swc-transform","id":636,"timestamp":2631910750,"duration":36393,"tags":{},"startTime":1732132316542}] +[{"traceId":"6d02d019348010b3","parentId":611,"name":"next-swc-loader","id":635,"timestamp":2631910709,"duration":36629,"tags":{},"startTime":1732132316542},{"traceId":"6d02d019348010b3","parentId":560,"name":"build-module-js","id":611,"timestamp":2631909972,"duration":38337,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/get-prefetch-cache-entry-status.js","layer":"ssr"},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":637,"name":"next-swc-transform","id":638,"timestamp":2631910799,"duration":37548,"tags":{},"startTime":1732132316542},{"traceId":"6d02d019348010b3","parentId":612,"name":"next-swc-loader","id":637,"timestamp":2631910753,"duration":37598,"tags":{},"startTime":1732132316542},{"traceId":"6d02d019348010b3","parentId":564,"name":"build-module-js","id":612,"timestamp":2631910032,"duration":38763,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/prune-prefetch-cache.js","layer":"ssr"},"startTime":1732132316541},{"traceId":"6d02d019348010b3","parentId":643,"name":"next-swc-transform","id":644,"timestamp":2631930118,"duration":18711,"tags":{},"startTime":1732132316561},{"traceId":"6d02d019348010b3","parentId":640,"name":"next-swc-loader","id":643,"timestamp":2631930052,"duration":18780,"tags":{},"startTime":1732132316561},{"traceId":"6d02d019348010b3","parentId":411,"name":"build-module-tsx","id":640,"timestamp":2631929671,"duration":19473,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/navlinks.tsx","layer":"ssr"},"startTime":1732132316561},{"traceId":"6d02d019348010b3","parentId":641,"name":"next-swc-transform","id":642,"timestamp":2631930045,"duration":19298,"tags":{},"startTime":1732132316561},{"traceId":"6d02d019348010b3","parentId":639,"name":"next-swc-loader","id":641,"timestamp":2631929948,"duration":19400,"tags":{},"startTime":1732132316561},{"traceId":"6d02d019348010b3","parentId":410,"name":"build-module-tsx","id":639,"timestamp":2631929514,"duration":20801,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/products.tsx","layer":"ssr"},"startTime":1732132316560},{"traceId":"6d02d019348010b3","parentId":649,"name":"next-swc-transform","id":650,"timestamp":2631939942,"duration":10651,"tags":{},"startTime":1732132316571},{"traceId":"6d02d019348010b3","parentId":646,"name":"next-swc-loader","id":649,"timestamp":2631939890,"duration":10727,"tags":{},"startTime":1732132316571},{"traceId":"6d02d019348010b3","parentId":548,"name":"build-module-js","id":646,"timestamp":2631939082,"duration":12015,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/lazy-dynamic/dynamic-no-ssr.js","layer":"ssr"},"startTime":1732132316570},{"traceId":"6d02d019348010b3","parentId":647,"name":"next-swc-transform","id":648,"timestamp":2631939885,"duration":11244,"tags":{},"startTime":1732132316571},{"traceId":"6d02d019348010b3","parentId":645,"name":"next-swc-loader","id":647,"timestamp":2631939811,"duration":11321,"tags":{},"startTime":1732132316571},{"traceId":"6d02d019348010b3","parentId":411,"name":"build-module-tsx","id":645,"timestamp":2631938969,"duration":12424,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/socials.tsx","layer":"ssr"},"startTime":1732132316570},{"traceId":"6d02d019348010b3","parentId":660,"name":"next-swc-transform","id":661,"timestamp":2631952718,"duration":2123,"tags":{},"startTime":1732132316584},{"traceId":"6d02d019348010b3","parentId":657,"name":"next-swc-loader","id":660,"timestamp":2631952663,"duration":2185,"tags":{},"startTime":1732132316583},{"traceId":"6d02d019348010b3","parentId":411,"name":"build-module-ts","id":657,"timestamp":2631951908,"duration":3468,"tags":{"name":"/workspaces/lscaturchio.xyz/src/lib/utils.ts","layer":"ssr"},"startTime":1732132316583},{"traceId":"6d02d019348010b3","parentId":664,"name":"next-swc-transform","id":665,"timestamp":2631952789,"duration":14952,"tags":{},"startTime":1732132316584},{"traceId":"6d02d019348010b3","parentId":659,"name":"next-swc-loader","id":664,"timestamp":2631952761,"duration":14991,"tags":{},"startTime":1732132316584},{"traceId":"6d02d019348010b3","parentId":589,"name":"build-module-js","id":659,"timestamp":2631952123,"duration":16757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/image-external.js","layer":"ssr"},"startTime":1732132316583},{"traceId":"6d02d019348010b3","parentId":662,"name":"next-swc-transform","id":663,"timestamp":2631952759,"duration":17063,"tags":{},"startTime":1732132316584},{"traceId":"6d02d019348010b3","parentId":658,"name":"next-swc-loader","id":662,"timestamp":2631952721,"duration":17109,"tags":{},"startTime":1732132316584},{"traceId":"6d02d019348010b3","parentId":587,"name":"build-module-js","id":658,"timestamp":2631952030,"duration":33142,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1732132316583},{"traceId":"6d02d019348010b3","parentId":651,"name":"read-resource","id":652,"timestamp":2631946104,"duration":41882,"tags":{},"startTime":1732132316577},{"traceId":"6d02d019348010b3","parentId":595,"name":"build-module-mjs","id":651,"timestamp":2631946043,"duration":47149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/class-utils.mjs","layer":"ssr"},"startTime":1732132316577},{"traceId":"6d02d019348010b3","parentId":653,"name":"read-resource","id":654,"timestamp":2631946170,"duration":47044,"tags":{},"startTime":1732132316577},{"traceId":"6d02d019348010b3","parentId":595,"name":"build-module-mjs","id":653,"timestamp":2631946135,"duration":47659,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/lru-cache.mjs","layer":"ssr"},"startTime":1732132316577},{"traceId":"6d02d019348010b3","parentId":655,"name":"read-resource","id":656,"timestamp":2631946226,"duration":47589,"tags":{},"startTime":1732132316577},{"traceId":"6d02d019348010b3","parentId":595,"name":"build-module-mjs","id":655,"timestamp":2631946191,"duration":48365,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/modifier-utils.mjs","layer":"ssr"},"startTime":1732132316577},{"traceId":"6d02d019348010b3","parentId":673,"name":"next-swc-transform","id":674,"timestamp":2631995955,"duration":15273,"tags":{},"startTime":1732132316627},{"traceId":"6d02d019348010b3","parentId":670,"name":"next-swc-loader","id":673,"timestamp":2631995858,"duration":15381,"tags":{},"startTime":1732132316627},{"traceId":"6d02d019348010b3","parentId":606,"name":"build-module-js","id":670,"timestamp":2631995339,"duration":17171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1732132316626},{"traceId":"6d02d019348010b3","parentId":668,"name":"read-resource","id":669,"timestamp":2631955899,"duration":57713,"tags":{},"startTime":1732132316587},{"traceId":"6d02d019348010b3","parentId":406,"name":"build-module-cjs","id":668,"timestamp":2631955844,"duration":58645,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"ssr"},"startTime":1732132316587},{"traceId":"6d02d019348010b3","parentId":666,"name":"read-resource","id":667,"timestamp":2631955530,"duration":59631,"tags":{},"startTime":1732132316586},{"traceId":"6d02d019348010b3","parentId":410,"name":"build-module-mjs","id":666,"timestamp":2631955471,"duration":64073,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/index.mjs","layer":"ssr"},"startTime":1732132316586},{"traceId":"6d02d019348010b3","parentId":659,"name":"build-module-/get-img-props","id":675,"timestamp":2632051381,"duration":39,"tags":{"name":"./get-img-props","layer":"null"},"startTime":1732132316682},{"traceId":"6d02d019348010b3","parentId":659,"name":"build-module-/utils/warn-once","id":676,"timestamp":2632051445,"duration":11,"tags":{"name":"./utils/warn-once","layer":"null"},"startTime":1732132316682},{"traceId":"6d02d019348010b3","parentId":658,"name":"build-module-/shared/lib/router/utils/resolve-href","id":677,"timestamp":2632051470,"duration":9,"tags":{"name":"../shared/lib/router/utils/resolve-href","layer":"null"},"startTime":1732132316682},{"traceId":"6d02d019348010b3","parentId":658,"name":"build-module-/shared/lib/router/utils/is-local-url","id":678,"timestamp":2632051488,"duration":8,"tags":{"name":"../shared/lib/router/utils/is-local-url","layer":"null"},"startTime":1732132316682},{"traceId":"6d02d019348010b3","parentId":658,"name":"build-module-/shared/lib/router/utils/format-url","id":679,"timestamp":2632051503,"duration":8,"tags":{"name":"../shared/lib/router/utils/format-url","layer":"null"},"startTime":1732132316682},{"traceId":"6d02d019348010b3","parentId":658,"name":"build-module-/shared/lib/utils","id":680,"timestamp":2632051518,"duration":7,"tags":{"name":"../shared/lib/utils","layer":"null"},"startTime":1732132316682},{"traceId":"6d02d019348010b3","parentId":658,"name":"build-module-/shared/lib/router-context","id":681,"timestamp":2632051533,"duration":6,"tags":{"name":"../shared/lib/router-context","layer":"null"},"startTime":1732132316682},{"traceId":"6d02d019348010b3","parentId":812,"name":"next-swc-transform","id":813,"timestamp":2632054205,"duration":22952,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":683,"name":"next-swc-loader","id":812,"timestamp":2632054133,"duration":23046,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":658,"name":"build-module-js","id":683,"timestamp":2632051682,"duration":28302,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":810,"name":"next-swc-transform","id":811,"timestamp":2632054130,"duration":25948,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":682,"name":"next-swc-loader","id":810,"timestamp":2632054058,"duration":26028,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":646,"name":"build-module-js","id":682,"timestamp":2632051548,"duration":28961,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/lazy-dynamic/no-ssr-error.js","layer":"ssr"},"startTime":1732132316682},{"traceId":"6d02d019348010b3","parentId":816,"name":"next-swc-transform","id":817,"timestamp":2632054273,"duration":26288,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":685,"name":"next-swc-loader","id":816,"timestamp":2632054248,"duration":26320,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":658,"name":"build-module-js","id":685,"timestamp":2632051890,"duration":29595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":671,"name":"read-resource","id":672,"timestamp":2631995504,"duration":86566,"tags":{},"startTime":1732132316626},{"traceId":"6d02d019348010b3","parentId":411,"name":"build-module-js","id":671,"timestamp":2631995468,"duration":484986,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/cjs/tabler-icons-react.js","layer":"ssr"},"startTime":1732132316626},{"traceId":"6d02d019348010b3","parentId":814,"name":"next-swc-transform","id":815,"timestamp":2632054246,"duration":426732,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":684,"name":"next-swc-loader","id":814,"timestamp":2632054208,"duration":426781,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":658,"name":"build-module-js","id":684,"timestamp":2632051807,"duration":431184,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":820,"name":"next-swc-transform","id":821,"timestamp":2632054326,"duration":436079,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":687,"name":"next-swc-loader","id":820,"timestamp":2632054301,"duration":436112,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":670,"name":"build-module-js","id":687,"timestamp":2632051979,"duration":440684,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":818,"name":"next-swc-transform","id":819,"timestamp":2632054300,"duration":438504,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":686,"name":"next-swc-loader","id":818,"timestamp":2632054275,"duration":438536,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":659,"name":"build-module-js","id":686,"timestamp":2632051937,"duration":443916,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/image-component.js","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":688,"name":"read-resource","id":689,"timestamp":2632052086,"duration":494147,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":688,"timestamp":2632052055,"duration":495042,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":690,"name":"read-resource","id":691,"timestamp":2632052145,"duration":494994,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":690,"timestamp":2632052112,"duration":495765,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-motion-template.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":692,"name":"read-resource","id":693,"timestamp":2632052195,"duration":495706,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":692,"timestamp":2632052165,"duration":496433,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-transform.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":696,"name":"read-resource","id":697,"timestamp":2632052293,"duration":496330,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":696,"timestamp":2632052259,"duration":496734,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-velocity.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":694,"name":"read-resource","id":695,"timestamp":2632052242,"duration":496776,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":694,"timestamp":2632052213,"duration":497958,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-spring.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":698,"name":"read-resource","id":699,"timestamp":2632052340,"duration":498194,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":698,"timestamp":2632052311,"duration":499147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-scroll.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":700,"name":"read-resource","id":701,"timestamp":2632052385,"duration":499094,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":700,"timestamp":2632052357,"duration":499375,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-time.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":702,"name":"read-resource","id":703,"timestamp":2632052431,"duration":499319,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":702,"timestamp":2632052403,"duration":499836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":704,"name":"read-resource","id":705,"timestamp":2632052477,"duration":499782,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":704,"timestamp":2632052448,"duration":504246,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/index.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":708,"name":"read-resource","id":709,"timestamp":2632052576,"duration":505891,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":708,"timestamp":2632052547,"duration":506364,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/scroll/use-element-scroll.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":706,"name":"read-resource","id":707,"timestamp":2632052529,"duration":506405,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":706,"timestamp":2632052495,"duration":506762,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":710,"name":"read-resource","id":711,"timestamp":2632052623,"duration":506654,"tags":{},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":710,"timestamp":2632052594,"duration":507052,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/scroll/use-viewport-scroll.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":712,"name":"read-resource","id":713,"timestamp":2632052669,"duration":507007,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":712,"timestamp":2632052641,"duration":507917,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs","layer":"ssr"},"startTime":1732132316683},{"traceId":"6d02d019348010b3","parentId":720,"name":"read-resource","id":721,"timestamp":2632052846,"duration":511116,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":720,"timestamp":2632052820,"duration":511688,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-in-view.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":722,"name":"read-resource","id":723,"timestamp":2632052877,"duration":511653,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":722,"timestamp":2632052855,"duration":512189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":724,"name":"read-resource","id":725,"timestamp":2632052900,"duration":512165,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":724,"timestamp":2632052884,"duration":512645,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/transform.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":726,"name":"read-resource","id":727,"timestamp":2632052925,"duration":512627,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":726,"timestamp":2632052907,"duration":512886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/clamp.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":730,"name":"read-resource","id":731,"timestamp":2632052967,"duration":512847,"tags":{},"startTime":1732132316684}] +[{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":730,"timestamp":2632052953,"duration":513501,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/pipe.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":732,"name":"read-resource","id":733,"timestamp":2632052991,"duration":513487,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":732,"timestamp":2632052973,"duration":513776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/progress.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":734,"name":"read-resource","id":735,"timestamp":2632053021,"duration":513748,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":734,"timestamp":2632052998,"duration":514019,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/wrap.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":736,"name":"read-resource","id":737,"timestamp":2632053044,"duration":513992,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":736,"timestamp":2632053028,"duration":514381,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/delay.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":738,"name":"read-resource","id":739,"timestamp":2632053065,"duration":514365,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":738,"timestamp":2632053050,"duration":514698,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/distance.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":740,"name":"read-resource","id":741,"timestamp":2632053093,"duration":514675,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":740,"timestamp":2632053070,"duration":515183,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":742,"name":"read-resource","id":743,"timestamp":2632053118,"duration":515156,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":742,"timestamp":2632053101,"duration":515533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":744,"name":"read-resource","id":745,"timestamp":2632053139,"duration":515517,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":744,"timestamp":2632053124,"duration":515900,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/use-dom-event.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":746,"name":"read-resource","id":747,"timestamp":2632053159,"duration":515887,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":746,"timestamp":2632053144,"duration":516914,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/index.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":748,"name":"read-resource","id":749,"timestamp":2632053179,"duration":516904,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":748,"timestamp":2632053165,"duration":517369,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":750,"name":"read-resource","id":751,"timestamp":2632053207,"duration":517348,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":750,"timestamp":2632053191,"duration":518337,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":728,"name":"read-resource","id":729,"timestamp":2632052947,"duration":518604,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":728,"timestamp":2632052932,"duration":518948,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/mix.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":752,"name":"read-resource","id":753,"timestamp":2632053227,"duration":518675,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":752,"timestamp":2632053213,"duration":522654,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/unwrap-motion-component.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":754,"name":"read-resource","id":755,"timestamp":2632053248,"duration":522641,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":754,"timestamp":2632053233,"duration":530129,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/VisualElement.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":756,"name":"read-resource","id":757,"timestamp":2632053274,"duration":530117,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":756,"timestamp":2632053254,"duration":530365,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/store.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":758,"name":"read-resource","id":759,"timestamp":2632053296,"duration":530344,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":758,"timestamp":2632053281,"duration":530883,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/motion.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":760,"name":"read-resource","id":761,"timestamp":2632053317,"duration":530867,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":760,"timestamp":2632053302,"duration":531093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/motion-minimal.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":762,"name":"read-resource","id":763,"timestamp":2632053337,"duration":531076,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":762,"timestamp":2632053322,"duration":531293,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":764,"name":"read-resource","id":765,"timestamp":2632053357,"duration":531275,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":764,"timestamp":2632053343,"duration":531493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/features-max.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":766,"name":"read-resource","id":767,"timestamp":2632053382,"duration":531472,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":766,"timestamp":2632053363,"duration":534269,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/use-instant-layout-transition.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":768,"name":"read-resource","id":769,"timestamp":2632053414,"duration":534241,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":768,"timestamp":2632053388,"duration":534561,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/use-reset-projection.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":770,"name":"read-resource","id":771,"timestamp":2632053433,"duration":534535,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":770,"timestamp":2632053419,"duration":534777,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":772,"name":"read-resource","id":773,"timestamp":2632053453,"duration":534762,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":772,"timestamp":2632053439,"duration":534998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":774,"name":"read-resource","id":775,"timestamp":2632053477,"duration":534979,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":774,"timestamp":2632053459,"duration":540064,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":776,"name":"read-resource","id":777,"timestamp":2632053499,"duration":540070,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":776,"timestamp":2632053484,"duration":540336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":778,"name":"read-resource","id":779,"timestamp":2632053523,"duration":540324,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":778,"timestamp":2632053507,"duration":540632,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":780,"name":"read-resource","id":781,"timestamp":2632053544,"duration":540618,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":780,"timestamp":2632053529,"duration":540885,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":782,"name":"read-resource","id":783,"timestamp":2632053564,"duration":540873,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":782,"timestamp":2632053549,"duration":541141,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":784,"name":"read-resource","id":785,"timestamp":2632053588,"duration":541123,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":784,"timestamp":2632053570,"duration":541614,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":786,"name":"read-resource","id":787,"timestamp":2632053609,"duration":541597,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":786,"timestamp":2632053594,"duration":542232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":788,"name":"read-resource","id":789,"timestamp":2632053630,"duration":542219,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":788,"timestamp":2632053615,"duration":548472,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":790,"name":"read-resource","id":791,"timestamp":2632053650,"duration":548466,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":790,"timestamp":2632053636,"duration":549068,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":792,"name":"read-resource","id":793,"timestamp":2632053670,"duration":549056,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":792,"timestamp":2632053656,"duration":551181,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":794,"name":"read-resource","id":795,"timestamp":2632053698,"duration":551162,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":794,"timestamp":2632053677,"duration":551891,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs","layer":"ssr"},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":796,"name":"read-resource","id":797,"timestamp":2632053722,"duration":551875,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":796,"timestamp":2632053705,"duration":552646,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs","layer":"ssr"},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":798,"name":"read-resource","id":799,"timestamp":2632053743,"duration":552630,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":798,"timestamp":2632053729,"duration":552912,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/Reorder/index.mjs","layer":"ssr"},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":800,"name":"read-resource","id":801,"timestamp":2632053766,"duration":552895,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":800,"timestamp":2632053750,"duration":554301,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animate.mjs","layer":"ssr"},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":802,"name":"read-resource","id":803,"timestamp":2632053801,"duration":554271,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":802,"timestamp":2632053774,"duration":554789,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.mjs","layer":"ssr"},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":804,"name":"read-resource","id":805,"timestamp":2632053823,"duration":554758,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":804,"timestamp":2632053808,"duration":555069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs","layer":"ssr"},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":806,"name":"read-resource","id":807,"timestamp":2632053844,"duration":555051,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":806,"timestamp":2632053829,"duration":555304,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs","layer":"ssr"},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":808,"name":"read-resource","id":809,"timestamp":2632053865,"duration":555285,"tags":{},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":808,"timestamp":2632053850,"duration":555931,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs","layer":"ssr"},"startTime":1732132316685},{"traceId":"6d02d019348010b3","parentId":718,"name":"read-resource","id":719,"timestamp":2632052804,"duration":571291,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":718,"timestamp":2632052778,"duration":573772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-cycle.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":716,"name":"read-resource","id":717,"timestamp":2632052760,"duration":573815,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":716,"timestamp":2632052735,"duration":574368,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":714,"name":"read-resource","id":715,"timestamp":2632052717,"duration":574497,"tags":{},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":714,"timestamp":2632052686,"duration":574906,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","layer":"ssr"},"startTime":1732132316684},{"traceId":"6d02d019348010b3","parentId":822,"name":"read-resource","id":823,"timestamp":2632063189,"duration":564430,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":822,"timestamp":2632063112,"duration":565158,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","layer":"ssr"},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":824,"name":"read-resource","id":825,"timestamp":2632063257,"duration":565037,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":824,"timestamp":2632063210,"duration":565782,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/start.mjs","layer":"ssr"},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":826,"name":"read-resource","id":827,"timestamp":2632063305,"duration":565739,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":826,"timestamp":2632063272,"duration":566005,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","layer":"ssr"},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":828,"name":"read-resource","id":829,"timestamp":2632063350,"duration":566420,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":828,"timestamp":2632063320,"duration":567264,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/index.mjs","layer":"ssr"},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":830,"name":"read-resource","id":831,"timestamp":2632063396,"duration":567212,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":830,"timestamp":2632063362,"duration":568525,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","layer":"ssr"},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":836,"name":"read-resource","id":837,"timestamp":2632063513,"duration":568401,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":836,"timestamp":2632063487,"duration":569441,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs","layer":"ssr"},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":832,"name":"read-resource","id":833,"timestamp":2632063436,"duration":570078,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":832,"timestamp":2632063408,"duration":570578,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/viewport/index.mjs","layer":"ssr"},"startTime":1732132316694}] +[{"traceId":"6d02d019348010b3","parentId":838,"name":"read-resource","id":839,"timestamp":2632063550,"duration":570859,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":838,"timestamp":2632063525,"duration":571305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/anticipate.mjs","layer":"ssr"},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":834,"name":"read-resource","id":835,"timestamp":2632063476,"duration":571379,"tags":{},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":834,"timestamp":2632063448,"duration":571986,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/stagger.mjs","layer":"ssr"},"startTime":1732132316694},{"traceId":"6d02d019348010b3","parentId":840,"name":"read-resource","id":841,"timestamp":2632502220,"duration":153233,"tags":{},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":840,"timestamp":2632502146,"duration":153628,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/back.mjs","layer":"ssr"},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":846,"name":"read-resource","id":847,"timestamp":2632502389,"duration":153405,"tags":{},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":846,"timestamp":2632502357,"duration":154038,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","layer":"ssr"},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":844,"name":"read-resource","id":845,"timestamp":2632502344,"duration":154070,"tags":{},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":844,"timestamp":2632502310,"duration":154341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/ease.mjs","layer":"ssr"},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":842,"name":"read-resource","id":843,"timestamp":2632502296,"duration":154372,"tags":{},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":842,"timestamp":2632502257,"duration":155284,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/circ.mjs","layer":"ssr"},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":848,"name":"read-resource","id":849,"timestamp":2632502440,"duration":155121,"tags":{},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":848,"timestamp":2632502402,"duration":155396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","layer":"ssr"},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":852,"name":"read-resource","id":853,"timestamp":2632502921,"duration":154915,"tags":{},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":852,"timestamp":2632502876,"duration":155334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/errors.mjs","layer":"ssr"},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":850,"name":"read-resource","id":851,"timestamp":2632502484,"duration":155747,"tags":{},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":850,"timestamp":2632502453,"duration":155965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","layer":"ssr"},"startTime":1732132317133},{"traceId":"6d02d019348010b3","parentId":854,"name":"read-resource","id":855,"timestamp":2632502986,"duration":155450,"tags":{},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":854,"timestamp":2632502952,"duration":157240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/interpolate.mjs","layer":"ssr"},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":856,"name":"read-resource","id":857,"timestamp":2632503041,"duration":157177,"tags":{},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":856,"timestamp":2632502999,"duration":157571,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/frameloop/frame.mjs","layer":"ssr"},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":858,"name":"read-resource","id":859,"timestamp":2632503151,"duration":157465,"tags":{},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":858,"timestamp":2632503114,"duration":161424,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/setters.mjs","layer":"ssr"},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":862,"name":"read-resource","id":863,"timestamp":2632503243,"duration":161317,"tags":{},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":862,"timestamp":2632503212,"duration":161974,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","layer":"ssr"},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":860,"name":"read-resource","id":861,"timestamp":2632503199,"duration":162011,"tags":{},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":860,"timestamp":2632503166,"duration":167022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.mjs","layer":"ssr"},"startTime":1732132317134},{"traceId":"6d02d019348010b3","parentId":686,"name":"build-module-/shared/lib/head","id":892,"timestamp":2632686828,"duration":26,"tags":{"name":"../shared/lib/head","layer":"null"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":686,"name":"build-module-/shared/lib/image-config","id":893,"timestamp":2632686872,"duration":9,"tags":{"name":"../shared/lib/image-config","layer":"null"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":686,"name":"build-module-/shared/lib/image-config-context","id":894,"timestamp":2632686888,"duration":5,"tags":{"name":"../shared/lib/image-config-context","layer":"null"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":959,"name":"next-swc-transform","id":960,"timestamp":2632696628,"duration":6452,"tags":{},"startTime":1732132317327},{"traceId":"6d02d019348010b3","parentId":918,"name":"next-swc-loader","id":959,"timestamp":2632696567,"duration":6520,"tags":{},"startTime":1732132317327},{"traceId":"6d02d019348010b3","parentId":684,"name":"build-module-js","id":918,"timestamp":2632688715,"duration":15131,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":957,"name":"next-swc-transform","id":958,"timestamp":2632696562,"duration":9300,"tags":{},"startTime":1732132317327},{"traceId":"6d02d019348010b3","parentId":917,"name":"next-swc-loader","id":957,"timestamp":2632696458,"duration":9411,"tags":{},"startTime":1732132317327},{"traceId":"6d02d019348010b3","parentId":659,"name":"build-module-js","id":917,"timestamp":2632688643,"duration":18055,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/image-loader.js","layer":"ssr"},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":917,"name":"build-module-/match-remote-pattern","id":1057,"timestamp":2632711351,"duration":24,"tags":{"name":"./match-remote-pattern","layer":"null"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":864,"name":"read-resource","id":865,"timestamp":2632686171,"duration":50018,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":864,"timestamp":2632686110,"duration":54479,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/js/index.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":866,"name":"read-resource","id":867,"timestamp":2632686231,"duration":54417,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":866,"timestamp":2632686196,"duration":55355,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/index.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":868,"name":"read-resource","id":869,"timestamp":2632686286,"duration":55286,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":868,"timestamp":2632686251,"duration":56208,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":870,"name":"read-resource","id":871,"timestamp":2632686338,"duration":56142,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":870,"timestamp":2632686307,"duration":56613,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":872,"name":"read-resource","id":873,"timestamp":2632686385,"duration":57922,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":872,"timestamp":2632686356,"duration":59153,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":876,"name":"read-resource","id":877,"timestamp":2632686482,"duration":59051,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":876,"timestamp":2632686449,"duration":59417,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":874,"name":"read-resource","id":875,"timestamp":2632686432,"duration":59456,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":874,"timestamp":2632686403,"duration":59775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/animations.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":878,"name":"read-resource","id":879,"timestamp":2632686529,"duration":59677,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":878,"timestamp":2632686500,"duration":60141,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/event-info.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":880,"name":"read-resource","id":881,"timestamp":2632686577,"duration":60116,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":880,"timestamp":2632686548,"duration":60371,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/is-browser.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":884,"name":"read-resource","id":885,"timestamp":2632686672,"duration":60270,"tags":{},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":884,"timestamp":2632686640,"duration":60563,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":882,"name":"read-resource","id":883,"timestamp":2632686622,"duration":60606,"tags":{},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":882,"timestamp":2632686595,"duration":60917,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs","layer":"ssr"},"startTime":1732132317317},{"traceId":"6d02d019348010b3","parentId":886,"name":"read-resource","id":887,"timestamp":2632686719,"duration":60816,"tags":{},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":886,"timestamp":2632686690,"duration":61303,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-force-update.mjs","layer":"ssr"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":888,"name":"read-resource","id":889,"timestamp":2632686765,"duration":61467,"tags":{},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":888,"timestamp":2632686737,"duration":62725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","layer":"ssr"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":890,"name":"read-resource","id":891,"timestamp":2632686810,"duration":62676,"tags":{},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":890,"timestamp":2632686782,"duration":62949,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","layer":"ssr"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":895,"name":"read-resource","id":896,"timestamp":2632686929,"duration":62827,"tags":{},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":895,"timestamp":2632686900,"duration":63226,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","layer":"ssr"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":897,"name":"read-resource","id":898,"timestamp":2632686993,"duration":63157,"tags":{},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":897,"timestamp":2632686950,"duration":64052,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","layer":"ssr"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":901,"name":"read-resource","id":902,"timestamp":2632687091,"duration":63934,"tags":{},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":901,"timestamp":2632687062,"duration":64519,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","layer":"ssr"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":899,"name":"read-resource","id":900,"timestamp":2632687043,"duration":64560,"tags":{},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":666,"name":"build-module-mjs","id":899,"timestamp":2632687013,"duration":65251,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","layer":"ssr"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":903,"name":"read-resource","id":904,"timestamp":2632688235,"duration":64053,"tags":{},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":1066,"name":"image-size-calculation","id":1067,"timestamp":2632752950,"duration":188,"tags":{},"startTime":1732132317384},{"traceId":"6d02d019348010b3","parentId":1066,"name":"image-data-stringify","id":1068,"timestamp":2632753791,"duration":47,"tags":{},"startTime":1732132317385},{"traceId":"6d02d019348010b3","parentId":903,"name":"next-image-loader","id":1066,"timestamp":2632752497,"duration":1449,"tags":{},"startTime":1732132317383},{"traceId":"6d02d019348010b3","parentId":639,"name":"build-module-png","id":903,"timestamp":2632687110,"duration":67216,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-aceternity.png","layer":"ssr"},"startTime":1732132317318},{"traceId":"6d02d019348010b3","parentId":907,"name":"read-resource","id":908,"timestamp":2632688381,"duration":65965,"tags":{},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":1069,"name":"image-size-calculation","id":1070,"timestamp":2632754469,"duration":27,"tags":{},"startTime":1732132317385},{"traceId":"6d02d019348010b3","parentId":1069,"name":"image-data-stringify","id":1071,"timestamp":2632754587,"duration":11,"tags":{},"startTime":1732132317385},{"traceId":"6d02d019348010b3","parentId":907,"name":"next-image-loader","id":1069,"timestamp":2632754360,"duration":256,"tags":{},"startTime":1732132317385},{"traceId":"6d02d019348010b3","parentId":639,"name":"build-module-png","id":907,"timestamp":2632688339,"duration":66551,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-algochurn.png","layer":"ssr"},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":909,"name":"read-resource","id":910,"timestamp":2632688441,"duration":66472,"tags":{},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":1072,"name":"image-size-calculation","id":1073,"timestamp":2632755035,"duration":85,"tags":{},"startTime":1732132317386},{"traceId":"6d02d019348010b3","parentId":1072,"name":"image-data-stringify","id":1074,"timestamp":2632755248,"duration":8,"tags":{},"startTime":1732132317386},{"traceId":"6d02d019348010b3","parentId":909,"name":"next-image-loader","id":1072,"timestamp":2632754927,"duration":344,"tags":{},"startTime":1732132317386},{"traceId":"6d02d019348010b3","parentId":639,"name":"build-module-png","id":909,"timestamp":2632688402,"duration":67069,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-moonbeam.png","layer":"ssr"},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":905,"name":"read-resource","id":906,"timestamp":2632688317,"duration":67172,"tags":{},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":1075,"name":"image-size-calculation","id":1076,"timestamp":2632755596,"duration":21,"tags":{},"startTime":1732132317386},{"traceId":"6d02d019348010b3","parentId":1075,"name":"image-data-stringify","id":1077,"timestamp":2632755676,"duration":7,"tags":{},"startTime":1732132317387},{"traceId":"6d02d019348010b3","parentId":905,"name":"next-image-loader","id":1075,"timestamp":2632755501,"duration":196,"tags":{},"startTime":1732132317386},{"traceId":"6d02d019348010b3","parentId":639,"name":"build-module-png","id":905,"timestamp":2632688265,"duration":67617,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-aceternity-2.png","layer":"ssr"},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":911,"name":"read-resource","id":912,"timestamp":2632688504,"duration":67395,"tags":{},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":1078,"name":"image-size-calculation","id":1079,"timestamp":2632756074,"duration":23,"tags":{},"startTime":1732132317387},{"traceId":"6d02d019348010b3","parentId":1078,"name":"image-data-stringify","id":1080,"timestamp":2632756166,"duration":7,"tags":{},"startTime":1732132317387},{"traceId":"6d02d019348010b3","parentId":911,"name":"next-image-loader","id":1078,"timestamp":2632755910,"duration":278,"tags":{},"startTime":1732132317387},{"traceId":"6d02d019348010b3","parentId":639,"name":"build-module-png","id":911,"timestamp":2632688461,"duration":67920,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-moonbeam-2.png","layer":"ssr"},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":913,"name":"read-resource","id":914,"timestamp":2632688562,"duration":67835,"tags":{},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":1081,"name":"image-size-calculation","id":1082,"timestamp":2632756507,"duration":19,"tags":{},"startTime":1732132317387}] +[{"traceId":"6d02d019348010b3","parentId":1081,"name":"image-data-stringify","id":1083,"timestamp":2632756840,"duration":11,"tags":{},"startTime":1732132317388},{"traceId":"6d02d019348010b3","parentId":913,"name":"next-image-loader","id":1081,"timestamp":2632756409,"duration":462,"tags":{},"startTime":1732132317387},{"traceId":"6d02d019348010b3","parentId":639,"name":"build-module-png","id":913,"timestamp":2632688525,"duration":68685,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-tailwindmasterkit.png","layer":"ssr"},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":915,"name":"read-resource","id":916,"timestamp":2632688620,"duration":68612,"tags":{},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":1084,"name":"image-size-calculation","id":1085,"timestamp":2632757364,"duration":27,"tags":{},"startTime":1732132317388},{"traceId":"6d02d019348010b3","parentId":1084,"name":"image-data-stringify","id":1086,"timestamp":2632757469,"duration":13,"tags":{},"startTime":1732132317388},{"traceId":"6d02d019348010b3","parentId":915,"name":"next-image-loader","id":1084,"timestamp":2632757246,"duration":255,"tags":{},"startTime":1732132317388},{"traceId":"6d02d019348010b3","parentId":639,"name":"build-module-png","id":915,"timestamp":2632688582,"duration":69258,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-tailwindmasterkit-2.png","layer":"ssr"},"startTime":1732132317319},{"traceId":"6d02d019348010b3","parentId":919,"name":"read-resource","id":920,"timestamp":2632688788,"duration":69078,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":688,"name":"build-module-mjs","id":919,"timestamp":2632688766,"duration":70091,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-constant.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":921,"name":"read-resource","id":922,"timestamp":2632688841,"duration":70047,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":690,"name":"build-module-mjs","id":921,"timestamp":2632688809,"duration":70603,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-combine-values.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":925,"name":"read-resource","id":926,"timestamp":2632688939,"duration":70497,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":694,"name":"build-module-mjs","id":925,"timestamp":2632688908,"duration":70807,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":923,"name":"read-resource","id":924,"timestamp":2632688889,"duration":70847,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":692,"name":"build-module-mjs","id":923,"timestamp":2632688860,"duration":71275,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-computed.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":927,"name":"read-resource","id":928,"timestamp":2632688987,"duration":71172,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":704,"name":"build-module-mjs","id":927,"timestamp":2632688958,"duration":71801,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":929,"name":"read-resource","id":930,"timestamp":2632689033,"duration":71750,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":704,"name":"build-module-mjs","id":929,"timestamp":2632689005,"duration":77888,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":931,"name":"read-resource","id":932,"timestamp":2632689078,"duration":77837,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":704,"name":"build-module-mjs","id":931,"timestamp":2632689050,"duration":78130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/warn-once.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":933,"name":"read-resource","id":934,"timestamp":2632689130,"duration":78071,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":722,"name":"build-module-mjs","id":933,"timestamp":2632689095,"duration":78265,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":935,"name":"read-resource","id":936,"timestamp":2632689180,"duration":78196,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":706,"name":"build-module-mjs","id":935,"timestamp":2632689151,"duration":78511,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":937,"name":"read-resource","id":938,"timestamp":2632689232,"duration":78448,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":712,"name":"build-module-mjs","id":937,"timestamp":2632689201,"duration":78875,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/array.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":939,"name":"read-resource","id":940,"timestamp":2632689324,"duration":78773,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":740,"name":"build-module-mjs","id":939,"timestamp":2632689281,"duration":79116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":941,"name":"read-resource","id":942,"timestamp":2632689392,"duration":79033,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":740,"name":"build-module-mjs","id":941,"timestamp":2632689351,"duration":79252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":943,"name":"read-resource","id":944,"timestamp":2632689460,"duration":79161,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":712,"name":"build-module-mjs","id":943,"timestamp":2632689419,"duration":79520,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":945,"name":"read-resource","id":946,"timestamp":2632689608,"duration":79351,"tags":{},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":712,"name":"build-module-mjs","id":945,"timestamp":2632689487,"duration":79684,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":949,"name":"read-resource","id":950,"timestamp":2632689756,"duration":79434,"tags":{},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":744,"name":"build-module-mjs","id":949,"timestamp":2632689717,"duration":79670,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","layer":"ssr"},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":947,"name":"read-resource","id":948,"timestamp":2632689688,"duration":79716,"tags":{},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":712,"name":"build-module-mjs","id":947,"timestamp":2632689641,"duration":79957,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","layer":"ssr"},"startTime":1732132317320},{"traceId":"6d02d019348010b3","parentId":951,"name":"read-resource","id":952,"timestamp":2632689822,"duration":89095,"tags":{},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":746,"name":"build-module-mjs","id":951,"timestamp":2632689782,"duration":89700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/LazyContext.mjs","layer":"ssr"},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":953,"name":"read-resource","id":954,"timestamp":2632689887,"duration":89675,"tags":{},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":754,"name":"build-module-mjs","id":953,"timestamp":2632689849,"duration":90037,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","layer":"ssr"},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":955,"name":"read-resource","id":956,"timestamp":2632689953,"duration":89954,"tags":{},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":746,"name":"build-module-mjs","id":955,"timestamp":2632689915,"duration":90912,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","layer":"ssr"},"startTime":1732132317321},{"traceId":"6d02d019348010b3","parentId":961,"name":"read-resource","id":962,"timestamp":2632704046,"duration":76804,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":746,"name":"build-module-mjs","id":961,"timestamp":2632703969,"duration":77336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":963,"name":"read-resource","id":964,"timestamp":2632704109,"duration":77219,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":746,"name":"build-module-mjs","id":963,"timestamp":2632704073,"duration":77727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":965,"name":"read-resource","id":966,"timestamp":2632704161,"duration":77662,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":746,"name":"build-module-mjs","id":965,"timestamp":2632704129,"duration":78062,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":967,"name":"read-resource","id":968,"timestamp":2632704208,"duration":78020,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":746,"name":"build-module-mjs","id":967,"timestamp":2632704180,"duration":78300,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":973,"name":"read-resource","id":974,"timestamp":2632704360,"duration":78143,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":754,"name":"build-module-mjs","id":973,"timestamp":2632704329,"duration":78408,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":971,"name":"read-resource","id":972,"timestamp":2632704310,"duration":78510,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":754,"name":"build-module-mjs","id":971,"timestamp":2632704275,"duration":79007,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":969,"name":"read-resource","id":970,"timestamp":2632704257,"duration":79048,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":754,"name":"build-module-mjs","id":969,"timestamp":2632704227,"duration":79320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":975,"name":"read-resource","id":976,"timestamp":2632704407,"duration":79160,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":754,"name":"build-module-mjs","id":975,"timestamp":2632704378,"duration":84693,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":977,"name":"read-resource","id":978,"timestamp":2632704454,"duration":84665,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":754,"name":"build-module-mjs","id":977,"timestamp":2632704425,"duration":85263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":979,"name":"read-resource","id":980,"timestamp":2632704500,"duration":85233,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":754,"name":"build-module-mjs","id":979,"timestamp":2632704472,"duration":85717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":981,"name":"read-resource","id":982,"timestamp":2632704550,"duration":85673,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":754,"name":"build-module-mjs","id":981,"timestamp":2632704518,"duration":86101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":983,"name":"read-resource","id":984,"timestamp":2632704597,"duration":86055,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":758,"name":"build-module-mjs","id":983,"timestamp":2632704569,"duration":86537,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/motion-proxy.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":985,"name":"read-resource","id":986,"timestamp":2632704643,"duration":86486,"tags":{},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":758,"name":"build-module-mjs","id":985,"timestamp":2632704614,"duration":86820,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":987,"name":"read-resource","id":988,"timestamp":2632704690,"duration":86766,"tags":{},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":758,"name":"build-module-mjs","id":987,"timestamp":2632704661,"duration":87015,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/drag.mjs","layer":"ssr"},"startTime":1732132317335},{"traceId":"6d02d019348010b3","parentId":989,"name":"read-resource","id":990,"timestamp":2632704749,"duration":86945,"tags":{},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":758,"name":"build-module-mjs","id":989,"timestamp":2632704707,"duration":87243,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","layer":"ssr"},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":991,"name":"read-resource","id":992,"timestamp":2632704797,"duration":87172,"tags":{},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":758,"name":"build-module-mjs","id":991,"timestamp":2632704769,"duration":87439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/layout.mjs","layer":"ssr"},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":993,"name":"read-resource","id":994,"timestamp":2632704844,"duration":87384,"tags":{},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":758,"name":"build-module-mjs","id":993,"timestamp":2632704815,"duration":92197,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/create-config.mjs","layer":"ssr"},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":995,"name":"read-resource","id":996,"timestamp":2632704889,"duration":92153,"tags":{},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":788,"name":"build-module-mjs","id":995,"timestamp":2632704862,"duration":92566,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs","layer":"ssr"},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":997,"name":"read-resource","id":998,"timestamp":2632704935,"duration":98555,"tags":{},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":784,"name":"build-module-mjs","id":997,"timestamp":2632704908,"duration":98793,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","layer":"ssr"},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":999,"name":"read-resource","id":1000,"timestamp":2632704986,"duration":98733,"tags":{},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":788,"name":"build-module-mjs","id":999,"timestamp":2632704952,"duration":99381,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs","layer":"ssr"},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":1001,"name":"read-resource","id":1002,"timestamp":2632705040,"duration":99312,"tags":{},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":798,"name":"build-module-mjs","id":1001,"timestamp":2632705007,"duration":101047,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs","layer":"ssr"},"startTime":1732132317336},{"traceId":"6d02d019348010b3","parentId":1003,"name":"read-resource","id":1004,"timestamp":2632708568,"duration":99335,"tags":{},"startTime":1732132317339},{"traceId":"6d02d019348010b3","parentId":798,"name":"build-module-mjs","id":1003,"timestamp":2632708324,"duration":100551,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs","layer":"ssr"},"startTime":1732132317339},{"traceId":"6d02d019348010b3","parentId":1007,"name":"read-resource","id":1008,"timestamp":2632708691,"duration":100208,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":800,"name":"build-module-mjs","id":1007,"timestamp":2632708656,"duration":101232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","layer":"ssr"},"startTime":1732132317339},{"traceId":"6d02d019348010b3","parentId":1005,"name":"read-resource","id":1006,"timestamp":2632708642,"duration":101268,"tags":{},"startTime":1732132317339},{"traceId":"6d02d019348010b3","parentId":657,"name":"build-module-mjs","id":1005,"timestamp":2632708590,"duration":102184,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1732132317339},{"traceId":"6d02d019348010b3","parentId":1011,"name":"read-resource","id":1012,"timestamp":2632708780,"duration":102016,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":846,"name":"build-module-mjs","id":1011,"timestamp":2632708744,"duration":102261,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/noop.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1013,"name":"read-resource","id":1014,"timestamp":2632708822,"duration":102217,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":854,"name":"build-module-mjs","id":1013,"timestamp":2632708792,"duration":102993,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/mix-color.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1015,"name":"read-resource","id":1016,"timestamp":2632708863,"duration":102947,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":800,"name":"build-module-mjs","id":1015,"timestamp":2632708833,"duration":103249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1009,"name":"read-resource","id":1010,"timestamp":2632708733,"duration":103371,"tags":{},"startTime":1732132317340}] +[{"traceId":"6d02d019348010b3","parentId":836,"name":"build-module-mjs","id":1009,"timestamp":2632708703,"duration":104781,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1017,"name":"read-resource","id":1018,"timestamp":2632708900,"duration":104609,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":800,"name":"build-module-mjs","id":1017,"timestamp":2632708875,"duration":105539,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1021,"name":"read-resource","id":1022,"timestamp":2632708973,"duration":105465,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":800,"name":"build-module-mjs","id":1021,"timestamp":2632708944,"duration":105856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/single-value.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1019,"name":"read-resource","id":1020,"timestamp":2632708934,"duration":105888,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":800,"name":"build-module-mjs","id":1019,"timestamp":2632708910,"duration":106358,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1023,"name":"read-resource","id":1024,"timestamp":2632709011,"duration":106277,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":800,"name":"build-module-mjs","id":1023,"timestamp":2632708986,"duration":106988,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1025,"name":"read-resource","id":1026,"timestamp":2632709048,"duration":114436,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":822,"name":"build-module-mjs","id":1025,"timestamp":2632709021,"duration":115153,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1029,"name":"read-resource","id":1030,"timestamp":2632709219,"duration":114981,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":824,"name":"build-module-mjs","id":1029,"timestamp":2632709110,"duration":115356,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/store-id.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1027,"name":"read-resource","id":1028,"timestamp":2632709097,"duration":115392,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":822,"name":"build-module-mjs","id":1027,"timestamp":2632709063,"duration":116384,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1031,"name":"read-resource","id":1032,"timestamp":2632709301,"duration":116167,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":824,"name":"build-module-mjs","id":1031,"timestamp":2632709248,"duration":117164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/handoff.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1035,"name":"read-resource","id":1036,"timestamp":2632709419,"duration":117017,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":828,"name":"build-module-mjs","id":1035,"timestamp":2632709380,"duration":117474,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1037,"name":"read-resource","id":1038,"timestamp":2632709457,"duration":117430,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":828,"name":"build-module-mjs","id":1037,"timestamp":2632709430,"duration":117716,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1033,"name":"read-resource","id":1034,"timestamp":2632709362,"duration":117841,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":824,"name":"build-module-mjs","id":1033,"timestamp":2632709314,"duration":118096,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1043,"name":"read-resource","id":1044,"timestamp":2632710785,"duration":116646,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":600,"name":"build-module-cjs","id":1043,"timestamp":2632710740,"duration":117017,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/cjs/_class_private_field_loose_base.cjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1039,"name":"read-resource","id":1040,"timestamp":2632709496,"duration":118285,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":830,"name":"build-module-mjs","id":1039,"timestamp":2632709466,"duration":119644,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1041,"name":"read-resource","id":1042,"timestamp":2632709531,"duration":119602,"tags":{},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":830,"name":"build-module-mjs","id":1041,"timestamp":2632709506,"duration":120236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","layer":"ssr"},"startTime":1732132317340},{"traceId":"6d02d019348010b3","parentId":1047,"name":"read-resource","id":1048,"timestamp":2632710874,"duration":118891,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":766,"name":"build-module-mjs","id":1047,"timestamp":2632710840,"duration":124763,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1049,"name":"read-resource","id":1050,"timestamp":2632710915,"duration":134700,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":796,"name":"build-module-mjs","id":1049,"timestamp":2632710884,"duration":135220,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/group.mjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1045,"name":"read-resource","id":1046,"timestamp":2632710830,"duration":135296,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":600,"name":"build-module-cjs","id":1045,"timestamp":2632710800,"duration":135585,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/cjs/_class_private_field_loose_key.cjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1051,"name":"read-resource","id":1052,"timestamp":2632710961,"duration":135594,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":854,"name":"build-module-mjs","id":1051,"timestamp":2632710929,"duration":136784,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/mix-complex.mjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1060,"name":"read-resource","id":1061,"timestamp":2632711600,"duration":136134,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":824,"name":"build-module-mjs","id":1060,"timestamp":2632711520,"duration":136699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1053,"name":"read-resource","id":1054,"timestamp":2632711016,"duration":137225,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":858,"name":"build-module-mjs","id":1053,"timestamp":2632710977,"duration":137528,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1055,"name":"read-resource","id":1056,"timestamp":2632711058,"duration":137469,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":858,"name":"build-module-mjs","id":1055,"timestamp":2632711029,"duration":137719,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1062,"name":"read-resource","id":1063,"timestamp":2632711669,"duration":137098,"tags":{},"startTime":1732132317343},{"traceId":"6d02d019348010b3","parentId":834,"name":"build-module-mjs","id":1062,"timestamp":2632711626,"duration":137684,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/map.mjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1064,"name":"read-resource","id":1065,"timestamp":2632711718,"duration":137612,"tags":{},"startTime":1732132317343},{"traceId":"6d02d019348010b3","parentId":830,"name":"build-module-mjs","id":1064,"timestamp":2632711685,"duration":137913,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","layer":"ssr"},"startTime":1732132317343},{"traceId":"6d02d019348010b3","parentId":1058,"name":"read-resource","id":1059,"timestamp":2632711454,"duration":138162,"tags":{},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":800,"name":"build-module-mjs","id":1058,"timestamp":2632711398,"duration":140173,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","layer":"ssr"},"startTime":1732132317342},{"traceId":"6d02d019348010b3","parentId":1087,"name":"read-resource","id":1088,"timestamp":2632817623,"duration":57380,"tags":{},"startTime":1732132317448},{"traceId":"6d02d019348010b3","parentId":858,"name":"build-module-mjs","id":1087,"timestamp":2632817548,"duration":58039,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","layer":"ssr"},"startTime":1732132317448},{"traceId":"6d02d019348010b3","parentId":1089,"name":"read-resource","id":1090,"timestamp":2632817731,"duration":57881,"tags":{},"startTime":1732132317449},{"traceId":"6d02d019348010b3","parentId":858,"name":"build-module-mjs","id":1089,"timestamp":2632817684,"duration":58305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","layer":"ssr"},"startTime":1732132317449},{"traceId":"6d02d019348010b3","parentId":1091,"name":"read-resource","id":1092,"timestamp":2632859160,"duration":27949,"tags":{},"startTime":1732132317490},{"traceId":"6d02d019348010b3","parentId":864,"name":"build-module-mjs","id":1091,"timestamp":2632859082,"duration":34274,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","layer":"ssr"},"startTime":1732132317490},{"traceId":"6d02d019348010b3","parentId":1093,"name":"read-resource","id":1094,"timestamp":2632859271,"duration":34318,"tags":{},"startTime":1732132317490},{"traceId":"6d02d019348010b3","parentId":864,"name":"build-module-mjs","id":1093,"timestamp":2632859222,"duration":35617,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/js/driver-frameloop.mjs","layer":"ssr"},"startTime":1732132317490},{"traceId":"6d02d019348010b3","parentId":1095,"name":"read-resource","id":1096,"timestamp":2632859354,"duration":35843,"tags":{},"startTime":1732132317490},{"traceId":"6d02d019348010b3","parentId":864,"name":"build-module-mjs","id":1095,"timestamp":2632859314,"duration":36575,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","layer":"ssr"},"startTime":1732132317490},{"traceId":"6d02d019348010b3","parentId":1097,"name":"read-resource","id":1098,"timestamp":2632867781,"duration":35099,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":888,"name":"build-module-mjs","id":1097,"timestamp":2632867727,"duration":35516,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1099,"name":"read-resource","id":1100,"timestamp":2632867865,"duration":35412,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":866,"name":"build-module-mjs","id":1099,"timestamp":2632867827,"duration":36327,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/utils.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1101,"name":"read-resource","id":1102,"timestamp":2632867939,"duration":36241,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":866,"name":"build-module-mjs","id":1101,"timestamp":2632867906,"duration":36943,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1103,"name":"read-resource","id":1104,"timestamp":2632868041,"duration":36833,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":866,"name":"build-module-mjs","id":1103,"timestamp":2632867978,"duration":37406,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1105,"name":"read-resource","id":1106,"timestamp":2632868120,"duration":37289,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":866,"name":"build-module-mjs","id":1105,"timestamp":2632868084,"duration":37868,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1107,"name":"read-resource","id":1108,"timestamp":2632868193,"duration":37783,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":868,"name":"build-module-mjs","id":1107,"timestamp":2632868161,"duration":38186,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1109,"name":"read-resource","id":1110,"timestamp":2632868264,"duration":38106,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":872,"name":"build-module-mjs","id":1109,"timestamp":2632868231,"duration":39363,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1111,"name":"read-resource","id":1112,"timestamp":2632868344,"duration":39272,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":935,"name":"build-module-mjs","id":1111,"timestamp":2632868308,"duration":39541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1113,"name":"read-resource","id":1114,"timestamp":2632868423,"duration":39449,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":985,"name":"build-module-mjs","id":1113,"timestamp":2632868390,"duration":40210,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/hover.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1115,"name":"read-resource","id":1116,"timestamp":2632868494,"duration":40131,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":985,"name":"build-module-mjs","id":1115,"timestamp":2632868459,"duration":40815,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/focus.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1117,"name":"read-resource","id":1118,"timestamp":2632868563,"duration":40735,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":985,"name":"build-module-mjs","id":1117,"timestamp":2632868530,"duration":42663,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/press.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1119,"name":"read-resource","id":1120,"timestamp":2632868643,"duration":42576,"tags":{},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":963,"name":"build-module-mjs","id":1119,"timestamp":2632868600,"duration":43047,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","layer":"ssr"},"startTime":1732132317499},{"traceId":"6d02d019348010b3","parentId":1121,"name":"read-resource","id":1122,"timestamp":2632868714,"duration":42958,"tags":{},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":987,"name":"build-module-mjs","id":1121,"timestamp":2632868681,"duration":43517,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","layer":"ssr"},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":1123,"name":"read-resource","id":1124,"timestamp":2632868784,"duration":43438,"tags":{},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":989,"name":"build-module-mjs","id":1123,"timestamp":2632868752,"duration":51741,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","layer":"ssr"},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":1125,"name":"read-resource","id":1126,"timestamp":2632868854,"duration":60241,"tags":{},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":989,"name":"build-module-mjs","id":1125,"timestamp":2632868822,"duration":60852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","layer":"ssr"},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":1127,"name":"read-resource","id":1128,"timestamp":2632868921,"duration":66282,"tags":{},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":993,"name":"build-module-mjs","id":1127,"timestamp":2632868890,"duration":66776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","layer":"ssr"},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":1129,"name":"read-resource","id":1130,"timestamp":2632868995,"duration":66690,"tags":{},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":993,"name":"build-module-mjs","id":1129,"timestamp":2632868957,"duration":66948,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","layer":"ssr"},"startTime":1732132317500},{"traceId":"6d02d019348010b3","parentId":1131,"name":"read-resource","id":1132,"timestamp":2632873524,"duration":62541,"tags":{},"startTime":1732132317504},{"traceId":"6d02d019348010b3","parentId":1013,"name":"build-module-mjs","id":1131,"timestamp":2632873473,"duration":63030,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","layer":"ssr"},"startTime":1732132317504},{"traceId":"6d02d019348010b3","parentId":1133,"name":"read-resource","id":1134,"timestamp":2632873630,"duration":62892,"tags":{},"startTime":1732132317504},{"traceId":"6d02d019348010b3","parentId":1009,"name":"build-module-mjs","id":1133,"timestamp":2632873572,"duration":63480,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","layer":"ssr"},"startTime":1732132317504},{"traceId":"6d02d019348010b3","parentId":1135,"name":"read-resource","id":1136,"timestamp":2632873715,"duration":63356,"tags":{},"startTime":1732132317505},{"traceId":"6d02d019348010b3","parentId":1001,"name":"build-module-mjs","id":1135,"timestamp":2632873672,"duration":63584,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/ReorderContext.mjs","layer":"ssr"},"startTime":1732132317505},{"traceId":"6d02d019348010b3","parentId":1137,"name":"read-resource","id":1138,"timestamp":2632873788,"duration":63486,"tags":{},"startTime":1732132317505},{"traceId":"6d02d019348010b3","parentId":999,"name":"build-module-mjs","id":1137,"timestamp":2632873753,"duration":64167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs","layer":"ssr"},"startTime":1732132317505}] +[{"traceId":"6d02d019348010b3","parentId":1139,"name":"read-resource","id":1140,"timestamp":2632873857,"duration":64366,"tags":{},"startTime":1732132317505},{"traceId":"6d02d019348010b3","parentId":1017,"name":"build-module-mjs","id":1139,"timestamp":2632873825,"duration":65284,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","layer":"ssr"},"startTime":1732132317505},{"traceId":"6d02d019348010b3","parentId":1141,"name":"read-resource","id":1142,"timestamp":2632873927,"duration":65203,"tags":{},"startTime":1732132317505},{"traceId":"6d02d019348010b3","parentId":1019,"name":"build-module-mjs","id":1141,"timestamp":2632873895,"duration":69470,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","layer":"ssr"},"startTime":1732132317505},{"traceId":"6d02d019348010b3","parentId":1143,"name":"read-resource","id":1144,"timestamp":2632876671,"duration":70513,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":878,"name":"build-module-mjs","id":1143,"timestamp":2632876622,"duration":70805,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","layer":"ssr"},"startTime":1732132317507},{"traceId":"6d02d019348010b3","parentId":1145,"name":"read-resource","id":1146,"timestamp":2632876723,"duration":70721,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":874,"name":"build-module-mjs","id":1145,"timestamp":2632876686,"duration":71134,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1147,"name":"read-resource","id":1148,"timestamp":2632876764,"duration":71073,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":874,"name":"build-module-mjs","id":1147,"timestamp":2632876735,"duration":71547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1149,"name":"read-resource","id":1150,"timestamp":2632876801,"duration":71504,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":864,"name":"build-module-mjs","id":1149,"timestamp":2632876774,"duration":71780,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1151,"name":"read-resource","id":1152,"timestamp":2632876844,"duration":71728,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":872,"name":"build-module-mjs","id":1151,"timestamp":2632876812,"duration":71972,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1153,"name":"read-resource","id":1154,"timestamp":2632876877,"duration":71925,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":985,"name":"build-module-mjs","id":1153,"timestamp":2632876853,"duration":72499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1155,"name":"read-resource","id":1156,"timestamp":2632876909,"duration":72462,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":987,"name":"build-module-mjs","id":1155,"timestamp":2632876886,"duration":72953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1157,"name":"read-resource","id":1158,"timestamp":2632876942,"duration":72915,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":987,"name":"build-module-mjs","id":1157,"timestamp":2632876919,"duration":73663,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1159,"name":"read-resource","id":1160,"timestamp":2632876980,"duration":73620,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":989,"name":"build-module-mjs","id":1159,"timestamp":2632876951,"duration":74100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1161,"name":"read-resource","id":1162,"timestamp":2632877013,"duration":74056,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":993,"name":"build-module-mjs","id":1161,"timestamp":2632876989,"duration":74539,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1163,"name":"read-resource","id":1164,"timestamp":2632877045,"duration":74504,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1037,"name":"build-module-mjs","id":1163,"timestamp":2632877022,"duration":74717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/memo.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1165,"name":"read-resource","id":1166,"timestamp":2632877091,"duration":74664,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1047,"name":"build-module-mjs","id":1165,"timestamp":2632877056,"duration":88130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1167,"name":"read-resource","id":1168,"timestamp":2632877169,"duration":88042,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1047,"name":"build-module-mjs","id":1167,"timestamp":2632877127,"duration":88467,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1169,"name":"read-resource","id":1170,"timestamp":2632877229,"duration":88386,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1058,"name":"build-module-mjs","id":1169,"timestamp":2632877185,"duration":88852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/create-generator-easing.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1171,"name":"read-resource","id":1172,"timestamp":2632877276,"duration":88782,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1060,"name":"build-module-mjs","id":1171,"timestamp":2632877245,"duration":89463,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1173,"name":"read-resource","id":1174,"timestamp":2632877319,"duration":89465,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1064,"name":"build-module-mjs","id":1173,"timestamp":2632877289,"duration":90433,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1175,"name":"read-resource","id":1176,"timestamp":2632877369,"duration":90545,"tags":{},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1064,"name":"build-module-mjs","id":1175,"timestamp":2632877333,"duration":91356,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","layer":"ssr"},"startTime":1732132317508},{"traceId":"6d02d019348010b3","parentId":1177,"name":"read-resource","id":1178,"timestamp":2632900608,"duration":92214,"tags":{},"startTime":1732132317531},{"traceId":"6d02d019348010b3","parentId":1001,"name":"build-module-mjs","id":1177,"timestamp":2632900519,"duration":100333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/Reorder/utils/check-reorder.mjs","layer":"ssr"},"startTime":1732132317531},{"traceId":"6d02d019348010b3","parentId":1179,"name":"read-resource","id":1180,"timestamp":2632930930,"duration":82013,"tags":{},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1058,"name":"build-module-mjs","id":1179,"timestamp":2632930767,"duration":82523,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","layer":"ssr"},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1181,"name":"read-resource","id":1182,"timestamp":2632931079,"duration":82230,"tags":{},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1058,"name":"build-module-mjs","id":1181,"timestamp":2632931040,"duration":82545,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","layer":"ssr"},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1183,"name":"read-resource","id":1184,"timestamp":2632931139,"duration":82462,"tags":{},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1058,"name":"build-module-mjs","id":1183,"timestamp":2632931104,"duration":82774,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","layer":"ssr"},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1185,"name":"read-resource","id":1186,"timestamp":2632931198,"duration":82696,"tags":{},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1058,"name":"build-module-mjs","id":1185,"timestamp":2632931161,"duration":85037,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","layer":"ssr"},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1187,"name":"read-resource","id":1188,"timestamp":2632931256,"duration":87396,"tags":{},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1058,"name":"build-module-mjs","id":1187,"timestamp":2632931232,"duration":87736,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","layer":"ssr"},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1189,"name":"read-resource","id":1190,"timestamp":2632931309,"duration":87681,"tags":{},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1041,"name":"build-module-mjs","id":1189,"timestamp":2632931275,"duration":88486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","layer":"ssr"},"startTime":1732132317562},{"traceId":"6d02d019348010b3","parentId":1191,"name":"read-resource","id":1192,"timestamp":2632945012,"duration":79248,"tags":{},"startTime":1732132317576},{"traceId":"6d02d019348010b3","parentId":1087,"name":"build-module-mjs","id":1191,"timestamp":2632944970,"duration":79977,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","layer":"ssr"},"startTime":1732132317576},{"traceId":"6d02d019348010b3","parentId":1193,"name":"read-resource","id":1194,"timestamp":2632945078,"duration":79891,"tags":{},"startTime":1732132317576},{"traceId":"6d02d019348010b3","parentId":1087,"name":"build-module-mjs","id":1193,"timestamp":2632945038,"duration":80360,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","layer":"ssr"},"startTime":1732132317576},{"traceId":"6d02d019348010b3","parentId":1195,"name":"read-resource","id":1196,"timestamp":2632945133,"duration":80812,"tags":{},"startTime":1732132317576},{"traceId":"6d02d019348010b3","parentId":1089,"name":"build-module-mjs","id":1195,"timestamp":2632945099,"duration":81636,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","layer":"ssr"},"startTime":1732132317576},{"traceId":"6d02d019348010b3","parentId":1197,"name":"read-resource","id":1198,"timestamp":2632945189,"duration":81567,"tags":{},"startTime":1732132317576},{"traceId":"6d02d019348010b3","parentId":1089,"name":"build-module-mjs","id":1197,"timestamp":2632945166,"duration":81828,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","layer":"ssr"},"startTime":1732132317576},{"traceId":"6d02d019348010b3","parentId":1201,"name":"read-resource","id":1202,"timestamp":2633011273,"duration":20815,"tags":{},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1095,"name":"build-module-mjs","id":1201,"timestamp":2633011231,"duration":21144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1199,"name":"read-resource","id":1200,"timestamp":2633011197,"duration":21198,"tags":{},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1095,"name":"build-module-mjs","id":1199,"timestamp":2633011117,"duration":21805,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1203,"name":"read-resource","id":1204,"timestamp":2633011340,"duration":21613,"tags":{},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1113,"name":"build-module-mjs","id":1203,"timestamp":2633011297,"duration":22025,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1205,"name":"read-resource","id":1206,"timestamp":2633011400,"duration":21952,"tags":{},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1121,"name":"build-module-mjs","id":1205,"timestamp":2633011364,"duration":24922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1207,"name":"read-resource","id":1208,"timestamp":2633011459,"duration":24854,"tags":{},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1123,"name":"build-module-mjs","id":1207,"timestamp":2633011424,"duration":25516,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1209,"name":"read-resource","id":1210,"timestamp":2633011514,"duration":25449,"tags":{},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1123,"name":"build-module-mjs","id":1209,"timestamp":2633011480,"duration":26192,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1211,"name":"read-resource","id":1212,"timestamp":2633011582,"duration":26111,"tags":{},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1123,"name":"build-module-mjs","id":1211,"timestamp":2633011539,"duration":26534,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1213,"name":"read-resource","id":1214,"timestamp":2633011642,"duration":35066,"tags":{},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1123,"name":"build-module-mjs","id":1213,"timestamp":2633011607,"duration":35568,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1215,"name":"read-resource","id":1216,"timestamp":2633011703,"duration":35501,"tags":{},"startTime":1732132317643},{"traceId":"6d02d019348010b3","parentId":1125,"name":"build-module-mjs","id":1215,"timestamp":2633011666,"duration":35837,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","layer":"ssr"},"startTime":1732132317642},{"traceId":"6d02d019348010b3","parentId":1217,"name":"read-resource","id":1218,"timestamp":2633011763,"duration":35784,"tags":{},"startTime":1732132317643},{"traceId":"6d02d019348010b3","parentId":1101,"name":"build-module-mjs","id":1217,"timestamp":2633011727,"duration":36502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","layer":"ssr"},"startTime":1732132317643},{"traceId":"6d02d019348010b3","parentId":1219,"name":"read-resource","id":1220,"timestamp":2633020352,"duration":28770,"tags":{},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1127,"name":"build-module-mjs","id":1219,"timestamp":2633020299,"duration":29927,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/use-props.mjs","layer":"ssr"},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1221,"name":"read-resource","id":1222,"timestamp":2633020447,"duration":29811,"tags":{},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1127,"name":"build-module-mjs","id":1221,"timestamp":2633020402,"duration":30599,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","layer":"ssr"},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1225,"name":"read-resource","id":1226,"timestamp":2633020606,"duration":30426,"tags":{},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1139,"name":"build-module-mjs","id":1225,"timestamp":2633020569,"duration":31272,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","layer":"ssr"},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1227,"name":"read-resource","id":1228,"timestamp":2633020687,"duration":31176,"tags":{},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1139,"name":"build-module-mjs","id":1227,"timestamp":2633020652,"duration":31690,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","layer":"ssr"},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1223,"name":"read-resource","id":1224,"timestamp":2633020529,"duration":31837,"tags":{},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1139,"name":"build-module-mjs","id":1223,"timestamp":2633020491,"duration":32579,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/instant.mjs","layer":"ssr"},"startTime":1732132317651},{"traceId":"6d02d019348010b3","parentId":1229,"name":"read-resource","id":1230,"timestamp":2633020759,"duration":35649,"tags":{},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1139,"name":"build-module-mjs","id":1229,"timestamp":2633020726,"duration":36290,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/keyframes.mjs","layer":"ssr"},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1233,"name":"read-resource","id":1234,"timestamp":2633020965,"duration":36435,"tags":{},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1129,"name":"build-module-mjs","id":1233,"timestamp":2633020934,"duration":36699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","layer":"ssr"},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1235,"name":"read-resource","id":1236,"timestamp":2633021020,"duration":36633,"tags":{},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1139,"name":"build-module-mjs","id":1235,"timestamp":2633020997,"duration":38015,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/waapi/create-accelerated-animation.mjs","layer":"ssr"},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1231,"name":"read-resource","id":1232,"timestamp":2633020832,"duration":38201,"tags":{},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1139,"name":"build-module-mjs","id":1231,"timestamp":2633020798,"duration":38555,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/transitions.mjs","layer":"ssr"},"startTime":1732132317652},{"traceId":"6d02d019348010b3","parentId":1237,"name":"read-resource","id":1238,"timestamp":2633027302,"duration":38882,"tags":{},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":671,"name":"build-module-js","id":1237,"timestamp":2633027252,"duration":39463,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/index.js","layer":"ssr"},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1239,"name":"read-resource","id":1240,"timestamp":2633027360,"duration":39378,"tags":{},"startTime":1732132317658}] +[{"traceId":"6d02d019348010b3","parentId":1117,"name":"build-module-mjs","id":1239,"timestamp":2633027318,"duration":39995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","layer":"ssr"},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1241,"name":"read-resource","id":1242,"timestamp":2633027408,"duration":39924,"tags":{},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1123,"name":"build-module-mjs","id":1241,"timestamp":2633027372,"duration":40288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","layer":"ssr"},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1243,"name":"read-resource","id":1244,"timestamp":2633027451,"duration":40229,"tags":{},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1155,"name":"build-module-mjs","id":1243,"timestamp":2633027420,"duration":41335,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","layer":"ssr"},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1245,"name":"read-resource","id":1246,"timestamp":2633027490,"duration":41284,"tags":{},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1245,"timestamp":2633027461,"duration":41514,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","layer":"ssr"},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1247,"name":"read-resource","id":1248,"timestamp":2633027627,"duration":41401,"tags":{},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1247,"timestamp":2633027501,"duration":42647,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","layer":"ssr"},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1249,"name":"read-resource","id":1250,"timestamp":2633027689,"duration":42481,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1249,"timestamp":2633027649,"duration":43150,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","layer":"ssr"},"startTime":1732132317658},{"traceId":"6d02d019348010b3","parentId":1251,"name":"read-resource","id":1252,"timestamp":2633027739,"duration":43079,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1251,"timestamp":2633027703,"duration":43466,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1253,"name":"read-resource","id":1254,"timestamp":2633027831,"duration":43355,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1253,"timestamp":2633027752,"duration":44417,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1255,"name":"read-resource","id":1256,"timestamp":2633027897,"duration":44295,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1255,"timestamp":2633027853,"duration":44562,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1257,"name":"read-resource","id":1258,"timestamp":2633027973,"duration":44463,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1257,"timestamp":2633027923,"duration":44917,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1265,"name":"read-resource","id":1266,"timestamp":2633028462,"duration":44399,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1157,"name":"build-module-mjs","id":1265,"timestamp":2633028248,"duration":45175,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1263,"name":"read-resource","id":1264,"timestamp":2633028230,"duration":45215,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1157,"name":"build-module-mjs","id":1263,"timestamp":2633028187,"duration":45739,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1261,"name":"read-resource","id":1262,"timestamp":2633028166,"duration":45778,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1145,"name":"build-module-mjs","id":1261,"timestamp":2633028113,"duration":50836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1259,"name":"read-resource","id":1260,"timestamp":2633028050,"duration":51118,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1259,"timestamp":2633027990,"duration":51361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/state.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1267,"name":"read-resource","id":1268,"timestamp":2633028608,"duration":50759,"tags":{},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1171,"name":"build-module-mjs","id":1267,"timestamp":2633028514,"duration":51035,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1269,"name":"read-resource","id":1270,"timestamp":2633028696,"duration":50869,"tags":{},"startTime":1732132317660},{"traceId":"6d02d019348010b3","parentId":1153,"name":"build-module-mjs","id":1269,"timestamp":2633028652,"duration":51245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","layer":"ssr"},"startTime":1732132317659},{"traceId":"6d02d019348010b3","parentId":1271,"name":"read-resource","id":1272,"timestamp":2633041152,"duration":42771,"tags":{},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1159,"name":"build-module-mjs","id":1271,"timestamp":2633041091,"duration":43321,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","layer":"ssr"},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1273,"name":"read-resource","id":1274,"timestamp":2633041246,"duration":43187,"tags":{},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1159,"name":"build-module-mjs","id":1273,"timestamp":2633041204,"duration":43854,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","layer":"ssr"},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1275,"name":"read-resource","id":1276,"timestamp":2633041319,"duration":43759,"tags":{},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1159,"name":"build-module-mjs","id":1275,"timestamp":2633041285,"duration":44041,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","layer":"ssr"},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1277,"name":"read-resource","id":1278,"timestamp":2633041389,"duration":43957,"tags":{},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1159,"name":"build-module-mjs","id":1277,"timestamp":2633041355,"duration":44304,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","layer":"ssr"},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1279,"name":"read-resource","id":1280,"timestamp":2633041457,"duration":44220,"tags":{},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1159,"name":"build-module-mjs","id":1279,"timestamp":2633041425,"duration":44425,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","layer":"ssr"},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1281,"name":"read-resource","id":1282,"timestamp":2633041524,"duration":44342,"tags":{},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1161,"name":"build-module-mjs","id":1281,"timestamp":2633041493,"duration":44562,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","layer":"ssr"},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1283,"name":"read-resource","id":1284,"timestamp":2633041595,"duration":44476,"tags":{},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1283,"timestamp":2633041560,"duration":45913,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","layer":"ssr"},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1285,"name":"read-resource","id":1286,"timestamp":2633041662,"duration":45828,"tags":{},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1285,"timestamp":2633041632,"duration":46491,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","layer":"ssr"},"startTime":1732132317672},{"traceId":"6d02d019348010b3","parentId":1287,"name":"read-resource","id":1288,"timestamp":2633041727,"duration":46412,"tags":{},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1165,"name":"build-module-mjs","id":1287,"timestamp":2633041698,"duration":46609,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/debug/record.mjs","layer":"ssr"},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1289,"name":"read-resource","id":1290,"timestamp":2633041790,"duration":46533,"tags":{},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1185,"name":"build-module-mjs","id":1289,"timestamp":2633041761,"duration":46766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"ssr"},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1291,"name":"read-resource","id":1292,"timestamp":2633041854,"duration":46729,"tags":{},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1189,"name":"build-module-mjs","id":1291,"timestamp":2633041825,"duration":47033,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","layer":"ssr"},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1295,"name":"read-resource","id":1296,"timestamp":2633041998,"duration":46877,"tags":{},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1189,"name":"build-module-mjs","id":1295,"timestamp":2633041968,"duration":47657,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","layer":"ssr"},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1293,"name":"read-resource","id":1294,"timestamp":2633041930,"duration":47719,"tags":{},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1189,"name":"build-module-mjs","id":1293,"timestamp":2633041891,"duration":47953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","layer":"ssr"},"startTime":1732132317673},{"traceId":"6d02d019348010b3","parentId":1297,"name":"read-resource","id":1298,"timestamp":2633063375,"duration":36586,"tags":{},"startTime":1732132317694},{"traceId":"6d02d019348010b3","parentId":1193,"name":"build-module-mjs","id":1297,"timestamp":2633063302,"duration":37473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","layer":"ssr"},"startTime":1732132317694},{"traceId":"6d02d019348010b3","parentId":1299,"name":"read-resource","id":1300,"timestamp":2633063472,"duration":37367,"tags":{},"startTime":1732132317694},{"traceId":"6d02d019348010b3","parentId":1195,"name":"build-module-mjs","id":1299,"timestamp":2633063427,"duration":37773,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","layer":"ssr"},"startTime":1732132317694},{"traceId":"6d02d019348010b3","parentId":1301,"name":"read-resource","id":1302,"timestamp":2633080677,"duration":21688,"tags":{},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1205,"name":"build-module-mjs","id":1301,"timestamp":2633080631,"duration":22150,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","layer":"ssr"},"startTime":1732132317711},{"traceId":"6d02d019348010b3","parentId":1303,"name":"read-resource","id":1304,"timestamp":2633080744,"duration":22073,"tags":{},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1205,"name":"build-module-mjs","id":1303,"timestamp":2633080716,"duration":23186,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","layer":"ssr"},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1305,"name":"read-resource","id":1306,"timestamp":2633080805,"duration":24743,"tags":{},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1207,"name":"build-module-mjs","id":1305,"timestamp":2633080765,"duration":25054,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/parse-dom-variant.mjs","layer":"ssr"},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1307,"name":"read-resource","id":1308,"timestamp":2633080864,"duration":24977,"tags":{},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1211,"name":"build-module-mjs","id":1307,"timestamp":2633080839,"duration":25252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","layer":"ssr"},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1309,"name":"read-resource","id":1310,"timestamp":2633080914,"duration":25193,"tags":{},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1209,"name":"build-module-mjs","id":1309,"timestamp":2633080883,"duration":25418,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","layer":"ssr"},"startTime":1732132317712},{"traceId":"6d02d019348010b3","parentId":1311,"name":"read-resource","id":1312,"timestamp":2633099437,"duration":8028,"tags":{},"startTime":1732132317730},{"traceId":"6d02d019348010b3","parentId":1229,"name":"build-module-mjs","id":1311,"timestamp":2633099149,"duration":8819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","layer":"ssr"},"startTime":1732132317730},{"traceId":"6d02d019348010b3","parentId":1313,"name":"read-resource","id":1314,"timestamp":2633101849,"duration":6924,"tags":{},"startTime":1732132317733},{"traceId":"6d02d019348010b3","parentId":1261,"name":"build-module-mjs","id":1313,"timestamp":2633101808,"duration":7290,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","layer":"ssr"},"startTime":1732132317733},{"traceId":"6d02d019348010b3","parentId":1321,"name":"read-resource","id":1322,"timestamp":2633104601,"duration":4994,"tags":{},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1273,"name":"build-module-mjs","id":1321,"timestamp":2633104570,"duration":5366,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","layer":"ssr"},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1315,"name":"read-resource","id":1316,"timestamp":2633104370,"duration":5583,"tags":{},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1235,"name":"build-module-mjs","id":1315,"timestamp":2633104314,"duration":5858,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","layer":"ssr"},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1323,"name":"read-resource","id":1324,"timestamp":2633104673,"duration":6216,"tags":{},"startTime":1732132317736},{"traceId":"6d02d019348010b3","parentId":1295,"name":"build-module-mjs","id":1323,"timestamp":2633104635,"duration":6623,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","layer":"ssr"},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1317,"name":"read-resource","id":1318,"timestamp":2633104459,"duration":6821,"tags":{},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1237,"name":"build-module-js","id":1317,"timestamp":2633104420,"duration":9371,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/factoryWithTypeCheckers.js","layer":"ssr"},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1319,"name":"read-resource","id":1320,"timestamp":2633104534,"duration":9274,"tags":{},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1273,"name":"build-module-mjs","id":1319,"timestamp":2633104500,"duration":9578,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","layer":"ssr"},"startTime":1732132317735},{"traceId":"6d02d019348010b3","parentId":1325,"name":"read-resource","id":1326,"timestamp":2633108251,"duration":6619,"tags":{},"startTime":1732132317739},{"traceId":"6d02d019348010b3","parentId":1297,"name":"build-module-mjs","id":1325,"timestamp":2633108163,"duration":6996,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","layer":"ssr"},"startTime":1732132317739},{"traceId":"6d02d019348010b3","parentId":1327,"name":"read-resource","id":1328,"timestamp":2633110416,"duration":6234,"tags":{},"startTime":1732132317741},{"traceId":"6d02d019348010b3","parentId":1305,"name":"build-module-mjs","id":1327,"timestamp":2633110352,"duration":7438,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","layer":"ssr"},"startTime":1732132317741},{"traceId":"6d02d019348010b3","parentId":1329,"name":"read-resource","id":1330,"timestamp":2633110492,"duration":8573,"tags":{},"startTime":1732132317741},{"traceId":"6d02d019348010b3","parentId":1305,"name":"build-module-mjs","id":1329,"timestamp":2633110451,"duration":10193,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","layer":"ssr"},"startTime":1732132317741},{"traceId":"6d02d019348010b3","parentId":1331,"name":"read-resource","id":1332,"timestamp":2633121177,"duration":3912,"tags":{},"startTime":1732132317752},{"traceId":"6d02d019348010b3","parentId":1317,"name":"build-module-js","id":1331,"timestamp":2633121119,"duration":4683,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/checkPropTypes.js","layer":"ssr"},"startTime":1732132317752},{"traceId":"6d02d019348010b3","parentId":1333,"name":"read-resource","id":1334,"timestamp":2633123312,"duration":16685,"tags":{},"startTime":1732132317754},{"traceId":"6d02d019348010b3","parentId":1317,"name":"build-module-js","id":1333,"timestamp":2633123249,"duration":16964,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/lib/ReactPropTypesSecret.js","layer":"ssr"},"startTime":1732132317754},{"traceId":"6d02d019348010b3","parentId":1335,"name":"read-resource","id":1336,"timestamp":2633123363,"duration":16903,"tags":{},"startTime":1732132317754},{"traceId":"6d02d019348010b3","parentId":1317,"name":"build-module-js","id":1335,"timestamp":2633123328,"duration":17081,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/lib/has.js","layer":"ssr"},"startTime":1732132317754},{"traceId":"6d02d019348010b3","parentId":1337,"name":"read-resource","id":1338,"timestamp":2633170359,"duration":2889,"tags":{},"startTime":1732132317801},{"traceId":"6d02d019348010b3","parentId":1237,"name":"build-module-js","id":1337,"timestamp":2633170278,"duration":3534,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/react-is/index.js","layer":"ssr"},"startTime":1732132317801},{"traceId":"6d02d019348010b3","parentId":1339,"name":"read-resource","id":1340,"timestamp":2633175832,"duration":1916,"tags":{},"startTime":1732132317807},{"traceId":"6d02d019348010b3","parentId":1317,"name":"build-module-js","id":1339,"timestamp":2633175767,"duration":3538,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/object-assign/index.js","layer":"ssr"},"startTime":1732132317807}] +[{"traceId":"6d02d019348010b3","parentId":1341,"name":"read-resource","id":1342,"timestamp":2633176219,"duration":4012,"tags":{},"startTime":1732132317807},{"traceId":"6d02d019348010b3","parentId":1337,"name":"build-module-js","id":1341,"timestamp":2633176165,"duration":7356,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/react-is/cjs/react-is.development.js","layer":"ssr"},"startTime":1732132317807},{"traceId":"6d02d019348010b3","parentId":123,"name":"make","id":124,"timestamp":2629862056,"duration":3321684,"tags":{},"startTime":1732132314493},{"traceId":"6d02d019348010b3","parentId":1343,"name":"chunk-graph","id":1344,"timestamp":2633278460,"duration":8688,"tags":{},"startTime":1732132317909},{"traceId":"6d02d019348010b3","parentId":1343,"name":"optimize-modules","id":1346,"timestamp":2633287202,"duration":14,"tags":{},"startTime":1732132317918},{"traceId":"6d02d019348010b3","parentId":1343,"name":"optimize-chunks","id":1347,"timestamp":2633287245,"duration":343,"tags":{},"startTime":1732132317918},{"traceId":"6d02d019348010b3","parentId":1343,"name":"optimize-tree","id":1348,"timestamp":2633287637,"duration":16,"tags":{},"startTime":1732132317918},{"traceId":"6d02d019348010b3","parentId":1343,"name":"optimize-chunk-modules","id":1349,"timestamp":2633287686,"duration":10,"tags":{},"startTime":1732132317919},{"traceId":"6d02d019348010b3","parentId":1343,"name":"optimize","id":1345,"timestamp":2633287185,"duration":1866,"tags":{},"startTime":1732132317918},{"traceId":"6d02d019348010b3","parentId":1343,"name":"module-hash","id":1350,"timestamp":2633294832,"duration":19215,"tags":{},"startTime":1732132317926},{"traceId":"6d02d019348010b3","parentId":1343,"name":"code-generation","id":1351,"timestamp":2633314087,"duration":79313,"tags":{},"startTime":1732132317945},{"traceId":"6d02d019348010b3","parentId":1343,"name":"hash","id":1352,"timestamp":2633398403,"duration":4704,"tags":{},"startTime":1732132318029},{"traceId":"6d02d019348010b3","parentId":1343,"name":"code-generation-jobs","id":1353,"timestamp":2633403105,"duration":215,"tags":{},"startTime":1732132318034},{"traceId":"6d02d019348010b3","parentId":1343,"name":"module-assets","id":1354,"timestamp":2633403302,"duration":573,"tags":{},"startTime":1732132318034},{"traceId":"6d02d019348010b3","parentId":1343,"name":"create-chunk-assets","id":1355,"timestamp":2633403893,"duration":453511,"tags":{},"startTime":1732132318035},{"traceId":"6d02d019348010b3","parentId":123,"name":"seal","id":1343,"timestamp":2633274453,"duration":587073,"tags":{},"startTime":1732132317905},{"traceId":"6d02d019348010b3","parentId":122,"name":"webpack-compilation","id":123,"timestamp":2629861594,"duration":4002611,"tags":{"name":"server"},"startTime":1732132314492},{"traceId":"6d02d019348010b3","parentId":122,"name":"emit","id":1356,"timestamp":2633864254,"duration":92212,"tags":{},"startTime":1732132318495},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":122,"timestamp":2629860235,"duration":4097157,"tags":{"trigger":"manual"},"startTime":1732132314491},{"traceId":"6d02d019348010b3","parentId":1358,"name":"add-entry","id":1359,"timestamp":2633970600,"duration":6019,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132318601},{"traceId":"6d02d019348010b3","parentId":1362,"name":"build-module-js&server=false!","id":1367,"timestamp":2634060217,"duration":15353,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&server=false!","layer":"app-pages-browser"},"startTime":1732132318691},{"traceId":"6d02d019348010b3","parentId":1363,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","id":1368,"timestamp":2634075609,"duration":10119,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","layer":"app-pages-browser"},"startTime":1732132318706},{"traceId":"6d02d019348010b3","parentId":1364,"name":"build-module-tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&server=false!","id":1369,"timestamp":2634085755,"duration":3979,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&server=false!","layer":"app-pages-browser"},"startTime":1732132318717},{"traceId":"6d02d019348010b3","parentId":1365,"name":"read-resource","id":1366,"timestamp":2634052187,"duration":63470,"tags":{},"startTime":1732132318683},{"traceId":"6d02d019348010b3","parentId":1360,"name":"build-module-js","id":1365,"timestamp":2634050452,"duration":90753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":"app-pages-browser"},"startTime":1732132318681},{"traceId":"6d02d019348010b3","parentId":1388,"name":"next-swc-transform","id":1389,"timestamp":2634149682,"duration":6117,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1375,"name":"next-swc-loader","id":1388,"timestamp":2634149649,"duration":6158,"tags":{},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1367,"name":"build-module-js","id":1375,"timestamp":2634147887,"duration":21979,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1732132318779},{"traceId":"6d02d019348010b3","parentId":1382,"name":"next-swc-transform","id":1383,"timestamp":2634149558,"duration":21653,"tags":{},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1372,"name":"next-swc-loader","id":1382,"timestamp":2634149431,"duration":21788,"tags":{},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1361,"name":"build-module-js","id":1372,"timestamp":2634147074,"duration":25566,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/app-next-dev.js","layer":"app-pages-browser"},"startTime":1732132318778},{"traceId":"6d02d019348010b3","parentId":1392,"name":"next-swc-transform","id":1393,"timestamp":2634149752,"duration":22942,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1377,"name":"next-swc-loader","id":1392,"timestamp":2634149722,"duration":22978,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1367,"name":"build-module-js","id":1377,"timestamp":2634147987,"duration":26756,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1732132318779},{"traceId":"6d02d019348010b3","parentId":1390,"name":"next-swc-transform","id":1391,"timestamp":2634149720,"duration":25067,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1376,"name":"next-swc-loader","id":1390,"timestamp":2634149685,"duration":25107,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1367,"name":"build-module-js","id":1376,"timestamp":2634147940,"duration":28416,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.js","layer":"app-pages-browser"},"startTime":1732132318779},{"traceId":"6d02d019348010b3","parentId":1396,"name":"next-swc-transform","id":1397,"timestamp":2634149827,"duration":26581,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1379,"name":"next-swc-loader","id":1396,"timestamp":2634149784,"duration":26628,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1368,"name":"build-module-tsx","id":1379,"timestamp":2634148122,"duration":30666,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Products.tsx","layer":"app-pages-browser"},"startTime":1732132318779},{"traceId":"6d02d019348010b3","parentId":1386,"name":"next-swc-transform","id":1387,"timestamp":2634149648,"duration":29280,"tags":{},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1374,"name":"next-swc-loader","id":1386,"timestamp":2634149611,"duration":29321,"tags":{},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1367,"name":"build-module-js","id":1374,"timestamp":2634147831,"duration":37723,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1732132318779},{"traceId":"6d02d019348010b3","parentId":1394,"name":"next-swc-transform","id":1395,"timestamp":2634149783,"duration":35834,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1378,"name":"next-swc-loader","id":1394,"timestamp":2634149754,"duration":35868,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1367,"name":"build-module-js","id":1378,"timestamp":2634148073,"duration":39500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1732132318779},{"traceId":"6d02d019348010b3","parentId":1404,"name":"read-resource","id":1405,"timestamp":2634189551,"duration":60,"tags":{},"startTime":1732132318820},{"traceId":"6d02d019348010b3","parentId":1406,"name":"read-resource","id":1407,"timestamp":2634189603,"duration":288,"tags":{},"startTime":1732132318820},{"traceId":"6d02d019348010b3","parentId":1410,"name":"font-loader","id":1411,"timestamp":2634189955,"duration":840,"tags":{},"startTime":1732132318821},{"traceId":"6d02d019348010b3","parentId":1410,"name":"postcss","id":1412,"timestamp":2634191123,"duration":6340,"tags":{},"startTime":1732132318822},{"traceId":"6d02d019348010b3","parentId":1406,"name":"next-font-loader","id":1410,"timestamp":2634189907,"duration":7621,"tags":{},"startTime":1732132318821},{"traceId":"6d02d019348010b3","parentId":1406,"name":"css-loader","id":1413,"timestamp":2634197490,"duration":14434,"tags":{"astUsed":"true"},"startTime":1732132318828},{"traceId":"6d02d019348010b3","parentId":1371,"name":"build-module-tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"]}],\"variableName\":\"inter\"}","id":1406,"timestamp":2634189563,"duration":23881,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[2].use[1]!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[5].oneOf[2].use[2]!/workspaces/lscaturchio.xyz/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"]}],\"variableName\":\"inter\"}","layer":"null"},"startTime":1732132318820},{"traceId":"6d02d019348010b3","parentId":1384,"name":"next-swc-transform","id":1385,"timestamp":2634149609,"duration":71233,"tags":{},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1373,"name":"next-swc-loader","id":1384,"timestamp":2634149562,"duration":71286,"tags":{},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1367,"name":"build-module-js","id":1373,"timestamp":2634147763,"duration":87677,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1732132318779},{"traceId":"6d02d019348010b3","parentId":1400,"name":"next-swc-transform","id":1401,"timestamp":2634149891,"duration":85592,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1381,"name":"next-swc-loader","id":1400,"timestamp":2634149862,"duration":85626,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1369,"name":"build-module-tsx","id":1381,"timestamp":2634149374,"duration":87327,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Footer.tsx","layer":"app-pages-browser"},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1398,"name":"next-swc-transform","id":1399,"timestamp":2634149861,"duration":86905,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1380,"name":"next-swc-loader","id":1398,"timestamp":2634149829,"duration":86941,"tags":{},"startTime":1732132318781},{"traceId":"6d02d019348010b3","parentId":1369,"name":"build-module-tsx","id":1380,"timestamp":2634149316,"duration":90158,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Sidebar.tsx","layer":"app-pages-browser"},"startTime":1732132318780},{"traceId":"6d02d019348010b3","parentId":1408,"name":"font-loader","id":1409,"timestamp":2634189701,"duration":121645,"tags":{},"startTime":1732132318821},{"traceId":"6d02d019348010b3","parentId":1408,"name":"postcss","id":1414,"timestamp":2634311450,"duration":430,"tags":{},"startTime":1732132318942},{"traceId":"6d02d019348010b3","parentId":1404,"name":"next-font-loader","id":1408,"timestamp":2634189632,"duration":122322,"tags":{},"startTime":1732132318820},{"traceId":"6d02d019348010b3","parentId":1404,"name":"css-loader","id":1415,"timestamp":2634311923,"duration":2072,"tags":{"astUsed":"true"},"startTime":1732132318943},{"traceId":"6d02d019348010b3","parentId":1370,"name":"build-module-woff2\"}],\"display\":\"swap\"}],\"variableName\":\"CalSans\"}","id":1404,"timestamp":2634189249,"duration":125393,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/font/local/target.css.webpack[javascript/auto]!=!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[3].use[1]!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[5].oneOf[3].use[2]!/workspaces/lscaturchio.xyz/node_modules/next/font/local/target.css?{\"path\":\"src/components/Heading.tsx\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"../../fonts/CalSans-SemiBold.woff2\"}],\"display\":\"swap\"}],\"variableName\":\"CalSans\"}","layer":"null"},"startTime":1732132318820},{"traceId":"6d02d019348010b3","parentId":1424,"name":"read-resource","id":1425,"timestamp":2634324666,"duration":69,"tags":{},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1379,"name":"build-module-js","id":1424,"timestamp":2634324644,"duration":385,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/link.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1426,"name":"read-resource","id":1427,"timestamp":2634324725,"duration":315,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1379,"name":"build-module-js","id":1426,"timestamp":2634324673,"duration":553,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/image.js","layer":"app-pages-browser"},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1402,"name":"read-resource","id":1403,"timestamp":2634170314,"duration":162936,"tags":{},"startTime":1732132318801},{"traceId":"6d02d019348010b3","parentId":1365,"name":"build-module-js","id":1402,"timestamp":2634170252,"duration":164738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":"app-pages-browser"},"startTime":1732132318801},{"traceId":"6d02d019348010b3","parentId":1430,"name":"next-swc-transform","id":1431,"timestamp":2634325561,"duration":10418,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1417,"name":"next-swc-loader","id":1430,"timestamp":2634325524,"duration":10462,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1376,"name":"build-module-js","id":1417,"timestamp":2634324306,"duration":16938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/searchparams-bailout-proxy.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1432,"name":"next-swc-transform","id":1433,"timestamp":2634325596,"duration":15703,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1418,"name":"next-swc-loader","id":1432,"timestamp":2634325563,"duration":15740,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1374,"name":"build-module-js","id":1418,"timestamp":2634324371,"duration":52882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/infinite-promise.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1434,"name":"next-swc-transform","id":1435,"timestamp":2634325628,"duration":51716,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1419,"name":"next-swc-loader","id":1434,"timestamp":2634325598,"duration":51752,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1374,"name":"build-module-js","id":1419,"timestamp":2634324432,"duration":54124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1428,"name":"next-swc-transform","id":1429,"timestamp":2634325520,"duration":53114,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1416,"name":"next-swc-loader","id":1428,"timestamp":2634325445,"duration":53195,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1377,"name":"build-module-js","id":1416,"timestamp":2634324059,"duration":57171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1438,"name":"next-swc-transform","id":1439,"timestamp":2634325692,"duration":55604,"tags":{},"startTime":1732132318957},{"traceId":"6d02d019348010b3","parentId":1421,"name":"next-swc-loader","id":1438,"timestamp":2634325662,"duration":55640,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1374,"name":"build-module-js","id":1421,"timestamp":2634324519,"duration":58200,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1436,"name":"next-swc-transform","id":1437,"timestamp":2634325661,"duration":57109,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1420,"name":"next-swc-loader","id":1436,"timestamp":2634325630,"duration":57145,"tags":{},"startTime":1732132318956},{"traceId":"6d02d019348010b3","parentId":1374,"name":"build-module-js","id":1420,"timestamp":2634324477,"duration":67810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1447,"name":"read-resource","id":1448,"timestamp":2634395135,"duration":775,"tags":{},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1379,"name":"build-module-mjs","id":1447,"timestamp":2634394640,"duration":3373,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/index.mjs","layer":"app-pages-browser"},"startTime":1732132319025},{"traceId":"6d02d019348010b3","parentId":1449,"name":"read-resource","id":1450,"timestamp":2634395180,"duration":2845,"tags":{},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1380,"name":"build-module-mjs","id":1449,"timestamp":2634395150,"duration":3360,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/tailwind-merge.mjs","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1462,"name":"read-resource","id":1463,"timestamp":2634395899,"duration":2619,"tags":{},"startTime":1732132319027},{"traceId":"6d02d019348010b3","parentId":1380,"name":"build-module-js","id":1462,"timestamp":2634395873,"duration":2808,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/navigation.js","layer":"app-pages-browser"},"startTime":1732132319027},{"traceId":"6d02d019348010b3","parentId":1442,"name":"next-swc-transform","id":1443,"timestamp":2634325754,"duration":115395,"tags":{},"startTime":1732132318957},{"traceId":"6d02d019348010b3","parentId":1423,"name":"next-swc-loader","id":1442,"timestamp":2634325724,"duration":115438,"tags":{},"startTime":1732132318957},{"traceId":"6d02d019348010b3","parentId":1374,"name":"build-module-js","id":1423,"timestamp":2634324601,"duration":117710,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1440,"name":"next-swc-transform","id":1441,"timestamp":2634325723,"duration":116970,"tags":{},"startTime":1732132318957}] +[{"traceId":"6d02d019348010b3","parentId":1422,"name":"next-swc-loader","id":1440,"timestamp":2634325694,"duration":117475,"tags":{},"startTime":1732132318957},{"traceId":"6d02d019348010b3","parentId":1374,"name":"build-module-js","id":1422,"timestamp":2634324560,"duration":119540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1732132318955},{"traceId":"6d02d019348010b3","parentId":1464,"name":"next-swc-transform","id":1465,"timestamp":2634399069,"duration":46239,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1444,"name":"next-swc-loader","id":1464,"timestamp":2634398969,"duration":46346,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1379,"name":"build-module-tsx","id":1444,"timestamp":2634394363,"duration":51827,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Heading.tsx","layer":"app-pages-browser"},"startTime":1732132319025},{"traceId":"6d02d019348010b3","parentId":1466,"name":"next-swc-transform","id":1467,"timestamp":2634399131,"duration":47095,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1445,"name":"next-swc-loader","id":1466,"timestamp":2634399073,"duration":47156,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1379,"name":"build-module-tsx","id":1445,"timestamp":2634394501,"duration":53438,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Paragraph.tsx","layer":"app-pages-browser"},"startTime":1732132319025},{"traceId":"6d02d019348010b3","parentId":1468,"name":"next-swc-transform","id":1469,"timestamp":2634399183,"duration":48885,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1446,"name":"next-swc-loader","id":1468,"timestamp":2634399133,"duration":48940,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1379,"name":"build-module-tsx","id":1446,"timestamp":2634394572,"duration":54987,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/products.tsx","layer":"app-pages-browser"},"startTime":1732132319025},{"traceId":"6d02d019348010b3","parentId":1470,"name":"next-swc-transform","id":1471,"timestamp":2634399238,"duration":50362,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1451,"name":"next-swc-loader","id":1470,"timestamp":2634399185,"duration":50419,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1451,"timestamp":2634395188,"duration":55762,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1472,"name":"next-swc-transform","id":1473,"timestamp":2634399293,"duration":51700,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1452,"name":"next-swc-loader","id":1472,"timestamp":2634399240,"duration":51757,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1452,"timestamp":2634395260,"duration":56997,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1474,"name":"next-swc-transform","id":1475,"timestamp":2634399347,"duration":52948,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1453,"name":"next-swc-loader","id":1474,"timestamp":2634399296,"duration":53005,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1453,"timestamp":2634395328,"duration":57956,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1476,"name":"next-swc-transform","id":1477,"timestamp":2634399400,"duration":53943,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1454,"name":"next-swc-loader","id":1476,"timestamp":2634399350,"duration":53998,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1454,"timestamp":2634395388,"duration":59884,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1478,"name":"next-swc-transform","id":1479,"timestamp":2634399452,"duration":55876,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1455,"name":"next-swc-loader","id":1478,"timestamp":2634399402,"duration":55931,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1455,"timestamp":2634395448,"duration":70276,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1480,"name":"next-swc-transform","id":1481,"timestamp":2634399505,"duration":66269,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1456,"name":"next-swc-loader","id":1480,"timestamp":2634399454,"duration":66324,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1456,"timestamp":2634395509,"duration":71416,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1482,"name":"next-swc-transform","id":1483,"timestamp":2634399559,"duration":67432,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1457,"name":"next-swc-loader","id":1482,"timestamp":2634399507,"duration":67489,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1457,"timestamp":2634395565,"duration":72671,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1484,"name":"next-swc-transform","id":1485,"timestamp":2634399611,"duration":68668,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1458,"name":"next-swc-loader","id":1484,"timestamp":2634399561,"duration":68722,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1458,"timestamp":2634395626,"duration":76139,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1732132319026},{"traceId":"6d02d019348010b3","parentId":1486,"name":"next-swc-transform","id":1487,"timestamp":2634399663,"duration":72143,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1459,"name":"next-swc-loader","id":1486,"timestamp":2634399613,"duration":72197,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1459,"timestamp":2634395687,"duration":77147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1732132319027},{"traceId":"6d02d019348010b3","parentId":1488,"name":"next-swc-transform","id":1489,"timestamp":2634399714,"duration":73173,"tags":{},"startTime":1732132319031},{"traceId":"6d02d019348010b3","parentId":1460,"name":"next-swc-loader","id":1488,"timestamp":2634399666,"duration":73226,"tags":{},"startTime":1732132319030},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1460,"timestamp":2634395746,"duration":78383,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1732132319027},{"traceId":"6d02d019348010b3","parentId":1490,"name":"next-swc-transform","id":1491,"timestamp":2634399766,"duration":74407,"tags":{},"startTime":1732132319031},{"traceId":"6d02d019348010b3","parentId":1461,"name":"next-swc-loader","id":1490,"timestamp":2634399717,"duration":74460,"tags":{},"startTime":1732132319031},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1461,"timestamp":2634395813,"duration":79440,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1732132319027},{"traceId":"6d02d019348010b3","parentId":1499,"name":"next-swc-transform","id":1500,"timestamp":2634517766,"duration":4325,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1493,"name":"next-swc-loader","id":1499,"timestamp":2634517729,"duration":4373,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1380,"name":"build-module-tsx","id":1493,"timestamp":2634517005,"duration":9823,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/navlinks.tsx","layer":"app-pages-browser"},"startTime":1732132319148},{"traceId":"6d02d019348010b3","parentId":1505,"name":"next-swc-transform","id":1506,"timestamp":2634517866,"duration":9001,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1496,"name":"next-swc-loader","id":1505,"timestamp":2634517834,"duration":9036,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1380,"name":"build-module-ts","id":1496,"timestamp":2634517160,"duration":10446,"tags":{"name":"/workspaces/lscaturchio.xyz/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1732132319148},{"traceId":"6d02d019348010b3","parentId":1519,"name":"read-resource","id":1520,"timestamp":2634531109,"duration":1234,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1519,"timestamp":2634531070,"duration":1886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1521,"name":"read-resource","id":1522,"timestamp":2634531149,"duration":1824,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1521,"timestamp":2634531118,"duration":2389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-motion-template.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1523,"name":"read-resource","id":1524,"timestamp":2634531183,"duration":2334,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1523,"timestamp":2634531156,"duration":2925,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-transform.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1525,"name":"read-resource","id":1526,"timestamp":2634531217,"duration":2874,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1525,"timestamp":2634531189,"duration":3682,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-spring.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1527,"name":"read-resource","id":1528,"timestamp":2634531251,"duration":3630,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1527,"timestamp":2634531224,"duration":3959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-velocity.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1529,"name":"read-resource","id":1530,"timestamp":2634531281,"duration":3910,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1529,"timestamp":2634531257,"duration":4643,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-scroll.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1531,"name":"read-resource","id":1532,"timestamp":2634531312,"duration":4596,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1531,"timestamp":2634531287,"duration":4953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-time.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1533,"name":"read-resource","id":1534,"timestamp":2634531348,"duration":4901,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1533,"timestamp":2634531318,"duration":5180,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1535,"name":"read-resource","id":1536,"timestamp":2634531381,"duration":5128,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1535,"timestamp":2634531355,"duration":5551,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1537,"name":"read-resource","id":1538,"timestamp":2634531412,"duration":5502,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1537,"timestamp":2634531387,"duration":5911,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-cycle.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1539,"name":"read-resource","id":1540,"timestamp":2634531441,"duration":5866,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1539,"timestamp":2634531418,"duration":13602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-in-view.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1541,"name":"read-resource","id":1542,"timestamp":2634531469,"duration":13562,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1541,"timestamp":2634531446,"duration":13934,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/use-dom-event.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1543,"name":"read-resource","id":1544,"timestamp":2634531510,"duration":13880,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1543,"timestamp":2634531474,"duration":14718,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/index.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1545,"name":"read-resource","id":1546,"timestamp":2634531540,"duration":14662,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1545,"timestamp":2634531516,"duration":19377,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/VisualElement.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1547,"name":"read-resource","id":1548,"timestamp":2634531575,"duration":19329,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1547,"timestamp":2634531546,"duration":19864,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1549,"name":"read-resource","id":1550,"timestamp":2634531609,"duration":19821,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1549,"timestamp":2634531582,"duration":20149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/use-instant-layout-transition.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1551,"name":"read-resource","id":1552,"timestamp":2634531645,"duration":20095,"tags":{},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1551,"timestamp":2634531619,"duration":21607,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/use-reset-projection.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1553,"name":"read-resource","id":1554,"timestamp":2634531676,"duration":21562,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1553,"timestamp":2634531650,"duration":21775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/store.mjs","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1555,"name":"read-resource","id":1556,"timestamp":2634531705,"duration":21728,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1555,"timestamp":2634531681,"duration":22061,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/motion.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1557,"name":"read-resource","id":1558,"timestamp":2634531735,"duration":22015,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1557,"timestamp":2634531710,"duration":22281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/motion-minimal.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1559,"name":"read-resource","id":1560,"timestamp":2634531764,"duration":22238,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1559,"timestamp":2634531740,"duration":24463,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1561,"name":"read-resource","id":1562,"timestamp":2634531799,"duration":24416,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1561,"timestamp":2634531770,"duration":24924,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1563,"name":"read-resource","id":1564,"timestamp":2634531839,"duration":24865,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1563,"timestamp":2634531805,"duration":25412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1565,"name":"read-resource","id":1566,"timestamp":2634531868,"duration":25360,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1565,"timestamp":2634531845,"duration":26092,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1567,"name":"read-resource","id":1568,"timestamp":2634531897,"duration":26052,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1567,"timestamp":2634531874,"duration":26320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/Reorder/index.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1569,"name":"read-resource","id":1570,"timestamp":2634531932,"duration":26272,"tags":{},"startTime":1732132319163}] +[{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1569,"timestamp":2634531905,"duration":29648,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1571,"name":"read-resource","id":1572,"timestamp":2634531962,"duration":29602,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1571,"timestamp":2634531938,"duration":29890,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/features-max.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1573,"name":"read-resource","id":1574,"timestamp":2634531991,"duration":29847,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1573,"timestamp":2634531968,"duration":30186,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1575,"name":"read-resource","id":1576,"timestamp":2634532054,"duration":30110,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1575,"timestamp":2634531997,"duration":30515,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/scroll/use-element-scroll.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1577,"name":"read-resource","id":1578,"timestamp":2634532090,"duration":30433,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1577,"timestamp":2634532063,"duration":30782,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/scroll/use-viewport-scroll.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1579,"name":"read-resource","id":1580,"timestamp":2634532119,"duration":30735,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1579,"timestamp":2634532095,"duration":31421,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1581,"name":"read-resource","id":1582,"timestamp":2634532150,"duration":31377,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1581,"timestamp":2634532124,"duration":31965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1583,"name":"read-resource","id":1584,"timestamp":2634532181,"duration":31917,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1583,"timestamp":2634532156,"duration":32185,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1585,"name":"read-resource","id":1586,"timestamp":2634532208,"duration":32140,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1585,"timestamp":2634532186,"duration":32531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1587,"name":"read-resource","id":1588,"timestamp":2634532235,"duration":32490,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1587,"timestamp":2634532213,"duration":32749,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1589,"name":"read-resource","id":1590,"timestamp":2634532266,"duration":32703,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1589,"timestamp":2634532241,"duration":32938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1591,"name":"read-resource","id":1592,"timestamp":2634532301,"duration":32885,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1591,"timestamp":2634532272,"duration":33280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1593,"name":"read-resource","id":1594,"timestamp":2634532334,"duration":33225,"tags":{},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1593,"timestamp":2634532309,"duration":33473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","layer":"app-pages-browser"},"startTime":1732132319163},{"traceId":"6d02d019348010b3","parentId":1501,"name":"next-swc-transform","id":1502,"timestamp":2634517798,"duration":51184,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1494,"name":"next-swc-loader","id":1501,"timestamp":2634517767,"duration":51221,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1380,"name":"build-module-tsx","id":1494,"timestamp":2634517061,"duration":52705,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/socials.tsx","layer":"app-pages-browser"},"startTime":1732132319148},{"traceId":"6d02d019348010b3","parentId":1497,"name":"next-swc-transform","id":1498,"timestamp":2634517726,"duration":52149,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1492,"name":"next-swc-loader","id":1497,"timestamp":2634517646,"duration":52234,"tags":{},"startTime":1732132319148},{"traceId":"6d02d019348010b3","parentId":1380,"name":"build-module-tsx","id":1492,"timestamp":2634516878,"duration":54265,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Badge.tsx","layer":"app-pages-browser"},"startTime":1732132319148},{"traceId":"6d02d019348010b3","parentId":1503,"name":"next-swc-transform","id":1504,"timestamp":2634517832,"duration":53587,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1495,"name":"next-swc-loader","id":1503,"timestamp":2634517799,"duration":53627,"tags":{},"startTime":1732132319149},{"traceId":"6d02d019348010b3","parentId":1375,"name":"build-module-js","id":1495,"timestamp":2634517114,"duration":55513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/app-router-context.js","layer":"app-pages-browser"},"startTime":1732132319148},{"traceId":"6d02d019348010b3","parentId":1597,"name":"next-swc-transform","id":1598,"timestamp":2634566155,"duration":39262,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1508,"name":"next-swc-loader","id":1597,"timestamp":2634566117,"duration":39311,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1372,"name":"build-module-js","id":1508,"timestamp":2634530160,"duration":76383,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1732132319161},{"traceId":"6d02d019348010b3","parentId":1601,"name":"next-swc-transform","id":1602,"timestamp":2634566228,"duration":40351,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1510,"name":"next-swc-loader","id":1601,"timestamp":2634566196,"duration":40386,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1374,"name":"build-module-js","id":1510,"timestamp":2634530319,"duration":76764,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1732132319161},{"traceId":"6d02d019348010b3","parentId":1605,"name":"next-swc-transform","id":1606,"timestamp":2634566298,"duration":40822,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1512,"name":"next-swc-loader","id":1605,"timestamp":2634566265,"duration":40858,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1426,"name":"build-module-js","id":1512,"timestamp":2634530472,"duration":77372,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1732132319161},{"traceId":"6d02d019348010b3","parentId":1595,"name":"next-swc-transform","id":1596,"timestamp":2634566111,"duration":41776,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1507,"name":"next-swc-loader","id":1595,"timestamp":2634566026,"duration":41865,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1372,"name":"build-module-js","id":1507,"timestamp":2634530040,"duration":79170,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1732132319161},{"traceId":"6d02d019348010b3","parentId":1609,"name":"next-swc-transform","id":1610,"timestamp":2634566364,"duration":42882,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1514,"name":"next-swc-loader","id":1609,"timestamp":2634566333,"duration":42917,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1416,"name":"build-module-js","id":1514,"timestamp":2634530640,"duration":79204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/client-hook-in-server-component-error.js","layer":"app-pages-browser"},"startTime":1732132319161},{"traceId":"6d02d019348010b3","parentId":1607,"name":"next-swc-transform","id":1608,"timestamp":2634566331,"duration":43551,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1513,"name":"next-swc-loader","id":1607,"timestamp":2634566300,"duration":43585,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1417,"name":"build-module-js","id":1513,"timestamp":2634530549,"duration":80096,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1732132319161},{"traceId":"6d02d019348010b3","parentId":1599,"name":"next-swc-transform","id":1600,"timestamp":2634566193,"duration":44530,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1509,"name":"next-swc-loader","id":1599,"timestamp":2634566157,"duration":44570,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1372,"name":"build-module-js","id":1509,"timestamp":2634530242,"duration":82366,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1732132319161},{"traceId":"6d02d019348010b3","parentId":1611,"name":"next-swc-transform","id":1612,"timestamp":2634566397,"duration":46253,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1515,"name":"next-swc-loader","id":1611,"timestamp":2634566366,"duration":46287,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1416,"name":"build-module-js","id":1515,"timestamp":2634530715,"duration":82914,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1615,"name":"next-swc-transform","id":1616,"timestamp":2634566461,"duration":47219,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1517,"name":"next-swc-loader","id":1615,"timestamp":2634566431,"duration":47255,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1421,"name":"build-module-js","id":1517,"timestamp":2634530901,"duration":83890,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1613,"name":"next-swc-transform","id":1614,"timestamp":2634566429,"duration":49320,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1516,"name":"next-swc-loader","id":1613,"timestamp":2634566398,"duration":49358,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1416,"name":"build-module-js","id":1516,"timestamp":2634530788,"duration":85945,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1617,"name":"next-swc-transform","id":1618,"timestamp":2634566495,"duration":50282,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1518,"name":"next-swc-loader","id":1617,"timestamp":2634566464,"duration":50317,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1421,"name":"build-module-js","id":1518,"timestamp":2634530989,"duration":86618,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1732132319162},{"traceId":"6d02d019348010b3","parentId":1603,"name":"next-swc-transform","id":1604,"timestamp":2634566262,"duration":51799,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1511,"name":"next-swc-loader","id":1603,"timestamp":2634566230,"duration":51837,"tags":{},"startTime":1732132319197},{"traceId":"6d02d019348010b3","parentId":1424,"name":"build-module-js","id":1511,"timestamp":2634530401,"duration":91007,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1732132319161},{"traceId":"6d02d019348010b3","parentId":1619,"name":"read-resource","id":1620,"timestamp":2634644133,"duration":501,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1619,"timestamp":2634644049,"duration":1141,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1621,"name":"read-resource","id":1622,"timestamp":2634644177,"duration":1023,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1621,"timestamp":2634644143,"duration":1396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1623,"name":"read-resource","id":1624,"timestamp":2634644200,"duration":1347,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1623,"timestamp":2634644183,"duration":1557,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1625,"name":"read-resource","id":1626,"timestamp":2634644220,"duration":1527,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1625,"timestamp":2634644205,"duration":1738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/unwrap-motion-component.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1627,"name":"read-resource","id":1628,"timestamp":2634644244,"duration":1706,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1627,"timestamp":2634644224,"duration":1890,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1629,"name":"read-resource","id":1630,"timestamp":2634644264,"duration":1857,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1629,"timestamp":2634644248,"duration":2232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/start.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1631,"name":"read-resource","id":1632,"timestamp":2634644290,"duration":2199,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1631,"timestamp":2634644271,"duration":2398,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1633,"name":"read-resource","id":1634,"timestamp":2634644309,"duration":2368,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1633,"timestamp":2634644293,"duration":2759,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1635,"name":"read-resource","id":1636,"timestamp":2634644327,"duration":2733,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1635,"timestamp":2634644313,"duration":3941,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/js/index.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1637,"name":"read-resource","id":1638,"timestamp":2634644346,"duration":3917,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1637,"timestamp":2634644331,"duration":4232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/index.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1639,"name":"read-resource","id":1640,"timestamp":2634644366,"duration":4206,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1639,"timestamp":2634644349,"duration":4884,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1641,"name":"read-resource","id":1642,"timestamp":2634644384,"duration":4858,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1641,"timestamp":2634644370,"duration":5341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1649,"name":"read-resource","id":1650,"timestamp":2634667110,"duration":538,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1649,"timestamp":2634667081,"duration":1051,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1651,"name":"read-resource","id":1652,"timestamp":2634667139,"duration":1014,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1651,"timestamp":2634667119,"duration":1333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1653,"name":"read-resource","id":1654,"timestamp":2634667161,"duration":1303,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1653,"timestamp":2634667144,"duration":1612,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1655,"name":"read-resource","id":1656,"timestamp":2634667181,"duration":1591,"tags":{},"startTime":1732132319298}] +[{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1655,"timestamp":2634667165,"duration":2269,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1657,"name":"read-resource","id":1658,"timestamp":2634667208,"duration":2237,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1657,"timestamp":2634667185,"duration":2488,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1659,"name":"read-resource","id":1660,"timestamp":2634667228,"duration":2455,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1659,"timestamp":2634667212,"duration":3067,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1661,"name":"read-resource","id":1662,"timestamp":2634667246,"duration":3045,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1661,"timestamp":2634667232,"duration":3458,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1663,"name":"read-resource","id":1664,"timestamp":2634667266,"duration":3434,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1663,"timestamp":2634667250,"duration":5067,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/index.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1665,"name":"read-resource","id":1666,"timestamp":2634667285,"duration":5043,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1665,"timestamp":2634667270,"duration":5664,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animate.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1667,"name":"read-resource","id":1668,"timestamp":2634667307,"duration":5636,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1667,"timestamp":2634667291,"duration":5831,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1669,"name":"read-resource","id":1670,"timestamp":2634667325,"duration":5805,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1669,"timestamp":2634667311,"duration":6093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1671,"name":"read-resource","id":1672,"timestamp":2634667345,"duration":6067,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1671,"timestamp":2634667329,"duration":6631,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1673,"name":"read-resource","id":1674,"timestamp":2634667362,"duration":6652,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1673,"timestamp":2634667348,"duration":7804,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1675,"name":"read-resource","id":1676,"timestamp":2634667380,"duration":7784,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1675,"timestamp":2634667366,"duration":8325,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/index.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1677,"name":"read-resource","id":1678,"timestamp":2634667398,"duration":8315,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1677,"timestamp":2634667384,"duration":9341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1683,"name":"read-resource","id":1684,"timestamp":2634667537,"duration":9201,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1449,"name":"build-module-mjs","id":1683,"timestamp":2634667503,"duration":9638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/tw-join.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1685,"name":"read-resource","id":1686,"timestamp":2634667563,"duration":9589,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1449,"name":"build-module-mjs","id":1685,"timestamp":2634667543,"duration":10159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/create-tailwind-merge.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1687,"name":"read-resource","id":1688,"timestamp":2634667581,"duration":10131,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1449,"name":"build-module-mjs","id":1687,"timestamp":2634667567,"duration":12571,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/default-config.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1689,"name":"read-resource","id":1690,"timestamp":2634667601,"duration":12545,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1449,"name":"build-module-mjs","id":1689,"timestamp":2634667585,"duration":12882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/extend-tailwind-merge.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1691,"name":"read-resource","id":1692,"timestamp":2634667621,"duration":12853,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1449,"name":"build-module-mjs","id":1691,"timestamp":2634667605,"duration":13043,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/from-theme.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1693,"name":"read-resource","id":1694,"timestamp":2634667639,"duration":13015,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1449,"name":"build-module-mjs","id":1693,"timestamp":2634667625,"duration":13333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/merge-configs.mjs","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1699,"name":"next-swc-transform","id":1700,"timestamp":2634681336,"duration":14397,"tags":{},"startTime":1732132319312},{"traceId":"6d02d019348010b3","parentId":1648,"name":"next-swc-loader","id":1699,"timestamp":2634681302,"duration":14440,"tags":{},"startTime":1732132319312},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1648,"timestamp":2634667028,"duration":29774,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1695,"name":"next-swc-transform","id":1696,"timestamp":2634681254,"duration":15584,"tags":{},"startTime":1732132319312},{"traceId":"6d02d019348010b3","parentId":1646,"name":"next-swc-loader","id":1695,"timestamp":2634681166,"duration":15675,"tags":{},"startTime":1732132319312},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1646,"timestamp":2634666802,"duration":30616,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/hooks-client-context.js","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1697,"name":"next-swc-transform","id":1698,"timestamp":2634681300,"duration":16156,"tags":{},"startTime":1732132319312},{"traceId":"6d02d019348010b3","parentId":1647,"name":"next-swc-loader","id":1697,"timestamp":2634681260,"duration":16198,"tags":{},"startTime":1732132319312},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1647,"timestamp":2634666954,"duration":31180,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/dev-root-not-found-boundary.js","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1644,"name":"read-resource","id":1645,"timestamp":2634644604,"duration":54873,"tags":{},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1406,"name":"build-module-js","id":1644,"timestamp":2634644576,"duration":55551,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":"null"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":1701,"name":"read-resource","id":1702,"timestamp":2634701452,"duration":564,"tags":{},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1449,"name":"build-module-mjs","id":1701,"timestamp":2634701377,"duration":1072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/tw-merge.mjs","layer":"app-pages-browser"},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1703,"name":"read-resource","id":1704,"timestamp":2634701487,"duration":971,"tags":{},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1449,"name":"build-module-mjs","id":1703,"timestamp":2634701462,"duration":1725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/validators.mjs","layer":"app-pages-browser"},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1705,"name":"read-resource","id":1706,"timestamp":2634701511,"duration":1683,"tags":{},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1705,"timestamp":2634701493,"duration":2006,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1707,"name":"read-resource","id":1708,"timestamp":2634701532,"duration":1976,"tags":{},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1707,"timestamp":2634701516,"duration":2161,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/clamp.mjs","layer":"app-pages-browser"},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1709,"name":"read-resource","id":1710,"timestamp":2634701551,"duration":2132,"tags":{},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1709,"timestamp":2634701536,"duration":2309,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/mix.mjs","layer":"app-pages-browser"},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1711,"name":"read-resource","id":1712,"timestamp":2634701572,"duration":2279,"tags":{},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1711,"timestamp":2634701556,"duration":2489,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/pipe.mjs","layer":"app-pages-browser"},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1713,"name":"read-resource","id":1714,"timestamp":2634701591,"duration":2461,"tags":{},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1713,"timestamp":2634701576,"duration":2662,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/progress.mjs","layer":"app-pages-browser"},"startTime":1732132319332},{"traceId":"6d02d019348010b3","parentId":1369,"name":"build-module-tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"]}],\"variableName\":\"inter\"}","id":1371,"timestamp":2634146881,"duration":563974,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"]}],\"variableName\":\"inter\"}","layer":"app-pages-browser"},"startTime":1732132318778},{"traceId":"6d02d019348010b3","parentId":1368,"name":"build-module-woff2\"}],\"display\":\"swap\"}],\"variableName\":\"CalSans\"}","id":1370,"timestamp":2634144199,"duration":567891,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/font/local/target.css?{\"path\":\"src/components/Heading.tsx\",\"import\":\"\",\"arguments\":[{\"src\":[{\"path\":\"../../fonts/CalSans-SemiBold.woff2\"}],\"display\":\"swap\"}],\"variableName\":\"CalSans\"}","layer":"app-pages-browser"},"startTime":1732132318775},{"traceId":"6d02d019348010b3","parentId":1715,"name":"read-resource","id":1716,"timestamp":2634729235,"duration":6132,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1715,"timestamp":2634729147,"duration":6726,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/wrap.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1717,"name":"read-resource","id":1718,"timestamp":2634729282,"duration":6603,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1717,"timestamp":2634729248,"duration":8836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1719,"name":"read-resource","id":1720,"timestamp":2634729319,"duration":8774,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1719,"timestamp":2634729290,"duration":9136,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/anticipate.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1721,"name":"read-resource","id":1722,"timestamp":2634729356,"duration":9080,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1721,"timestamp":2634729326,"duration":9416,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/back.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1723,"name":"read-resource","id":1724,"timestamp":2634729390,"duration":9361,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1723,"timestamp":2634729364,"duration":9688,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/circ.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1725,"name":"read-resource","id":1726,"timestamp":2634729425,"duration":9635,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1725,"timestamp":2634729398,"duration":9878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/ease.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1727,"name":"read-resource","id":1728,"timestamp":2634729458,"duration":9826,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1727,"timestamp":2634729432,"duration":10252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1729,"name":"read-resource","id":1730,"timestamp":2634729491,"duration":10201,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1729,"timestamp":2634729464,"duration":10486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/delay.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1731,"name":"read-resource","id":1732,"timestamp":2634729528,"duration":10428,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1731,"timestamp":2634729498,"duration":10770,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/distance.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1733,"name":"read-resource","id":1734,"timestamp":2634729563,"duration":10715,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1733,"timestamp":2634729536,"duration":11198,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/errors.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1735,"name":"read-resource","id":1736,"timestamp":2634729593,"duration":11156,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1735,"timestamp":2634729569,"duration":12133,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/interpolate.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1737,"name":"read-resource","id":1738,"timestamp":2634729623,"duration":12090,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1737,"timestamp":2634729599,"duration":12417,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/frameloop/frame.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1739,"name":"read-resource","id":1740,"timestamp":2634729658,"duration":12370,"tags":{},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1739,"timestamp":2634729629,"duration":12661,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1741,"name":"read-resource","id":1742,"timestamp":2634729691,"duration":12607,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1741,"timestamp":2634729666,"duration":12945,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/event-info.mjs","layer":"app-pages-browser"},"startTime":1732132319360},{"traceId":"6d02d019348010b3","parentId":1743,"name":"read-resource","id":1744,"timestamp":2634729721,"duration":12900,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1743,"timestamp":2634729697,"duration":13135,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/is-browser.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1745,"name":"read-resource","id":1746,"timestamp":2634729754,"duration":13088,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1745,"timestamp":2634729727,"duration":13337,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1747,"name":"read-resource","id":1748,"timestamp":2634729787,"duration":13288,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1747,"timestamp":2634729760,"duration":13556,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1749,"name":"read-resource","id":1750,"timestamp":2634729816,"duration":13511,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1749,"timestamp":2634729792,"duration":13898,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-force-update.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1751,"name":"read-resource","id":1752,"timestamp":2634729845,"duration":13857,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1751,"timestamp":2634729822,"duration":14369,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/stagger.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1753,"name":"read-resource","id":1754,"timestamp":2634729873,"duration":14326,"tags":{},"startTime":1732132319361}] +[{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1753,"timestamp":2634729850,"duration":14930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1755,"name":"read-resource","id":1756,"timestamp":2634729901,"duration":14889,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1755,"timestamp":2634729879,"duration":15124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1757,"name":"read-resource","id":1758,"timestamp":2634729933,"duration":15078,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1757,"timestamp":2634729907,"duration":15345,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/animations.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1759,"name":"read-resource","id":1760,"timestamp":2634730013,"duration":15249,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1759,"timestamp":2634729977,"duration":16462,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/setters.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1761,"name":"read-resource","id":1762,"timestamp":2634730070,"duration":16388,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1761,"timestamp":2634730022,"duration":16736,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1763,"name":"read-resource","id":1764,"timestamp":2634730104,"duration":16665,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1763,"timestamp":2634730077,"duration":17300,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1765,"name":"read-resource","id":1766,"timestamp":2634730137,"duration":17248,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1765,"timestamp":2634730111,"duration":20205,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1767,"name":"read-resource","id":1768,"timestamp":2634730173,"duration":20153,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1767,"timestamp":2634730143,"duration":20419,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1769,"name":"read-resource","id":1770,"timestamp":2634730204,"duration":20417,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1769,"timestamp":2634730179,"duration":20983,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/viewport/index.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1771,"name":"read-resource","id":1772,"timestamp":2634730234,"duration":20939,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1771,"timestamp":2634730210,"duration":21500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1773,"name":"read-resource","id":1774,"timestamp":2634730263,"duration":21456,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1447,"name":"build-module-mjs","id":1773,"timestamp":2634730240,"duration":21941,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1782,"name":"read-resource","id":1783,"timestamp":2634732871,"duration":19319,"tags":{},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1784,"name":"read-resource","id":1785,"timestamp":2634732925,"duration":19499,"tags":{},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1786,"name":"read-resource","id":1787,"timestamp":2634732969,"duration":19591,"tags":{},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1788,"name":"read-resource","id":1789,"timestamp":2634733016,"duration":19655,"tags":{},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1790,"name":"read-resource","id":1791,"timestamp":2634733123,"duration":19664,"tags":{},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1792,"name":"read-resource","id":1793,"timestamp":2634733181,"duration":19828,"tags":{},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1794,"name":"read-resource","id":1795,"timestamp":2634733236,"duration":19888,"tags":{},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1805,"name":"read-resource","id":1806,"timestamp":2634734021,"duration":19208,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1519,"name":"build-module-mjs","id":1805,"timestamp":2634733991,"duration":19474,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-constant.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1807,"name":"read-resource","id":1808,"timestamp":2634734053,"duration":19424,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1521,"name":"build-module-mjs","id":1807,"timestamp":2634734029,"duration":19729,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-combine-values.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1809,"name":"read-resource","id":1810,"timestamp":2634734080,"duration":19686,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1523,"name":"build-module-mjs","id":1809,"timestamp":2634734058,"duration":19926,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-computed.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1811,"name":"read-resource","id":1812,"timestamp":2634734111,"duration":19881,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1525,"name":"build-module-mjs","id":1811,"timestamp":2634734085,"duration":20074,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1813,"name":"read-resource","id":1814,"timestamp":2634734141,"duration":20027,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1541,"name":"build-module-mjs","id":1813,"timestamp":2634734117,"duration":20216,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1815,"name":"read-resource","id":1816,"timestamp":2634734171,"duration":20170,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1543,"name":"build-module-mjs","id":1815,"timestamp":2634734146,"duration":20348,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/LazyContext.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1817,"name":"read-resource","id":1818,"timestamp":2634734200,"duration":20302,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1817,"timestamp":2634734177,"duration":20489,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1819,"name":"read-resource","id":1820,"timestamp":2634734229,"duration":20442,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1819,"timestamp":2634734205,"duration":20800,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1821,"name":"read-resource","id":1822,"timestamp":2634734258,"duration":20755,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1543,"name":"build-module-mjs","id":1821,"timestamp":2634734235,"duration":21180,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1823,"name":"read-resource","id":1824,"timestamp":2634734295,"duration":21128,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1543,"name":"build-module-mjs","id":1823,"timestamp":2634734264,"duration":21403,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1825,"name":"read-resource","id":1826,"timestamp":2634734329,"duration":21346,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1543,"name":"build-module-mjs","id":1825,"timestamp":2634734302,"duration":21611,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1827,"name":"read-resource","id":1828,"timestamp":2634734363,"duration":21556,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1543,"name":"build-module-mjs","id":1827,"timestamp":2634734335,"duration":21802,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1829,"name":"read-resource","id":1830,"timestamp":2634734391,"duration":21752,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1543,"name":"build-module-mjs","id":1829,"timestamp":2634734368,"duration":21917,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1831,"name":"read-resource","id":1832,"timestamp":2634734420,"duration":21872,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1831,"timestamp":2634734397,"duration":22124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1833,"name":"read-resource","id":1834,"timestamp":2634734450,"duration":22078,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1833,"timestamp":2634734425,"duration":22245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1835,"name":"read-resource","id":1836,"timestamp":2634734480,"duration":22197,"tags":{},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1496,"name":"build-module-mjs","id":1835,"timestamp":2634734456,"duration":22629,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1839,"name":"read-resource","id":1840,"timestamp":2634734668,"duration":22424,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1839,"timestamp":2634734639,"duration":22641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/warn-once.mjs","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1841,"name":"read-resource","id":1842,"timestamp":2634734700,"duration":22588,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1547,"name":"build-module-mjs","id":1841,"timestamp":2634734674,"duration":22802,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1843,"name":"read-resource","id":1844,"timestamp":2634735109,"duration":22373,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1559,"name":"build-module-mjs","id":1843,"timestamp":2634735053,"duration":22625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1845,"name":"read-resource","id":1846,"timestamp":2634735156,"duration":22529,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1845,"timestamp":2634735121,"duration":22733,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1847,"name":"read-resource","id":1848,"timestamp":2634735194,"duration":22667,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1847,"timestamp":2634735164,"duration":22912,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1849,"name":"read-resource","id":1850,"timestamp":2634735228,"duration":22854,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1849,"timestamp":2634735200,"duration":23120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1851,"name":"read-resource","id":1852,"timestamp":2634735261,"duration":23068,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1851,"timestamp":2634735236,"duration":23878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1853,"name":"read-resource","id":1854,"timestamp":2634735290,"duration":23834,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1853,"timestamp":2634735266,"duration":24181,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1855,"name":"read-resource","id":1856,"timestamp":2634735322,"duration":24133,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1855,"timestamp":2634735295,"duration":24454,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1857,"name":"read-resource","id":1858,"timestamp":2634735351,"duration":24406,"tags":{},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1857,"timestamp":2634735328,"duration":24637,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","layer":"app-pages-browser"},"startTime":1732132319366},{"traceId":"6d02d019348010b3","parentId":1859,"name":"image-size-calculation","id":1860,"timestamp":2634752354,"duration":7641,"tags":{},"startTime":1732132319383},{"traceId":"6d02d019348010b3","parentId":1861,"name":"image-size-calculation","id":1862,"timestamp":2634752537,"duration":7460,"tags":{},"startTime":1732132319383},{"traceId":"6d02d019348010b3","parentId":1863,"name":"image-size-calculation","id":1864,"timestamp":2634752647,"duration":7352,"tags":{},"startTime":1732132319383},{"traceId":"6d02d019348010b3","parentId":1865,"name":"image-size-calculation","id":1866,"timestamp":2634752754,"duration":7269,"tags":{},"startTime":1732132319384},{"traceId":"6d02d019348010b3","parentId":1867,"name":"image-size-calculation","id":1868,"timestamp":2634752893,"duration":7132,"tags":{},"startTime":1732132319384},{"traceId":"6d02d019348010b3","parentId":1869,"name":"image-size-calculation","id":1870,"timestamp":2634753099,"duration":6927,"tags":{},"startTime":1732132319384},{"traceId":"6d02d019348010b3","parentId":1871,"name":"image-size-calculation","id":1872,"timestamp":2634753201,"duration":6826,"tags":{},"startTime":1732132319384},{"traceId":"6d02d019348010b3","parentId":1859,"name":"image-data-stringify","id":1901,"timestamp":2634762118,"duration":27,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1861,"name":"image-data-stringify","id":1902,"timestamp":2634762161,"duration":10,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1863,"name":"image-data-stringify","id":1903,"timestamp":2634762178,"duration":12,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1865,"name":"image-data-stringify","id":1904,"timestamp":2634762196,"duration":6,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1867,"name":"image-data-stringify","id":1905,"timestamp":2634762207,"duration":2,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1869,"name":"image-data-stringify","id":1906,"timestamp":2634762218,"duration":2,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1871,"name":"image-data-stringify","id":1907,"timestamp":2634762225,"duration":2,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1782,"name":"next-image-loader","id":1859,"timestamp":2634752210,"duration":10024,"tags":{},"startTime":1732132319383},{"traceId":"6d02d019348010b3","parentId":1784,"name":"next-image-loader","id":1861,"timestamp":2634752436,"duration":9799,"tags":{},"startTime":1732132319383},{"traceId":"6d02d019348010b3","parentId":1786,"name":"next-image-loader","id":1863,"timestamp":2634752573,"duration":9663,"tags":{},"startTime":1732132319383},{"traceId":"6d02d019348010b3","parentId":1788,"name":"next-image-loader","id":1865,"timestamp":2634752684,"duration":9553,"tags":{},"startTime":1732132319384},{"traceId":"6d02d019348010b3","parentId":1790,"name":"next-image-loader","id":1867,"timestamp":2634752801,"duration":9437,"tags":{},"startTime":1732132319384},{"traceId":"6d02d019348010b3","parentId":1792,"name":"next-image-loader","id":1869,"timestamp":2634753021,"duration":9217,"tags":{},"startTime":1732132319384},{"traceId":"6d02d019348010b3","parentId":1794,"name":"next-image-loader","id":1871,"timestamp":2634753134,"duration":9106,"tags":{},"startTime":1732132319384}] +[{"traceId":"6d02d019348010b3","parentId":1446,"name":"build-module-png","id":1782,"timestamp":2634732817,"duration":29909,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-aceternity.png","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1446,"name":"build-module-png","id":1784,"timestamp":2634732880,"duration":30061,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-aceternity-2.png","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1446,"name":"build-module-png","id":1786,"timestamp":2634732932,"duration":30209,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-algochurn.png","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1446,"name":"build-module-png","id":1788,"timestamp":2634732976,"duration":30372,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-moonbeam.png","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1446,"name":"build-module-png","id":1790,"timestamp":2634733066,"duration":30543,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-moonbeam-2.png","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1446,"name":"build-module-png","id":1792,"timestamp":2634733133,"duration":30717,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-tailwindmasterkit.png","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1446,"name":"build-module-png","id":1794,"timestamp":2634733190,"duration":30872,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-tailwindmasterkit-2.png","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1681,"name":"read-resource","id":1682,"timestamp":2634667479,"duration":113125,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1377,"name":"build-module-js","id":1681,"timestamp":2634667446,"duration":113536,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1679,"name":"read-resource","id":1680,"timestamp":2634667417,"duration":113590,"tags":{},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1375,"name":"build-module-js","id":1679,"timestamp":2634667403,"duration":114211,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1732132319298},{"traceId":"6d02d019348010b3","parentId":1875,"name":"next-swc-transform","id":1876,"timestamp":2634761359,"duration":20368,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1780,"name":"next-swc-loader","id":1875,"timestamp":2634761293,"duration":20438,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1416,"name":"build-module-js","id":1780,"timestamp":2634732613,"duration":50121,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/server-inserted-html.js","layer":"app-pages-browser"},"startTime":1732132319363},{"traceId":"6d02d019348010b3","parentId":1908,"name":"read-resource","id":1909,"timestamp":2634789546,"duration":60,"tags":{},"startTime":1732132319420},{"traceId":"6d02d019348010b3","parentId":1549,"name":"build-module-mjs","id":1908,"timestamp":2634789474,"duration":595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1732132319420},{"traceId":"6d02d019348010b3","parentId":1910,"name":"read-resource","id":1911,"timestamp":2634789593,"duration":486,"tags":{},"startTime":1732132319420},{"traceId":"6d02d019348010b3","parentId":1555,"name":"build-module-mjs","id":1910,"timestamp":2634789558,"duration":930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/motion-proxy.mjs","layer":"app-pages-browser"},"startTime":1732132319420},{"traceId":"6d02d019348010b3","parentId":1877,"name":"next-swc-transform","id":1878,"timestamp":2634761421,"duration":56115,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1781,"name":"next-swc-loader","id":1877,"timestamp":2634761362,"duration":56181,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1451,"name":"build-module-js","id":1781,"timestamp":2634732731,"duration":86176,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1879,"name":"next-swc-transform","id":1880,"timestamp":2634761485,"duration":57474,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1796,"name":"next-swc-loader","id":1879,"timestamp":2634761423,"duration":57539,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1460,"name":"build-module-js","id":1796,"timestamp":2634733245,"duration":86879,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1885,"name":"next-swc-transform","id":1886,"timestamp":2634761669,"duration":58500,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1799,"name":"next-swc-loader","id":1885,"timestamp":2634761609,"duration":58562,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1457,"name":"build-module-js","id":1799,"timestamp":2634733521,"duration":87471,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1881,"name":"next-swc-transform","id":1882,"timestamp":2634761544,"duration":59494,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1797,"name":"next-swc-loader","id":1881,"timestamp":2634761487,"duration":59554,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1460,"name":"build-module-js","id":1797,"timestamp":2634733333,"duration":88643,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1887,"name":"next-swc-transform","id":1888,"timestamp":2634761735,"duration":60275,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1800,"name":"next-swc-loader","id":1887,"timestamp":2634761672,"duration":60341,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1457,"name":"build-module-js","id":1800,"timestamp":2634733600,"duration":88974,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1873,"name":"next-swc-transform","id":1874,"timestamp":2634761287,"duration":61432,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1777,"name":"next-swc-loader","id":1873,"timestamp":2634761176,"duration":61546,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1373,"name":"build-module-js","id":1777,"timestamp":2634730324,"duration":94797,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/hot-reloader-client.js","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1889,"name":"next-swc-transform","id":1890,"timestamp":2634761800,"duration":63367,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1801,"name":"next-swc-loader","id":1889,"timestamp":2634761738,"duration":63432,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1457,"name":"build-module-js","id":1801,"timestamp":2634733681,"duration":92433,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1891,"name":"next-swc-transform","id":1892,"timestamp":2634761866,"duration":64288,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1802,"name":"next-swc-loader","id":1891,"timestamp":2634761804,"duration":64354,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1457,"name":"build-module-js","id":1802,"timestamp":2634733763,"duration":93574,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1883,"name":"next-swc-transform","id":1884,"timestamp":2634761606,"duration":65856,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1798,"name":"next-swc-loader","id":1883,"timestamp":2634761547,"duration":65919,"tags":{},"startTime":1732132319392},{"traceId":"6d02d019348010b3","parentId":1457,"name":"build-module-js","id":1798,"timestamp":2634733423,"duration":99477,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1732132319364},{"traceId":"6d02d019348010b3","parentId":1899,"name":"next-swc-transform","id":1900,"timestamp":2634762113,"duration":70833,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1838,"name":"next-swc-loader","id":1899,"timestamp":2634762059,"duration":70891,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1453,"name":"build-module-js","id":1838,"timestamp":2634734563,"duration":99157,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1895,"name":"next-swc-transform","id":1896,"timestamp":2634761997,"duration":71999,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1804,"name":"next-swc-loader","id":1895,"timestamp":2634761936,"duration":72066,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1457,"name":"build-module-js","id":1804,"timestamp":2634733916,"duration":108976,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1893,"name":"next-swc-transform","id":1894,"timestamp":2634761933,"duration":81030,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1803,"name":"next-swc-loader","id":1893,"timestamp":2634761870,"duration":81097,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1457,"name":"build-module-js","id":1803,"timestamp":2634733840,"duration":111408,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1897,"name":"next-swc-transform","id":1898,"timestamp":2634762056,"duration":83232,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1837,"name":"next-swc-loader","id":1897,"timestamp":2634762000,"duration":83292,"tags":{},"startTime":1732132319393},{"traceId":"6d02d019348010b3","parentId":1451,"name":"build-module-js","id":1837,"timestamp":2634734487,"duration":111513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1732132319365},{"traceId":"6d02d019348010b3","parentId":1912,"name":"read-resource","id":1913,"timestamp":2634872251,"duration":5248,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1555,"name":"build-module-mjs","id":1912,"timestamp":2634872176,"duration":5796,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1914,"name":"read-resource","id":1915,"timestamp":2634872290,"duration":5692,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1555,"name":"build-module-mjs","id":1914,"timestamp":2634872260,"duration":6001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/drag.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1916,"name":"read-resource","id":1917,"timestamp":2634872324,"duration":5946,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1555,"name":"build-module-mjs","id":1916,"timestamp":2634872296,"duration":6304,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1918,"name":"read-resource","id":1919,"timestamp":2634872358,"duration":6252,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1555,"name":"build-module-mjs","id":1918,"timestamp":2634872330,"duration":6498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/layout.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1920,"name":"read-resource","id":1921,"timestamp":2634872390,"duration":6447,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1559,"name":"build-module-mjs","id":1920,"timestamp":2634872364,"duration":7140,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1922,"name":"read-resource","id":1923,"timestamp":2634872420,"duration":7091,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1545,"name":"build-module-mjs","id":1922,"timestamp":2634872396,"duration":7357,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1924,"name":"read-resource","id":1925,"timestamp":2634872452,"duration":7310,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1555,"name":"build-module-mjs","id":1924,"timestamp":2634872426,"duration":7736,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/create-config.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1928,"name":"read-resource","id":1929,"timestamp":2634872547,"duration":7622,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1573,"name":"build-module-mjs","id":1928,"timestamp":2634872516,"duration":7898,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1930,"name":"read-resource","id":1931,"timestamp":2634872581,"duration":7841,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1579,"name":"build-module-mjs","id":1930,"timestamp":2634872554,"duration":8157,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/array.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1932,"name":"read-resource","id":1933,"timestamp":2634872612,"duration":8107,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1565,"name":"build-module-mjs","id":1932,"timestamp":2634872587,"duration":8394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/group.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1934,"name":"read-resource","id":1935,"timestamp":2634872645,"duration":8346,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1567,"name":"build-module-mjs","id":1934,"timestamp":2634872618,"duration":9103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1936,"name":"read-resource","id":1937,"timestamp":2634872677,"duration":9052,"tags":{},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1567,"name":"build-module-mjs","id":1936,"timestamp":2634872651,"duration":9772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1938,"name":"read-resource","id":1939,"timestamp":2634872706,"duration":9726,"tags":{},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1591,"name":"build-module-mjs","id":1938,"timestamp":2634872683,"duration":10112,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1940,"name":"read-resource","id":1941,"timestamp":2634872737,"duration":10067,"tags":{},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1591,"name":"build-module-mjs","id":1940,"timestamp":2634872712,"duration":10844,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1942,"name":"read-resource","id":1943,"timestamp":2634872768,"duration":10798,"tags":{},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1591,"name":"build-module-mjs","id":1942,"timestamp":2634872743,"duration":11627,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1944,"name":"read-resource","id":1945,"timestamp":2634872801,"duration":11576,"tags":{},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1579,"name":"build-module-mjs","id":1944,"timestamp":2634872776,"duration":12024,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1946,"name":"read-resource","id":1947,"timestamp":2634872832,"duration":11976,"tags":{},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1579,"name":"build-module-mjs","id":1946,"timestamp":2634872807,"duration":12188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1959,"name":"read-resource","id":1960,"timestamp":2634873713,"duration":11289,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1629,"name":"build-module-mjs","id":1959,"timestamp":2634873673,"duration":11460,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/noop.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1961,"name":"read-resource","id":1962,"timestamp":2634873765,"duration":11376,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1629,"name":"build-module-mjs","id":1961,"timestamp":2634873722,"duration":11571,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/store-id.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1963,"name":"read-resource","id":1964,"timestamp":2634873805,"duration":11494,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1629,"name":"build-module-mjs","id":1963,"timestamp":2634873774,"duration":11833,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/handoff.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1965,"name":"read-resource","id":1966,"timestamp":2634873834,"duration":11779,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1629,"name":"build-module-mjs","id":1965,"timestamp":2634873811,"duration":11935,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1967,"name":"read-resource","id":1968,"timestamp":2634873876,"duration":11875,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1635,"name":"build-module-mjs","id":1967,"timestamp":2634873840,"duration":12278,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","layer":"app-pages-browser"},"startTime":1732132319505}] +[{"traceId":"6d02d019348010b3","parentId":1969,"name":"read-resource","id":1970,"timestamp":2634873915,"duration":12440,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1635,"name":"build-module-mjs","id":1969,"timestamp":2634873885,"duration":13161,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1971,"name":"read-resource","id":1972,"timestamp":2634873950,"duration":13103,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1637,"name":"build-module-mjs","id":1971,"timestamp":2634873922,"duration":14197,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/utils.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1973,"name":"read-resource","id":1974,"timestamp":2634873980,"duration":14149,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1629,"name":"build-module-mjs","id":1973,"timestamp":2634873956,"duration":14572,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1975,"name":"read-resource","id":1976,"timestamp":2634874007,"duration":14528,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1635,"name":"build-module-mjs","id":1975,"timestamp":2634873985,"duration":14923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/js/driver-frameloop.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1977,"name":"read-resource","id":1978,"timestamp":2634874041,"duration":14876,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1635,"name":"build-module-mjs","id":1977,"timestamp":2634874013,"duration":15221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1979,"name":"read-resource","id":1980,"timestamp":2634874074,"duration":15185,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1637,"name":"build-module-mjs","id":1979,"timestamp":2634874047,"duration":15702,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1981,"name":"read-resource","id":1982,"timestamp":2634874110,"duration":15646,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1637,"name":"build-module-mjs","id":1981,"timestamp":2634874081,"duration":16056,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1983,"name":"read-resource","id":1984,"timestamp":2634874147,"duration":15996,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1637,"name":"build-module-mjs","id":1983,"timestamp":2634874117,"duration":29392,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1985,"name":"read-resource","id":1986,"timestamp":2634874176,"duration":29342,"tags":{},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1639,"name":"build-module-mjs","id":1985,"timestamp":2634874153,"duration":29675,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","layer":"app-pages-browser"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1987,"name":"read-resource","id":1988,"timestamp":2634876234,"duration":27603,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1991,"name":"read-resource","id":1992,"timestamp":2634876359,"duration":27932,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1663,"name":"build-module-mjs","id":1991,"timestamp":2634876323,"duration":28200,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1993,"name":"read-resource","id":1994,"timestamp":2634876396,"duration":28135,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1665,"name":"build-module-mjs","id":1993,"timestamp":2634876367,"duration":29248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1995,"name":"read-resource","id":1996,"timestamp":2634876427,"duration":29195,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1665,"name":"build-module-mjs","id":1995,"timestamp":2634876402,"duration":29445,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1997,"name":"read-resource","id":1998,"timestamp":2634876459,"duration":29396,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1665,"name":"build-module-mjs","id":1997,"timestamp":2634876433,"duration":29772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1999,"name":"read-resource","id":2000,"timestamp":2634876492,"duration":29721,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1665,"name":"build-module-mjs","id":1999,"timestamp":2634876464,"duration":30035,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/single-value.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":2001,"name":"read-resource","id":2002,"timestamp":2634876522,"duration":29984,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1665,"name":"build-module-mjs","id":2001,"timestamp":2634876497,"duration":31500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":2003,"name":"read-resource","id":2004,"timestamp":2634876551,"duration":31478,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1669,"name":"build-module-mjs","id":2003,"timestamp":2634876527,"duration":31698,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":2005,"name":"read-resource","id":2006,"timestamp":2634876586,"duration":31647,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1665,"name":"build-module-mjs","id":2005,"timestamp":2634876557,"duration":32031,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":2007,"name":"read-resource","id":2008,"timestamp":2634876616,"duration":31981,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1673,"name":"build-module-mjs","id":2007,"timestamp":2634876592,"duration":32251,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":2009,"name":"read-resource","id":2010,"timestamp":2634876645,"duration":32204,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1673,"name":"build-module-mjs","id":2009,"timestamp":2634876622,"duration":33080,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":2011,"name":"read-resource","id":2012,"timestamp":2634876675,"duration":33034,"tags":{},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":1675,"name":"build-module-mjs","id":2011,"timestamp":2634876651,"duration":33374,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":2022,"name":"read-resource","id":2023,"timestamp":2634877372,"duration":32660,"tags":{},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":1685,"name":"build-module-mjs","id":2022,"timestamp":2634877342,"duration":32940,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/config-utils.mjs","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2024,"name":"read-resource","id":2025,"timestamp":2634877404,"duration":32885,"tags":{},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":1685,"name":"build-module-mjs","id":2024,"timestamp":2634877379,"duration":33483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/merge-classlist.mjs","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2026,"name":"read-resource","id":2027,"timestamp":2634877435,"duration":33435,"tags":{},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":1675,"name":"build-module-mjs","id":2026,"timestamp":2634877409,"duration":33822,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2028,"name":"read-resource","id":2029,"timestamp":2634877463,"duration":33775,"tags":{},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":1677,"name":"build-module-mjs","id":2028,"timestamp":2634877441,"duration":34035,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2030,"name":"read-resource","id":2031,"timestamp":2634877490,"duration":33992,"tags":{},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":1677,"name":"build-module-mjs","id":2030,"timestamp":2634877468,"duration":34480,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":1778,"name":"read-resource","id":1779,"timestamp":2634730477,"duration":739575,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1419,"name":"build-module-js","id":1778,"timestamp":2634730442,"duration":741376,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1775,"name":"read-resource","id":1776,"timestamp":2634730297,"duration":741554,"tags":{},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":1380,"name":"build-module-js","id":1775,"timestamp":2634730270,"duration":913721,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/tabler-icons-react.js","layer":"app-pages-browser"},"startTime":1732132319361},{"traceId":"6d02d019348010b3","parentId":2036,"name":"next-swc-transform","id":2037,"timestamp":2634954743,"duration":718013,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1951,"name":"next-swc-loader","id":2036,"timestamp":2634954669,"duration":718093,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1511,"name":"build-module-js","id":1951,"timestamp":2634872993,"duration":802059,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2034,"name":"next-swc-transform","id":2035,"timestamp":2634954662,"duration":720428,"tags":{},"startTime":1732132319585},{"traceId":"6d02d019348010b3","parentId":1950,"name":"next-swc-loader","id":2034,"timestamp":2634954528,"duration":720565,"tags":{},"startTime":1732132319585},{"traceId":"6d02d019348010b3","parentId":1511,"name":"build-module-js","id":1950,"timestamp":2634872884,"duration":803111,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2038,"name":"next-swc-transform","id":2039,"timestamp":2634954810,"duration":721261,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1952,"name":"next-swc-loader","id":2038,"timestamp":2634954746,"duration":721328,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1511,"name":"build-module-js","id":1952,"timestamp":2634873066,"duration":803944,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2044,"name":"next-swc-transform","id":2045,"timestamp":2634955016,"duration":722028,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1955,"name":"next-swc-loader","id":2044,"timestamp":2634954955,"duration":722092,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1513,"name":"build-module-js","id":1955,"timestamp":2634873343,"duration":804494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2048,"name":"next-swc-transform","id":2049,"timestamp":2634955149,"duration":722717,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1957,"name":"next-swc-loader","id":2048,"timestamp":2634955089,"duration":722780,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1515,"name":"build-module-js","id":1957,"timestamp":2634873506,"duration":805497,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/request-async-storage.js","layer":"shared"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2046,"name":"next-swc-transform","id":2047,"timestamp":2634955086,"duration":723948,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1956,"name":"next-swc-loader","id":2046,"timestamp":2634955019,"duration":724018,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1513,"name":"build-module-js","id":1956,"timestamp":2634873429,"duration":806280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/static-generation-async-storage.js","layer":"shared"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2050,"name":"next-swc-transform","id":2051,"timestamp":2634955744,"duration":724009,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1958,"name":"next-swc-loader","id":2050,"timestamp":2634955152,"duration":724603,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1512,"name":"build-module-js","id":1958,"timestamp":2634873587,"duration":807276,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2052,"name":"next-swc-transform","id":2053,"timestamp":2634955819,"duration":725077,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":2013,"name":"next-swc-loader","id":2052,"timestamp":2634955750,"duration":725149,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2013,"timestamp":2634876682,"duration":805039,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2042,"name":"next-swc-transform","id":2043,"timestamp":2634954952,"duration":726828,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1954,"name":"next-swc-loader","id":2042,"timestamp":2634954883,"duration":726899,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1511,"name":"build-module-js","id":1954,"timestamp":2634873260,"duration":810883,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2056,"name":"next-swc-transform","id":2057,"timestamp":2634955947,"duration":728235,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":2015,"name":"next-swc-loader","id":2056,"timestamp":2634955884,"duration":728302,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2015,"timestamp":2634876839,"duration":808298,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/head-manager-context.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2040,"name":"next-swc-transform","id":2041,"timestamp":2634954879,"duration":730506,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1953,"name":"next-swc-loader","id":2040,"timestamp":2634954813,"duration":730574,"tags":{},"startTime":1732132319586},{"traceId":"6d02d019348010b3","parentId":1512,"name":"build-module-js","id":1953,"timestamp":2634873180,"duration":816103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":2054,"name":"next-swc-transform","id":2055,"timestamp":2634955880,"duration":733449,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":2014,"name":"next-swc-loader","id":2054,"timestamp":2634955822,"duration":733510,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2014,"timestamp":2634876766,"duration":813618,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/app-link-gc.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2058,"name":"next-swc-transform","id":2059,"timestamp":2634956037,"duration":734379,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":2016,"name":"next-swc-loader","id":2058,"timestamp":2634955950,"duration":734469,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2016,"timestamp":2634876909,"duration":814248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2066,"name":"next-swc-transform","id":2067,"timestamp":2634956304,"duration":734885,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":2020,"name":"next-swc-loader","id":2066,"timestamp":2634956238,"duration":734954,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1511,"name":"build-module-js","id":2020,"timestamp":2634877204,"duration":814643,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2064,"name":"next-swc-transform","id":2065,"timestamp":2634956235,"duration":735656,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":2019,"name":"next-swc-loader","id":2064,"timestamp":2634956175,"duration":735718,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1511,"name":"build-module-js","id":2019,"timestamp":2634877132,"duration":816015,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/resolve-href.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2068,"name":"next-swc-transform","id":2069,"timestamp":2634956369,"duration":736997,"tags":{},"startTime":1732132319587}] +[{"traceId":"6d02d019348010b3","parentId":2021,"name":"next-swc-loader","id":2068,"timestamp":2634956307,"duration":737693,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1511,"name":"build-module-js","id":2021,"timestamp":2634877276,"duration":822948,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2060,"name":"next-swc-transform","id":2061,"timestamp":2634956108,"duration":744157,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":2017,"name":"next-swc-loader","id":2060,"timestamp":2634956040,"duration":744227,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1511,"name":"build-module-js","id":2017,"timestamp":2634876977,"duration":823950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router-context.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":2062,"name":"next-swc-transform","id":2063,"timestamp":2634956173,"duration":744854,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":2018,"name":"next-swc-loader","id":2062,"timestamp":2634956111,"duration":744918,"tags":{},"startTime":1732132319587},{"traceId":"6d02d019348010b3","parentId":1512,"name":"build-module-js","id":2018,"timestamp":2634877054,"duration":828295,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1732132319508},{"traceId":"6d02d019348010b3","parentId":1926,"name":"read-resource","id":1927,"timestamp":2634872492,"duration":862163,"tags":{},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1365,"name":"build-module-js","id":1926,"timestamp":2634872466,"duration":862618,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":"app-pages-browser"},"startTime":1732132319503},{"traceId":"6d02d019348010b3","parentId":1948,"name":"read-resource","id":1949,"timestamp":2634872863,"duration":862241,"tags":{},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1379,"name":"build-module-js","id":1948,"timestamp":2634872838,"duration":862502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react/jsx-dev-runtime.js","layer":"app-pages-browser"},"startTime":1732132319504},{"traceId":"6d02d019348010b3","parentId":1989,"name":"read-resource","id":1990,"timestamp":2634876294,"duration":859065,"tags":{},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":1421,"name":"build-module-js","id":1989,"timestamp":2634876249,"duration":859261,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1732132319507},{"traceId":"6d02d019348010b3","parentId":2032,"name":"postcss-process","id":2033,"timestamp":2634911991,"duration":1199234,"tags":{},"startTime":1732132319543},{"traceId":"6d02d019348010b3","parentId":1987,"name":"postcss-loader","id":2032,"timestamp":2634904060,"duration":1209613,"tags":{},"startTime":1732132319535},{"traceId":"6d02d019348010b3","parentId":1987,"name":"css-loader","id":2070,"timestamp":2636113751,"duration":53301,"tags":{"astUsed":"true"},"startTime":1732132320745},{"traceId":"6d02d019348010b3","parentId":1643,"name":"build-module-css","id":1987,"timestamp":2634874184,"duration":1358759,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/globals.css.webpack[javascript/auto]!=!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!/workspaces/lscaturchio.xyz/src/app/globals.css","layer":"null"},"startTime":1732132319505},{"traceId":"6d02d019348010b3","parentId":1371,"name":"build-module","id":2075,"timestamp":2637315021,"duration":150,"tags":{"name":"undefined","layer":"undefined"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":1370,"name":"build-module","id":2076,"timestamp":2637315187,"duration":18,"tags":{"name":"undefined","layer":"undefined"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2071,"name":"read-resource","id":2072,"timestamp":2637314908,"duration":2117,"tags":{},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":1677,"name":"build-module-mjs","id":2071,"timestamp":2637314838,"duration":2844,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2086,"name":"read-resource","id":2087,"timestamp":2637315645,"duration":2043,"tags":{},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":1717,"name":"build-module-mjs","id":2086,"timestamp":2637315627,"duration":2640,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2088,"name":"read-resource","id":2089,"timestamp":2637315677,"duration":2598,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1735,"name":"build-module-mjs","id":2088,"timestamp":2637315658,"duration":3121,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/mix-color.mjs","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2090,"name":"read-resource","id":2091,"timestamp":2637315700,"duration":3085,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1735,"name":"build-module-mjs","id":2090,"timestamp":2637315681,"duration":4039,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/mix-complex.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2092,"name":"read-resource","id":2093,"timestamp":2637315719,"duration":4008,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1759,"name":"build-module-mjs","id":2092,"timestamp":2637315706,"duration":4320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2094,"name":"read-resource","id":2095,"timestamp":2637315736,"duration":4299,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1759,"name":"build-module-mjs","id":2094,"timestamp":2637315722,"duration":4559,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2096,"name":"read-resource","id":2097,"timestamp":2637315751,"duration":4537,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1741,"name":"build-module-mjs","id":2096,"timestamp":2637315739,"duration":4819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2098,"name":"read-resource","id":2099,"timestamp":2637315767,"duration":4798,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1751,"name":"build-module-mjs","id":2098,"timestamp":2637315755,"duration":5379,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/map.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2100,"name":"read-resource","id":2101,"timestamp":2637315787,"duration":5356,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1765,"name":"build-module-mjs","id":2100,"timestamp":2637315771,"duration":5589,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2102,"name":"read-resource","id":2103,"timestamp":2637315803,"duration":5563,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1825,"name":"build-module-mjs","id":2102,"timestamp":2637315790,"duration":5942,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2104,"name":"read-resource","id":2105,"timestamp":2637315819,"duration":5920,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1757,"name":"build-module-mjs","id":2104,"timestamp":2637315807,"duration":6444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2106,"name":"read-resource","id":2107,"timestamp":2637315835,"duration":6423,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1757,"name":"build-module-mjs","id":2106,"timestamp":2637315823,"duration":6987,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2108,"name":"read-resource","id":2109,"timestamp":2637315852,"duration":6965,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1759,"name":"build-module-mjs","id":2108,"timestamp":2637315838,"duration":7290,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2110,"name":"read-resource","id":2111,"timestamp":2637315872,"duration":7264,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1759,"name":"build-module-mjs","id":2110,"timestamp":2637315856,"duration":7585,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2112,"name":"read-resource","id":2113,"timestamp":2637315900,"duration":7548,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1908,"name":"build-module-mjs","id":2112,"timestamp":2637315886,"duration":41489,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2114,"name":"read-resource","id":2115,"timestamp":2637315916,"duration":41469,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1908,"name":"build-module-mjs","id":2114,"timestamp":2637315903,"duration":41748,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2132,"name":"read-resource","id":2133,"timestamp":2637316612,"duration":41045,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1912,"name":"build-module-mjs","id":2132,"timestamp":2637316595,"duration":41533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/hover.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2134,"name":"read-resource","id":2135,"timestamp":2637316630,"duration":41505,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1912,"name":"build-module-mjs","id":2134,"timestamp":2637316617,"duration":42072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/focus.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2136,"name":"read-resource","id":2137,"timestamp":2637316692,"duration":42003,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1912,"name":"build-module-mjs","id":2136,"timestamp":2637316634,"duration":42951,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/press.mjs","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2138,"name":"read-resource","id":2139,"timestamp":2637316712,"duration":42879,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1934,"name":"build-module-mjs","id":2138,"timestamp":2637316696,"duration":43057,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/context/ReorderContext.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2140,"name":"read-resource","id":2141,"timestamp":2637316729,"duration":43030,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1928,"name":"build-module-mjs","id":2140,"timestamp":2637316716,"duration":43279,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2142,"name":"read-resource","id":2143,"timestamp":2637316744,"duration":43280,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1914,"name":"build-module-mjs","id":2142,"timestamp":2637316732,"duration":43725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2144,"name":"read-resource","id":2145,"timestamp":2637316759,"duration":43706,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1914,"name":"build-module-mjs","id":2144,"timestamp":2637316747,"duration":44351,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2146,"name":"read-resource","id":2147,"timestamp":2637316775,"duration":44331,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1916,"name":"build-module-mjs","id":2146,"timestamp":2637316762,"duration":45099,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2148,"name":"read-resource","id":2149,"timestamp":2637316793,"duration":45076,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1916,"name":"build-module-mjs","id":2148,"timestamp":2637316778,"duration":45723,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2150,"name":"read-resource","id":2151,"timestamp":2637316809,"duration":45700,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1920,"name":"build-module-mjs","id":2150,"timestamp":2637316796,"duration":46482,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2152,"name":"read-resource","id":2153,"timestamp":2637316824,"duration":46460,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1940,"name":"build-module-mjs","id":2152,"timestamp":2637316812,"duration":47089,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2154,"name":"read-resource","id":2155,"timestamp":2637316840,"duration":47067,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1967,"name":"build-module-mjs","id":2154,"timestamp":2637316828,"duration":47282,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2156,"name":"read-resource","id":2157,"timestamp":2637316856,"duration":47260,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1967,"name":"build-module-mjs","id":2156,"timestamp":2637316843,"duration":47459,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2158,"name":"read-resource","id":2159,"timestamp":2637316874,"duration":47434,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1967,"name":"build-module-mjs","id":2158,"timestamp":2637316858,"duration":47606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2160,"name":"read-resource","id":2161,"timestamp":2637316890,"duration":47580,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1924,"name":"build-module-mjs","id":2160,"timestamp":2637316877,"duration":47921,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2162,"name":"read-resource","id":2163,"timestamp":2637316905,"duration":47899,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1924,"name":"build-module-mjs","id":2162,"timestamp":2637316893,"duration":48252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2164,"name":"read-resource","id":2165,"timestamp":2637316919,"duration":48233,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1924,"name":"build-module-mjs","id":2164,"timestamp":2637316907,"duration":48417,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2166,"name":"read-resource","id":2167,"timestamp":2637316937,"duration":48392,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1912,"name":"build-module-mjs","id":2166,"timestamp":2637316922,"duration":48903,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2168,"name":"read-resource","id":2169,"timestamp":2637316954,"duration":48877,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1914,"name":"build-module-mjs","id":2168,"timestamp":2637316941,"duration":49554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2170,"name":"read-resource","id":2171,"timestamp":2637316970,"duration":49531,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1916,"name":"build-module-mjs","id":2170,"timestamp":2637316957,"duration":49786,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2172,"name":"read-resource","id":2173,"timestamp":2637316986,"duration":49764,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1934,"name":"build-module-mjs","id":2172,"timestamp":2637316973,"duration":50101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/components/Reorder/utils/check-reorder.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2174,"name":"read-resource","id":2175,"timestamp":2637317001,"duration":50078,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1997,"name":"build-module-mjs","id":2174,"timestamp":2637316989,"duration":50290,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":2176,"name":"read-resource","id":2177,"timestamp":2637317019,"duration":50267,"tags":{},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1973,"name":"build-module-mjs","id":2176,"timestamp":2637317004,"duration":50844,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","layer":"app-pages-browser"},"startTime":1732132321948},{"traceId":"6d02d019348010b3","parentId":1369,"name":"build-module-css","id":1643,"timestamp":2634644388,"duration":2748583,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/globals.css","layer":"app-pages-browser"},"startTime":1732132319275},{"traceId":"6d02d019348010b3","parentId":2182,"name":"next-swc-transform","id":2183,"timestamp":2637368425,"duration":26557,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":2083,"name":"next-swc-loader","id":2182,"timestamp":2637368371,"duration":26614,"tags":{},"startTime":1732132321999}] +[{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2083,"timestamp":2637315481,"duration":81123,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2180,"name":"next-swc-transform","id":2181,"timestamp":2637368368,"duration":28292,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":2082,"name":"next-swc-loader","id":2180,"timestamp":2637368308,"duration":28355,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2082,"timestamp":2637315428,"duration":82183,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/error-overlay-reducer.js","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2184,"name":"next-swc-transform","id":2185,"timestamp":2637368488,"duration":29157,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":2084,"name":"next-swc-loader","id":2184,"timestamp":2637368427,"duration":29220,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2084,"timestamp":2637315526,"duration":82867,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2188,"name":"next-swc-transform","id":2189,"timestamp":2637368605,"duration":29817,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":2116,"name":"next-swc-loader","id":2188,"timestamp":2637368552,"duration":29871,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":1781,"name":"build-module-js","id":2116,"timestamp":2637315920,"duration":86998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2186,"name":"next-swc-transform","id":2187,"timestamp":2637368549,"duration":34406,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":2085,"name":"next-swc-loader","id":2186,"timestamp":2637368494,"duration":34464,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":1512,"name":"build-module-js","id":2085,"timestamp":2637315574,"duration":87955,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2178,"name":"next-swc-transform","id":2179,"timestamp":2637368302,"duration":35276,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":2081,"name":"next-swc-loader","id":2178,"timestamp":2637368192,"duration":35389,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2081,"timestamp":2637315324,"duration":89439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/ReactDevOverlay.js","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2190,"name":"next-swc-transform","id":2191,"timestamp":2637368658,"duration":36162,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":2119,"name":"next-swc-loader","id":2190,"timestamp":2637368607,"duration":36216,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":1802,"name":"build-module-js","id":2119,"timestamp":2637316024,"duration":90400,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2192,"name":"next-swc-transform","id":2193,"timestamp":2637368711,"duration":37762,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2120,"name":"next-swc-loader","id":2192,"timestamp":2637368661,"duration":37815,"tags":{},"startTime":1732132321999},{"traceId":"6d02d019348010b3","parentId":1799,"name":"build-module-js","id":2120,"timestamp":2637316096,"duration":91818,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2194,"name":"next-swc-transform","id":2195,"timestamp":2637368764,"duration":39197,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2121,"name":"next-swc-loader","id":2194,"timestamp":2637368714,"duration":39250,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1799,"name":"build-module-js","id":2121,"timestamp":2637316142,"duration":92995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2196,"name":"next-swc-transform","id":2197,"timestamp":2637368817,"duration":40364,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2122,"name":"next-swc-loader","id":2196,"timestamp":2637368767,"duration":40416,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1799,"name":"build-module-js","id":2122,"timestamp":2637316190,"duration":94056,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2200,"name":"next-swc-transform","id":2201,"timestamp":2637368932,"duration":41351,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2124,"name":"next-swc-loader","id":2200,"timestamp":2637368877,"duration":41410,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1801,"name":"build-module-js","id":2124,"timestamp":2637316269,"duration":94902,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-record-from-thenable.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2198,"name":"next-swc-transform","id":2199,"timestamp":2637368874,"duration":42345,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2123,"name":"next-swc-loader","id":2198,"timestamp":2637368820,"duration":42402,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1799,"name":"build-module-js","id":2123,"timestamp":2637316230,"duration":96375,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2202,"name":"next-swc-transform","id":2203,"timestamp":2637368987,"duration":43658,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2125,"name":"next-swc-loader","id":2202,"timestamp":2637368935,"duration":43712,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1801,"name":"build-module-js","id":2125,"timestamp":2637316313,"duration":97172,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/read-record-value.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2206,"name":"next-swc-transform","id":2207,"timestamp":2637369104,"duration":44431,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2127,"name":"next-swc-loader","id":2206,"timestamp":2637369053,"duration":44484,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1798,"name":"build-module-js","id":2127,"timestamp":2637316392,"duration":98493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/fill-cache-with-data-property.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2204,"name":"next-swc-transform","id":2205,"timestamp":2637369051,"duration":45918,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2126,"name":"next-swc-loader","id":2204,"timestamp":2637368989,"duration":45983,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1798,"name":"build-module-js","id":2126,"timestamp":2637316353,"duration":99332,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2210,"name":"next-swc-transform","id":2211,"timestamp":2637369209,"duration":46508,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2129,"name":"next-swc-loader","id":2210,"timestamp":2637369159,"duration":46562,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1798,"name":"build-module-js","id":2129,"timestamp":2637316473,"duration":100287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2208,"name":"next-swc-transform","id":2209,"timestamp":2637369156,"duration":47718,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2128,"name":"next-swc-loader","id":2208,"timestamp":2637369106,"duration":47772,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1798,"name":"build-module-js","id":2128,"timestamp":2637316429,"duration":101665,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/create-optimistic-tree.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2214,"name":"next-swc-transform","id":2215,"timestamp":2637369320,"duration":67553,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2131,"name":"next-swc-loader","id":2214,"timestamp":2637369264,"duration":67613,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1802,"name":"build-module-js","id":2131,"timestamp":2637316550,"duration":120950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/prune-prefetch-cache.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2212,"name":"next-swc-transform","id":2213,"timestamp":2637369262,"duration":68310,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":2130,"name":"next-swc-loader","id":2212,"timestamp":2637369212,"duration":68363,"tags":{},"startTime":1732132322000},{"traceId":"6d02d019348010b3","parentId":1798,"name":"build-module-js","id":2130,"timestamp":2637316512,"duration":121823,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/get-prefetch-cache-entry-status.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2216,"name":"read-resource","id":2217,"timestamp":2637452047,"duration":2360,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":1979,"name":"build-module-mjs","id":2216,"timestamp":2637451958,"duration":2935,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2218,"name":"read-resource","id":2219,"timestamp":2637452081,"duration":2820,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2022,"name":"build-module-mjs","id":2218,"timestamp":2637452056,"duration":4391,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/class-utils.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2220,"name":"read-resource","id":2221,"timestamp":2637452108,"duration":4348,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2022,"name":"build-module-mjs","id":2220,"timestamp":2637452086,"duration":4859,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/lru-cache.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2222,"name":"read-resource","id":2223,"timestamp":2637452126,"duration":4826,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2022,"name":"build-module-mjs","id":2222,"timestamp":2637452111,"duration":5612,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/tailwind-merge/dist/lib/modifier-utils.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2224,"name":"read-resource","id":2225,"timestamp":2637452143,"duration":5589,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2026,"name":"build-module-mjs","id":2224,"timestamp":2637452130,"duration":9856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/memo.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2226,"name":"read-resource","id":2227,"timestamp":2637452160,"duration":9835,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2001,"name":"build-module-mjs","id":2226,"timestamp":2637452147,"duration":10250,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/create-generator-easing.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2228,"name":"read-resource","id":2229,"timestamp":2637452175,"duration":10229,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2001,"name":"build-module-mjs","id":2228,"timestamp":2637452163,"duration":10546,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2230,"name":"read-resource","id":2231,"timestamp":2637452195,"duration":10521,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2001,"name":"build-module-mjs","id":2230,"timestamp":2637452179,"duration":10853,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2232,"name":"read-resource","id":2233,"timestamp":2637452213,"duration":10829,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2001,"name":"build-module-mjs","id":2232,"timestamp":2637452199,"duration":11268,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2234,"name":"read-resource","id":2235,"timestamp":2637452230,"duration":11245,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2001,"name":"build-module-mjs","id":2234,"timestamp":2637452217,"duration":11516,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2236,"name":"read-resource","id":2237,"timestamp":2637452246,"duration":11493,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2028,"name":"build-module-mjs","id":2236,"timestamp":2637452233,"duration":19738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2238,"name":"read-resource","id":2239,"timestamp":2637452264,"duration":19715,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2028,"name":"build-module-mjs","id":2238,"timestamp":2637452249,"duration":22581,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2073,"name":"read-resource","id":2074,"timestamp":2637314940,"duration":168152,"tags":{},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":1375,"name":"build-module-js","id":2073,"timestamp":2637314917,"duration":168525,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2117,"name":"read-resource","id":2118,"timestamp":2637315983,"duration":167503,"tags":{},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":1797,"name":"build-module-js","id":2117,"timestamp":2637315963,"duration":172484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"app-pages-browser"},"startTime":1732132321947},{"traceId":"6d02d019348010b3","parentId":2077,"name":"read-resource","id":2078,"timestamp":2637315247,"duration":173223,"tags":{},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":1374,"name":"build-module-js","id":2077,"timestamp":2637315213,"duration":173705,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2079,"name":"read-resource","id":2080,"timestamp":2637315306,"duration":173632,"tags":{},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2079,"timestamp":2637315272,"duration":175133,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1732132321946},{"traceId":"6d02d019348010b3","parentId":2329,"name":"next-swc-transform","id":2330,"timestamp":2637475239,"duration":16394,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":2240,"name":"next-swc-loader","id":2329,"timestamp":2637475138,"duration":16500,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":1781,"name":"build-module-js","id":2240,"timestamp":2637452269,"duration":40258,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2335,"name":"next-swc-transform","id":2336,"timestamp":2637475417,"duration":21825,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":2243,"name":"next-swc-loader","id":2335,"timestamp":2637475364,"duration":21882,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":1777,"name":"build-module-js","id":2243,"timestamp":2637452437,"duration":46038,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2337,"name":"next-swc-transform","id":2338,"timestamp":2637475474,"duration":24591,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":2244,"name":"next-swc-loader","id":2337,"timestamp":2637475420,"duration":24650,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":1777,"name":"build-module-js","id":2244,"timestamp":2637452482,"duration":55818,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2331,"name":"next-swc-transform","id":2332,"timestamp":2637475300,"duration":33044,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":2241,"name":"next-swc-loader","id":2331,"timestamp":2637475244,"duration":33104,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":1777,"name":"build-module-js","id":2241,"timestamp":2637452346,"duration":57254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2333,"name":"next-swc-transform","id":2334,"timestamp":2637475361,"duration":34293,"tags":{},"startTime":1732132322106},{"traceId":"6d02d019348010b3","parentId":2242,"name":"next-swc-loader","id":2333,"timestamp":2637475303,"duration":34354,"tags":{},"startTime":1732132322106}] +[{"traceId":"6d02d019348010b3","parentId":1777,"name":"build-module-js","id":2242,"timestamp":2637452394,"duration":59368,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2245,"name":"read-resource","id":2246,"timestamp":2637452550,"duration":126606,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":1509,"name":"build-module-js","id":2245,"timestamp":2637452531,"duration":127353,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2247,"name":"read-resource","id":2248,"timestamp":2637452604,"duration":127347,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2247,"timestamp":2637452573,"duration":127821,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon12Hours.js","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2249,"name":"read-resource","id":2250,"timestamp":2637452650,"duration":127764,"tags":{},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2249,"timestamp":2637452623,"duration":128067,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon123.js","layer":"app-pages-browser"},"startTime":1732132322083},{"traceId":"6d02d019348010b3","parentId":2253,"name":"read-resource","id":2254,"timestamp":2637452757,"duration":127953,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2253,"timestamp":2637452730,"duration":128271,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon2fa.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2251,"name":"read-resource","id":2252,"timestamp":2637452701,"duration":128322,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2251,"timestamp":2637452673,"duration":128664,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon24Hours.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2255,"name":"read-resource","id":2256,"timestamp":2637452799,"duration":128561,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2255,"timestamp":2637452773,"duration":128892,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon360View.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2259,"name":"read-resource","id":2260,"timestamp":2637452888,"duration":128797,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2259,"timestamp":2637452857,"duration":129183,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon3dCubeSphereOff.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2261,"name":"read-resource","id":2262,"timestamp":2637452932,"duration":129128,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2261,"timestamp":2637452905,"duration":129503,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon3dCubeSphere.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2257,"name":"read-resource","id":2258,"timestamp":2637452841,"duration":129585,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2257,"timestamp":2637452815,"duration":129863,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon360.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2263,"name":"read-resource","id":2264,"timestamp":2637452973,"duration":129725,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2263,"timestamp":2637452947,"duration":130059,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/Icon3dRotate.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2265,"name":"read-resource","id":2266,"timestamp":2637453014,"duration":130012,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2265,"timestamp":2637452988,"duration":130319,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAB2.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2267,"name":"read-resource","id":2268,"timestamp":2637453055,"duration":130271,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2267,"timestamp":2637453030,"duration":130559,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconABOff.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2269,"name":"read-resource","id":2270,"timestamp":2637453101,"duration":130507,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2269,"timestamp":2637453071,"duration":131074,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAB.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2271,"name":"read-resource","id":2272,"timestamp":2637453145,"duration":131020,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2271,"timestamp":2637453118,"duration":131406,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAbacusOff.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2273,"name":"read-resource","id":2274,"timestamp":2637453190,"duration":131356,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2273,"timestamp":2637453164,"duration":131725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAbacus.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2275,"name":"read-resource","id":2276,"timestamp":2637453231,"duration":131676,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2275,"timestamp":2637453206,"duration":132106,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAbc.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2277,"name":"read-resource","id":2278,"timestamp":2637453281,"duration":132049,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2277,"timestamp":2637453248,"duration":133514,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAccessPointOff.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2279,"name":"read-resource","id":2280,"timestamp":2637453325,"duration":133457,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2279,"timestamp":2637453297,"duration":133764,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAccessPoint.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2281,"name":"read-resource","id":2282,"timestamp":2637453367,"duration":133714,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2281,"timestamp":2637453341,"duration":134000,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAccessibleOffFilled.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2283,"name":"read-resource","id":2284,"timestamp":2637453409,"duration":133950,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2283,"timestamp":2637453383,"duration":134248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAccessibleOff.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2289,"name":"read-resource","id":2290,"timestamp":2637453552,"duration":134099,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2289,"timestamp":2637453526,"duration":134359,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconActivity.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2285,"name":"read-resource","id":2286,"timestamp":2637453456,"duration":134447,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2285,"timestamp":2637453425,"duration":134782,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAccessible.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2291,"name":"read-resource","id":2292,"timestamp":2637453595,"duration":134631,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2291,"timestamp":2637453568,"duration":134937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAd2.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2287,"name":"read-resource","id":2288,"timestamp":2637453510,"duration":135014,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2287,"timestamp":2637453482,"duration":135274,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconActivityHeartbeat.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2293,"name":"read-resource","id":2294,"timestamp":2637453637,"duration":135137,"tags":{},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2293,"timestamp":2637453610,"duration":135405,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdCircleFilled.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2295,"name":"read-resource","id":2296,"timestamp":2637453682,"duration":135512,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2295,"timestamp":2637453652,"duration":140795,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdCircleOff.js","layer":"app-pages-browser"},"startTime":1732132322084},{"traceId":"6d02d019348010b3","parentId":2297,"name":"read-resource","id":2298,"timestamp":2637453725,"duration":140742,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2297,"timestamp":2637453699,"duration":141084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdCircle.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2299,"name":"read-resource","id":2300,"timestamp":2637453767,"duration":141036,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2299,"timestamp":2637453740,"duration":141325,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdFilled.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2301,"name":"read-resource","id":2302,"timestamp":2637453808,"duration":141276,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2301,"timestamp":2637453782,"duration":141575,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdOff.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2303,"name":"read-resource","id":2304,"timestamp":2637453867,"duration":141511,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2303,"timestamp":2637453840,"duration":141804,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAd.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2305,"name":"read-resource","id":2306,"timestamp":2637453909,"duration":141754,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2305,"timestamp":2637453883,"duration":142088,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAddressBookOff.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2307,"name":"read-resource","id":2308,"timestamp":2637453951,"duration":142039,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2307,"timestamp":2637453925,"duration":142389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAddressBook.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2309,"name":"read-resource","id":2310,"timestamp":2637453997,"duration":142336,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2309,"timestamp":2637453966,"duration":142669,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsAlt.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2311,"name":"read-resource","id":2312,"timestamp":2637454050,"duration":142603,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2311,"timestamp":2637454014,"duration":142945,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsBolt.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2313,"name":"read-resource","id":2314,"timestamp":2637454091,"duration":142904,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2313,"timestamp":2637454065,"duration":143238,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsCancel.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2315,"name":"read-resource","id":2316,"timestamp":2637454134,"duration":143187,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2315,"timestamp":2637454106,"duration":143519,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsCheck.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2317,"name":"read-resource","id":2318,"timestamp":2637454176,"duration":143468,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2317,"timestamp":2637454150,"duration":143834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsCode.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2319,"name":"read-resource","id":2320,"timestamp":2637454221,"duration":143783,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2319,"timestamp":2637454191,"duration":144160,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsCog.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2321,"name":"read-resource","id":2322,"timestamp":2637454263,"duration":144107,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2321,"timestamp":2637454236,"duration":144487,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsDollar.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2323,"name":"read-resource","id":2324,"timestamp":2637454305,"duration":154540,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2323,"timestamp":2637454279,"duration":155082,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsDown.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2325,"name":"read-resource","id":2326,"timestamp":2637454347,"duration":155036,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2325,"timestamp":2637454320,"duration":155432,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsExclamation.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2327,"name":"read-resource","id":2328,"timestamp":2637454389,"duration":160554,"tags":{},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2327,"timestamp":2637454362,"duration":160930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsFilled.js","layer":"app-pages-browser"},"startTime":1732132322085},{"traceId":"6d02d019348010b3","parentId":2341,"name":"read-resource","id":2342,"timestamp":2637493342,"duration":121970,"tags":{},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2341,"timestamp":2637493305,"duration":122329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsHorizontal.js","layer":"app-pages-browser"},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":2339,"name":"read-resource","id":2340,"timestamp":2637493259,"duration":122394,"tags":{},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2339,"timestamp":2637493185,"duration":122852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsHeart.js","layer":"app-pages-browser"},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":2343,"name":"read-resource","id":2344,"timestamp":2637493412,"duration":122643,"tags":{},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2343,"timestamp":2637493381,"duration":122992,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsMinus.js","layer":"app-pages-browser"},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":2345,"name":"read-resource","id":2346,"timestamp":2637493482,"duration":122946,"tags":{},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2345,"timestamp":2637493447,"duration":123327,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsOff.js","layer":"app-pages-browser"},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":2351,"name":"read-resource","id":2352,"timestamp":2637493711,"duration":123082,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2351,"timestamp":2637493675,"duration":123448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsPlus.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2347,"name":"read-resource","id":2348,"timestamp":2637493550,"duration":123593,"tags":{},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2347,"timestamp":2637493516,"duration":123948,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsPause.js","layer":"app-pages-browser"},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":2349,"name":"read-resource","id":2350,"timestamp":2637493630,"duration":123852,"tags":{},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2349,"timestamp":2637493591,"duration":124207,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsPin.js","layer":"app-pages-browser"},"startTime":1732132322124},{"traceId":"6d02d019348010b3","parentId":2353,"name":"read-resource","id":2354,"timestamp":2637493777,"duration":124039,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2353,"timestamp":2637493746,"duration":124391,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsQuestion.js","layer":"app-pages-browser"},"startTime":1732132322125}] +[{"traceId":"6d02d019348010b3","parentId":2355,"name":"read-resource","id":2356,"timestamp":2637493844,"duration":124675,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2355,"timestamp":2637493809,"duration":125053,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsSearch.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2357,"name":"read-resource","id":2358,"timestamp":2637493907,"duration":124975,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2357,"timestamp":2637493877,"duration":125334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsShare.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2359,"name":"read-resource","id":2360,"timestamp":2637493967,"duration":125262,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2359,"timestamp":2637493938,"duration":125582,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsStar.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2361,"name":"read-resource","id":2362,"timestamp":2637494026,"duration":125512,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2361,"timestamp":2637493999,"duration":125850,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsUp.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2363,"name":"read-resource","id":2364,"timestamp":2637494088,"duration":125777,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2363,"timestamp":2637494058,"duration":126164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsX.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2365,"name":"read-resource","id":2366,"timestamp":2637494151,"duration":126090,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2365,"timestamp":2637494119,"duration":126455,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustments.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2367,"name":"read-resource","id":2368,"timestamp":2637494219,"duration":126372,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2367,"timestamp":2637494187,"duration":126627,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAerialLift.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2369,"name":"read-resource","id":2370,"timestamp":2637494299,"duration":126533,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2369,"timestamp":2637494263,"duration":126812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAffiliateFilled.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2371,"name":"read-resource","id":2372,"timestamp":2637494374,"duration":126718,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2371,"timestamp":2637494339,"duration":127018,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAffiliate.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2373,"name":"read-resource","id":2374,"timestamp":2637494439,"duration":126934,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2373,"timestamp":2637494407,"duration":127208,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAirBalloon.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2375,"name":"read-resource","id":2376,"timestamp":2637494511,"duration":127123,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2375,"timestamp":2637494476,"duration":127398,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAirConditioningDisabled.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2377,"name":"read-resource","id":2378,"timestamp":2637494570,"duration":127319,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2377,"timestamp":2637494543,"duration":127602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAirConditioning.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2379,"name":"read-resource","id":2380,"timestamp":2637494632,"duration":127530,"tags":{},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2379,"timestamp":2637494602,"duration":127813,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAirTrafficControl.js","layer":"app-pages-browser"},"startTime":1732132322125},{"traceId":"6d02d019348010b3","parentId":2381,"name":"read-resource","id":2382,"timestamp":2637494704,"duration":127727,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2381,"timestamp":2637494673,"duration":128014,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarmFilled.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2383,"name":"read-resource","id":2384,"timestamp":2637494765,"duration":127939,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2383,"timestamp":2637494737,"duration":128219,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarmMinusFilled.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2385,"name":"read-resource","id":2386,"timestamp":2637494832,"duration":128141,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2385,"timestamp":2637494796,"duration":128484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarmMinus.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2387,"name":"read-resource","id":2388,"timestamp":2637494907,"duration":128392,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2387,"timestamp":2637494871,"duration":128741,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarmOff.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2389,"name":"read-resource","id":2390,"timestamp":2637494983,"duration":128647,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2389,"timestamp":2637494948,"duration":128974,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarmPlusFilled.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2391,"name":"read-resource","id":2392,"timestamp":2637495051,"duration":128900,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2391,"timestamp":2637495020,"duration":129873,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarmPlus.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2393,"name":"read-resource","id":2394,"timestamp":2637495117,"duration":129796,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2393,"timestamp":2637495083,"duration":130114,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarmSnoozeFilled.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2395,"name":"read-resource","id":2396,"timestamp":2637495180,"duration":131521,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2395,"timestamp":2637495151,"duration":131847,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarmSnooze.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2397,"name":"read-resource","id":2398,"timestamp":2637495238,"duration":131777,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2397,"timestamp":2637495210,"duration":132071,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlarm.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2399,"name":"read-resource","id":2400,"timestamp":2637495299,"duration":132001,"tags":{},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2399,"timestamp":2637495272,"duration":132284,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlbumOff.js","layer":"app-pages-browser"},"startTime":1732132322126},{"traceId":"6d02d019348010b3","parentId":2520,"name":"next-swc-transform","id":2521,"timestamp":2637613373,"duration":19569,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":2445,"name":"next-swc-loader","id":2520,"timestamp":2637613260,"duration":19687,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1777,"name":"build-module-js","id":2445,"timestamp":2637610405,"duration":27412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/dev/error-overlay/format-webpack-messages.js","layer":"app-pages-browser"},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":2401,"name":"read-resource","id":2402,"timestamp":2637519898,"duration":117939,"tags":{},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2401,"timestamp":2637519847,"duration":118249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlbum.js","layer":"app-pages-browser"},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":2403,"name":"read-resource","id":2404,"timestamp":2637519942,"duration":118172,"tags":{},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2403,"timestamp":2637519913,"duration":126261,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertCircleFilled.js","layer":"app-pages-browser"},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":2405,"name":"read-resource","id":2406,"timestamp":2637519979,"duration":126215,"tags":{},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2405,"timestamp":2637519949,"duration":126517,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertCircle.js","layer":"app-pages-browser"},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":2407,"name":"read-resource","id":2408,"timestamp":2637520038,"duration":126447,"tags":{},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2407,"timestamp":2637519988,"duration":126896,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertHexagonFilled.js","layer":"app-pages-browser"},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":2409,"name":"read-resource","id":2410,"timestamp":2637520077,"duration":126825,"tags":{},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2409,"timestamp":2637520050,"duration":127288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertHexagon.js","layer":"app-pages-browser"},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":2411,"name":"read-resource","id":2412,"timestamp":2637520106,"duration":127249,"tags":{},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2411,"timestamp":2637520085,"duration":127493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertOctagonFilled.js","layer":"app-pages-browser"},"startTime":1732132322151},{"traceId":"6d02d019348010b3","parentId":2413,"name":"read-resource","id":2414,"timestamp":2637522555,"duration":126242,"tags":{},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2413,"timestamp":2637522501,"duration":126541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertOctagon.js","layer":"app-pages-browser"},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":2415,"name":"read-resource","id":2416,"timestamp":2637522596,"duration":126464,"tags":{},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2415,"timestamp":2637522567,"duration":126702,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertSmall.js","layer":"app-pages-browser"},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":2417,"name":"read-resource","id":2418,"timestamp":2637522627,"duration":126658,"tags":{},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2417,"timestamp":2637522604,"duration":126894,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertSquareFilled.js","layer":"app-pages-browser"},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":2419,"name":"read-resource","id":2420,"timestamp":2637522657,"duration":126857,"tags":{},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2419,"timestamp":2637522634,"duration":127087,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertSquareRoundedFilled.js","layer":"app-pages-browser"},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":2421,"name":"read-resource","id":2422,"timestamp":2637522685,"duration":127051,"tags":{},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2421,"timestamp":2637522664,"duration":127296,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertSquareRounded.js","layer":"app-pages-browser"},"startTime":1732132322153},{"traceId":"6d02d019348010b3","parentId":2423,"name":"read-resource","id":2424,"timestamp":2637522718,"duration":127257,"tags":{},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2423,"timestamp":2637522692,"duration":127484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertSquare.js","layer":"app-pages-browser"},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":2425,"name":"read-resource","id":2426,"timestamp":2637522748,"duration":127442,"tags":{},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2425,"timestamp":2637522726,"duration":127672,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertTriangleFilled.js","layer":"app-pages-browser"},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":2427,"name":"read-resource","id":2428,"timestamp":2637522777,"duration":127636,"tags":{},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2427,"timestamp":2637522756,"duration":137532,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertTriangle.js","layer":"app-pages-browser"},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":2429,"name":"read-resource","id":2430,"timestamp":2637522804,"duration":137504,"tags":{},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2429,"timestamp":2637522783,"duration":137773,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlienFilled.js","layer":"app-pages-browser"},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":2431,"name":"read-resource","id":2432,"timestamp":2637522879,"duration":137695,"tags":{},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2431,"timestamp":2637522846,"duration":137988,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlien.js","layer":"app-pages-browser"},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":2433,"name":"read-resource","id":2434,"timestamp":2637522914,"duration":137938,"tags":{},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2433,"timestamp":2637522889,"duration":138194,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxBottomCenterFilled.js","layer":"app-pages-browser"},"startTime":1732132322154},{"traceId":"6d02d019348010b3","parentId":2435,"name":"read-resource","id":2436,"timestamp":2637599898,"duration":104492,"tags":{},"startTime":1732132322231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2435,"timestamp":2637599803,"duration":105090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxBottomCenter.js","layer":"app-pages-browser"},"startTime":1732132322231},{"traceId":"6d02d019348010b3","parentId":2437,"name":"read-resource","id":2438,"timestamp":2637600038,"duration":104908,"tags":{},"startTime":1732132322231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2437,"timestamp":2637599959,"duration":105248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxBottomLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132322231},{"traceId":"6d02d019348010b3","parentId":2439,"name":"read-resource","id":2440,"timestamp":2637610200,"duration":107072,"tags":{},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2439,"timestamp":2637610130,"duration":107526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxBottomLeft.js","layer":"app-pages-browser"},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":2441,"name":"read-resource","id":2442,"timestamp":2637610290,"duration":107387,"tags":{},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2441,"timestamp":2637610250,"duration":107677,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxBottomRightFilled.js","layer":"app-pages-browser"},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":2443,"name":"read-resource","id":2444,"timestamp":2637610367,"duration":107578,"tags":{},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2443,"timestamp":2637610333,"duration":112112,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxBottomRight.js","layer":"app-pages-browser"},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":2446,"name":"read-resource","id":2447,"timestamp":2637610574,"duration":111892,"tags":{},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2446,"timestamp":2637610531,"duration":112219,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxCenterBottom.js","layer":"app-pages-browser"},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":2448,"name":"read-resource","id":2449,"timestamp":2637610655,"duration":112115,"tags":{},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2448,"timestamp":2637610619,"duration":112408,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxCenterMiddleFilled.js","layer":"app-pages-browser"},"startTime":1732132322241},{"traceId":"6d02d019348010b3","parentId":2450,"name":"read-resource","id":2451,"timestamp":2637610726,"duration":112321,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2450,"timestamp":2637610694,"duration":121529,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxCenterMiddle.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2452,"name":"read-resource","id":2453,"timestamp":2637610795,"duration":121453,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2452,"timestamp":2637610764,"duration":121797,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxCenterStretch.js","layer":"app-pages-browser"},"startTime":1732132322242}] +[{"traceId":"6d02d019348010b3","parentId":2456,"name":"read-resource","id":2457,"timestamp":2637610940,"duration":125670,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2456,"timestamp":2637610908,"duration":125994,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxLeftBottomFilled.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2454,"name":"read-resource","id":2455,"timestamp":2637610870,"duration":126054,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2454,"timestamp":2637610832,"duration":126381,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxCenterTop.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2458,"name":"read-resource","id":2459,"timestamp":2637611009,"duration":126224,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2458,"timestamp":2637610977,"duration":126541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxLeftBottom.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2460,"name":"read-resource","id":2461,"timestamp":2637611076,"duration":126461,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2460,"timestamp":2637611046,"duration":126733,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxLeftMiddleFilled.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2462,"name":"read-resource","id":2463,"timestamp":2637611142,"duration":126656,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2462,"timestamp":2637611112,"duration":126948,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxLeftMiddle.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2464,"name":"read-resource","id":2465,"timestamp":2637611214,"duration":126865,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2464,"timestamp":2637611179,"duration":127182,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxLeftStretch.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2466,"name":"read-resource","id":2467,"timestamp":2637611283,"duration":127098,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2466,"timestamp":2637611252,"duration":127396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxLeftTopFilled.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2468,"name":"read-resource","id":2469,"timestamp":2637611351,"duration":127315,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2468,"timestamp":2637611321,"duration":127618,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxLeftTop.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2474,"name":"read-resource","id":2475,"timestamp":2637611556,"duration":127400,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2474,"timestamp":2637611522,"duration":127706,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxRightMiddleFilled.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2470,"name":"read-resource","id":2471,"timestamp":2637611418,"duration":127828,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2470,"timestamp":2637611388,"duration":128086,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxRightBottomFilled.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2472,"name":"read-resource","id":2473,"timestamp":2637611486,"duration":128005,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2472,"timestamp":2637611456,"duration":128281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxRightBottom.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2476,"name":"read-resource","id":2477,"timestamp":2637611625,"duration":128128,"tags":{},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2476,"timestamp":2637611594,"duration":128389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxRightMiddle.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2478,"name":"read-resource","id":2479,"timestamp":2637611694,"duration":128433,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2478,"timestamp":2637611664,"duration":131571,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxRightStretch.js","layer":"app-pages-browser"},"startTime":1732132322242},{"traceId":"6d02d019348010b3","parentId":2480,"name":"read-resource","id":2481,"timestamp":2637611762,"duration":131491,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2480,"timestamp":2637611732,"duration":131752,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxRightTopFilled.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2482,"name":"read-resource","id":2483,"timestamp":2637611835,"duration":131666,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2482,"timestamp":2637611801,"duration":131928,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxRightTop.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2484,"name":"read-resource","id":2485,"timestamp":2637611909,"duration":131837,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2484,"timestamp":2637611876,"duration":132072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxTopCenterFilled.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2486,"name":"read-resource","id":2487,"timestamp":2637611976,"duration":131988,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2486,"timestamp":2637611946,"duration":132279,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxTopCenter.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2488,"name":"read-resource","id":2489,"timestamp":2637612100,"duration":132143,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2488,"timestamp":2637612061,"duration":144924,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxTopLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2490,"name":"read-resource","id":2491,"timestamp":2637612171,"duration":144837,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2490,"timestamp":2637612139,"duration":145150,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxTopLeft.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2492,"name":"read-resource","id":2493,"timestamp":2637612244,"duration":145063,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2492,"timestamp":2637612209,"duration":145339,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxTopRightFilled.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2494,"name":"read-resource","id":2495,"timestamp":2637612312,"duration":145254,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2494,"timestamp":2637612281,"duration":145506,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignBoxTopRight.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2496,"name":"read-resource","id":2497,"timestamp":2637612400,"duration":145403,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2496,"timestamp":2637612349,"duration":145658,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignCenter.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2498,"name":"read-resource","id":2499,"timestamp":2637612468,"duration":145563,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2498,"timestamp":2637612438,"duration":145803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignJustified.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2500,"name":"read-resource","id":2501,"timestamp":2637612535,"duration":145721,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2500,"timestamp":2637612505,"duration":145954,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignLeft.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2502,"name":"read-resource","id":2503,"timestamp":2637612607,"duration":145868,"tags":{},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2502,"timestamp":2637612573,"duration":146103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlignRight.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2504,"name":"read-resource","id":2505,"timestamp":2637612673,"duration":146018,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2504,"timestamp":2637612644,"duration":146242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlpha.js","layer":"app-pages-browser"},"startTime":1732132322243},{"traceId":"6d02d019348010b3","parentId":2506,"name":"read-resource","id":2507,"timestamp":2637612742,"duration":146160,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2506,"timestamp":2637612711,"duration":146385,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlphabetCyrillic.js","layer":"app-pages-browser"},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":2508,"name":"read-resource","id":2509,"timestamp":2637612809,"duration":146303,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2508,"timestamp":2637612778,"duration":146551,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlphabetGreek.js","layer":"app-pages-browser"},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":2510,"name":"read-resource","id":2511,"timestamp":2637612875,"duration":146470,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2510,"timestamp":2637612846,"duration":146701,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlphabetLatin.js","layer":"app-pages-browser"},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":2512,"name":"read-resource","id":2513,"timestamp":2637612954,"duration":146609,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2512,"timestamp":2637612922,"duration":146851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAlt.js","layer":"app-pages-browser"},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":2514,"name":"read-resource","id":2515,"timestamp":2637613024,"duration":146824,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2514,"timestamp":2637612991,"duration":147103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAmbulance.js","layer":"app-pages-browser"},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":2516,"name":"read-resource","id":2517,"timestamp":2637613090,"duration":147020,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2516,"timestamp":2637613061,"duration":147237,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAmpersand.js","layer":"app-pages-browser"},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":2518,"name":"read-resource","id":2519,"timestamp":2637613157,"duration":147155,"tags":{},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2518,"timestamp":2637613126,"duration":150121,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAnalyzeFilled.js","layer":"app-pages-browser"},"startTime":1732132322244},{"traceId":"6d02d019348010b3","parentId":2522,"name":"read-resource","id":2523,"timestamp":2637631491,"duration":142646,"tags":{},"startTime":1732132322262},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2522,"timestamp":2637631427,"duration":143251,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAnalyzeOff.js","layer":"app-pages-browser"},"startTime":1732132322262},{"traceId":"6d02d019348010b3","parentId":2524,"name":"read-resource","id":2525,"timestamp":2637631558,"duration":143150,"tags":{},"startTime":1732132322262},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2524,"timestamp":2637631519,"duration":143499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAnalyze.js","layer":"app-pages-browser"},"startTime":1732132322262},{"traceId":"6d02d019348010b3","parentId":2526,"name":"read-resource","id":2527,"timestamp":2637631622,"duration":143420,"tags":{},"startTime":1732132322262},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2526,"timestamp":2637631579,"duration":143761,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAnchorOff.js","layer":"app-pages-browser"},"startTime":1732132322262},{"traceId":"6d02d019348010b3","parentId":2528,"name":"read-resource","id":2529,"timestamp":2637631678,"duration":143679,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2528,"timestamp":2637631642,"duration":143959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAnchor.js","layer":"app-pages-browser"},"startTime":1732132322262},{"traceId":"6d02d019348010b3","parentId":2530,"name":"read-resource","id":2531,"timestamp":2637631722,"duration":143897,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2530,"timestamp":2637631694,"duration":144182,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAngle.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2532,"name":"read-resource","id":2533,"timestamp":2637631757,"duration":144136,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2532,"timestamp":2637631732,"duration":144417,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAnkh.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2534,"name":"read-resource","id":2535,"timestamp":2637631792,"duration":144374,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2534,"timestamp":2637631766,"duration":144655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAntennaBars1.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2536,"name":"read-resource","id":2537,"timestamp":2637631830,"duration":144608,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2536,"timestamp":2637631801,"duration":144886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAntennaBars2.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2538,"name":"read-resource","id":2539,"timestamp":2637631865,"duration":144840,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2538,"timestamp":2637631840,"duration":146254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAntennaBars3.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2540,"name":"read-resource","id":2541,"timestamp":2637631897,"duration":146217,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2540,"timestamp":2637631873,"duration":146498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAntennaBars4.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2542,"name":"read-resource","id":2543,"timestamp":2637631929,"duration":146461,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2542,"timestamp":2637631905,"duration":146739,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAntennaBars5.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2544,"name":"read-resource","id":2545,"timestamp":2637631963,"duration":146699,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2544,"timestamp":2637631938,"duration":147000,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAntennaBarsOff.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2546,"name":"read-resource","id":2547,"timestamp":2637632024,"duration":146930,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2546,"timestamp":2637631971,"duration":147237,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAntennaOff.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2548,"name":"read-resource","id":2549,"timestamp":2637632067,"duration":147158,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2548,"timestamp":2637632037,"duration":147448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAntenna.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2550,"name":"read-resource","id":2551,"timestamp":2637632103,"duration":147399,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2550,"timestamp":2637632077,"duration":147735,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconApertureOff.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2552,"name":"read-resource","id":2553,"timestamp":2637632142,"duration":147688,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2552,"timestamp":2637632112,"duration":148013,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAperture.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2554,"name":"read-resource","id":2555,"timestamp":2637632177,"duration":147966,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2554,"timestamp":2637632152,"duration":148276,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconApiAppOff.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2556,"name":"read-resource","id":2557,"timestamp":2637632210,"duration":148237,"tags":{},"startTime":1732132322263}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2556,"timestamp":2637632186,"duration":148959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconApiApp.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2558,"name":"read-resource","id":2559,"timestamp":2637632243,"duration":148921,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2558,"timestamp":2637632219,"duration":149204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconApiOff.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2560,"name":"read-resource","id":2561,"timestamp":2637632275,"duration":149166,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2560,"timestamp":2637632252,"duration":149455,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconApi.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2562,"name":"read-resource","id":2563,"timestamp":2637632313,"duration":149413,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2562,"timestamp":2637632283,"duration":149666,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAppWindowFilled.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2564,"name":"read-resource","id":2565,"timestamp":2637632347,"duration":149619,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2564,"timestamp":2637632323,"duration":149884,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAppWindow.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2566,"name":"read-resource","id":2567,"timestamp":2637632378,"duration":149847,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2566,"timestamp":2637632355,"duration":150090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconApple.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2568,"name":"read-resource","id":2569,"timestamp":2637632411,"duration":150050,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2568,"timestamp":2637632386,"duration":150353,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAppsFilled.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2570,"name":"read-resource","id":2571,"timestamp":2637632442,"duration":150316,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2570,"timestamp":2637632419,"duration":150615,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAppsOff.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2572,"name":"read-resource","id":2573,"timestamp":2637632482,"duration":150571,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2572,"timestamp":2637632453,"duration":150804,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconApps.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2574,"name":"read-resource","id":2575,"timestamp":2637632514,"duration":150758,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2574,"timestamp":2637632490,"duration":150947,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArcheryArrow.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2576,"name":"read-resource","id":2577,"timestamp":2637632545,"duration":150905,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2576,"timestamp":2637632522,"duration":151196,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArchiveFilled.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2578,"name":"read-resource","id":2579,"timestamp":2637632576,"duration":151158,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2578,"timestamp":2637632553,"duration":151423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArchiveOff.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2580,"name":"read-resource","id":2581,"timestamp":2637632608,"duration":151385,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2580,"timestamp":2637632583,"duration":151679,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArchive.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2582,"name":"read-resource","id":2583,"timestamp":2637632639,"duration":151639,"tags":{},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2582,"timestamp":2637632616,"duration":151922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArmchair2Off.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2584,"name":"read-resource","id":2585,"timestamp":2637632667,"duration":151888,"tags":{},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2584,"timestamp":2637632646,"duration":152170,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArmchair2.js","layer":"app-pages-browser"},"startTime":1732132322263},{"traceId":"6d02d019348010b3","parentId":2586,"name":"read-resource","id":2587,"timestamp":2637632699,"duration":152137,"tags":{},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2586,"timestamp":2637632675,"duration":152394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArmchairOff.js","layer":"app-pages-browser"},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":2588,"name":"read-resource","id":2589,"timestamp":2637632736,"duration":152349,"tags":{},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2588,"timestamp":2637632710,"duration":152554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArmchair.js","layer":"app-pages-browser"},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":2590,"name":"read-resource","id":2591,"timestamp":2637632780,"duration":152497,"tags":{},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2590,"timestamp":2637632746,"duration":152711,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowAutofitContentFilled.js","layer":"app-pages-browser"},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":2592,"name":"read-resource","id":2593,"timestamp":2637632816,"duration":152664,"tags":{},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2592,"timestamp":2637632790,"duration":152919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowAutofitContent.js","layer":"app-pages-browser"},"startTime":1732132322264},{"traceId":"6d02d019348010b3","parentId":2594,"name":"read-resource","id":2595,"timestamp":2637685009,"duration":101798,"tags":{},"startTime":1732132322316},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2594,"timestamp":2637675929,"duration":111172,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowAutofitDown.js","layer":"app-pages-browser"},"startTime":1732132322307},{"traceId":"6d02d019348010b3","parentId":2596,"name":"read-resource","id":2597,"timestamp":2637685169,"duration":101950,"tags":{},"startTime":1732132322316},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2596,"timestamp":2637685091,"duration":102286,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowAutofitHeight.js","layer":"app-pages-browser"},"startTime":1732132322316},{"traceId":"6d02d019348010b3","parentId":2598,"name":"read-resource","id":2599,"timestamp":2637685268,"duration":102124,"tags":{},"startTime":1732132322316},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2598,"timestamp":2637685218,"duration":102339,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowAutofitLeft.js","layer":"app-pages-browser"},"startTime":1732132322316},{"traceId":"6d02d019348010b3","parentId":2600,"name":"read-resource","id":2601,"timestamp":2637686456,"duration":101115,"tags":{},"startTime":1732132322317},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2600,"timestamp":2637686401,"duration":101426,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowAutofitRight.js","layer":"app-pages-browser"},"startTime":1732132322317},{"traceId":"6d02d019348010b3","parentId":2602,"name":"read-resource","id":2603,"timestamp":2637686690,"duration":101155,"tags":{},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2602,"timestamp":2637686644,"duration":101481,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowAutofitUp.js","layer":"app-pages-browser"},"startTime":1732132322317},{"traceId":"6d02d019348010b3","parentId":2604,"name":"read-resource","id":2605,"timestamp":2637686779,"duration":101365,"tags":{},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2604,"timestamp":2637686738,"duration":101674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowAutofitWidth.js","layer":"app-pages-browser"},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":2606,"name":"read-resource","id":2607,"timestamp":2637686857,"duration":101572,"tags":{},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2606,"timestamp":2637686819,"duration":101852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBackUpDouble.js","layer":"app-pages-browser"},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":2608,"name":"read-resource","id":2609,"timestamp":2637686943,"duration":101746,"tags":{},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2608,"timestamp":2637686900,"duration":102023,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBackUp.js","layer":"app-pages-browser"},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":2610,"name":"read-resource","id":2611,"timestamp":2637687029,"duration":101911,"tags":{},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2610,"timestamp":2637686991,"duration":102187,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBack.js","layer":"app-pages-browser"},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":2612,"name":"read-resource","id":2613,"timestamp":2637687109,"duration":102088,"tags":{},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2612,"timestamp":2637687069,"duration":102362,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBadgeDownFilled.js","layer":"app-pages-browser"},"startTime":1732132322318},{"traceId":"6d02d019348010b3","parentId":2614,"name":"read-resource","id":2615,"timestamp":2637693552,"duration":95895,"tags":{},"startTime":1732132322324},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2614,"timestamp":2637693496,"duration":96159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBadgeDown.js","layer":"app-pages-browser"},"startTime":1732132322324},{"traceId":"6d02d019348010b3","parentId":2616,"name":"read-resource","id":2617,"timestamp":2637693648,"duration":96023,"tags":{},"startTime":1732132322324},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2616,"timestamp":2637693600,"duration":96286,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBadgeLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132322324},{"traceId":"6d02d019348010b3","parentId":2618,"name":"read-resource","id":2619,"timestamp":2637693734,"duration":96166,"tags":{},"startTime":1732132322325},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2618,"timestamp":2637693694,"duration":96412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBadgeLeft.js","layer":"app-pages-browser"},"startTime":1732132322325},{"traceId":"6d02d019348010b3","parentId":2620,"name":"read-resource","id":2621,"timestamp":2637693816,"duration":104910,"tags":{},"startTime":1732132322325},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2620,"timestamp":2637693777,"duration":105207,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBadgeRightFilled.js","layer":"app-pages-browser"},"startTime":1732132322325},{"traceId":"6d02d019348010b3","parentId":2622,"name":"read-resource","id":2623,"timestamp":2637693895,"duration":105106,"tags":{},"startTime":1732132322325},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2622,"timestamp":2637693859,"duration":105361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBadgeRight.js","layer":"app-pages-browser"},"startTime":1732132322325},{"traceId":"6d02d019348010b3","parentId":2624,"name":"read-resource","id":2625,"timestamp":2637693973,"duration":105265,"tags":{},"startTime":1732132322325},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2624,"timestamp":2637693935,"duration":105529,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBadgeUpFilled.js","layer":"app-pages-browser"},"startTime":1732132322325},{"traceId":"6d02d019348010b3","parentId":2626,"name":"read-resource","id":2627,"timestamp":2637705619,"duration":95671,"tags":{},"startTime":1732132322336},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2626,"timestamp":2637705571,"duration":95973,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBadgeUp.js","layer":"app-pages-browser"},"startTime":1732132322336},{"traceId":"6d02d019348010b3","parentId":2628,"name":"read-resource","id":2629,"timestamp":2637705688,"duration":95873,"tags":{},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2628,"timestamp":2637705651,"duration":96183,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarBoth.js","layer":"app-pages-browser"},"startTime":1732132322336},{"traceId":"6d02d019348010b3","parentId":2630,"name":"read-resource","id":2631,"timestamp":2637705743,"duration":96974,"tags":{},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2630,"timestamp":2637705711,"duration":97280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarDown.js","layer":"app-pages-browser"},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":2632,"name":"read-resource","id":2633,"timestamp":2637705798,"duration":101321,"tags":{},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2632,"timestamp":2637705762,"duration":101567,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarLeft.js","layer":"app-pages-browser"},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":2634,"name":"read-resource","id":2635,"timestamp":2637705859,"duration":101491,"tags":{},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2634,"timestamp":2637705821,"duration":101704,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarRight.js","layer":"app-pages-browser"},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":2636,"name":"read-resource","id":2637,"timestamp":2637705916,"duration":101623,"tags":{},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2636,"timestamp":2637705882,"duration":101822,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarToDown.js","layer":"app-pages-browser"},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":2638,"name":"read-resource","id":2639,"timestamp":2637705969,"duration":101748,"tags":{},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2638,"timestamp":2637705937,"duration":101938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarToLeft.js","layer":"app-pages-browser"},"startTime":1732132322337},{"traceId":"6d02d019348010b3","parentId":2640,"name":"read-resource","id":2641,"timestamp":2637767239,"duration":41480,"tags":{},"startTime":1732132322398},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2640,"timestamp":2637767159,"duration":41820,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarToRight.js","layer":"app-pages-browser"},"startTime":1732132322398},{"traceId":"6d02d019348010b3","parentId":2642,"name":"read-resource","id":2643,"timestamp":2637767453,"duration":41550,"tags":{},"startTime":1732132322398},{"traceId":"6d02d019348010b3","parentId":1371,"name":"build-module-js","id":2642,"timestamp":2637767408,"duration":44755,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/mini-css-extract-plugin/hmr/hotModuleReplacement.js","layer":"app-pages-browser"},"startTime":1732132322398},{"traceId":"6d02d019348010b3","parentId":2644,"name":"read-resource","id":2645,"timestamp":2637767532,"duration":44652,"tags":{},"startTime":1732132322398},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2644,"timestamp":2637767496,"duration":45017,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarToUp.js","layer":"app-pages-browser"},"startTime":1732132322398},{"traceId":"6d02d019348010b3","parentId":2648,"name":"read-resource","id":2649,"timestamp":2637768652,"duration":43881,"tags":{},"startTime":1732132322399},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2648,"timestamp":2637768609,"duration":44244,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBearLeft2.js","layer":"app-pages-browser"},"startTime":1732132322399},{"traceId":"6d02d019348010b3","parentId":2652,"name":"read-resource","id":2653,"timestamp":2637768825,"duration":44082,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2652,"timestamp":2637768793,"duration":44446,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBearRight2.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2646,"name":"read-resource","id":2647,"timestamp":2637768557,"duration":44701,"tags":{},"startTime":1732132322399},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2646,"timestamp":2637768503,"duration":45055,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBarUp.js","layer":"app-pages-browser"},"startTime":1732132322399},{"traceId":"6d02d019348010b3","parentId":2654,"name":"read-resource","id":2655,"timestamp":2637768908,"duration":44673,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2654,"timestamp":2637768873,"duration":45013,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBearRight.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2656,"name":"read-resource","id":2657,"timestamp":2637768985,"duration":44920,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2656,"timestamp":2637768951,"duration":45248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigDownFilled.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2650,"name":"read-resource","id":2651,"timestamp":2637768752,"duration":45466,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2650,"timestamp":2637768702,"duration":45882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBearLeft.js","layer":"app-pages-browser"},"startTime":1732132322400}] +[{"traceId":"6d02d019348010b3","parentId":2658,"name":"read-resource","id":2659,"timestamp":2637769053,"duration":45857,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2658,"timestamp":2637769022,"duration":46251,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigDownLineFilled.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2660,"name":"read-resource","id":2661,"timestamp":2637769125,"duration":46166,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2660,"timestamp":2637769089,"duration":46507,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigDownLine.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2664,"name":"read-resource","id":2665,"timestamp":2637769246,"duration":46369,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2664,"timestamp":2637769219,"duration":46921,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigDownLines.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2668,"name":"read-resource","id":2669,"timestamp":2637769378,"duration":46781,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2668,"timestamp":2637769347,"duration":47136,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2662,"name":"read-resource","id":2663,"timestamp":2637769188,"duration":47313,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2662,"timestamp":2637769160,"duration":47702,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigDownLinesFilled.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2666,"name":"read-resource","id":2667,"timestamp":2637769308,"duration":47573,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2666,"timestamp":2637769278,"duration":47931,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigDown.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2670,"name":"read-resource","id":2671,"timestamp":2637769455,"duration":47776,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2670,"timestamp":2637769418,"duration":48137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigLeftLineFilled.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2672,"name":"read-resource","id":2673,"timestamp":2637769518,"duration":48056,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2672,"timestamp":2637769490,"duration":48430,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigLeftLine.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2674,"name":"read-resource","id":2675,"timestamp":2637769579,"duration":48361,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2674,"timestamp":2637769549,"duration":48748,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigLeftLinesFilled.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2680,"name":"read-resource","id":2681,"timestamp":2637769790,"duration":48525,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2680,"timestamp":2637769757,"duration":48802,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigRightFilled.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2676,"name":"read-resource","id":2677,"timestamp":2637769653,"duration":48925,"tags":{},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2676,"timestamp":2637769616,"duration":49279,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigLeftLines.js","layer":"app-pages-browser"},"startTime":1732132322400},{"traceId":"6d02d019348010b3","parentId":2678,"name":"read-resource","id":2679,"timestamp":2637769724,"duration":49189,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2678,"timestamp":2637769693,"duration":49391,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigLeft.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2682,"name":"read-resource","id":2683,"timestamp":2637769854,"duration":49243,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2682,"timestamp":2637769825,"duration":49434,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigRightLineFilled.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2684,"name":"read-resource","id":2685,"timestamp":2637769914,"duration":49358,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2684,"timestamp":2637769886,"duration":49550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigRightLine.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2686,"name":"read-resource","id":2687,"timestamp":2637769974,"duration":49476,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2686,"timestamp":2637769947,"duration":49672,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigRightLinesFilled.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2688,"name":"read-resource","id":2689,"timestamp":2637770042,"duration":49589,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2688,"timestamp":2637770006,"duration":49786,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigRightLines.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2692,"name":"read-resource","id":2693,"timestamp":2637770188,"duration":49618,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2692,"timestamp":2637770157,"duration":49803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigUpFilled.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2690,"name":"read-resource","id":2691,"timestamp":2637770120,"duration":49853,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2690,"timestamp":2637770082,"duration":50084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigRight.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2694,"name":"read-resource","id":2695,"timestamp":2637770249,"duration":49930,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2694,"timestamp":2637770222,"duration":50122,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigUpLineFilled.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2696,"name":"read-resource","id":2697,"timestamp":2637770308,"duration":50049,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2696,"timestamp":2637770281,"duration":50235,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigUpLine.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2698,"name":"read-resource","id":2699,"timestamp":2637770374,"duration":50156,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2698,"timestamp":2637770339,"duration":50359,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigUpLinesFilled.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2704,"name":"read-resource","id":2705,"timestamp":2637770584,"duration":50127,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2704,"timestamp":2637770550,"duration":50316,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBounce.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2700,"name":"read-resource","id":2701,"timestamp":2637770434,"duration":50445,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2700,"timestamp":2637770406,"duration":50626,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigUpLines.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2702,"name":"read-resource","id":2703,"timestamp":2637770511,"duration":50534,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2702,"timestamp":2637770474,"duration":50714,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowBigUp.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2708,"name":"read-resource","id":2709,"timestamp":2637770724,"duration":50477,"tags":{},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2708,"timestamp":2637770689,"duration":50671,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowCurveLeft.js","layer":"app-pages-browser"},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":2706,"name":"read-resource","id":2707,"timestamp":2637770652,"duration":50723,"tags":{},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2706,"timestamp":2637770621,"duration":50952,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowCapsule.js","layer":"app-pages-browser"},"startTime":1732132322401},{"traceId":"6d02d019348010b3","parentId":2710,"name":"read-resource","id":2711,"timestamp":2637770792,"duration":50800,"tags":{},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2710,"timestamp":2637770761,"duration":51068,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowCurveRight.js","layer":"app-pages-browser"},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":2712,"name":"read-resource","id":2713,"timestamp":2637770901,"duration":60995,"tags":{},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2712,"timestamp":2637770862,"duration":61383,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownBar.js","layer":"app-pages-browser"},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":2714,"name":"read-resource","id":2715,"timestamp":2637770980,"duration":62852,"tags":{},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2714,"timestamp":2637770939,"duration":63181,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownCircle.js","layer":"app-pages-browser"},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":2716,"name":"read-resource","id":2717,"timestamp":2637771059,"duration":63868,"tags":{},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2716,"timestamp":2637771020,"duration":64181,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownLeftCircle.js","layer":"app-pages-browser"},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":2718,"name":"read-resource","id":2719,"timestamp":2637771146,"duration":64080,"tags":{},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2718,"timestamp":2637771100,"duration":64353,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownLeft.js","layer":"app-pages-browser"},"startTime":1732132322402},{"traceId":"6d02d019348010b3","parentId":2720,"name":"read-resource","id":2721,"timestamp":2637793598,"duration":43014,"tags":{},"startTime":1732132322424},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2720,"timestamp":2637793541,"duration":43343,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownRhombus.js","layer":"app-pages-browser"},"startTime":1732132322424},{"traceId":"6d02d019348010b3","parentId":2722,"name":"read-resource","id":2723,"timestamp":2637793685,"duration":43217,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2722,"timestamp":2637793648,"duration":43526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownRightCircle.js","layer":"app-pages-browser"},"startTime":1732132322424},{"traceId":"6d02d019348010b3","parentId":2724,"name":"read-resource","id":2725,"timestamp":2637793758,"duration":43436,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2724,"timestamp":2637793723,"duration":43705,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownRight.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2726,"name":"read-resource","id":2727,"timestamp":2637793837,"duration":43610,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2726,"timestamp":2637793796,"duration":43903,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownSquare.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2728,"name":"read-resource","id":2729,"timestamp":2637793906,"duration":43811,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2728,"timestamp":2637793875,"duration":44085,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDownTail.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2736,"name":"read-resource","id":2737,"timestamp":2637794177,"duration":43802,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2736,"timestamp":2637794146,"duration":44086,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowFork.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2732,"name":"read-resource","id":2733,"timestamp":2637794038,"duration":44212,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2732,"timestamp":2637794008,"duration":44470,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowElbowLeft.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2734,"name":"read-resource","id":2735,"timestamp":2637794109,"duration":44387,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2734,"timestamp":2637794074,"duration":44668,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowElbowRight.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2730,"name":"read-resource","id":2731,"timestamp":2637793973,"duration":44790,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2730,"timestamp":2637793942,"duration":45144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowDown.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2738,"name":"read-resource","id":2739,"timestamp":2637794244,"duration":44858,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2738,"timestamp":2637794214,"duration":45124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowForwardUpDouble.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2742,"name":"read-resource","id":2743,"timestamp":2637794374,"duration":44981,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2742,"timestamp":2637794346,"duration":45225,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowForward.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2744,"name":"read-resource","id":2745,"timestamp":2637794445,"duration":45143,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2744,"timestamp":2637794407,"duration":45495,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowGuide.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2740,"name":"read-resource","id":2741,"timestamp":2637794309,"duration":45612,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2740,"timestamp":2637794279,"duration":46098,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowForwardUp.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2746,"name":"read-resource","id":2747,"timestamp":2637794513,"duration":45882,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2746,"timestamp":2637794485,"duration":46258,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowIteration.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2748,"name":"read-resource","id":2749,"timestamp":2637794579,"duration":46183,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2748,"timestamp":2637794548,"duration":46603,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLeftBar.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2750,"name":"read-resource","id":2751,"timestamp":2637794642,"duration":46528,"tags":{},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2750,"timestamp":2637794613,"duration":46910,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLeftCircle.js","layer":"app-pages-browser"},"startTime":1732132322425},{"traceId":"6d02d019348010b3","parentId":2754,"name":"read-resource","id":2755,"timestamp":2637794776,"duration":46767,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2754,"timestamp":2637794744,"duration":47242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLeftRight.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2752,"name":"read-resource","id":2753,"timestamp":2637794706,"duration":47299,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2752,"timestamp":2637794678,"duration":47586,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLeftRhombus.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2756,"name":"read-resource","id":2757,"timestamp":2637794850,"duration":47446,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2756,"timestamp":2637794819,"duration":47727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLeftSquare.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2760,"name":"read-resource","id":2761,"timestamp":2637794975,"duration":47590,"tags":{},"startTime":1732132322426}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2760,"timestamp":2637794947,"duration":48111,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLeft.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2758,"name":"read-resource","id":2759,"timestamp":2637794912,"duration":48170,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2758,"timestamp":2637794884,"duration":48911,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLeftTail.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2762,"name":"read-resource","id":2763,"timestamp":2637795042,"duration":48771,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2762,"timestamp":2637795009,"duration":49060,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLoopLeft2.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2764,"name":"read-resource","id":2765,"timestamp":2637795106,"duration":48980,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2764,"timestamp":2637795078,"duration":49222,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLoopLeft.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2768,"name":"read-resource","id":2769,"timestamp":2637795232,"duration":49090,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2768,"timestamp":2637795204,"duration":49332,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLoopRight.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2766,"name":"read-resource","id":2767,"timestamp":2637795169,"duration":49381,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2766,"timestamp":2637795142,"duration":49610,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowLoopRight2.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2770,"name":"read-resource","id":2771,"timestamp":2637795301,"duration":49466,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2770,"timestamp":2637795268,"duration":49724,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowMergeBoth.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2774,"name":"read-resource","id":2775,"timestamp":2637795449,"duration":49559,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2774,"timestamp":2637795417,"duration":49805,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowMergeRight.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2772,"name":"read-resource","id":2773,"timestamp":2637795377,"duration":49861,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2772,"timestamp":2637795340,"duration":50116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowMergeLeft.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2776,"name":"read-resource","id":2777,"timestamp":2637795518,"duration":49953,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2776,"timestamp":2637795487,"duration":50196,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowMerge.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2778,"name":"read-resource","id":2779,"timestamp":2637795586,"duration":50113,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2778,"timestamp":2637795555,"duration":50354,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowMoveDown.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2780,"name":"read-resource","id":2781,"timestamp":2637795661,"duration":50263,"tags":{},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2780,"timestamp":2637795631,"duration":50505,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowMoveLeft.js","layer":"app-pages-browser"},"startTime":1732132322426},{"traceId":"6d02d019348010b3","parentId":2782,"name":"read-resource","id":2783,"timestamp":2637795730,"duration":50421,"tags":{},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2782,"timestamp":2637795695,"duration":50682,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowMoveRight.js","layer":"app-pages-browser"},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":2784,"name":"read-resource","id":2785,"timestamp":2637795794,"duration":50600,"tags":{},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2784,"timestamp":2637795766,"duration":50858,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowMoveUp.js","layer":"app-pages-browser"},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":2786,"name":"read-resource","id":2787,"timestamp":2637795854,"duration":50789,"tags":{},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2786,"timestamp":2637795827,"duration":54960,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowNarrowDown.js","layer":"app-pages-browser"},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":2788,"name":"read-resource","id":2789,"timestamp":2637795915,"duration":54895,"tags":{},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2788,"timestamp":2637795888,"duration":55194,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowNarrowLeft.js","layer":"app-pages-browser"},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":2790,"name":"read-resource","id":2791,"timestamp":2637797705,"duration":53406,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2790,"timestamp":2637795952,"duration":55422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowNarrowRight.js","layer":"app-pages-browser"},"startTime":1732132322427},{"traceId":"6d02d019348010b3","parentId":2794,"name":"read-resource","id":2795,"timestamp":2637797882,"duration":53509,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2794,"timestamp":2637797842,"duration":53812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRampLeft2.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2798,"name":"read-resource","id":2799,"timestamp":2637797978,"duration":53695,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2798,"timestamp":2637797948,"duration":53977,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRampLeft.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2796,"name":"read-resource","id":2797,"timestamp":2637797932,"duration":54010,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2796,"timestamp":2637797900,"duration":54326,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRampLeft3.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2802,"name":"read-resource","id":2803,"timestamp":2637798173,"duration":54071,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2802,"timestamp":2637798144,"duration":54346,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRampRight3.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2800,"name":"read-resource","id":2801,"timestamp":2637798107,"duration":54399,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2800,"timestamp":2637798075,"duration":54675,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRampRight2.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2792,"name":"read-resource","id":2793,"timestamp":2637797782,"duration":54986,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2792,"timestamp":2637797733,"duration":55276,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowNarrowUp.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2806,"name":"read-resource","id":2807,"timestamp":2637798317,"duration":54711,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2806,"timestamp":2637798286,"duration":54991,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRightBar.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2804,"name":"read-resource","id":2805,"timestamp":2637798248,"duration":55046,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2804,"timestamp":2637798210,"duration":55320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRampRight.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2808,"name":"read-resource","id":2809,"timestamp":2637798383,"duration":55167,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2808,"timestamp":2637798352,"duration":55439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRightCircle.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2812,"name":"read-resource","id":2813,"timestamp":2637798513,"duration":55295,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2812,"timestamp":2637798483,"duration":55561,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRightSquare.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2810,"name":"read-resource","id":2811,"timestamp":2637798448,"duration":55614,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2810,"timestamp":2637798418,"duration":55890,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRightRhombus.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2814,"name":"read-resource","id":2815,"timestamp":2637798584,"duration":67872,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2814,"timestamp":2637798550,"duration":68197,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRightTail.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2816,"name":"read-resource","id":2817,"timestamp":2637798652,"duration":68122,"tags":{},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2816,"timestamp":2637798621,"duration":68423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRight.js","layer":"app-pages-browser"},"startTime":1732132322429},{"traceId":"6d02d019348010b3","parentId":2820,"name":"read-resource","id":2821,"timestamp":2637802558,"duration":66132,"tags":{},"startTime":1732132322433},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2820,"timestamp":2637802520,"duration":66456,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRotaryFirstRight.js","layer":"app-pages-browser"},"startTime":1732132322433},{"traceId":"6d02d019348010b3","parentId":2818,"name":"read-resource","id":2819,"timestamp":2637802502,"duration":66594,"tags":{},"startTime":1732132322433},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2818,"timestamp":2637802452,"duration":66934,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRotaryFirstLeft.js","layer":"app-pages-browser"},"startTime":1732132322433},{"traceId":"6d02d019348010b3","parentId":2824,"name":"read-resource","id":2825,"timestamp":2637802658,"duration":67488,"tags":{},"startTime":1732132322433},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2824,"timestamp":2637802629,"duration":67811,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRotaryLastRight.js","layer":"app-pages-browser"},"startTime":1732132322433},{"traceId":"6d02d019348010b3","parentId":2826,"name":"read-resource","id":2827,"timestamp":2637802695,"duration":90077,"tags":{},"startTime":1732132322434},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2826,"timestamp":2637802668,"duration":90652,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRotaryLeft.js","layer":"app-pages-browser"},"startTime":1732132322434},{"traceId":"6d02d019348010b3","parentId":2822,"name":"read-resource","id":2823,"timestamp":2637802617,"duration":90901,"tags":{},"startTime":1732132322433},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2822,"timestamp":2637802578,"duration":91305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRotaryLastLeft.js","layer":"app-pages-browser"},"startTime":1732132322433},{"traceId":"6d02d019348010b3","parentId":2828,"name":"read-resource","id":2829,"timestamp":2637803213,"duration":90762,"tags":{},"startTime":1732132322434},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2828,"timestamp":2637803159,"duration":91272,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRotaryRight.js","layer":"app-pages-browser"},"startTime":1732132322434},{"traceId":"6d02d019348010b3","parentId":2830,"name":"read-resource","id":2831,"timestamp":2637828843,"duration":65611,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2830,"timestamp":2637828790,"duration":66053,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRotaryStraight.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2832,"name":"read-resource","id":2833,"timestamp":2637828908,"duration":65958,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2832,"timestamp":2637828873,"duration":66322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRoundaboutLeft.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2834,"name":"read-resource","id":2835,"timestamp":2637829002,"duration":66215,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2834,"timestamp":2637828930,"duration":66592,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowRoundaboutRight.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2838,"name":"read-resource","id":2839,"timestamp":2637829146,"duration":66397,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2838,"timestamp":2637829106,"duration":66767,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowSharpTurnRight.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2836,"name":"read-resource","id":2837,"timestamp":2637829087,"duration":66808,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2836,"timestamp":2637829050,"duration":67521,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowSharpTurnLeft.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2840,"name":"read-resource","id":2841,"timestamp":2637829196,"duration":67397,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2840,"timestamp":2637829164,"duration":67681,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpBar.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2842,"name":"read-resource","id":2843,"timestamp":2637829243,"duration":67628,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2842,"timestamp":2637829213,"duration":67883,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpCircle.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2844,"name":"read-resource","id":2845,"timestamp":2637829398,"duration":67720,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2844,"timestamp":2637829357,"duration":67985,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpLeftCircle.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2846,"name":"read-resource","id":2847,"timestamp":2637829485,"duration":67877,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2846,"timestamp":2637829443,"duration":68163,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpLeft.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2850,"name":"read-resource","id":2851,"timestamp":2637829640,"duration":67984,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2850,"timestamp":2637829602,"duration":68281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpRightCircle.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2854,"name":"read-resource","id":2855,"timestamp":2637829805,"duration":68098,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2854,"timestamp":2637829770,"duration":68512,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpSquare.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2852,"name":"read-resource","id":2853,"timestamp":2637829728,"duration":68573,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2852,"timestamp":2637829692,"duration":68853,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpRight.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2848,"name":"read-resource","id":2849,"timestamp":2637829562,"duration":69002,"tags":{},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2848,"timestamp":2637829527,"duration":69292,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpRhombus.js","layer":"app-pages-browser"},"startTime":1732132322460},{"traceId":"6d02d019348010b3","parentId":2856,"name":"read-resource","id":2857,"timestamp":2637829885,"duration":68951,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2856,"timestamp":2637829847,"duration":78286,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUpTail.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2858,"name":"read-resource","id":2859,"timestamp":2637829972,"duration":78188,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2858,"timestamp":2637829930,"duration":78618,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowUp.js","layer":"app-pages-browser"},"startTime":1732132322461}] +[{"traceId":"6d02d019348010b3","parentId":2860,"name":"read-resource","id":2861,"timestamp":2637830053,"duration":78779,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2860,"timestamp":2637830017,"duration":79090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowWaveLeftDown.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2864,"name":"read-resource","id":2865,"timestamp":2637830333,"duration":78793,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2864,"timestamp":2637830170,"duration":79394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowWaveRightDown.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2862,"name":"read-resource","id":2863,"timestamp":2637830129,"duration":79457,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2862,"timestamp":2637830094,"duration":79749,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowWaveLeftUp.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2866,"name":"read-resource","id":2867,"timestamp":2637830402,"duration":79461,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2866,"timestamp":2637830373,"duration":79776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowWaveRightUp.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2868,"name":"read-resource","id":2869,"timestamp":2637830477,"duration":79693,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2868,"timestamp":2637830438,"duration":79982,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowZigZag.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2870,"name":"read-resource","id":2871,"timestamp":2637830541,"duration":79900,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2870,"timestamp":2637830512,"duration":80236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsCross.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2872,"name":"read-resource","id":2873,"timestamp":2637830606,"duration":80161,"tags":{},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2872,"timestamp":2637830576,"duration":80452,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDiagonal2.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2878,"name":"read-resource","id":2879,"timestamp":2637830819,"duration":80227,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2878,"timestamp":2637830782,"duration":80503,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDiagonal.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2874,"name":"read-resource","id":2875,"timestamp":2637830671,"duration":80631,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2874,"timestamp":2637830641,"duration":80896,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDiagonalMinimize2.js","layer":"app-pages-browser"},"startTime":1732132322461},{"traceId":"6d02d019348010b3","parentId":2876,"name":"read-resource","id":2877,"timestamp":2637830742,"duration":80814,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2876,"timestamp":2637830709,"duration":81089,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDiagonalMinimize.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2880,"name":"read-resource","id":2881,"timestamp":2637830888,"duration":80927,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2880,"timestamp":2637830857,"duration":85232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDiff.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2882,"name":"read-resource","id":2883,"timestamp":2637830955,"duration":85156,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2882,"timestamp":2637830925,"duration":85457,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDoubleNeSw.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2884,"name":"read-resource","id":2885,"timestamp":2637831022,"duration":85378,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2884,"timestamp":2637830991,"duration":85659,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDoubleNwSe.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2886,"name":"read-resource","id":2887,"timestamp":2637831094,"duration":85574,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2886,"timestamp":2637831058,"duration":85850,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDoubleSeNw.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2888,"name":"read-resource","id":2889,"timestamp":2637831159,"duration":85766,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2888,"timestamp":2637831131,"duration":86030,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDoubleSwNe.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2890,"name":"read-resource","id":2891,"timestamp":2637831230,"duration":85949,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2890,"timestamp":2637831203,"duration":86197,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDownUp.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2894,"name":"read-resource","id":2895,"timestamp":2637831361,"duration":86057,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2894,"timestamp":2637831331,"duration":86294,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsExchange2.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2892,"name":"read-resource","id":2893,"timestamp":2637831295,"duration":86347,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2892,"timestamp":2637831265,"duration":86590,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsDown.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2896,"name":"read-resource","id":2897,"timestamp":2637831436,"duration":86435,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2896,"timestamp":2637831400,"duration":86677,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsExchange.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2898,"name":"read-resource","id":2899,"timestamp":2637831505,"duration":86591,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2898,"timestamp":2637831473,"duration":86857,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsHorizontal.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2900,"name":"read-resource","id":2901,"timestamp":2637831572,"duration":97813,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2900,"timestamp":2637831542,"duration":98180,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsJoin2.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2902,"name":"read-resource","id":2903,"timestamp":2637831637,"duration":98105,"tags":{},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2902,"timestamp":2637831607,"duration":98401,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsJoin.js","layer":"app-pages-browser"},"startTime":1732132322462},{"traceId":"6d02d019348010b3","parentId":2904,"name":"read-resource","id":2905,"timestamp":2637831701,"duration":99048,"tags":{},"startTime":1732132322463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2904,"timestamp":2637831673,"duration":99329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsLeftDown.js","layer":"app-pages-browser"},"startTime":1732132322463},{"traceId":"6d02d019348010b3","parentId":2906,"name":"read-resource","id":2907,"timestamp":2637831771,"duration":99248,"tags":{},"startTime":1732132322463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2906,"timestamp":2637831736,"duration":99502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsLeftRight.js","layer":"app-pages-browser"},"startTime":1732132322463},{"traceId":"6d02d019348010b3","parentId":2908,"name":"read-resource","id":2909,"timestamp":2637831836,"duration":99481,"tags":{},"startTime":1732132322463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2908,"timestamp":2637831806,"duration":99739,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsLeft.js","layer":"app-pages-browser"},"startTime":1732132322463},{"traceId":"6d02d019348010b3","parentId":2912,"name":"read-resource","id":2913,"timestamp":2637836088,"duration":96457,"tags":{},"startTime":1732132322467},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2912,"timestamp":2637835998,"duration":96848,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsMinimize.js","layer":"app-pages-browser"},"startTime":1732132322467},{"traceId":"6d02d019348010b3","parentId":2918,"name":"read-resource","id":2919,"timestamp":2637858323,"duration":74874,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2918,"timestamp":2637858258,"duration":75245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsMove.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2920,"name":"read-resource","id":2921,"timestamp":2637858381,"duration":75140,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2920,"timestamp":2637858344,"duration":75455,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsRandom.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2922,"name":"read-resource","id":2923,"timestamp":2637858427,"duration":75388,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2922,"timestamp":2637858394,"duration":75655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsRightDown.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2924,"name":"read-resource","id":2925,"timestamp":2637858473,"duration":75593,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2924,"timestamp":2637858439,"duration":75863,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsRightLeft.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2910,"name":"read-resource","id":2911,"timestamp":2637835982,"duration":98337,"tags":{},"startTime":1732132322467},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2910,"timestamp":2637835935,"duration":99531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsMaximize.js","layer":"app-pages-browser"},"startTime":1732132322467},{"traceId":"6d02d019348010b3","parentId":2926,"name":"read-resource","id":2927,"timestamp":2637858517,"duration":76968,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2926,"timestamp":2637858485,"duration":78553,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsRight.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2930,"name":"read-resource","id":2931,"timestamp":2637858581,"duration":78477,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2930,"timestamp":2637858557,"duration":78799,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsShuffle.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2914,"name":"read-resource","id":2915,"timestamp":2637836143,"duration":101232,"tags":{},"startTime":1732132322467},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2914,"timestamp":2637836103,"duration":101542,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsMoveHorizontal.js","layer":"app-pages-browser"},"startTime":1732132322467},{"traceId":"6d02d019348010b3","parentId":2932,"name":"read-resource","id":2933,"timestamp":2637858616,"duration":79048,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2932,"timestamp":2637858591,"duration":79314,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsSort.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2916,"name":"read-resource","id":2917,"timestamp":2637836189,"duration":101737,"tags":{},"startTime":1732132322467},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2916,"timestamp":2637836156,"duration":102021,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsMoveVertical.js","layer":"app-pages-browser"},"startTime":1732132322467},{"traceId":"6d02d019348010b3","parentId":2928,"name":"read-resource","id":2929,"timestamp":2637858549,"duration":79646,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2928,"timestamp":2637858525,"duration":79905,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsShuffle2.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2934,"name":"read-resource","id":2935,"timestamp":2637858645,"duration":79803,"tags":{},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2934,"timestamp":2637858624,"duration":80064,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsSplit2.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":2938,"name":"read-resource","id":2939,"timestamp":2637858721,"duration":79984,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2938,"timestamp":2637858695,"duration":80277,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsTransferDown.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2940,"name":"read-resource","id":2941,"timestamp":2637858756,"duration":80232,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2940,"timestamp":2637858730,"duration":80502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsTransferUp.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2942,"name":"read-resource","id":2943,"timestamp":2637858798,"duration":80450,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2942,"timestamp":2637858767,"duration":80718,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsUpDown.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2944,"name":"read-resource","id":2945,"timestamp":2637858838,"duration":80663,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2944,"timestamp":2637858808,"duration":80927,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsUpLeft.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2946,"name":"read-resource","id":2947,"timestamp":2637858887,"duration":80865,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2946,"timestamp":2637858850,"duration":81266,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsUpRight.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2948,"name":"read-resource","id":2949,"timestamp":2637858929,"duration":81207,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2948,"timestamp":2637858899,"duration":81875,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsUp.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2950,"name":"read-resource","id":2951,"timestamp":2637858963,"duration":81830,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2950,"timestamp":2637858939,"duration":82096,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsVertical.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2952,"name":"read-resource","id":2953,"timestamp":2637858991,"duration":82063,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2952,"timestamp":2637858970,"duration":82422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArtboardFilled.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2954,"name":"read-resource","id":2955,"timestamp":2637859022,"duration":82387,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2954,"timestamp":2637858998,"duration":82726,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArtboardOff.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2956,"name":"read-resource","id":2957,"timestamp":2637859060,"duration":82680,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2956,"timestamp":2637859031,"duration":82995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArtboard.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2958,"name":"read-resource","id":2959,"timestamp":2637859091,"duration":82952,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2958,"timestamp":2637859069,"duration":83249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArticleFilledFilled.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2960,"name":"read-resource","id":2961,"timestamp":2637859120,"duration":83216,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2960,"timestamp":2637859098,"duration":83475,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArticleOff.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2962,"name":"read-resource","id":2963,"timestamp":2637859155,"duration":83434,"tags":{},"startTime":1732132322490}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2962,"timestamp":2637859129,"duration":84061,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArticle.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2964,"name":"read-resource","id":2965,"timestamp":2637859197,"duration":84011,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2964,"timestamp":2637859165,"duration":84291,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAspectRatioFilled.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2966,"name":"read-resource","id":2967,"timestamp":2637859230,"duration":84244,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2966,"timestamp":2637859207,"duration":84494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAspectRatioOff.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2968,"name":"read-resource","id":2969,"timestamp":2637859260,"duration":84457,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2968,"timestamp":2637859238,"duration":84712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAspectRatio.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2970,"name":"read-resource","id":2971,"timestamp":2637859291,"duration":84675,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2970,"timestamp":2637859269,"duration":85041,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAssemblyOff.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2972,"name":"read-resource","id":2973,"timestamp":2637859321,"duration":85006,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2972,"timestamp":2637859299,"duration":85236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAssembly.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2974,"name":"read-resource","id":2975,"timestamp":2637859354,"duration":85196,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2974,"timestamp":2637859328,"duration":85448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAsset.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2976,"name":"read-resource","id":2977,"timestamp":2637859385,"duration":85406,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2976,"timestamp":2637859362,"duration":85663,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAsteriskSimple.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2978,"name":"read-resource","id":2979,"timestamp":2637859415,"duration":85626,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2978,"timestamp":2637859393,"duration":85884,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAsterisk.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2980,"name":"read-resource","id":2981,"timestamp":2637859444,"duration":85848,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2980,"timestamp":2637859422,"duration":86074,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAtOff.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2982,"name":"read-resource","id":2983,"timestamp":2637859473,"duration":86039,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2982,"timestamp":2637859451,"duration":86253,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAt.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2984,"name":"read-resource","id":2985,"timestamp":2637859507,"duration":86222,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2984,"timestamp":2637859480,"duration":86513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAtom2Filled.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2986,"name":"read-resource","id":2987,"timestamp":2637859542,"duration":86467,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2986,"timestamp":2637859516,"duration":86723,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAtom2.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2988,"name":"read-resource","id":2989,"timestamp":2637859571,"duration":86683,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2988,"timestamp":2637859550,"duration":86919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAtomOff.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2990,"name":"read-resource","id":2991,"timestamp":2637859598,"duration":86887,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2990,"timestamp":2637859578,"duration":87108,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAtom.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2992,"name":"read-resource","id":2993,"timestamp":2637859628,"duration":87073,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2992,"timestamp":2637859605,"duration":87309,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAugmentedReality2.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2994,"name":"read-resource","id":2995,"timestamp":2637859669,"duration":87260,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2994,"timestamp":2637859638,"duration":87524,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAugmentedRealityOff.js","layer":"app-pages-browser"},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":2996,"name":"read-resource","id":2997,"timestamp":2637859704,"duration":87474,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2996,"timestamp":2637859681,"duration":87730,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAugmentedReality.js","layer":"app-pages-browser"},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":3000,"name":"read-resource","id":3001,"timestamp":2637859762,"duration":87664,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3000,"timestamp":2637859739,"duration":87900,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAwardOff.js","layer":"app-pages-browser"},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":2998,"name":"read-resource","id":2999,"timestamp":2637859731,"duration":87923,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2998,"timestamp":2637859710,"duration":88159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAwardFilled.js","layer":"app-pages-browser"},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":3004,"name":"read-resource","id":3005,"timestamp":2637859823,"duration":88062,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3004,"timestamp":2637859802,"duration":88333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAxe.js","layer":"app-pages-browser"},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":3002,"name":"read-resource","id":3003,"timestamp":2637859795,"duration":88360,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3002,"timestamp":2637859769,"duration":88685,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAward.js","layer":"app-pages-browser"},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":3006,"name":"read-resource","id":3007,"timestamp":2637859851,"duration":88627,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3006,"timestamp":2637859829,"duration":88941,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAxisX.js","layer":"app-pages-browser"},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":3008,"name":"read-resource","id":3009,"timestamp":2637859889,"duration":88899,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3008,"timestamp":2637859859,"duration":89177,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconAxisY.js","layer":"app-pages-browser"},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":2936,"name":"read-resource","id":2937,"timestamp":2637858683,"duration":90371,"tags":{},"startTime":1732132322490},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":2936,"timestamp":2637858652,"duration":90643,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconArrowsSplit.js","layer":"app-pages-browser"},"startTime":1732132322489},{"traceId":"6d02d019348010b3","parentId":3010,"name":"read-resource","id":3011,"timestamp":2637859918,"duration":89395,"tags":{},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3010,"timestamp":2637859897,"duration":89647,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBabyBottle.js","layer":"app-pages-browser"},"startTime":1732132322491},{"traceId":"6d02d019348010b3","parentId":3012,"name":"read-resource","id":3013,"timestamp":2637869984,"duration":109042,"tags":{},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3012,"timestamp":2637869934,"duration":109820,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBabyCarriage.js","layer":"app-pages-browser"},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":3018,"name":"read-resource","id":3019,"timestamp":2637870117,"duration":109673,"tags":{},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3018,"timestamp":2637870090,"duration":110125,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBackpack.js","layer":"app-pages-browser"},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":3020,"name":"read-resource","id":3021,"timestamp":2637870649,"duration":109629,"tags":{},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3020,"timestamp":2637870606,"duration":109962,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBackslash.js","layer":"app-pages-browser"},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":3016,"name":"read-resource","id":3017,"timestamp":2637870079,"duration":113626,"tags":{},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3016,"timestamp":2637870045,"duration":114061,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBackpackOff.js","layer":"app-pages-browser"},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":3014,"name":"read-resource","id":3015,"timestamp":2637870033,"duration":114111,"tags":{},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3014,"timestamp":2637870001,"duration":114498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBackhoe.js","layer":"app-pages-browser"},"startTime":1732132322501},{"traceId":"6d02d019348010b3","parentId":3022,"name":"read-resource","id":3023,"timestamp":2637923130,"duration":61661,"tags":{},"startTime":1732132322554},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3022,"timestamp":2637923053,"duration":62037,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBackspaceFilled.js","layer":"app-pages-browser"},"startTime":1732132322554},{"traceId":"6d02d019348010b3","parentId":3024,"name":"read-resource","id":3025,"timestamp":2637923206,"duration":62743,"tags":{},"startTime":1732132322554},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3024,"timestamp":2637923167,"duration":63080,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBackspace.js","layer":"app-pages-browser"},"startTime":1732132322554},{"traceId":"6d02d019348010b3","parentId":3026,"name":"read-resource","id":3027,"timestamp":2637923657,"duration":62610,"tags":{},"startTime":1732132322554},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3026,"timestamp":2637923563,"duration":63003,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadge3d.js","layer":"app-pages-browser"},"startTime":1732132322554},{"traceId":"6d02d019348010b3","parentId":3028,"name":"read-resource","id":3029,"timestamp":2637923783,"duration":62809,"tags":{},"startTime":1732132322555},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3028,"timestamp":2637923709,"duration":63194,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadge4k.js","layer":"app-pages-browser"},"startTime":1732132322555},{"traceId":"6d02d019348010b3","parentId":3030,"name":"read-resource","id":3031,"timestamp":2637923865,"duration":63065,"tags":{},"startTime":1732132322555},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3030,"timestamp":2637923830,"duration":63400,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadge8k.js","layer":"app-pages-browser"},"startTime":1732132322555},{"traceId":"6d02d019348010b3","parentId":3032,"name":"read-resource","id":3033,"timestamp":2637923914,"duration":63334,"tags":{},"startTime":1732132322555},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3032,"timestamp":2637923885,"duration":63685,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeAd.js","layer":"app-pages-browser"},"startTime":1732132322555},{"traceId":"6d02d019348010b3","parentId":3034,"name":"read-resource","id":3035,"timestamp":2637928164,"duration":59436,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3034,"timestamp":2637928114,"duration":59807,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeAr.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3036,"name":"read-resource","id":3037,"timestamp":2637928221,"duration":59725,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3036,"timestamp":2637928186,"duration":60166,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeCc.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3040,"name":"read-resource","id":3041,"timestamp":2637928305,"duration":60066,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3040,"timestamp":2637928278,"duration":61833,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeHd.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3038,"name":"read-resource","id":3039,"timestamp":2637928267,"duration":61907,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3038,"timestamp":2637928237,"duration":62238,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeFilled.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3042,"name":"read-resource","id":3043,"timestamp":2637928336,"duration":62160,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3042,"timestamp":2637928314,"duration":62470,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeOff.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3044,"name":"read-resource","id":3045,"timestamp":2637928373,"duration":62449,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3044,"timestamp":2637928345,"duration":62834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeSd.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3046,"name":"read-resource","id":3047,"timestamp":2637928407,"duration":62801,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3046,"timestamp":2637928383,"duration":63122,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeTm.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3048,"name":"read-resource","id":3049,"timestamp":2637928441,"duration":63084,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3048,"timestamp":2637928417,"duration":63409,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeVo.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3050,"name":"read-resource","id":3051,"timestamp":2637928489,"duration":63355,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3050,"timestamp":2637928464,"duration":63686,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeVr.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3052,"name":"read-resource","id":3053,"timestamp":2637928520,"duration":63649,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3052,"timestamp":2637928498,"duration":63973,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgeWc.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3054,"name":"read-resource","id":3055,"timestamp":2637928554,"duration":63943,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3054,"timestamp":2637928528,"duration":64250,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadge.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3056,"name":"read-resource","id":3057,"timestamp":2637928589,"duration":64207,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3056,"timestamp":2637928564,"duration":64546,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgesFilled.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3058,"name":"read-resource","id":3059,"timestamp":2637928620,"duration":64520,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3058,"timestamp":2637928597,"duration":64800,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadgesOff.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3060,"name":"read-resource","id":3061,"timestamp":2637928648,"duration":64773,"tags":{},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3060,"timestamp":2637928627,"duration":65075,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBadges.js","layer":"app-pages-browser"},"startTime":1732132322559}] +[{"traceId":"6d02d019348010b3","parentId":3064,"name":"read-resource","id":3065,"timestamp":2637928718,"duration":65352,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3064,"timestamp":2637928687,"duration":65662,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallAmericanFootballOff.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3062,"name":"read-resource","id":3063,"timestamp":2637928679,"duration":65698,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3062,"timestamp":2637928657,"duration":65996,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBaguette.js","layer":"app-pages-browser"},"startTime":1732132322559},{"traceId":"6d02d019348010b3","parentId":3068,"name":"read-resource","id":3069,"timestamp":2637928782,"duration":65888,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3068,"timestamp":2637928760,"duration":66109,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallBaseball.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3066,"name":"read-resource","id":3067,"timestamp":2637928751,"duration":66132,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3066,"timestamp":2637928728,"duration":66335,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallAmericanFootball.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3070,"name":"read-resource","id":3071,"timestamp":2637928812,"duration":66264,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3070,"timestamp":2637928791,"duration":66450,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallBasketball.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3072,"name":"read-resource","id":3073,"timestamp":2637928846,"duration":66411,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3072,"timestamp":2637928820,"duration":66592,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallBowling.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3074,"name":"read-resource","id":3075,"timestamp":2637928876,"duration":66550,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3074,"timestamp":2637928854,"duration":66765,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallFootballOff.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3076,"name":"read-resource","id":3077,"timestamp":2637928909,"duration":66723,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3076,"timestamp":2637928885,"duration":66902,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallFootball.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3080,"name":"read-resource","id":3081,"timestamp":2637928987,"duration":66814,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3080,"timestamp":2637928952,"duration":67023,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallVolleyball.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3078,"name":"read-resource","id":3079,"timestamp":2637928943,"duration":67047,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3078,"timestamp":2637928918,"duration":67263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallTennis.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3084,"name":"read-resource","id":3085,"timestamp":2637929099,"duration":67096,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3084,"timestamp":2637929075,"duration":67286,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBalloonOff.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3082,"name":"read-resource","id":3083,"timestamp":2637929064,"duration":67310,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3082,"timestamp":2637928999,"duration":67535,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBalloonFilled.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3086,"name":"read-resource","id":3087,"timestamp":2637929130,"duration":67419,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3086,"timestamp":2637929107,"duration":67601,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBalloon.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3088,"name":"read-resource","id":3089,"timestamp":2637929166,"duration":67556,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3088,"timestamp":2637929138,"duration":67733,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallpenFilled.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3090,"name":"read-resource","id":3091,"timestamp":2637929198,"duration":67687,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3090,"timestamp":2637929175,"duration":67866,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallpenOff.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3092,"name":"read-resource","id":3093,"timestamp":2637929229,"duration":71868,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3092,"timestamp":2637929206,"duration":72107,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBallpen.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3096,"name":"read-resource","id":3097,"timestamp":2637929292,"duration":72038,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3096,"timestamp":2637929266,"duration":72226,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBandageFilled.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3094,"name":"read-resource","id":3095,"timestamp":2637929259,"duration":72292,"tags":{},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3094,"timestamp":2637929237,"duration":72491,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBan.js","layer":"app-pages-browser"},"startTime":1732132322560},{"traceId":"6d02d019348010b3","parentId":3100,"name":"read-resource","id":3101,"timestamp":2637932335,"duration":69407,"tags":{},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3100,"timestamp":2637932296,"duration":69614,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBandage.js","layer":"app-pages-browser"},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":3104,"name":"read-resource","id":3105,"timestamp":2637932420,"duration":70200,"tags":{},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3104,"timestamp":2637932394,"duration":70457,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBarbell.js","layer":"app-pages-browser"},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":3102,"name":"read-resource","id":3103,"timestamp":2637932382,"duration":70564,"tags":{},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3102,"timestamp":2637932347,"duration":70811,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBarbellOff.js","layer":"app-pages-browser"},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":3106,"name":"read-resource","id":3107,"timestamp":2637932454,"duration":70719,"tags":{},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3106,"timestamp":2637932429,"duration":70930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBarcodeOff.js","layer":"app-pages-browser"},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":3098,"name":"read-resource","id":3099,"timestamp":2637932275,"duration":71097,"tags":{},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3098,"timestamp":2637931964,"duration":71585,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBandageOff.js","layer":"app-pages-browser"},"startTime":1732132322563},{"traceId":"6d02d019348010b3","parentId":3110,"name":"read-resource","id":3111,"timestamp":2637963248,"duration":41304,"tags":{},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3110,"timestamp":2637963215,"duration":41555,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBarrelOff.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3108,"name":"read-resource","id":3109,"timestamp":2637963163,"duration":41623,"tags":{},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3108,"timestamp":2637963110,"duration":41871,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBarcode.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3112,"name":"read-resource","id":3113,"timestamp":2637963315,"duration":41679,"tags":{},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3112,"timestamp":2637963284,"duration":41878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBarrel.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3114,"name":"read-resource","id":3115,"timestamp":2637963381,"duration":41793,"tags":{},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3114,"timestamp":2637963351,"duration":42018,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBarrierBlockOff.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3116,"name":"read-resource","id":3117,"timestamp":2637963436,"duration":41946,"tags":{},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3116,"timestamp":2637963405,"duration":42156,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBarrierBlock.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3118,"name":"read-resource","id":3119,"timestamp":2637963502,"duration":42072,"tags":{},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3118,"timestamp":2637963473,"duration":42253,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBaselineDensityLarge.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3120,"name":"read-resource","id":3121,"timestamp":2637963572,"duration":42170,"tags":{},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3120,"timestamp":2637963538,"duration":42363,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBaselineDensityMedium.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3124,"name":"read-resource","id":3125,"timestamp":2637963679,"duration":42235,"tags":{},"startTime":1732132322595},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3124,"timestamp":2637963654,"duration":42412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBaseline.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3122,"name":"read-resource","id":3123,"timestamp":2637963638,"duration":42441,"tags":{},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3122,"timestamp":2637963609,"duration":42631,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBaselineDensitySmall.js","layer":"app-pages-browser"},"startTime":1732132322594},{"traceId":"6d02d019348010b3","parentId":3130,"name":"read-resource","id":3131,"timestamp":2637964054,"duration":42197,"tags":{},"startTime":1732132322595},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3130,"timestamp":2637963975,"duration":42439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketCheck.js","layer":"app-pages-browser"},"startTime":1732132322595},{"traceId":"6d02d019348010b3","parentId":3126,"name":"read-resource","id":3127,"timestamp":2637963749,"duration":42678,"tags":{},"startTime":1732132322595},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3126,"timestamp":2637963721,"duration":42868,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketBolt.js","layer":"app-pages-browser"},"startTime":1732132322595},{"traceId":"6d02d019348010b3","parentId":3128,"name":"read-resource","id":3129,"timestamp":2637963819,"duration":42784,"tags":{},"startTime":1732132322595},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3128,"timestamp":2637963785,"duration":42986,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketCancel.js","layer":"app-pages-browser"},"startTime":1732132322595},{"traceId":"6d02d019348010b3","parentId":3134,"name":"read-resource","id":3135,"timestamp":2637972339,"duration":34454,"tags":{},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3134,"timestamp":2637972304,"duration":34681,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketCog.js","layer":"app-pages-browser"},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":3136,"name":"read-resource","id":3137,"timestamp":2637972394,"duration":34603,"tags":{},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3136,"timestamp":2637972363,"duration":34799,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketDiscount.js","layer":"app-pages-browser"},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":3132,"name":"read-resource","id":3133,"timestamp":2637972274,"duration":34902,"tags":{},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3132,"timestamp":2637972221,"duration":35120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketCode.js","layer":"app-pages-browser"},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":3138,"name":"read-resource","id":3139,"timestamp":2637972460,"duration":34893,"tags":{},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3138,"timestamp":2637972431,"duration":35091,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketDollar.js","layer":"app-pages-browser"},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":3140,"name":"read-resource","id":3141,"timestamp":2637972514,"duration":35021,"tags":{},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3140,"timestamp":2637972481,"duration":35225,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketDown.js","layer":"app-pages-browser"},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":3146,"name":"read-resource","id":3147,"timestamp":2637972670,"duration":35048,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3146,"timestamp":2637972644,"duration":35232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketHeart.js","layer":"app-pages-browser"},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":3142,"name":"read-resource","id":3143,"timestamp":2637972564,"duration":35325,"tags":{},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3142,"timestamp":2637972535,"duration":35549,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketExclamation.js","layer":"app-pages-browser"},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":3144,"name":"read-resource","id":3145,"timestamp":2637972609,"duration":35488,"tags":{},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3144,"timestamp":2637972583,"duration":35674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketFilled.js","layer":"app-pages-browser"},"startTime":1732132322603},{"traceId":"6d02d019348010b3","parentId":3150,"name":"read-resource","id":3151,"timestamp":2637972769,"duration":35501,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3150,"timestamp":2637972742,"duration":35706,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketOff.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3148,"name":"read-resource","id":3149,"timestamp":2637972722,"duration":35761,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3148,"timestamp":2637972689,"duration":36048,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketMinus.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3152,"name":"read-resource","id":3153,"timestamp":2637972816,"duration":35939,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3152,"timestamp":2637972788,"duration":36247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketPause.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3158,"name":"read-resource","id":3159,"timestamp":2637972978,"duration":36082,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3158,"timestamp":2637972950,"duration":36297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketQuestion.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3156,"name":"read-resource","id":3157,"timestamp":2637972930,"duration":36331,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3156,"timestamp":2637972900,"duration":36533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketPlus.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3160,"name":"read-resource","id":3161,"timestamp":2637973024,"duration":36421,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3160,"timestamp":2637972998,"duration":36610,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketSearch.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3162,"name":"read-resource","id":3163,"timestamp":2637973090,"duration":36531,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3162,"timestamp":2637973057,"duration":36725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketShare.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3164,"name":"read-resource","id":3165,"timestamp":2637973138,"duration":36657,"tags":{},"startTime":1732132322604}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3164,"timestamp":2637973110,"duration":37099,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketStar.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3154,"name":"read-resource","id":3155,"timestamp":2637972880,"duration":37343,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3154,"timestamp":2637972850,"duration":37549,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketPin.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3170,"name":"read-resource","id":3171,"timestamp":2637973287,"duration":37125,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3170,"timestamp":2637973259,"duration":37312,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasket.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3168,"name":"read-resource","id":3169,"timestamp":2637973226,"duration":37359,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3168,"timestamp":2637973200,"duration":37557,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketX.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3166,"name":"read-resource","id":3167,"timestamp":2637973182,"duration":37588,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3166,"timestamp":2637973157,"duration":37786,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBasketUp.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3176,"name":"read-resource","id":3177,"timestamp":2637973431,"duration":37525,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3176,"timestamp":2637973405,"duration":37722,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBathOff.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3174,"name":"read-resource","id":3175,"timestamp":2637973384,"duration":37756,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3174,"timestamp":2637973352,"duration":37933,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBathFilled.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3172,"name":"read-resource","id":3173,"timestamp":2637973333,"duration":37966,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3172,"timestamp":2637973306,"duration":38149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBat.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3178,"name":"read-resource","id":3179,"timestamp":2637973491,"duration":37984,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3178,"timestamp":2637973466,"duration":38162,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBath.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3182,"name":"read-resource","id":3183,"timestamp":2637973586,"duration":38054,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3182,"timestamp":2637973555,"duration":38240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery1.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3180,"name":"read-resource","id":3181,"timestamp":2637973536,"duration":38272,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3180,"timestamp":2637973510,"duration":38535,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery1Filled.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3186,"name":"read-resource","id":3187,"timestamp":2637973690,"duration":38459,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3186,"timestamp":2637973665,"duration":38726,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery2.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3188,"name":"read-resource","id":3189,"timestamp":2637973739,"duration":38685,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3188,"timestamp":2637973709,"duration":38889,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery3Filled.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3192,"name":"read-resource","id":3193,"timestamp":2637973832,"duration":38779,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3192,"timestamp":2637973805,"duration":38962,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery4Filled.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3196,"name":"read-resource","id":3197,"timestamp":2637973940,"duration":38840,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3196,"timestamp":2637973908,"duration":39052,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBatteryAutomotive.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3190,"name":"read-resource","id":3191,"timestamp":2637973786,"duration":39188,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3190,"timestamp":2637973759,"duration":39372,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery3.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3184,"name":"read-resource","id":3185,"timestamp":2637973632,"duration":39514,"tags":{},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3184,"timestamp":2637973605,"duration":39803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery2Filled.js","layer":"app-pages-browser"},"startTime":1732132322604},{"traceId":"6d02d019348010b3","parentId":3194,"name":"read-resource","id":3195,"timestamp":2637973889,"duration":39538,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3194,"timestamp":2637973865,"duration":39816,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery4.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3200,"name":"read-resource","id":3201,"timestamp":2637974034,"duration":39663,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3200,"timestamp":2637974006,"duration":39942,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBatteryCharging.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3198,"name":"read-resource","id":3199,"timestamp":2637973987,"duration":39979,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3198,"timestamp":2637973959,"duration":40270,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBatteryCharging2.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3204,"name":"read-resource","id":3205,"timestamp":2637974148,"duration":40099,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3204,"timestamp":2637974116,"duration":47047,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBatteryFilled.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3202,"name":"read-resource","id":3203,"timestamp":2637974095,"duration":47134,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3202,"timestamp":2637974069,"duration":47480,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBatteryEco.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3206,"name":"read-resource","id":3207,"timestamp":2637974194,"duration":47374,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3206,"timestamp":2637974168,"duration":47659,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBatteryOff.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3208,"name":"read-resource","id":3209,"timestamp":2637974237,"duration":47606,"tags":{},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3208,"timestamp":2637974212,"duration":48986,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBattery.js","layer":"app-pages-browser"},"startTime":1732132322605},{"traceId":"6d02d019348010b3","parentId":3212,"name":"read-resource","id":3213,"timestamp":2637981243,"duration":50410,"tags":{},"startTime":1732132322612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3212,"timestamp":2637981190,"duration":50869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBeach.js","layer":"app-pages-browser"},"startTime":1732132322612},{"traceId":"6d02d019348010b3","parentId":3210,"name":"read-resource","id":3211,"timestamp":2637981169,"duration":51557,"tags":{},"startTime":1732132322612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3210,"timestamp":2637981042,"duration":52046,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBeachOff.js","layer":"app-pages-browser"},"startTime":1732132322612},{"traceId":"6d02d019348010b3","parentId":3214,"name":"read-resource","id":3215,"timestamp":2637981292,"duration":51814,"tags":{},"startTime":1732132322612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3214,"timestamp":2637981262,"duration":52161,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBedFilled.js","layer":"app-pages-browser"},"startTime":1732132322612},{"traceId":"6d02d019348010b3","parentId":3218,"name":"read-resource","id":3219,"timestamp":2637985866,"duration":62345,"tags":{},"startTime":1732132322617},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3218,"timestamp":2637985826,"duration":62710,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBed.js","layer":"app-pages-browser"},"startTime":1732132322617},{"traceId":"6d02d019348010b3","parentId":3216,"name":"read-resource","id":3217,"timestamp":2637985806,"duration":62757,"tags":{},"startTime":1732132322617},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3216,"timestamp":2637985721,"duration":63120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBedOff.js","layer":"app-pages-browser"},"startTime":1732132322617},{"traceId":"6d02d019348010b3","parentId":3220,"name":"read-resource","id":3221,"timestamp":2637985917,"duration":62940,"tags":{},"startTime":1732132322617},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3220,"timestamp":2637985882,"duration":63205,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBeerFilled.js","layer":"app-pages-browser"},"startTime":1732132322617},{"traceId":"6d02d019348010b3","parentId":3222,"name":"read-resource","id":3223,"timestamp":2637999250,"duration":50561,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3222,"timestamp":2637999213,"duration":50866,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBeerOff.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3224,"name":"read-resource","id":3225,"timestamp":2637999306,"duration":50791,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3224,"timestamp":2637999275,"duration":51058,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBeer.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3226,"name":"read-resource","id":3227,"timestamp":2637999355,"duration":50997,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3226,"timestamp":2637999323,"duration":51250,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellBolt.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3228,"name":"read-resource","id":3229,"timestamp":2637999399,"duration":51191,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3228,"timestamp":2637999372,"duration":51448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellCancel.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3230,"name":"read-resource","id":3231,"timestamp":2637999439,"duration":51397,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3230,"timestamp":2637999415,"duration":51628,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellCheck.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3232,"name":"read-resource","id":3233,"timestamp":2637999477,"duration":51581,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3232,"timestamp":2637999454,"duration":51815,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellCode.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3234,"name":"read-resource","id":3235,"timestamp":2637999522,"duration":51762,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3234,"timestamp":2637999494,"duration":52045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellCog.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3236,"name":"read-resource","id":3237,"timestamp":2637999566,"duration":51988,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3236,"timestamp":2637999539,"duration":52230,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellDollar.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3238,"name":"read-resource","id":3239,"timestamp":2637999606,"duration":52180,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3238,"timestamp":2637999582,"duration":60572,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellDown.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3240,"name":"read-resource","id":3241,"timestamp":2637999661,"duration":60512,"tags":{},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3240,"timestamp":2637999634,"duration":60788,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellExclamation.js","layer":"app-pages-browser"},"startTime":1732132322630},{"traceId":"6d02d019348010b3","parentId":3242,"name":"read-resource","id":3243,"timestamp":2637999701,"duration":60738,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3242,"timestamp":2637999676,"duration":61006,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellFilled.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3244,"name":"read-resource","id":3245,"timestamp":2637999744,"duration":60954,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3244,"timestamp":2637999716,"duration":61211,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellHeart.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3246,"name":"read-resource","id":3247,"timestamp":2637999787,"duration":61161,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3246,"timestamp":2637999759,"duration":61438,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellMinusFilled.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3248,"name":"read-resource","id":3249,"timestamp":2637999827,"duration":61397,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3248,"timestamp":2637999803,"duration":61655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellMinus.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3250,"name":"read-resource","id":3251,"timestamp":2637999866,"duration":61610,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3250,"timestamp":2637999843,"duration":61860,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellOff.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3252,"name":"read-resource","id":3253,"timestamp":2637999909,"duration":61809,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3252,"timestamp":2637999881,"duration":62081,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellPause.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3254,"name":"read-resource","id":3255,"timestamp":2637999949,"duration":62033,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3254,"timestamp":2637999925,"duration":62289,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellPin.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3256,"name":"read-resource","id":3257,"timestamp":2637999987,"duration":62244,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3256,"timestamp":2637999963,"duration":62527,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellPlusFilled.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3258,"name":"read-resource","id":3259,"timestamp":2638000050,"duration":62456,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3258,"timestamp":2638000021,"duration":62721,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellPlus.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3260,"name":"read-resource","id":3261,"timestamp":2638000098,"duration":62663,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3260,"timestamp":2638000069,"duration":62930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellQuestion.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3262,"name":"read-resource","id":3263,"timestamp":2638000139,"duration":62878,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3262,"timestamp":2638000115,"duration":63136,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellRinging2Filled.js","layer":"app-pages-browser"},"startTime":1732132322631}] +[{"traceId":"6d02d019348010b3","parentId":3266,"name":"read-resource","id":3267,"timestamp":2638000219,"duration":66489,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3266,"timestamp":2638000192,"duration":66819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellRingingFilled.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3264,"name":"read-resource","id":3265,"timestamp":2638000177,"duration":66855,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3264,"timestamp":2638000153,"duration":67113,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellRinging2.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3272,"name":"read-resource","id":3273,"timestamp":2638000337,"duration":66947,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3272,"timestamp":2638000313,"duration":67225,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellSearch.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3274,"name":"read-resource","id":3275,"timestamp":2638000379,"duration":67176,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3274,"timestamp":2638000352,"duration":67430,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellShare.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3276,"name":"read-resource","id":3277,"timestamp":2638000419,"duration":67380,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3276,"timestamp":2638000395,"duration":67665,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellStar.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3278,"name":"read-resource","id":3279,"timestamp":2638000457,"duration":67619,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3278,"timestamp":2638000434,"duration":67897,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellUp.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3280,"name":"read-resource","id":3281,"timestamp":2638000496,"duration":67855,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3280,"timestamp":2638000472,"duration":68121,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellXFilled.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3282,"name":"read-resource","id":3283,"timestamp":2638000539,"duration":68073,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3282,"timestamp":2638000511,"duration":68334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellX.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3284,"name":"read-resource","id":3285,"timestamp":2638000580,"duration":68282,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3284,"timestamp":2638000555,"duration":68549,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellZFilled.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3286,"name":"read-resource","id":3287,"timestamp":2638000618,"duration":87032,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3286,"timestamp":2638000594,"duration":87312,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellZ.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3288,"name":"read-resource","id":3289,"timestamp":2638000656,"duration":88020,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3288,"timestamp":2638000633,"duration":88293,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBell.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3270,"name":"read-resource","id":3271,"timestamp":2638000298,"duration":88647,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3270,"timestamp":2638000274,"duration":88932,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellSchool.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3268,"name":"read-resource","id":3269,"timestamp":2638000259,"duration":88964,"tags":{},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3268,"timestamp":2638000235,"duration":89220,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBellRinging.js","layer":"app-pages-browser"},"startTime":1732132322631},{"traceId":"6d02d019348010b3","parentId":3461,"name":"next-swc-transform","id":3462,"timestamp":2638066592,"duration":23654,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3426,"name":"next-swc-loader","id":3461,"timestamp":2638066481,"duration":23768,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1777,"name":"build-module-js","id":3426,"timestamp":2638065722,"duration":26165,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3290,"name":"read-resource","id":3291,"timestamp":2638004199,"duration":87715,"tags":{},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3290,"timestamp":2638004167,"duration":88028,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBeta.js","layer":"app-pages-browser"},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":3292,"name":"read-resource","id":3293,"timestamp":2638004257,"duration":87958,"tags":{},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3292,"timestamp":2638004222,"duration":88256,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBible.js","layer":"app-pages-browser"},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":3294,"name":"read-resource","id":3295,"timestamp":2638004302,"duration":88637,"tags":{},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3294,"timestamp":2638004276,"duration":88950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBikeOff.js","layer":"app-pages-browser"},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":3296,"name":"read-resource","id":3297,"timestamp":2638004343,"duration":88901,"tags":{},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3296,"timestamp":2638004319,"duration":89176,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBike.js","layer":"app-pages-browser"},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":3298,"name":"read-resource","id":3299,"timestamp":2638004389,"duration":89125,"tags":{},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3298,"timestamp":2638004359,"duration":89445,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBinaryOff.js","layer":"app-pages-browser"},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":3300,"name":"read-resource","id":3301,"timestamp":2638004431,"duration":96826,"tags":{},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3300,"timestamp":2638004405,"duration":97202,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBinaryTree2.js","layer":"app-pages-browser"},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":3302,"name":"read-resource","id":3303,"timestamp":2638004471,"duration":97181,"tags":{},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3302,"timestamp":2638004446,"duration":97551,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBinaryTree.js","layer":"app-pages-browser"},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":3304,"name":"read-resource","id":3305,"timestamp":2638004510,"duration":97511,"tags":{},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3304,"timestamp":2638004487,"duration":98176,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBinary.js","layer":"app-pages-browser"},"startTime":1732132322635},{"traceId":"6d02d019348010b3","parentId":3306,"name":"read-resource","id":3307,"timestamp":2638029475,"duration":73225,"tags":{},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3306,"timestamp":2638029416,"duration":73622,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBiohazardOff.js","layer":"app-pages-browser"},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":3308,"name":"read-resource","id":3309,"timestamp":2638029525,"duration":73536,"tags":{},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3308,"timestamp":2638029491,"duration":73871,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBiohazard.js","layer":"app-pages-browser"},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":3310,"name":"read-resource","id":3311,"timestamp":2638029557,"duration":73824,"tags":{},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3310,"timestamp":2638029534,"duration":74088,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBladeFilled.js","layer":"app-pages-browser"},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":3312,"name":"read-resource","id":3313,"timestamp":2638029587,"duration":74931,"tags":{},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3312,"timestamp":2638029566,"duration":75242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBlade.js","layer":"app-pages-browser"},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":3314,"name":"read-resource","id":3315,"timestamp":2638029617,"duration":75210,"tags":{},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3314,"timestamp":2638029593,"duration":75494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBleachChlorine.js","layer":"app-pages-browser"},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":3316,"name":"read-resource","id":3317,"timestamp":2638029643,"duration":75462,"tags":{},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3316,"timestamp":2638029624,"duration":77292,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBleachNoChlorine.js","layer":"app-pages-browser"},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":3318,"name":"read-resource","id":3319,"timestamp":2638029667,"duration":77284,"tags":{},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3318,"timestamp":2638029649,"duration":77892,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBleachOff.js","layer":"app-pages-browser"},"startTime":1732132322660},{"traceId":"6d02d019348010b3","parentId":3320,"name":"read-resource","id":3321,"timestamp":2638029691,"duration":77872,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3320,"timestamp":2638029673,"duration":78265,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBleach.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3322,"name":"read-resource","id":3323,"timestamp":2638029720,"duration":78237,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3322,"timestamp":2638029697,"duration":79456,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBlockquote.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3324,"name":"read-resource","id":3325,"timestamp":2638029750,"duration":79424,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3324,"timestamp":2638029729,"duration":79985,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBluetoothConnected.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3326,"name":"read-resource","id":3327,"timestamp":2638029778,"duration":79956,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3326,"timestamp":2638029757,"duration":81884,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBluetoothOff.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3328,"name":"read-resource","id":3329,"timestamp":2638029806,"duration":81857,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3328,"timestamp":2638029785,"duration":82416,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBluetoothX.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3330,"name":"read-resource","id":3331,"timestamp":2638029842,"duration":82386,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3330,"timestamp":2638029814,"duration":83624,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBluetooth.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3332,"name":"read-resource","id":3333,"timestamp":2638029871,"duration":83588,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3332,"timestamp":2638029850,"duration":83920,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBlurOff.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3334,"name":"read-resource","id":3335,"timestamp":2638029902,"duration":83887,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3334,"timestamp":2638029879,"duration":84178,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBlur.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3338,"name":"read-resource","id":3339,"timestamp":2638029967,"duration":84108,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3338,"timestamp":2638029939,"duration":84374,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoldOff.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3336,"name":"read-resource","id":3337,"timestamp":2638029931,"duration":84400,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3336,"timestamp":2638029909,"duration":84646,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBmp.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3340,"name":"read-resource","id":3341,"timestamp":2638030001,"duration":84571,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3340,"timestamp":2638029978,"duration":84800,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBold.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3342,"name":"read-resource","id":3343,"timestamp":2638030030,"duration":84764,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3342,"timestamp":2638030009,"duration":84992,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoltOff.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3344,"name":"read-resource","id":3345,"timestamp":2638030059,"duration":84959,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3344,"timestamp":2638030038,"duration":85172,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBolt.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3346,"name":"read-resource","id":3347,"timestamp":2638030094,"duration":85134,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3346,"timestamp":2638030066,"duration":85375,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBombFilled.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3348,"name":"read-resource","id":3349,"timestamp":2638030126,"duration":85332,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3348,"timestamp":2638030103,"duration":85576,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBomb.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3350,"name":"read-resource","id":3351,"timestamp":2638030156,"duration":85539,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3350,"timestamp":2638030135,"duration":85770,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoneOff.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3352,"name":"read-resource","id":3353,"timestamp":2638030189,"duration":85733,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3352,"timestamp":2638030164,"duration":85993,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBone.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3354,"name":"read-resource","id":3355,"timestamp":2638030225,"duration":85950,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3354,"timestamp":2638030197,"duration":86206,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBongOff.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3358,"name":"read-resource","id":3359,"timestamp":2638030366,"duration":86053,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3358,"timestamp":2638030336,"duration":86291,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBook2.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3356,"name":"read-resource","id":3357,"timestamp":2638030323,"duration":86319,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3356,"timestamp":2638030290,"duration":86560,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBong.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3360,"name":"read-resource","id":3361,"timestamp":2638030400,"duration":86467,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3360,"timestamp":2638030376,"duration":86707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookDownload.js","layer":"app-pages-browser"},"startTime":1732132322661}] +[{"traceId":"6d02d019348010b3","parentId":3362,"name":"read-resource","id":3363,"timestamp":2638030497,"duration":86866,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3362,"timestamp":2638030412,"duration":87227,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookFilled.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3366,"name":"read-resource","id":3367,"timestamp":2638030579,"duration":87079,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3366,"timestamp":2638030550,"duration":87357,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookUpload.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3364,"name":"read-resource","id":3365,"timestamp":2638030539,"duration":87385,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3364,"timestamp":2638030512,"duration":87649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookOff.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3368,"name":"read-resource","id":3369,"timestamp":2638030612,"duration":87565,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3368,"timestamp":2638030589,"duration":87810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBook.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3370,"name":"read-resource","id":3371,"timestamp":2638030644,"duration":87771,"tags":{},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3370,"timestamp":2638030621,"duration":87998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarkEdit.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3374,"name":"read-resource","id":3375,"timestamp":2638030774,"duration":87863,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3374,"timestamp":2638030734,"duration":88117,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarkMinus.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3372,"name":"read-resource","id":3373,"timestamp":2638030678,"duration":88190,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3372,"timestamp":2638030654,"duration":88422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarkFilled.js","layer":"app-pages-browser"},"startTime":1732132322661},{"traceId":"6d02d019348010b3","parentId":3376,"name":"read-resource","id":3377,"timestamp":2638030824,"duration":88268,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3376,"timestamp":2638030792,"duration":89686,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarkOff.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3378,"name":"read-resource","id":3379,"timestamp":2638030859,"duration":89637,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3378,"timestamp":2638030835,"duration":89869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarkPlus.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3380,"name":"read-resource","id":3381,"timestamp":2638030893,"duration":89828,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3380,"timestamp":2638030869,"duration":90052,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarkQuestion.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3382,"name":"read-resource","id":3383,"timestamp":2638030930,"duration":90008,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3382,"timestamp":2638030902,"duration":90209,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmark.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3384,"name":"read-resource","id":3385,"timestamp":2638031020,"duration":90116,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3384,"timestamp":2638030940,"duration":90387,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarksFilled.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3386,"name":"read-resource","id":3387,"timestamp":2638031072,"duration":90270,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3386,"timestamp":2638031035,"duration":90497,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarksOff.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3388,"name":"read-resource","id":3389,"timestamp":2638031107,"duration":90442,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3388,"timestamp":2638031083,"duration":90676,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBookmarks.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3392,"name":"read-resource","id":3393,"timestamp":2638031180,"duration":90598,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3392,"timestamp":2638031154,"duration":90887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBooks.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3394,"name":"read-resource","id":3395,"timestamp":2638031268,"duration":90792,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3394,"timestamp":2638031191,"duration":91084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderAll.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3390,"name":"read-resource","id":3391,"timestamp":2638031145,"duration":91147,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3390,"timestamp":2638031117,"duration":91436,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBooksOff.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3396,"name":"read-resource","id":3397,"timestamp":2638031318,"duration":91250,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3396,"timestamp":2638031283,"duration":91579,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderBottom.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3400,"name":"read-resource","id":3401,"timestamp":2638031386,"duration":91494,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3400,"timestamp":2638031363,"duration":91867,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderHorizontal.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3398,"name":"read-resource","id":3399,"timestamp":2638031353,"duration":91894,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3398,"timestamp":2638031330,"duration":92145,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderCorners.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3402,"name":"read-resource","id":3403,"timestamp":2638031416,"duration":96705,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3402,"timestamp":2638031394,"duration":97064,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderInner.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3404,"name":"read-resource","id":3405,"timestamp":2638031454,"duration":97021,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3404,"timestamp":2638031425,"duration":97388,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderLeft.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3406,"name":"read-resource","id":3407,"timestamp":2638031487,"duration":97342,"tags":{},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3406,"timestamp":2638031463,"duration":97717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderNone.js","layer":"app-pages-browser"},"startTime":1732132322662},{"traceId":"6d02d019348010b3","parentId":3408,"name":"read-resource","id":3409,"timestamp":2638044785,"duration":93938,"tags":{},"startTime":1732132322676},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3408,"timestamp":2638044733,"duration":94502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderOuter.js","layer":"app-pages-browser"},"startTime":1732132322676},{"traceId":"6d02d019348010b3","parentId":3410,"name":"read-resource","id":3411,"timestamp":2638044841,"duration":94421,"tags":{},"startTime":1732132322676},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3410,"timestamp":2638044803,"duration":94728,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderRadius.js","layer":"app-pages-browser"},"startTime":1732132322676},{"traceId":"6d02d019348010b3","parentId":3412,"name":"read-resource","id":3413,"timestamp":2638044894,"duration":94656,"tags":{},"startTime":1732132322676},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3412,"timestamp":2638044862,"duration":95018,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderRight.js","layer":"app-pages-browser"},"startTime":1732132322676},{"traceId":"6d02d019348010b3","parentId":3414,"name":"read-resource","id":3415,"timestamp":2638065488,"duration":74410,"tags":{},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3414,"timestamp":2638065442,"duration":74680,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderSides.js","layer":"app-pages-browser"},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":3416,"name":"read-resource","id":3417,"timestamp":2638065534,"duration":74604,"tags":{},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3416,"timestamp":2638065505,"duration":74807,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderStyle2.js","layer":"app-pages-browser"},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":3418,"name":"read-resource","id":3419,"timestamp":2638065601,"duration":74724,"tags":{},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3418,"timestamp":2638065556,"duration":74934,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderStyle.js","layer":"app-pages-browser"},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":3420,"name":"read-resource","id":3421,"timestamp":2638065641,"duration":75711,"tags":{},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3420,"timestamp":2638065614,"duration":75964,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderTop.js","layer":"app-pages-browser"},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":3422,"name":"read-resource","id":3423,"timestamp":2638065676,"duration":75917,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3422,"timestamp":2638065651,"duration":76136,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBorderVertical.js","layer":"app-pages-browser"},"startTime":1732132322696},{"traceId":"6d02d019348010b3","parentId":3424,"name":"read-resource","id":3425,"timestamp":2638065711,"duration":76090,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3424,"timestamp":2638065686,"duration":76268,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBottleFilled.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3427,"name":"read-resource","id":3428,"timestamp":2638065876,"duration":76091,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3427,"timestamp":2638065848,"duration":76279,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBottleOff.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3429,"name":"read-resource","id":3430,"timestamp":2638065909,"duration":76231,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3429,"timestamp":2638065889,"duration":76395,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBottle.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3431,"name":"read-resource","id":3432,"timestamp":2638065945,"duration":76352,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3431,"timestamp":2638065918,"duration":76526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBounceLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3433,"name":"read-resource","id":3434,"timestamp":2638065983,"duration":76474,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3433,"timestamp":2638065955,"duration":76637,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBounceLeft.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3437,"name":"read-resource","id":3438,"timestamp":2638066051,"duration":76554,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3437,"timestamp":2638066026,"duration":76713,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBounceRight.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3435,"name":"read-resource","id":3436,"timestamp":2638066017,"duration":76736,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3435,"timestamp":2638065992,"duration":76910,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBounceRightFilled.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3439,"name":"read-resource","id":3440,"timestamp":2638066102,"duration":76814,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3439,"timestamp":2638066075,"duration":76981,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBow.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3441,"name":"read-resource","id":3442,"timestamp":2638066144,"duration":76925,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3441,"timestamp":2638066112,"duration":77093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBowlFilled.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3443,"name":"read-resource","id":3444,"timestamp":2638066182,"duration":77035,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3443,"timestamp":2638066155,"duration":77193,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBowl.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3445,"name":"read-resource","id":3446,"timestamp":2638066220,"duration":77141,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3445,"timestamp":2638066196,"duration":77348,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignBottomFilled.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3447,"name":"read-resource","id":3448,"timestamp":2638066247,"duration":77310,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3447,"timestamp":2638066227,"duration":77519,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignBottomLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3449,"name":"read-resource","id":3450,"timestamp":2638066282,"duration":77476,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3449,"timestamp":2638066254,"duration":77692,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignBottomLeft.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3451,"name":"read-resource","id":3452,"timestamp":2638066314,"duration":77646,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3451,"timestamp":2638066291,"duration":77935,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignBottomRightFilled.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3453,"name":"read-resource","id":3454,"timestamp":2638066342,"duration":77899,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3453,"timestamp":2638066322,"duration":78090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignBottomRight.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3455,"name":"read-resource","id":3456,"timestamp":2638066373,"duration":78108,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3455,"timestamp":2638066350,"duration":78341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignBottom.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3457,"name":"read-resource","id":3458,"timestamp":2638066403,"duration":78301,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3457,"timestamp":2638066380,"duration":78504,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3459,"name":"read-resource","id":3460,"timestamp":2638066435,"duration":78468,"tags":{},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3459,"timestamp":2638066413,"duration":78645,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignLeft.js","layer":"app-pages-browser"},"startTime":1732132322697},{"traceId":"6d02d019348010b3","parentId":3463,"name":"read-resource","id":3464,"timestamp":2638069898,"duration":75173,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3463,"timestamp":2638069858,"duration":75386,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignRightFilled.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3465,"name":"read-resource","id":3466,"timestamp":2638069947,"duration":75310,"tags":{},"startTime":1732132322701}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3465,"timestamp":2638069913,"duration":75816,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignRight.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3467,"name":"read-resource","id":3468,"timestamp":2638069984,"duration":75760,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3467,"timestamp":2638069958,"duration":75976,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignTopFilled.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3469,"name":"read-resource","id":3470,"timestamp":2638070022,"duration":75925,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3469,"timestamp":2638069995,"duration":76142,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignTopLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3471,"name":"read-resource","id":3472,"timestamp":2638070063,"duration":76087,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3471,"timestamp":2638070034,"duration":76287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignTopLeft.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3479,"name":"read-resource","id":3480,"timestamp":2638070222,"duration":76112,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3479,"timestamp":2638070193,"duration":76334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMargin.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3473,"name":"read-resource","id":3474,"timestamp":2638070105,"duration":76436,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3473,"timestamp":2638070073,"duration":76664,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignTopRightFilled.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3475,"name":"read-resource","id":3476,"timestamp":2638070143,"duration":76744,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3475,"timestamp":2638070116,"duration":77359,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignTopRight.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3481,"name":"read-resource","id":3482,"timestamp":2638070252,"duration":77249,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3481,"timestamp":2638070231,"duration":77562,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxModel2Off.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3483,"name":"read-resource","id":3484,"timestamp":2638088206,"duration":59874,"tags":{},"startTime":1732132322719},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3483,"timestamp":2638088163,"duration":60220,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxModel2.js","layer":"app-pages-browser"},"startTime":1732132322719},{"traceId":"6d02d019348010b3","parentId":3477,"name":"read-resource","id":3478,"timestamp":2638070181,"duration":78774,"tags":{},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3477,"timestamp":2638070154,"duration":78999,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxAlignTop.js","layer":"app-pages-browser"},"startTime":1732132322701},{"traceId":"6d02d019348010b3","parentId":3485,"name":"read-resource","id":3486,"timestamp":2638089901,"duration":74707,"tags":{},"startTime":1732132322721},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3485,"timestamp":2638089853,"duration":75083,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxModelOff.js","layer":"app-pages-browser"},"startTime":1732132322721},{"traceId":"6d02d019348010b3","parentId":3487,"name":"read-resource","id":3488,"timestamp":2638090017,"duration":74936,"tags":{},"startTime":1732132322721},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3487,"timestamp":2638089917,"duration":75210,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxModel.js","layer":"app-pages-browser"},"startTime":1732132322721},{"traceId":"6d02d019348010b3","parentId":3489,"name":"read-resource","id":3490,"timestamp":2638090062,"duration":75079,"tags":{},"startTime":1732132322721},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3489,"timestamp":2638090032,"duration":75262,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple0.js","layer":"app-pages-browser"},"startTime":1732132322721},{"traceId":"6d02d019348010b3","parentId":3491,"name":"read-resource","id":3492,"timestamp":2638092804,"duration":72593,"tags":{},"startTime":1732132322724},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3491,"timestamp":2638092756,"duration":72810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple1.js","layer":"app-pages-browser"},"startTime":1732132322724},{"traceId":"6d02d019348010b3","parentId":3493,"name":"read-resource","id":3494,"timestamp":2638092855,"duration":72725,"tags":{},"startTime":1732132322724},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3493,"timestamp":2638092823,"duration":72919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple2.js","layer":"app-pages-browser"},"startTime":1732132322724},{"traceId":"6d02d019348010b3","parentId":3495,"name":"read-resource","id":3496,"timestamp":2638092890,"duration":72866,"tags":{},"startTime":1732132322724},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3495,"timestamp":2638092865,"duration":73040,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple3.js","layer":"app-pages-browser"},"startTime":1732132322724},{"traceId":"6d02d019348010b3","parentId":3497,"name":"read-resource","id":3498,"timestamp":2638094177,"duration":71741,"tags":{},"startTime":1732132322725},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3497,"timestamp":2638094134,"duration":72048,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple4.js","layer":"app-pages-browser"},"startTime":1732132322725},{"traceId":"6d02d019348010b3","parentId":3499,"name":"read-resource","id":3500,"timestamp":2638094231,"duration":73032,"tags":{},"startTime":1732132322725},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3499,"timestamp":2638094194,"duration":73324,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple5.js","layer":"app-pages-browser"},"startTime":1732132322725},{"traceId":"6d02d019348010b3","parentId":3501,"name":"read-resource","id":3502,"timestamp":2638094273,"duration":73401,"tags":{},"startTime":1732132322725},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3501,"timestamp":2638094243,"duration":73689,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple6.js","layer":"app-pages-browser"},"startTime":1732132322725},{"traceId":"6d02d019348010b3","parentId":3503,"name":"read-resource","id":3504,"timestamp":2638104282,"duration":65637,"tags":{},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3503,"timestamp":2638104237,"duration":66001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple7.js","layer":"app-pages-browser"},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":3505,"name":"read-resource","id":3506,"timestamp":2638104337,"duration":65921,"tags":{},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3505,"timestamp":2638104299,"duration":66144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple8.js","layer":"app-pages-browser"},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":3507,"name":"read-resource","id":3508,"timestamp":2638104378,"duration":66079,"tags":{},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3507,"timestamp":2638104350,"duration":66266,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple9.js","layer":"app-pages-browser"},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":3509,"name":"read-resource","id":3510,"timestamp":2638104416,"duration":66214,"tags":{},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3509,"timestamp":2638104389,"duration":66389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple.js","layer":"app-pages-browser"},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":3511,"name":"read-resource","id":3512,"timestamp":2638104452,"duration":66412,"tags":{},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3511,"timestamp":2638104427,"duration":66623,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxOff.js","layer":"app-pages-browser"},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":3513,"name":"read-resource","id":3514,"timestamp":2638104494,"duration":66570,"tags":{},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3513,"timestamp":2638104463,"duration":66772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxPadding.js","layer":"app-pages-browser"},"startTime":1732132322735},{"traceId":"6d02d019348010b3","parentId":3517,"name":"read-resource","id":3518,"timestamp":2638134014,"duration":37595,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3517,"timestamp":2638133984,"duration":37812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBox.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3515,"name":"read-resource","id":3516,"timestamp":2638133933,"duration":37878,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3515,"timestamp":2638133871,"duration":38103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxSeam.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3525,"name":"read-resource","id":3526,"timestamp":2638134260,"duration":37728,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3525,"timestamp":2638134235,"duration":37959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBracketsContainStart.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3529,"name":"read-resource","id":3530,"timestamp":2638134437,"duration":37773,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3529,"timestamp":2638134401,"duration":37956,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBracketsOff.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3531,"name":"read-resource","id":3532,"timestamp":2638134502,"duration":37868,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3531,"timestamp":2638134475,"duration":38039,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrackets.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3533,"name":"read-resource","id":3534,"timestamp":2638134571,"duration":37958,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3533,"timestamp":2638134535,"duration":38142,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBraille.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3527,"name":"read-resource","id":3528,"timestamp":2638134325,"duration":38366,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3527,"timestamp":2638134294,"duration":38541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBracketsContain.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3535,"name":"read-resource","id":3536,"timestamp":2638134632,"duration":38218,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3535,"timestamp":2638134603,"duration":38407,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrain.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3537,"name":"read-resource","id":3538,"timestamp":2638134688,"duration":38336,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3537,"timestamp":2638134665,"duration":38511,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrand4chan.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3519,"name":"read-resource","id":3520,"timestamp":2638134080,"duration":39108,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3519,"timestamp":2638134049,"duration":39323,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBracesOff.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3521,"name":"read-resource","id":3522,"timestamp":2638134143,"duration":39245,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3521,"timestamp":2638134117,"duration":39486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBraces.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3523,"name":"read-resource","id":3524,"timestamp":2638134202,"duration":39420,"tags":{},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3523,"timestamp":2638134177,"duration":39688,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBracketsContainEnd.js","layer":"app-pages-browser"},"startTime":1732132322765},{"traceId":"6d02d019348010b3","parentId":3539,"name":"read-resource","id":3540,"timestamp":2638134746,"duration":39141,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3539,"timestamp":2638134721,"duration":39396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAbstract.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3541,"name":"read-resource","id":3542,"timestamp":2638134807,"duration":39420,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3541,"timestamp":2638134780,"duration":39717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAdobe.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3545,"name":"read-resource","id":3546,"timestamp":2638134965,"duration":39551,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3545,"timestamp":2638134931,"duration":39805,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAirbnb.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3547,"name":"read-resource","id":3548,"timestamp":2638135034,"duration":39719,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3547,"timestamp":2638135004,"duration":39965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAirtable.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3543,"name":"read-resource","id":3544,"timestamp":2638134882,"duration":40112,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3543,"timestamp":2638134845,"duration":40364,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAdonisJs.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3549,"name":"read-resource","id":3550,"timestamp":2638135111,"duration":40116,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3549,"timestamp":2638135073,"duration":40353,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAlgolia.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3551,"name":"read-resource","id":3552,"timestamp":2638135184,"duration":40258,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3551,"timestamp":2638135150,"duration":40513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAlipay.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3553,"name":"read-resource","id":3554,"timestamp":2638135257,"duration":40421,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3553,"timestamp":2638135225,"duration":40641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAlpineJs.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3557,"name":"read-resource","id":3558,"timestamp":2638135412,"duration":40470,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3557,"timestamp":2638135374,"duration":48345,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAmd.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3559,"name":"read-resource","id":3560,"timestamp":2638135550,"duration":48193,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3559,"timestamp":2638135513,"duration":48483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAmigo.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3555,"name":"read-resource","id":3556,"timestamp":2638135334,"duration":48707,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3555,"timestamp":2638135299,"duration":49050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAmazon.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3561,"name":"read-resource","id":3562,"timestamp":2638135621,"duration":48749,"tags":{},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3561,"timestamp":2638135589,"duration":49007,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAmongUs.js","layer":"app-pages-browser"},"startTime":1732132322766},{"traceId":"6d02d019348010b3","parentId":3565,"name":"read-resource","id":3566,"timestamp":2638135764,"duration":48850,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3565,"timestamp":2638135728,"duration":49108,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAngular.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3563,"name":"read-resource","id":3564,"timestamp":2638135690,"duration":49164,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3563,"timestamp":2638135659,"duration":49454,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAndroid.js","layer":"app-pages-browser"},"startTime":1732132322766}] +[{"traceId":"6d02d019348010b3","parentId":3567,"name":"read-resource","id":3568,"timestamp":2638135831,"duration":49563,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3567,"timestamp":2638135802,"duration":49900,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAnsible.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3569,"name":"read-resource","id":3570,"timestamp":2638135899,"duration":49822,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3569,"timestamp":2638135869,"duration":50090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAo3.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3571,"name":"read-resource","id":3572,"timestamp":2638135968,"duration":50011,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3571,"timestamp":2638135937,"duration":50245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAppgallery.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3573,"name":"read-resource","id":3574,"timestamp":2638136070,"duration":50130,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3573,"timestamp":2638136034,"duration":50387,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAppleArcade.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3575,"name":"read-resource","id":3576,"timestamp":2638136136,"duration":50312,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3575,"timestamp":2638136109,"duration":50554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandApplePodcast.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3577,"name":"read-resource","id":3578,"timestamp":2638136202,"duration":50479,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3577,"timestamp":2638136171,"duration":50713,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandApple.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3579,"name":"read-resource","id":3580,"timestamp":2638136284,"duration":50619,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3579,"timestamp":2638136255,"duration":50865,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAppstore.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3581,"name":"read-resource","id":3582,"timestamp":2638136357,"duration":50779,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3581,"timestamp":2638136323,"duration":51003,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAsana.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3583,"name":"read-resource","id":3584,"timestamp":2638136423,"duration":50918,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3583,"timestamp":2638136395,"duration":51146,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAws.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3585,"name":"read-resource","id":3586,"timestamp":2638136488,"duration":51069,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3585,"timestamp":2638136459,"duration":51276,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandAzure.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3587,"name":"read-resource","id":3588,"timestamp":2638136561,"duration":51189,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3587,"timestamp":2638136526,"duration":51394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBackbone.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3589,"name":"read-resource","id":3590,"timestamp":2638136625,"duration":51310,"tags":{},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3589,"timestamp":2638136598,"duration":51545,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBadoo.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3591,"name":"read-resource","id":3592,"timestamp":2638136682,"duration":51477,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3591,"timestamp":2638136658,"duration":51704,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBaidu.js","layer":"app-pages-browser"},"startTime":1732132322767},{"traceId":"6d02d019348010b3","parentId":3593,"name":"read-resource","id":3594,"timestamp":2638136738,"duration":51640,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3593,"timestamp":2638136714,"duration":51831,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBandcamp.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3595,"name":"read-resource","id":3596,"timestamp":2638136800,"duration":51760,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3595,"timestamp":2638136771,"duration":51963,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBandlab.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3597,"name":"read-resource","id":3598,"timestamp":2638136857,"duration":51892,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3597,"timestamp":2638136833,"duration":52098,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBeats.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3599,"name":"read-resource","id":3600,"timestamp":2638136913,"duration":52033,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3599,"timestamp":2638136889,"duration":52246,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBehance.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3601,"name":"read-resource","id":3602,"timestamp":2638136970,"duration":52180,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3601,"timestamp":2638136946,"duration":52385,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBilibili.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3603,"name":"read-resource","id":3604,"timestamp":2638137030,"duration":52317,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3603,"timestamp":2638137002,"duration":52547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBinance.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3605,"name":"read-resource","id":3606,"timestamp":2638137086,"duration":52518,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3605,"timestamp":2638137062,"duration":52742,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBing.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3607,"name":"read-resource","id":3608,"timestamp":2638137149,"duration":52673,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3607,"timestamp":2638137120,"duration":52884,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBitbucket.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3609,"name":"read-resource","id":3610,"timestamp":2638137218,"duration":52801,"tags":{},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3609,"timestamp":2638137188,"duration":53030,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBlackberry.js","layer":"app-pages-browser"},"startTime":1732132322768},{"traceId":"6d02d019348010b3","parentId":3613,"name":"read-resource","id":3614,"timestamp":2638141151,"duration":66243,"tags":{},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3613,"timestamp":2638141116,"duration":66747,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBlogger.js","layer":"app-pages-browser"},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":3611,"name":"read-resource","id":3612,"timestamp":2638141092,"duration":66795,"tags":{},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3611,"timestamp":2638141061,"duration":67097,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBlender.js","layer":"app-pages-browser"},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":3615,"name":"read-resource","id":3616,"timestamp":2638141196,"duration":67052,"tags":{},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3615,"timestamp":2638141170,"duration":67352,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBooking.js","layer":"app-pages-browser"},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":3617,"name":"read-resource","id":3618,"timestamp":2638141237,"duration":67303,"tags":{},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3617,"timestamp":2638141213,"duration":67541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBootstrap.js","layer":"app-pages-browser"},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":3619,"name":"read-resource","id":3620,"timestamp":2638141279,"duration":67491,"tags":{},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3619,"timestamp":2638141253,"duration":67696,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBulma.js","layer":"app-pages-browser"},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":3621,"name":"read-resource","id":3622,"timestamp":2638141324,"duration":68687,"tags":{},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3621,"timestamp":2638141295,"duration":68954,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBumble.js","layer":"app-pages-browser"},"startTime":1732132322772},{"traceId":"6d02d019348010b3","parentId":3627,"name":"read-resource","id":3628,"timestamp":2638162995,"duration":47532,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3627,"timestamp":2638162967,"duration":47764,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCake.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3625,"name":"read-resource","id":3626,"timestamp":2638162947,"duration":47800,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3625,"timestamp":2638162914,"duration":48050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCSharp.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3623,"name":"read-resource","id":3624,"timestamp":2638162885,"duration":48094,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3623,"timestamp":2638162834,"duration":48336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandBunpo.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3629,"name":"read-resource","id":3630,"timestamp":2638163039,"duration":48146,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3629,"timestamp":2638163013,"duration":49768,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCakephp.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3631,"name":"read-resource","id":3632,"timestamp":2638163085,"duration":49718,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3631,"timestamp":2638163055,"duration":50005,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCampaignmonitor.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3633,"name":"read-resource","id":3634,"timestamp":2638163126,"duration":49952,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3633,"timestamp":2638163101,"duration":50252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCarbon.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3635,"name":"read-resource","id":3636,"timestamp":2638163166,"duration":50205,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3635,"timestamp":2638163142,"duration":50457,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCashapp.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3637,"name":"read-resource","id":3638,"timestamp":2638163206,"duration":50412,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3637,"timestamp":2638163181,"duration":57547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandChrome.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3639,"name":"read-resource","id":3640,"timestamp":2638163250,"duration":57503,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3639,"timestamp":2638163222,"duration":57825,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCinema4d.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3641,"name":"read-resource","id":3642,"timestamp":2638163291,"duration":57775,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3641,"timestamp":2638163265,"duration":58036,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCitymapper.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3643,"name":"read-resource","id":3644,"timestamp":2638163331,"duration":57988,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3643,"timestamp":2638163306,"duration":58229,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCloudflare.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3649,"name":"read-resource","id":3650,"timestamp":2638163463,"duration":58090,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3649,"timestamp":2638163435,"duration":62947,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCodesandbox.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3647,"name":"read-resource","id":3648,"timestamp":2638163420,"duration":62982,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3647,"timestamp":2638163394,"duration":63236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCodepen.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3653,"name":"read-resource","id":3654,"timestamp":2638163544,"duration":63103,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3653,"timestamp":2638163520,"duration":63324,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCoinbase.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3651,"name":"read-resource","id":3652,"timestamp":2638163505,"duration":63355,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3651,"timestamp":2638163480,"duration":63606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCohost.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3645,"name":"read-resource","id":3646,"timestamp":2638163370,"duration":63733,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3645,"timestamp":2638163346,"duration":63968,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCodecov.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3657,"name":"read-resource","id":3658,"timestamp":2638163632,"duration":63702,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3657,"timestamp":2638163607,"duration":63966,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCoreos.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3655,"name":"read-resource","id":3656,"timestamp":2638163591,"duration":64002,"tags":{},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3655,"timestamp":2638163560,"duration":64255,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandComedyCentral.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3661,"name":"read-resource","id":3662,"timestamp":2638163712,"duration":64120,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3661,"timestamp":2638163688,"duration":64392,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCouchsurfing.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3659,"name":"read-resource","id":3660,"timestamp":2638163673,"duration":64426,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3659,"timestamp":2638163648,"duration":64676,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCouchdb.js","layer":"app-pages-browser"},"startTime":1732132322794},{"traceId":"6d02d019348010b3","parentId":3663,"name":"read-resource","id":3664,"timestamp":2638163757,"duration":64584,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3663,"timestamp":2638163727,"duration":64852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCpp.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3667,"name":"read-resource","id":3668,"timestamp":2638163893,"duration":64703,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3667,"timestamp":2638163861,"duration":64971,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCrunchbase.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3669,"name":"read-resource","id":3670,"timestamp":2638163939,"duration":64911,"tags":{},"startTime":1732132322795}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3669,"timestamp":2638163911,"duration":65550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCss3.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3665,"name":"read-resource","id":3666,"timestamp":2638163839,"duration":65642,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3665,"timestamp":2638163772,"duration":65953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCraft.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3671,"name":"read-resource","id":3672,"timestamp":2638163988,"duration":65758,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3671,"timestamp":2638163954,"duration":66034,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCtemplar.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3675,"name":"read-resource","id":3676,"timestamp":2638164241,"duration":65767,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3675,"timestamp":2638164209,"duration":66027,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCupra.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3677,"name":"read-resource","id":3678,"timestamp":2638164310,"duration":65945,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3677,"timestamp":2638164280,"duration":66201,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCypress.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3673,"name":"read-resource","id":3674,"timestamp":2638164146,"duration":66353,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3673,"timestamp":2638164109,"duration":66637,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandCucumber.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3679,"name":"read-resource","id":3680,"timestamp":2638164382,"duration":70408,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3679,"timestamp":2638164347,"duration":70711,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandD3.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3681,"name":"read-resource","id":3682,"timestamp":2638164453,"duration":70626,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3681,"timestamp":2638164423,"duration":70863,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDatabricks.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3683,"name":"read-resource","id":3684,"timestamp":2638164518,"duration":71002,"tags":{},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3683,"timestamp":2638164489,"duration":71255,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDaysCounter.js","layer":"app-pages-browser"},"startTime":1732132322795},{"traceId":"6d02d019348010b3","parentId":3687,"name":"read-resource","id":3688,"timestamp":2638169575,"duration":66846,"tags":{},"startTime":1732132322800},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3687,"timestamp":2638169539,"duration":67099,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDebian.js","layer":"app-pages-browser"},"startTime":1732132322800},{"traceId":"6d02d019348010b3","parentId":3689,"name":"read-resource","id":3690,"timestamp":2638169621,"duration":67034,"tags":{},"startTime":1732132322800},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3689,"timestamp":2638169594,"duration":67298,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDeezer.js","layer":"app-pages-browser"},"startTime":1732132322800},{"traceId":"6d02d019348010b3","parentId":3685,"name":"read-resource","id":3686,"timestamp":2638169515,"duration":67393,"tags":{},"startTime":1732132322800},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3685,"timestamp":2638169482,"duration":67600,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDcos.js","layer":"app-pages-browser"},"startTime":1732132322800},{"traceId":"6d02d019348010b3","parentId":3691,"name":"read-resource","id":3692,"timestamp":2638169663,"duration":68156,"tags":{},"startTime":1732132322800},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3691,"timestamp":2638169638,"duration":68406,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDeliveroo.js","layer":"app-pages-browser"},"startTime":1732132322800},{"traceId":"6d02d019348010b3","parentId":3693,"name":"read-resource","id":3694,"timestamp":2638169709,"duration":68351,"tags":{},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3693,"timestamp":2638169679,"duration":68575,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDeno.js","layer":"app-pages-browser"},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":3695,"name":"read-resource","id":3696,"timestamp":2638169750,"duration":79158,"tags":{},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3695,"timestamp":2638169725,"duration":79581,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDenodo.js","layer":"app-pages-browser"},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":3697,"name":"read-resource","id":3698,"timestamp":2638169790,"duration":79993,"tags":{},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3697,"timestamp":2638169766,"duration":80242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDeviantart.js","layer":"app-pages-browser"},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":3699,"name":"read-resource","id":3700,"timestamp":2638169829,"duration":80448,"tags":{},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3699,"timestamp":2638169805,"duration":80719,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDigg.js","layer":"app-pages-browser"},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":3701,"name":"read-resource","id":3702,"timestamp":2638169872,"duration":80687,"tags":{},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3701,"timestamp":2638169844,"duration":80929,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDingtalk.js","layer":"app-pages-browser"},"startTime":1732132322801},{"traceId":"6d02d019348010b3","parentId":3703,"name":"read-resource","id":3704,"timestamp":2638200827,"duration":50091,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3703,"timestamp":2638200729,"duration":50414,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDiscordFilled.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3705,"name":"read-resource","id":3706,"timestamp":2638200909,"duration":50251,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3705,"timestamp":2638200874,"duration":50514,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDiscord.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3707,"name":"read-resource","id":3708,"timestamp":2638200970,"duration":50435,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3707,"timestamp":2638200933,"duration":50674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDisney.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3709,"name":"read-resource","id":3710,"timestamp":2638201028,"duration":50596,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3709,"timestamp":2638200996,"duration":50829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDisqus.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3711,"name":"read-resource","id":3712,"timestamp":2638201078,"duration":50763,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3711,"timestamp":2638201049,"duration":51105,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDjango.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3713,"name":"read-resource","id":3714,"timestamp":2638201129,"duration":51042,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3713,"timestamp":2638201099,"duration":51306,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDocker.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3715,"name":"read-resource","id":3716,"timestamp":2638201187,"duration":51234,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3715,"timestamp":2638201151,"duration":51462,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDoctrine.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3717,"name":"read-resource","id":3718,"timestamp":2638201239,"duration":51389,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3717,"timestamp":2638201209,"duration":51600,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDolbyDigital.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3719,"name":"read-resource","id":3720,"timestamp":2638201292,"duration":51532,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3719,"timestamp":2638201264,"duration":51753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDouban.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3721,"name":"read-resource","id":3722,"timestamp":2638201343,"duration":51689,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3721,"timestamp":2638201312,"duration":51915,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDribbbleFilled.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3723,"name":"read-resource","id":3724,"timestamp":2638201400,"duration":51843,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3723,"timestamp":2638201365,"duration":52073,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDribbble.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3725,"name":"read-resource","id":3726,"timestamp":2638201452,"duration":52001,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3725,"timestamp":2638201421,"duration":52209,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDrops.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3727,"name":"read-resource","id":3728,"timestamp":2638201502,"duration":52142,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3727,"timestamp":2638201473,"duration":54818,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandDrupal.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3729,"name":"read-resource","id":3730,"timestamp":2638201552,"duration":56272,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3729,"timestamp":2638201524,"duration":62116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandEdge.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3731,"name":"read-resource","id":3732,"timestamp":2638201603,"duration":62060,"tags":{},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3731,"timestamp":2638201571,"duration":62368,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandElastic.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3733,"name":"read-resource","id":3734,"timestamp":2638205461,"duration":58498,"tags":{},"startTime":1732132322836},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3733,"timestamp":2638201628,"duration":62625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandElectronicArts.js","layer":"app-pages-browser"},"startTime":1732132322832},{"traceId":"6d02d019348010b3","parentId":3735,"name":"read-resource","id":3736,"timestamp":2638205544,"duration":63238,"tags":{},"startTime":1732132322836},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3735,"timestamp":2638205497,"duration":63535,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandEmber.js","layer":"app-pages-browser"},"startTime":1732132322836},{"traceId":"6d02d019348010b3","parentId":3737,"name":"read-resource","id":3738,"timestamp":2638205593,"duration":63457,"tags":{},"startTime":1732132322836},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3737,"timestamp":2638205564,"duration":63717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandEnvato.js","layer":"app-pages-browser"},"startTime":1732132322836},{"traceId":"6d02d019348010b3","parentId":3739,"name":"read-resource","id":3740,"timestamp":2638205644,"duration":63654,"tags":{},"startTime":1732132322836},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3739,"timestamp":2638205611,"duration":63940,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandEtsy.js","layer":"app-pages-browser"},"startTime":1732132322836},{"traceId":"6d02d019348010b3","parentId":3741,"name":"read-resource","id":3742,"timestamp":2638205754,"duration":63814,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3741,"timestamp":2638205655,"duration":64124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandEvernote.js","layer":"app-pages-browser"},"startTime":1732132322836},{"traceId":"6d02d019348010b3","parentId":3743,"name":"read-resource","id":3744,"timestamp":2638205830,"duration":63966,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3743,"timestamp":2638205795,"duration":64200,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFacebookFilled.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3745,"name":"read-resource","id":3746,"timestamp":2638205872,"duration":64139,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3745,"timestamp":2638205844,"duration":64355,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFacebook.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3747,"name":"read-resource","id":3748,"timestamp":2638205913,"duration":64302,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3747,"timestamp":2638205882,"duration":64543,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFeedly.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3749,"name":"read-resource","id":3750,"timestamp":2638205948,"duration":64494,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3749,"timestamp":2638205923,"duration":64729,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFigma.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3751,"name":"read-resource","id":3752,"timestamp":2638205983,"duration":64687,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3751,"timestamp":2638205960,"duration":64922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFilezilla.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3753,"name":"read-resource","id":3754,"timestamp":2638206054,"duration":64843,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3753,"timestamp":2638206023,"duration":65101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFinder.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3755,"name":"read-resource","id":3756,"timestamp":2638206093,"duration":65053,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3755,"timestamp":2638206064,"duration":65283,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFirebase.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3757,"name":"read-resource","id":3758,"timestamp":2638206126,"duration":65236,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3757,"timestamp":2638206104,"duration":65460,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFirefox.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3759,"name":"read-resource","id":3760,"timestamp":2638206157,"duration":65423,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3759,"timestamp":2638206134,"duration":65623,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFiverr.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3761,"name":"read-resource","id":3762,"timestamp":2638206190,"duration":65583,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3761,"timestamp":2638206165,"duration":65798,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFlickr.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3765,"name":"read-resource","id":3766,"timestamp":2638206263,"duration":65722,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3765,"timestamp":2638206244,"duration":65961,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFlipboard.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3763,"name":"read-resource","id":3764,"timestamp":2638206236,"duration":65985,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3763,"timestamp":2638206211,"duration":66208,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFlightradar24.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3773,"name":"read-resource","id":3774,"timestamp":2638206377,"duration":66058,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3773,"timestamp":2638206355,"duration":66301,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFramerMotion.js","layer":"app-pages-browser"},"startTime":1732132322837}] +[{"traceId":"6d02d019348010b3","parentId":3775,"name":"read-resource","id":3776,"timestamp":2638206410,"duration":66546,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3775,"timestamp":2638206385,"duration":66809,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFramer.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3771,"name":"read-resource","id":3772,"timestamp":2638206347,"duration":66865,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3771,"timestamp":2638206326,"duration":67124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFoursquare.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3777,"name":"read-resource","id":3778,"timestamp":2638206447,"duration":67023,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3777,"timestamp":2638206419,"duration":67285,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFunimation.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3779,"name":"read-resource","id":3780,"timestamp":2638206479,"duration":67245,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3779,"timestamp":2638206458,"duration":67499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGatsby.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3781,"name":"read-resource","id":3782,"timestamp":2638206509,"duration":67467,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3781,"timestamp":2638206488,"duration":67735,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGit.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3767,"name":"read-resource","id":3768,"timestamp":2638206290,"duration":67952,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3767,"timestamp":2638206271,"duration":68183,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFlutter.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3769,"name":"read-resource","id":3770,"timestamp":2638206319,"duration":68153,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3769,"timestamp":2638206296,"duration":68479,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandFortnite.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3783,"name":"read-resource","id":3784,"timestamp":2638206539,"duration":68255,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3783,"timestamp":2638206518,"duration":74072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGithubCopilot.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3785,"name":"read-resource","id":3786,"timestamp":2638206575,"duration":74035,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3785,"timestamp":2638206547,"duration":74280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGithubFilled.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3787,"name":"read-resource","id":3788,"timestamp":2638206605,"duration":74240,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3787,"timestamp":2638206584,"duration":74744,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGithub.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3789,"name":"read-resource","id":3790,"timestamp":2638206634,"duration":74714,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3789,"timestamp":2638206613,"duration":74943,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGitlab.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3791,"name":"read-resource","id":3792,"timestamp":2638206660,"duration":74914,"tags":{},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3791,"timestamp":2638206641,"duration":75140,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGmail.js","layer":"app-pages-browser"},"startTime":1732132322837},{"traceId":"6d02d019348010b3","parentId":3793,"name":"read-resource","id":3794,"timestamp":2638206695,"duration":75103,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3793,"timestamp":2638206668,"duration":75354,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGolang.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3795,"name":"read-resource","id":3796,"timestamp":2638206726,"duration":75313,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3795,"timestamp":2638206704,"duration":82594,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGoogleAnalytics.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3797,"name":"read-resource","id":3798,"timestamp":2638206757,"duration":82561,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3797,"timestamp":2638206735,"duration":82797,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGoogleBigQuery.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3799,"name":"read-resource","id":3800,"timestamp":2638206788,"duration":82760,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3799,"timestamp":2638206766,"duration":82938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGoogleDrive.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3801,"name":"read-resource","id":3802,"timestamp":2638206822,"duration":82897,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3801,"timestamp":2638206795,"duration":83064,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGoogleFit.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3803,"name":"read-resource","id":3804,"timestamp":2638206852,"duration":83021,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3803,"timestamp":2638206831,"duration":83249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGoogleHome.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3805,"name":"read-resource","id":3806,"timestamp":2638206879,"duration":88585,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3805,"timestamp":2638206859,"duration":88828,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGoogleMaps.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3809,"name":"read-resource","id":3810,"timestamp":2638206960,"duration":88743,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3809,"timestamp":2638206936,"duration":88938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGooglePhotos.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3807,"name":"read-resource","id":3808,"timestamp":2638206926,"duration":88961,"tags":{},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3807,"timestamp":2638206896,"duration":89172,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGoogleOne.js","layer":"app-pages-browser"},"startTime":1732132322838},{"traceId":"6d02d019348010b3","parentId":3811,"name":"read-resource","id":3812,"timestamp":2638209810,"duration":86273,"tags":{},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3811,"timestamp":2638209772,"duration":86462,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGooglePlay.js","layer":"app-pages-browser"},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":3813,"name":"read-resource","id":3814,"timestamp":2638209847,"duration":86400,"tags":{},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3813,"timestamp":2638209824,"duration":86580,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGooglePodcasts.js","layer":"app-pages-browser"},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":3817,"name":"read-resource","id":3818,"timestamp":2638209904,"duration":87112,"tags":{},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3817,"timestamp":2638209885,"duration":87310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGrammarly.js","layer":"app-pages-browser"},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":3819,"name":"read-resource","id":3820,"timestamp":2638209927,"duration":87284,"tags":{},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3819,"timestamp":2638209911,"duration":87487,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGraphql.js","layer":"app-pages-browser"},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":3815,"name":"read-resource","id":3816,"timestamp":2638209878,"duration":87534,"tags":{},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3815,"timestamp":2638209855,"duration":87694,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGoogle.js","layer":"app-pages-browser"},"startTime":1732132322841},{"traceId":"6d02d019348010b3","parentId":3821,"name":"read-resource","id":3822,"timestamp":2638232859,"duration":64702,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3821,"timestamp":2638232794,"duration":64950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGravatar.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3825,"name":"read-resource","id":3826,"timestamp":2638233020,"duration":64742,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3825,"timestamp":2638232987,"duration":65032,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGuardian.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3823,"name":"read-resource","id":3824,"timestamp":2638232950,"duration":65087,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3823,"timestamp":2638232914,"duration":65349,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGrindr.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3827,"name":"read-resource","id":3828,"timestamp":2638233085,"duration":65196,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3827,"timestamp":2638233055,"duration":65443,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandGumroad.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3829,"name":"read-resource","id":3830,"timestamp":2638233149,"duration":65367,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3829,"timestamp":2638233122,"duration":65634,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandHbo.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3831,"name":"read-resource","id":3832,"timestamp":2638233211,"duration":65562,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3831,"timestamp":2638233185,"duration":65798,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandHeadlessui.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3833,"name":"read-resource","id":3834,"timestamp":2638233274,"duration":65726,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3833,"timestamp":2638233248,"duration":65972,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandHexo.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3835,"name":"read-resource","id":3836,"timestamp":2638233347,"duration":65891,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3835,"timestamp":2638233318,"duration":66119,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandHipchat.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3839,"name":"read-resource","id":3840,"timestamp":2638233478,"duration":65976,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3839,"timestamp":2638233452,"duration":66199,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandInertia.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3837,"name":"read-resource","id":3838,"timestamp":2638233415,"duration":66254,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3837,"timestamp":2638233382,"duration":66486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandHtml5.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3841,"name":"read-resource","id":3842,"timestamp":2638233543,"duration":66350,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3841,"timestamp":2638233515,"duration":66676,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandInstagram.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3843,"name":"read-resource","id":3844,"timestamp":2638233609,"duration":66599,"tags":{},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3843,"timestamp":2638233580,"duration":66854,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandIntercom.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3845,"name":"read-resource","id":3846,"timestamp":2638233677,"duration":66775,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3845,"timestamp":2638233644,"duration":71183,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandItch.js","layer":"app-pages-browser"},"startTime":1732132322864},{"traceId":"6d02d019348010b3","parentId":3847,"name":"read-resource","id":3848,"timestamp":2638233741,"duration":71106,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3847,"timestamp":2638233713,"duration":71377,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandJavascript.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3849,"name":"read-resource","id":3850,"timestamp":2638233804,"duration":71304,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3849,"timestamp":2638233777,"duration":71539,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandJuejin.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3851,"name":"read-resource","id":3852,"timestamp":2638233867,"duration":71465,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3851,"timestamp":2638233841,"duration":71673,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandKbin.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3853,"name":"read-resource","id":3854,"timestamp":2638233934,"duration":71597,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3853,"timestamp":2638233905,"duration":71803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandKick.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3855,"name":"read-resource","id":3856,"timestamp":2638233996,"duration":71727,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3855,"timestamp":2638233969,"duration":71947,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandKickstarter.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3857,"name":"read-resource","id":3858,"timestamp":2638234058,"duration":71873,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3857,"timestamp":2638234031,"duration":72108,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandKotlin.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3859,"name":"read-resource","id":3860,"timestamp":2638234121,"duration":72035,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3859,"timestamp":2638234093,"duration":72288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLaravel.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3861,"name":"read-resource","id":3862,"timestamp":2638234188,"duration":72210,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3861,"timestamp":2638234156,"duration":72423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLastfm.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3863,"name":"read-resource","id":3864,"timestamp":2638234252,"duration":72343,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3863,"timestamp":2638234225,"duration":72566,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLeetcode.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3865,"name":"read-resource","id":3866,"timestamp":2638234314,"duration":72493,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3865,"timestamp":2638234288,"duration":72731,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLetterboxd.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3867,"name":"read-resource","id":3868,"timestamp":2638234375,"duration":72660,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3867,"timestamp":2638234349,"duration":72873,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLine.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3869,"name":"read-resource","id":3870,"timestamp":2638234438,"duration":72800,"tags":{},"startTime":1732132322865}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3869,"timestamp":2638234410,"duration":73409,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLinkedin.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3871,"name":"read-resource","id":3872,"timestamp":2638234507,"duration":73330,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3871,"timestamp":2638234474,"duration":73604,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLinktree.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3873,"name":"read-resource","id":3874,"timestamp":2638234571,"duration":74699,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3873,"timestamp":2638234544,"duration":74908,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLinqpad.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3875,"name":"read-resource","id":3876,"timestamp":2638234634,"duration":74833,"tags":{},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3875,"timestamp":2638234607,"duration":75028,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandLoom.js","layer":"app-pages-browser"},"startTime":1732132322865},{"traceId":"6d02d019348010b3","parentId":3877,"name":"read-resource","id":3878,"timestamp":2638234694,"duration":74960,"tags":{},"startTime":1732132322866},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3877,"timestamp":2638234669,"duration":75141,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMailgun.js","layer":"app-pages-browser"},"startTime":1732132322866},{"traceId":"6d02d019348010b3","parentId":3879,"name":"read-resource","id":3880,"timestamp":2638237651,"duration":78555,"tags":{},"startTime":1732132322868},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3879,"timestamp":2638237612,"duration":78802,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMantine.js","layer":"app-pages-browser"},"startTime":1732132322868},{"traceId":"6d02d019348010b3","parentId":3881,"name":"read-resource","id":3882,"timestamp":2638237690,"duration":78739,"tags":{},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3881,"timestamp":2638237665,"duration":78917,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMastercard.js","layer":"app-pages-browser"},"startTime":1732132322868},{"traceId":"6d02d019348010b3","parentId":3883,"name":"read-resource","id":3884,"timestamp":2638237718,"duration":78876,"tags":{},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3883,"timestamp":2638237698,"duration":79036,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMastodon.js","layer":"app-pages-browser"},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":3885,"name":"read-resource","id":3886,"timestamp":2638237750,"duration":79003,"tags":{},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3885,"timestamp":2638237725,"duration":79184,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMatrix.js","layer":"app-pages-browser"},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":3887,"name":"read-resource","id":3888,"timestamp":2638237776,"duration":79150,"tags":{},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3887,"timestamp":2638237758,"duration":79589,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMcdonalds.js","layer":"app-pages-browser"},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":3889,"name":"read-resource","id":3890,"timestamp":2638237800,"duration":79667,"tags":{},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3889,"timestamp":2638237783,"duration":79892,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMedium.js","layer":"app-pages-browser"},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":3891,"name":"read-resource","id":3892,"timestamp":2638238486,"duration":79203,"tags":{},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3891,"timestamp":2638238449,"duration":79394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMercedes.js","layer":"app-pages-browser"},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":3893,"name":"read-resource","id":3894,"timestamp":2638238521,"duration":79334,"tags":{},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3893,"timestamp":2638238499,"duration":79498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMessenger.js","layer":"app-pages-browser"},"startTime":1732132322869},{"traceId":"6d02d019348010b3","parentId":3895,"name":"read-resource","id":3896,"timestamp":2638249580,"duration":70154,"tags":{},"startTime":1732132322880},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3895,"timestamp":2638249524,"duration":70507,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMeta.js","layer":"app-pages-browser"},"startTime":1732132322880},{"traceId":"6d02d019348010b3","parentId":3899,"name":"read-resource","id":3900,"timestamp":2638267865,"duration":52434,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3899,"timestamp":2638267834,"duration":52679,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMiniprogram.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3897,"name":"read-resource","id":3898,"timestamp":2638267798,"duration":52731,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3897,"timestamp":2638267734,"duration":53018,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMinecraft.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3903,"name":"read-resource","id":3904,"timestamp":2638267970,"duration":52800,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3903,"timestamp":2638267941,"duration":53096,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMonday.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3901,"name":"read-resource","id":3902,"timestamp":2638267920,"duration":53136,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3901,"timestamp":2638267887,"duration":53420,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMixpanel.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3905,"name":"read-resource","id":3906,"timestamp":2638268040,"duration":53284,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3905,"timestamp":2638267989,"duration":53596,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMongodb.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3907,"name":"read-resource","id":3908,"timestamp":2638268090,"duration":53514,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3907,"timestamp":2638268062,"duration":53785,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMyOppo.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3909,"name":"read-resource","id":3910,"timestamp":2638268142,"duration":53724,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3909,"timestamp":2638268109,"duration":54001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandMysql.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3911,"name":"read-resource","id":3912,"timestamp":2638268189,"duration":53940,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3911,"timestamp":2638268162,"duration":54189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNationalGeographic.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3915,"name":"read-resource","id":3916,"timestamp":2638268276,"duration":54094,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3915,"timestamp":2638268250,"duration":54397,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNetbeans.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3913,"name":"read-resource","id":3914,"timestamp":2638268231,"duration":54454,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3913,"timestamp":2638268207,"duration":54712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNem.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3917,"name":"read-resource","id":3918,"timestamp":2638268325,"duration":54612,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3917,"timestamp":2638268294,"duration":54877,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNeteaseMusic.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3919,"name":"read-resource","id":3920,"timestamp":2638268371,"duration":54819,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3919,"timestamp":2638268345,"duration":55082,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNetflix.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3921,"name":"read-resource","id":3922,"timestamp":2638268413,"duration":55032,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3921,"timestamp":2638268389,"duration":55323,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNexo.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3923,"name":"read-resource","id":3924,"timestamp":2638268457,"duration":55273,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3923,"timestamp":2638268432,"duration":55555,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNextcloud.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3925,"name":"read-resource","id":3926,"timestamp":2638268506,"duration":55550,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3925,"timestamp":2638268476,"duration":55841,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNextjs.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3927,"name":"read-resource","id":3928,"timestamp":2638268552,"duration":55782,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3927,"timestamp":2638268525,"duration":56063,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNodejs.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3933,"name":"read-resource","id":3934,"timestamp":2638268694,"duration":58574,"tags":{},"startTime":1732132322900},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3933,"timestamp":2638268660,"duration":58919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNpm.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3931,"name":"read-resource","id":3932,"timestamp":2638268642,"duration":59063,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3931,"timestamp":2638268612,"duration":59378,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNotion.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3929,"name":"read-resource","id":3930,"timestamp":2638268595,"duration":59433,"tags":{},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3929,"timestamp":2638268569,"duration":59707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNordVpn.js","layer":"app-pages-browser"},"startTime":1732132322899},{"traceId":"6d02d019348010b3","parentId":3935,"name":"read-resource","id":3936,"timestamp":2638294016,"duration":35194,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3935,"timestamp":2638293971,"duration":35511,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNuxt.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3937,"name":"read-resource","id":3938,"timestamp":2638294074,"duration":35447,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3937,"timestamp":2638294042,"duration":35753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandNytimes.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3939,"name":"read-resource","id":3940,"timestamp":2638294123,"duration":35690,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3939,"timestamp":2638294091,"duration":35981,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOauth.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3941,"name":"read-resource","id":3942,"timestamp":2638294166,"duration":35925,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3941,"timestamp":2638294140,"duration":36163,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOffice.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3943,"name":"read-resource","id":3944,"timestamp":2638294207,"duration":36114,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3943,"timestamp":2638294182,"duration":36411,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOkRu.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3945,"name":"read-resource","id":3946,"timestamp":2638294247,"duration":36371,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3945,"timestamp":2638294222,"duration":36587,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOnedrive.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3947,"name":"read-resource","id":3948,"timestamp":2638294286,"duration":36568,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3947,"timestamp":2638294262,"duration":36767,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOnlyfans.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3949,"name":"read-resource","id":3950,"timestamp":2638294328,"duration":36715,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3949,"timestamp":2638294301,"duration":36984,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOpenSource.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3951,"name":"read-resource","id":3952,"timestamp":2638294369,"duration":36934,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3951,"timestamp":2638294344,"duration":37221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOpenai.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3953,"name":"read-resource","id":3954,"timestamp":2638294406,"duration":37200,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3953,"timestamp":2638294383,"duration":37500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOpenvpn.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3955,"name":"read-resource","id":3956,"timestamp":2638294444,"duration":37488,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3955,"timestamp":2638294421,"duration":37754,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandOpera.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3957,"name":"read-resource","id":3958,"timestamp":2638294486,"duration":37706,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3957,"timestamp":2638294458,"duration":37928,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPagekit.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3959,"name":"read-resource","id":3960,"timestamp":2638294527,"duration":37877,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3959,"timestamp":2638294503,"duration":38116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandParsinta.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3961,"name":"read-resource","id":3962,"timestamp":2638294565,"duration":38071,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3961,"timestamp":2638294542,"duration":38297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPatreon.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3963,"name":"read-resource","id":3964,"timestamp":2638294603,"duration":38253,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3963,"timestamp":2638294579,"duration":38493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPaypalFilled.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3965,"name":"read-resource","id":3966,"timestamp":2638294644,"duration":38445,"tags":{},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3965,"timestamp":2638294617,"duration":38676,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPaypal.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3967,"name":"read-resource","id":3968,"timestamp":2638294685,"duration":38625,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3967,"timestamp":2638294660,"duration":38845,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPaypay.js","layer":"app-pages-browser"},"startTime":1732132322925},{"traceId":"6d02d019348010b3","parentId":3969,"name":"read-resource","id":3970,"timestamp":2638294724,"duration":38797,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3969,"timestamp":2638294700,"duration":39010,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPeanut.js","layer":"app-pages-browser"},"startTime":1732132322926}] +[{"traceId":"6d02d019348010b3","parentId":3971,"name":"read-resource","id":3972,"timestamp":2638294761,"duration":39208,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3971,"timestamp":2638294738,"duration":39445,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPepsi.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3973,"name":"read-resource","id":3974,"timestamp":2638294799,"duration":39402,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3973,"timestamp":2638294776,"duration":39649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPhp.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3975,"name":"read-resource","id":3976,"timestamp":2638294843,"duration":39597,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3975,"timestamp":2638294814,"duration":39834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPicsart.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3977,"name":"read-resource","id":3978,"timestamp":2638294883,"duration":39782,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3977,"timestamp":2638294858,"duration":40004,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPinterest.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3979,"name":"read-resource","id":3980,"timestamp":2638294921,"duration":39957,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3979,"timestamp":2638294897,"duration":40181,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPlanetscale.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3981,"name":"read-resource","id":3982,"timestamp":2638294962,"duration":45300,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3981,"timestamp":2638294938,"duration":45564,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPocket.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3983,"name":"read-resource","id":3984,"timestamp":2638295051,"duration":45474,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3983,"timestamp":2638294976,"duration":45746,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPolymer.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3985,"name":"read-resource","id":3986,"timestamp":2638295103,"duration":45635,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3985,"timestamp":2638295072,"duration":45878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPowershell.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3987,"name":"read-resource","id":3988,"timestamp":2638295147,"duration":45820,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3987,"timestamp":2638295120,"duration":46044,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPrisma.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3989,"name":"read-resource","id":3990,"timestamp":2638295186,"duration":45993,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3989,"timestamp":2638295162,"duration":46212,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandProducthunt.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3991,"name":"read-resource","id":3992,"timestamp":2638295229,"duration":46160,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3991,"timestamp":2638295198,"duration":46384,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPushbullet.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3993,"name":"read-resource","id":3994,"timestamp":2638295262,"duration":46336,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3993,"timestamp":2638295238,"duration":46550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPushover.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3995,"name":"read-resource","id":3996,"timestamp":2638295293,"duration":46511,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3995,"timestamp":2638295270,"duration":46746,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandPython.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3997,"name":"read-resource","id":3998,"timestamp":2638295322,"duration":46721,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3997,"timestamp":2638295301,"duration":46979,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandQq.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":3999,"name":"read-resource","id":4000,"timestamp":2638295359,"duration":47345,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":3999,"timestamp":2638295330,"duration":47596,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandRadixUi.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":4001,"name":"read-resource","id":4002,"timestamp":2638295392,"duration":47550,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4001,"timestamp":2638295369,"duration":47819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandReactNative.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":4003,"name":"read-resource","id":4004,"timestamp":2638295424,"duration":47781,"tags":{},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4003,"timestamp":2638295400,"duration":48042,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandReact.js","layer":"app-pages-browser"},"startTime":1732132322926},{"traceId":"6d02d019348010b3","parentId":4005,"name":"read-resource","id":4006,"timestamp":2638313039,"duration":30419,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4005,"timestamp":2638312993,"duration":30678,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandReason.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4007,"name":"read-resource","id":4008,"timestamp":2638313088,"duration":30598,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4007,"timestamp":2638313057,"duration":30859,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandReddit.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4009,"name":"read-resource","id":4010,"timestamp":2638313143,"duration":30787,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4009,"timestamp":2638313101,"duration":32313,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandRedhat.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4011,"name":"read-resource","id":4012,"timestamp":2638313186,"duration":32253,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4011,"timestamp":2638313157,"duration":32597,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandRedux.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4013,"name":"read-resource","id":4014,"timestamp":2638313219,"duration":32555,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4013,"timestamp":2638313196,"duration":32824,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandRevolut.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4015,"name":"read-resource","id":4016,"timestamp":2638313251,"duration":32841,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4015,"timestamp":2638313228,"duration":33130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandRumble.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4017,"name":"read-resource","id":4018,"timestamp":2638313284,"duration":33094,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4017,"timestamp":2638313260,"duration":33389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandRust.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4019,"name":"read-resource","id":4020,"timestamp":2638313325,"duration":33342,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4019,"timestamp":2638313295,"duration":33622,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSafari.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4021,"name":"read-resource","id":4022,"timestamp":2638313364,"duration":33570,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4021,"timestamp":2638313337,"duration":33847,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSamsungpass.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4023,"name":"read-resource","id":4024,"timestamp":2638313400,"duration":33802,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4023,"timestamp":2638313375,"duration":34073,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSass.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4025,"name":"read-resource","id":4026,"timestamp":2638313436,"duration":34030,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4025,"timestamp":2638313411,"duration":34331,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSentry.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4027,"name":"read-resource","id":4028,"timestamp":2638313470,"duration":34290,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4027,"timestamp":2638313444,"duration":34548,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSharik.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4029,"name":"read-resource","id":4030,"timestamp":2638313500,"duration":34533,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4029,"timestamp":2638313478,"duration":34787,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandShazam.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4031,"name":"read-resource","id":4032,"timestamp":2638313527,"duration":34764,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4031,"timestamp":2638313507,"duration":35068,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandShopee.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4033,"name":"read-resource","id":4034,"timestamp":2638313556,"duration":35038,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4033,"timestamp":2638313535,"duration":35303,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSketch.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4035,"name":"read-resource","id":4036,"timestamp":2638313602,"duration":35259,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4035,"timestamp":2638313572,"duration":35507,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSkype.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4037,"name":"read-resource","id":4038,"timestamp":2638313649,"duration":35444,"tags":{},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4037,"timestamp":2638313622,"duration":35635,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSlack.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4039,"name":"read-resource","id":4040,"timestamp":2638313683,"duration":35588,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4039,"timestamp":2638313659,"duration":35750,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSnapchat.js","layer":"app-pages-browser"},"startTime":1732132322944},{"traceId":"6d02d019348010b3","parentId":4041,"name":"read-resource","id":4042,"timestamp":2638313715,"duration":35706,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4041,"timestamp":2638313692,"duration":35861,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSnapseed.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4043,"name":"read-resource","id":4044,"timestamp":2638313750,"duration":35816,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4043,"timestamp":2638313724,"duration":35993,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSnowflake.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4045,"name":"read-resource","id":4046,"timestamp":2638313792,"duration":35938,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4045,"timestamp":2638313761,"duration":36101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSocketIo.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4047,"name":"read-resource","id":4048,"timestamp":2638313825,"duration":36049,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4047,"timestamp":2638313802,"duration":36217,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSolidjs.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4049,"name":"read-resource","id":4050,"timestamp":2638313859,"duration":36172,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4049,"timestamp":2638313836,"duration":36329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSoundcloud.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4051,"name":"read-resource","id":4052,"timestamp":2638313893,"duration":36284,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4051,"timestamp":2638313868,"duration":36445,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSpacehey.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4053,"name":"read-resource","id":4054,"timestamp":2638313938,"duration":36394,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4053,"timestamp":2638313905,"duration":36636,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSpeedtest.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4055,"name":"read-resource","id":4056,"timestamp":2638313985,"duration":36574,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4055,"timestamp":2638313950,"duration":36828,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSpotify.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4057,"name":"read-resource","id":4058,"timestamp":2638314019,"duration":36776,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4057,"timestamp":2638313995,"duration":37010,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandStackoverflow.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4059,"name":"read-resource","id":4060,"timestamp":2638314051,"duration":36971,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4059,"timestamp":2638314029,"duration":37201,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandStackshare.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4061,"name":"read-resource","id":4062,"timestamp":2638314088,"duration":49842,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4061,"timestamp":2638314060,"duration":50240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSteam.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4063,"name":"read-resource","id":4064,"timestamp":2638314123,"duration":50196,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4063,"timestamp":2638314098,"duration":50489,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandStorj.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4065,"name":"read-resource","id":4066,"timestamp":2638314156,"duration":50450,"tags":{},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4065,"timestamp":2638314133,"duration":50677,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandStorybook.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4067,"name":"read-resource","id":4068,"timestamp":2638314726,"duration":50101,"tags":{},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4067,"timestamp":2638314165,"duration":50858,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandStorytel.js","layer":"app-pages-browser"},"startTime":1732132322945},{"traceId":"6d02d019348010b3","parentId":4069,"name":"read-resource","id":4070,"timestamp":2638314820,"duration":50220,"tags":{},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4069,"timestamp":2638314773,"duration":50457,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandStrava.js","layer":"app-pages-browser"},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":4071,"name":"read-resource","id":4072,"timestamp":2638314892,"duration":50355,"tags":{},"startTime":1732132322946}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4071,"timestamp":2638314859,"duration":50969,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandStripe.js","layer":"app-pages-browser"},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":4073,"name":"read-resource","id":4074,"timestamp":2638314971,"duration":51402,"tags":{},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4073,"timestamp":2638314932,"duration":51697,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSublimeText.js","layer":"app-pages-browser"},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":4075,"name":"read-resource","id":4076,"timestamp":2638315046,"duration":51706,"tags":{},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4075,"timestamp":2638315014,"duration":51967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSugarizer.js","layer":"app-pages-browser"},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":4077,"name":"read-resource","id":4078,"timestamp":2638315118,"duration":51881,"tags":{},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4077,"timestamp":2638315087,"duration":52120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSupabase.js","layer":"app-pages-browser"},"startTime":1732132322946},{"traceId":"6d02d019348010b3","parentId":4079,"name":"read-resource","id":4080,"timestamp":2638319156,"duration":49342,"tags":{},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4079,"timestamp":2638319090,"duration":49657,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSuperhuman.js","layer":"app-pages-browser"},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":4081,"name":"read-resource","id":4082,"timestamp":2638319208,"duration":49556,"tags":{},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4081,"timestamp":2638319174,"duration":49837,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSupernova.js","layer":"app-pages-browser"},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":4083,"name":"read-resource","id":4084,"timestamp":2638319256,"duration":49774,"tags":{},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4083,"timestamp":2638319222,"duration":50016,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSurfshark.js","layer":"app-pages-browser"},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":4085,"name":"read-resource","id":4086,"timestamp":2638319289,"duration":49969,"tags":{},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4085,"timestamp":2638319265,"duration":50212,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSvelte.js","layer":"app-pages-browser"},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":4087,"name":"read-resource","id":4088,"timestamp":2638319326,"duration":50170,"tags":{},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4087,"timestamp":2638319298,"duration":50415,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSwift.js","layer":"app-pages-browser"},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":4089,"name":"read-resource","id":4090,"timestamp":2638319357,"duration":50726,"tags":{},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4089,"timestamp":2638319334,"duration":50993,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandSymfony.js","layer":"app-pages-browser"},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":4091,"name":"read-resource","id":4092,"timestamp":2638319387,"duration":50959,"tags":{},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4091,"timestamp":2638319366,"duration":51216,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTabler.js","layer":"app-pages-browser"},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":4093,"name":"read-resource","id":4094,"timestamp":2638319426,"duration":51171,"tags":{},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4093,"timestamp":2638319399,"duration":51449,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTailwind.js","layer":"app-pages-browser"},"startTime":1732132322950},{"traceId":"6d02d019348010b3","parentId":4095,"name":"read-resource","id":4096,"timestamp":2638326240,"duration":44629,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4095,"timestamp":2638326184,"duration":44936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTaobao.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4097,"name":"read-resource","id":4098,"timestamp":2638326286,"duration":44851,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4097,"timestamp":2638326259,"duration":45118,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTeams.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4099,"name":"read-resource","id":4100,"timestamp":2638326325,"duration":45069,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4099,"timestamp":2638326296,"duration":45332,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTed.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4101,"name":"read-resource","id":4102,"timestamp":2638326358,"duration":45293,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4101,"timestamp":2638326334,"duration":45528,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTelegram.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4103,"name":"read-resource","id":4104,"timestamp":2638326389,"duration":45491,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4103,"timestamp":2638326366,"duration":45808,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTerraform.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4105,"name":"read-resource","id":4106,"timestamp":2638326446,"duration":45746,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4105,"timestamp":2638326400,"duration":46003,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTether.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4107,"name":"read-resource","id":4108,"timestamp":2638326496,"duration":45923,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4107,"timestamp":2638326461,"duration":46167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandThreads.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4109,"name":"read-resource","id":4110,"timestamp":2638326542,"duration":46104,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4109,"timestamp":2638326514,"duration":46365,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandThreejs.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4111,"name":"read-resource","id":4112,"timestamp":2638326575,"duration":46322,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4111,"timestamp":2638326552,"duration":46546,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTidal.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4113,"name":"read-resource","id":4114,"timestamp":2638326606,"duration":46509,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4113,"timestamp":2638326583,"duration":46753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTiktokFilled.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4115,"name":"read-resource","id":4116,"timestamp":2638326643,"duration":46710,"tags":{},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4115,"timestamp":2638326615,"duration":46886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTiktok.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4117,"name":"read-resource","id":4118,"timestamp":2638326702,"duration":46811,"tags":{},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4117,"timestamp":2638326654,"duration":46991,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTinder.js","layer":"app-pages-browser"},"startTime":1732132322957},{"traceId":"6d02d019348010b3","parentId":4119,"name":"read-resource","id":4120,"timestamp":2638326752,"duration":46906,"tags":{},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4119,"timestamp":2638326715,"duration":47136,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTopbuzz.js","layer":"app-pages-browser"},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":4121,"name":"read-resource","id":4122,"timestamp":2638326798,"duration":47071,"tags":{},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4121,"timestamp":2638326764,"duration":47310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTorchain.js","layer":"app-pages-browser"},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":4123,"name":"read-resource","id":4124,"timestamp":2638326829,"duration":57472,"tags":{},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4123,"timestamp":2638326807,"duration":57842,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandToyota.js","layer":"app-pages-browser"},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":4125,"name":"read-resource","id":4126,"timestamp":2638326861,"duration":57810,"tags":{},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4125,"timestamp":2638326838,"duration":58080,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTrello.js","layer":"app-pages-browser"},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":4127,"name":"read-resource","id":4128,"timestamp":2638326898,"duration":58039,"tags":{},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4127,"timestamp":2638326870,"duration":58326,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTripadvisor.js","layer":"app-pages-browser"},"startTime":1732132322958},{"traceId":"6d02d019348010b3","parentId":4131,"name":"read-resource","id":4132,"timestamp":2638328791,"duration":56755,"tags":{},"startTime":1732132322960},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4131,"timestamp":2638328759,"duration":57076,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTwilio.js","layer":"app-pages-browser"},"startTime":1732132322960},{"traceId":"6d02d019348010b3","parentId":4133,"name":"read-resource","id":4134,"timestamp":2638328833,"duration":57797,"tags":{},"startTime":1732132322960},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4133,"timestamp":2638328807,"duration":58161,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTwitch.js","layer":"app-pages-browser"},"startTime":1732132322960},{"traceId":"6d02d019348010b3","parentId":4129,"name":"read-resource","id":4130,"timestamp":2638328743,"duration":58245,"tags":{},"startTime":1732132322960},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4129,"timestamp":2638328682,"duration":58516,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTumblr.js","layer":"app-pages-browser"},"startTime":1732132322960},{"traceId":"6d02d019348010b3","parentId":4137,"name":"read-resource","id":4138,"timestamp":2638337231,"duration":49987,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4137,"timestamp":2638337195,"duration":50246,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTwitter.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4139,"name":"read-resource","id":4140,"timestamp":2638337273,"duration":50210,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4139,"timestamp":2638337244,"duration":50508,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTypescript.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4141,"name":"read-resource","id":4142,"timestamp":2638337309,"duration":50463,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4141,"timestamp":2638337285,"duration":50703,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandUber.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4143,"name":"read-resource","id":4144,"timestamp":2638337349,"duration":50683,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4143,"timestamp":2638337318,"duration":50975,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandUbuntu.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4145,"name":"read-resource","id":4146,"timestamp":2638337383,"duration":52447,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4145,"timestamp":2638337359,"duration":52741,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandUnity.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4147,"name":"read-resource","id":4148,"timestamp":2638337417,"duration":52702,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4147,"timestamp":2638337392,"duration":52936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandUnsplash.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4149,"name":"read-resource","id":4150,"timestamp":2638337475,"duration":52871,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4149,"timestamp":2638337428,"duration":53130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandUpwork.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4151,"name":"read-resource","id":4152,"timestamp":2638337518,"duration":53058,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4151,"timestamp":2638337489,"duration":66754,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandValorant.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4155,"name":"read-resource","id":4156,"timestamp":2638337591,"duration":66676,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4155,"timestamp":2638337569,"duration":66946,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVimeo.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4153,"name":"read-resource","id":4154,"timestamp":2638337559,"duration":66974,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4153,"timestamp":2638337529,"duration":67502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVercel.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4157,"name":"read-resource","id":4158,"timestamp":2638337622,"duration":67431,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4157,"timestamp":2638337600,"duration":71035,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVinted.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4159,"name":"read-resource","id":4160,"timestamp":2638337652,"duration":71002,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4159,"timestamp":2638337630,"duration":71284,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVisa.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4161,"name":"read-resource","id":4162,"timestamp":2638337687,"duration":71247,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4161,"timestamp":2638337661,"duration":71493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVisualStudio.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4135,"name":"read-resource","id":4136,"timestamp":2638337147,"duration":72026,"tags":{},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4135,"timestamp":2638337097,"duration":72311,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandTwitterFilled.js","layer":"app-pages-browser"},"startTime":1732132322968},{"traceId":"6d02d019348010b3","parentId":4163,"name":"read-resource","id":4164,"timestamp":2638337719,"duration":71709,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4163,"timestamp":2638337695,"duration":71941,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVite.js","layer":"app-pages-browser"},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":4165,"name":"read-resource","id":4166,"timestamp":2638337777,"duration":71879,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4165,"timestamp":2638337729,"duration":72137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVivaldi.js","layer":"app-pages-browser"},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":4167,"name":"read-resource","id":4168,"timestamp":2638337819,"duration":72066,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4167,"timestamp":2638337791,"duration":72305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVk.js","layer":"app-pages-browser"},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":4169,"name":"read-resource","id":4170,"timestamp":2638337859,"duration":72256,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4169,"timestamp":2638337829,"duration":72496,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVlc.js","layer":"app-pages-browser"},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":4171,"name":"read-resource","id":4172,"timestamp":2638337893,"duration":72449,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4171,"timestamp":2638337869,"duration":72653,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVolkswagen.js","layer":"app-pages-browser"},"startTime":1732132322969}] +[{"traceId":"6d02d019348010b3","parentId":4173,"name":"read-resource","id":4174,"timestamp":2638337924,"duration":72855,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4173,"timestamp":2638337902,"duration":73130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVsco.js","layer":"app-pages-browser"},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":4175,"name":"read-resource","id":4176,"timestamp":2638337956,"duration":77421,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4175,"timestamp":2638337932,"duration":77699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVscode.js","layer":"app-pages-browser"},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":4177,"name":"read-resource","id":4178,"timestamp":2638337993,"duration":77657,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4177,"timestamp":2638337965,"duration":77915,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandVue.js","layer":"app-pages-browser"},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":4179,"name":"read-resource","id":4180,"timestamp":2638338052,"duration":77851,"tags":{},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4179,"timestamp":2638338004,"duration":78187,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWalmart.js","layer":"app-pages-browser"},"startTime":1732132322969},{"traceId":"6d02d019348010b3","parentId":4181,"name":"read-resource","id":4182,"timestamp":2638362099,"duration":57182,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4181,"timestamp":2638362045,"duration":57835,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWaze.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4183,"name":"read-resource","id":4184,"timestamp":2638362159,"duration":57751,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4183,"timestamp":2638362128,"duration":58151,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWebflow.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4185,"name":"read-resource","id":4186,"timestamp":2638362206,"duration":58091,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4185,"timestamp":2638362179,"duration":58507,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWechat.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4187,"name":"read-resource","id":4188,"timestamp":2638362249,"duration":58461,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4187,"timestamp":2638362223,"duration":58699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWeibo.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4189,"name":"read-resource","id":4190,"timestamp":2638362294,"duration":58646,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4189,"timestamp":2638362265,"duration":58875,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWhatsapp.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4191,"name":"read-resource","id":4192,"timestamp":2638362335,"duration":58825,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4191,"timestamp":2638362310,"duration":59075,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWikipedia.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4193,"name":"read-resource","id":4194,"timestamp":2638362374,"duration":59027,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4193,"timestamp":2638362351,"duration":59272,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWindows.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4195,"name":"read-resource","id":4196,"timestamp":2638362413,"duration":59228,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4195,"timestamp":2638362389,"duration":59446,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWindy.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4197,"name":"read-resource","id":4198,"timestamp":2638362457,"duration":59397,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4197,"timestamp":2638362430,"duration":59608,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWish.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4199,"name":"read-resource","id":4200,"timestamp":2638362496,"duration":59557,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4199,"timestamp":2638362472,"duration":59765,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWix.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4201,"name":"read-resource","id":4202,"timestamp":2638362534,"duration":59719,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4201,"timestamp":2638362511,"duration":59979,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandWordpress.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4203,"name":"read-resource","id":4204,"timestamp":2638362572,"duration":59935,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4203,"timestamp":2638362549,"duration":60243,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandXFilled.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4205,"name":"read-resource","id":4206,"timestamp":2638362610,"duration":60202,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4205,"timestamp":2638362587,"duration":60947,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandX.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4207,"name":"read-resource","id":4208,"timestamp":2638362651,"duration":64174,"tags":{},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4207,"timestamp":2638362624,"duration":64461,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandXamarin.js","layer":"app-pages-browser"},"startTime":1732132322993},{"traceId":"6d02d019348010b3","parentId":4209,"name":"read-resource","id":4210,"timestamp":2638362703,"duration":64400,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4209,"timestamp":2638362667,"duration":64708,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandXbox.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4211,"name":"read-resource","id":4212,"timestamp":2638362741,"duration":64650,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4211,"timestamp":2638362717,"duration":64891,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandXdeep.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4213,"name":"read-resource","id":4214,"timestamp":2638362780,"duration":64847,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4213,"timestamp":2638362757,"duration":65129,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandXing.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4215,"name":"read-resource","id":4216,"timestamp":2638362822,"duration":65079,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4215,"timestamp":2638362793,"duration":65583,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandYahoo.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4217,"name":"read-resource","id":4218,"timestamp":2638362861,"duration":65535,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4217,"timestamp":2638362837,"duration":65812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandYandex.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4219,"name":"read-resource","id":4220,"timestamp":2638362901,"duration":65784,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4219,"timestamp":2638362876,"duration":66011,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandYatse.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4221,"name":"read-resource","id":4222,"timestamp":2638362939,"duration":65962,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4221,"timestamp":2638362915,"duration":66267,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandYcombinator.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4223,"name":"read-resource","id":4224,"timestamp":2638362983,"duration":66212,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4223,"timestamp":2638362954,"duration":66384,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandYoutubeFilled.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4231,"name":"read-resource","id":4232,"timestamp":2638363465,"duration":65886,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4231,"timestamp":2638363438,"duration":66065,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandZapier.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4225,"name":"read-resource","id":4226,"timestamp":2638363066,"duration":66449,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4225,"timestamp":2638362999,"duration":66649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandYoutubeKids.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4227,"name":"read-resource","id":4228,"timestamp":2638363114,"duration":66546,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4227,"timestamp":2638363086,"duration":66703,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandYoutube.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4229,"name":"read-resource","id":4230,"timestamp":2638363417,"duration":66385,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4229,"timestamp":2638363130,"duration":66796,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandZalando.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4233,"name":"read-resource","id":4234,"timestamp":2638363504,"duration":66434,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4233,"timestamp":2638363481,"duration":66588,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandZeit.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4235,"name":"read-resource","id":4236,"timestamp":2638363540,"duration":66541,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4235,"timestamp":2638363513,"duration":66707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandZhihu.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4237,"name":"read-resource","id":4238,"timestamp":2638363570,"duration":66661,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4237,"timestamp":2638363549,"duration":66812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandZoom.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4239,"name":"read-resource","id":4240,"timestamp":2638363602,"duration":66773,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4239,"timestamp":2638363580,"duration":66923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandZulip.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4241,"name":"read-resource","id":4242,"timestamp":2638363631,"duration":66884,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4241,"timestamp":2638363610,"duration":67026,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrandZwift.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4243,"name":"read-resource","id":4244,"timestamp":2638363657,"duration":66992,"tags":{},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4243,"timestamp":2638363638,"duration":67143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBreadOff.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4245,"name":"read-resource","id":4246,"timestamp":2638363688,"duration":67104,"tags":{},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4245,"timestamp":2638363663,"duration":67256,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBread.js","layer":"app-pages-browser"},"startTime":1732132322994},{"traceId":"6d02d019348010b3","parentId":4247,"name":"read-resource","id":4248,"timestamp":2638363719,"duration":67212,"tags":{},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4247,"timestamp":2638363697,"duration":67430,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBriefcase2.js","layer":"app-pages-browser"},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":4249,"name":"read-resource","id":4250,"timestamp":2638363748,"duration":67397,"tags":{},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4249,"timestamp":2638363727,"duration":67649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBriefcaseOff.js","layer":"app-pages-browser"},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":4251,"name":"read-resource","id":4252,"timestamp":2638363776,"duration":67625,"tags":{},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4251,"timestamp":2638363756,"duration":67868,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBriefcase.js","layer":"app-pages-browser"},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":4253,"name":"read-resource","id":4254,"timestamp":2638363814,"duration":67827,"tags":{},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4253,"timestamp":2638363783,"duration":68056,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrightness2.js","layer":"app-pages-browser"},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":4255,"name":"read-resource","id":4256,"timestamp":2638363847,"duration":68666,"tags":{},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4255,"timestamp":2638363825,"duration":68992,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrightnessDownFilled.js","layer":"app-pages-browser"},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":4259,"name":"read-resource","id":4260,"timestamp":2638363904,"duration":69123,"tags":{},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4259,"timestamp":2638363883,"duration":75004,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrightnessHalf.js","layer":"app-pages-browser"},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":4257,"name":"read-resource","id":4258,"timestamp":2638363876,"duration":75030,"tags":{},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4257,"timestamp":2638363855,"duration":75307,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrightnessDown.js","layer":"app-pages-browser"},"startTime":1732132322995},{"traceId":"6d02d019348010b3","parentId":4261,"name":"read-resource","id":4262,"timestamp":2638368106,"duration":75627,"tags":{},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4261,"timestamp":2638368055,"duration":75938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrightnessOff.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4263,"name":"read-resource","id":4264,"timestamp":2638368151,"duration":75884,"tags":{},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4263,"timestamp":2638368123,"duration":76203,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrightnessUpFilled.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4265,"name":"read-resource","id":4266,"timestamp":2638368189,"duration":76153,"tags":{},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4265,"timestamp":2638368162,"duration":76423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrightnessUp.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4267,"name":"read-resource","id":4268,"timestamp":2638368223,"duration":76379,"tags":{},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4267,"timestamp":2638368199,"duration":76609,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrightness.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4269,"name":"read-resource","id":4270,"timestamp":2638368261,"duration":76563,"tags":{},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4269,"timestamp":2638368235,"duration":76803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBroadcastOff.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4271,"name":"read-resource","id":4272,"timestamp":2638368305,"duration":76750,"tags":{},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4271,"timestamp":2638368273,"duration":76976,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBroadcast.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4273,"name":"read-resource","id":4274,"timestamp":2638368340,"duration":77290,"tags":{},"startTime":1732132322999}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4273,"timestamp":2638368316,"duration":77991,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrowserCheck.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4275,"name":"read-resource","id":4276,"timestamp":2638368375,"duration":77950,"tags":{},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4275,"timestamp":2638368352,"duration":78228,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrowserOff.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4277,"name":"read-resource","id":4278,"timestamp":2638368408,"duration":78191,"tags":{},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4277,"timestamp":2638368386,"duration":78426,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrowserPlus.js","layer":"app-pages-browser"},"startTime":1732132322999},{"traceId":"6d02d019348010b3","parentId":4279,"name":"read-resource","id":4280,"timestamp":2638375859,"duration":71851,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4279,"timestamp":2638375812,"duration":72137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrowserX.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4281,"name":"read-resource","id":4282,"timestamp":2638375904,"duration":72064,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4281,"timestamp":2638375875,"duration":72343,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrowser.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4283,"name":"read-resource","id":4284,"timestamp":2638375936,"duration":72300,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4283,"timestamp":2638375913,"duration":72608,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrushOff.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4285,"name":"read-resource","id":4286,"timestamp":2638375968,"duration":72569,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4285,"timestamp":2638375945,"duration":72742,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBrush.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4287,"name":"read-resource","id":4288,"timestamp":2638376043,"duration":72656,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4287,"timestamp":2638375978,"duration":72860,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBucketDroplet.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4289,"name":"read-resource","id":4290,"timestamp":2638376107,"duration":72743,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4289,"timestamp":2638376058,"duration":72928,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBucketOff.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4291,"name":"read-resource","id":4292,"timestamp":2638376150,"duration":72847,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4291,"timestamp":2638376124,"duration":73006,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBucket.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4293,"name":"read-resource","id":4294,"timestamp":2638376192,"duration":72951,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4293,"timestamp":2638376165,"duration":73126,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBugOff.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4295,"name":"read-resource","id":4296,"timestamp":2638376276,"duration":73027,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4295,"timestamp":2638376245,"duration":73203,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBug.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4297,"name":"read-resource","id":4298,"timestamp":2638376354,"duration":73107,"tags":{},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4297,"timestamp":2638376318,"duration":73274,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingArch.js","layer":"app-pages-browser"},"startTime":1732132323007},{"traceId":"6d02d019348010b3","parentId":4299,"name":"read-resource","id":4300,"timestamp":2638383262,"duration":66342,"tags":{},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4299,"timestamp":2638383215,"duration":66540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingBank.js","layer":"app-pages-browser"},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":4301,"name":"read-resource","id":4302,"timestamp":2638383320,"duration":66448,"tags":{},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4301,"timestamp":2638383292,"duration":66671,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingBridge2.js","layer":"app-pages-browser"},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":4303,"name":"read-resource","id":4304,"timestamp":2638383367,"duration":66614,"tags":{},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4303,"timestamp":2638383342,"duration":66872,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingBridge.js","layer":"app-pages-browser"},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":4305,"name":"read-resource","id":4306,"timestamp":2638383426,"duration":66806,"tags":{},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4305,"timestamp":2638383400,"duration":67063,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingBroadcastTower.js","layer":"app-pages-browser"},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":4307,"name":"read-resource","id":4308,"timestamp":2638383487,"duration":66991,"tags":{},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4307,"timestamp":2638383461,"duration":67176,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingCarousel.js","layer":"app-pages-browser"},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":4309,"name":"read-resource","id":4310,"timestamp":2638383531,"duration":67119,"tags":{},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4309,"timestamp":2638383508,"duration":67282,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingCastle.js","layer":"app-pages-browser"},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":4311,"name":"read-resource","id":4312,"timestamp":2638383572,"duration":67230,"tags":{},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4311,"timestamp":2638383549,"duration":67403,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingChurch.js","layer":"app-pages-browser"},"startTime":1732132323014},{"traceId":"6d02d019348010b3","parentId":4313,"name":"read-resource","id":4314,"timestamp":2638383709,"duration":67255,"tags":{},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4313,"timestamp":2638383678,"duration":67430,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingCircus.js","layer":"app-pages-browser"},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":4317,"name":"read-resource","id":4318,"timestamp":2638383814,"duration":67306,"tags":{},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4317,"timestamp":2638383786,"duration":67483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingCottage.js","layer":"app-pages-browser"},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":4315,"name":"read-resource","id":4316,"timestamp":2638383771,"duration":67640,"tags":{},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4315,"timestamp":2638383745,"duration":67851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingCommunity.js","layer":"app-pages-browser"},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":4319,"name":"read-resource","id":4320,"timestamp":2638383864,"duration":67745,"tags":{},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4319,"timestamp":2638383837,"duration":67922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingEstate.js","layer":"app-pages-browser"},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":4321,"name":"read-resource","id":4322,"timestamp":2638383959,"duration":67814,"tags":{},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4321,"timestamp":2638383927,"duration":67989,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingFactory2.js","layer":"app-pages-browser"},"startTime":1732132323015},{"traceId":"6d02d019348010b3","parentId":4323,"name":"read-resource","id":4324,"timestamp":2638389439,"duration":71519,"tags":{},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4323,"timestamp":2638389387,"duration":71876,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingFactory.js","layer":"app-pages-browser"},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":4325,"name":"read-resource","id":4326,"timestamp":2638389483,"duration":71799,"tags":{},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4325,"timestamp":2638389456,"duration":72110,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingFortress.js","layer":"app-pages-browser"},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":4327,"name":"read-resource","id":4328,"timestamp":2638389522,"duration":72063,"tags":{},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4327,"timestamp":2638389494,"duration":72363,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingHospital.js","layer":"app-pages-browser"},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":4329,"name":"read-resource","id":4330,"timestamp":2638389583,"duration":72293,"tags":{},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4329,"timestamp":2638389534,"duration":72615,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingLighthouse.js","layer":"app-pages-browser"},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":4331,"name":"read-resource","id":4332,"timestamp":2638389632,"duration":72534,"tags":{},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4331,"timestamp":2638389597,"duration":72827,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingMonument.js","layer":"app-pages-browser"},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":4333,"name":"read-resource","id":4334,"timestamp":2638389671,"duration":72774,"tags":{},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4333,"timestamp":2638389644,"duration":73157,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingMosque.js","layer":"app-pages-browser"},"startTime":1732132323020},{"traceId":"6d02d019348010b3","parentId":4335,"name":"read-resource","id":4336,"timestamp":2638389706,"duration":73114,"tags":{},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4335,"timestamp":2638389682,"duration":73378,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingPavilion.js","layer":"app-pages-browser"},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":4337,"name":"read-resource","id":4338,"timestamp":2638389737,"duration":73340,"tags":{},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4337,"timestamp":2638389715,"duration":73573,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingSkyscraper.js","layer":"app-pages-browser"},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":4339,"name":"read-resource","id":4340,"timestamp":2638389775,"duration":73528,"tags":{},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4339,"timestamp":2638389747,"duration":73700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingStadium.js","layer":"app-pages-browser"},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":4341,"name":"read-resource","id":4342,"timestamp":2638389808,"duration":73651,"tags":{},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4341,"timestamp":2638389785,"duration":73814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingStore.js","layer":"app-pages-browser"},"startTime":1732132323021},{"traceId":"6d02d019348010b3","parentId":4343,"name":"read-resource","id":4344,"timestamp":2638412725,"duration":50923,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4343,"timestamp":2638412667,"duration":51156,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingTunnel.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4345,"name":"read-resource","id":4346,"timestamp":2638412793,"duration":51044,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4345,"timestamp":2638412759,"duration":51306,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingWarehouse.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4347,"name":"read-resource","id":4348,"timestamp":2638412850,"duration":51234,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4347,"timestamp":2638412819,"duration":51541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuildingWindTurbine.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4349,"name":"read-resource","id":4350,"timestamp":2638412900,"duration":51479,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4349,"timestamp":2638412872,"duration":51747,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBuilding.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4351,"name":"read-resource","id":4352,"timestamp":2638412952,"duration":51685,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4351,"timestamp":2638412919,"duration":51990,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBulbFilled.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4353,"name":"read-resource","id":4354,"timestamp":2638413007,"duration":51921,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4353,"timestamp":2638412973,"duration":52201,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBulbOff.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4355,"name":"read-resource","id":4356,"timestamp":2638413060,"duration":52132,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4355,"timestamp":2638413031,"duration":52364,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBulb.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4357,"name":"read-resource","id":4358,"timestamp":2638413113,"duration":52299,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4357,"timestamp":2638413083,"duration":52555,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBulldozer.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4359,"name":"read-resource","id":4360,"timestamp":2638413163,"duration":52491,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4359,"timestamp":2638413136,"duration":52738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBusOff.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4361,"name":"read-resource","id":4362,"timestamp":2638413215,"duration":52676,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4361,"timestamp":2638413183,"duration":52932,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBusStop.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4363,"name":"read-resource","id":4364,"timestamp":2638413267,"duration":52863,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4363,"timestamp":2638413239,"duration":53100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBus.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4365,"name":"read-resource","id":4366,"timestamp":2638413313,"duration":53042,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4365,"timestamp":2638413287,"duration":53288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconBusinessplan.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4367,"name":"read-resource","id":4368,"timestamp":2638413363,"duration":53228,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4367,"timestamp":2638413334,"duration":53451,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconButterfly.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4369,"name":"read-resource","id":4370,"timestamp":2638413421,"duration":53540,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4369,"timestamp":2638413386,"duration":53813,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCactusFilled.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4371,"name":"read-resource","id":4372,"timestamp":2638413467,"duration":53779,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4371,"timestamp":2638413441,"duration":54048,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCactusOff.js","layer":"app-pages-browser"},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":4373,"name":"read-resource","id":4374,"timestamp":2638413515,"duration":53991,"tags":{},"startTime":1732132323044},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4373,"timestamp":2638413488,"duration":54277,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCactus.js","layer":"app-pages-browser"},"startTime":1732132323044}] +[{"traceId":"6d02d019348010b3","parentId":4375,"name":"read-resource","id":4376,"timestamp":2638426166,"duration":54739,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4375,"timestamp":2638426122,"duration":55081,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCakeOff.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4377,"name":"read-resource","id":4378,"timestamp":2638426223,"duration":55008,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4377,"timestamp":2638426187,"duration":55274,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCake.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4379,"name":"read-resource","id":4380,"timestamp":2638426260,"duration":55229,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4379,"timestamp":2638426237,"duration":55472,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalculatorFilled.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4381,"name":"read-resource","id":4382,"timestamp":2638426305,"duration":55425,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4381,"timestamp":2638426275,"duration":55699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalculatorOff.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4383,"name":"read-resource","id":4384,"timestamp":2638426370,"duration":55622,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4383,"timestamp":2638426323,"duration":55907,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalculator.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4385,"name":"read-resource","id":4386,"timestamp":2638426409,"duration":55838,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4385,"timestamp":2638426381,"duration":56098,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarBolt.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4387,"name":"read-resource","id":4388,"timestamp":2638426436,"duration":56061,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4387,"timestamp":2638426418,"duration":56322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarCancel.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4389,"name":"read-resource","id":4390,"timestamp":2638426495,"duration":56262,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4389,"timestamp":2638426443,"duration":56539,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarCheck.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4391,"name":"read-resource","id":4392,"timestamp":2638426527,"duration":56471,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4391,"timestamp":2638426507,"duration":56706,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarCode.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4393,"name":"read-resource","id":4394,"timestamp":2638426562,"duration":56671,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4393,"timestamp":2638426542,"duration":56946,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarCog.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4395,"name":"read-resource","id":4396,"timestamp":2638426585,"duration":56920,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4395,"timestamp":2638426568,"duration":57163,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarDollar.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4397,"name":"read-resource","id":4398,"timestamp":2638426611,"duration":57138,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4397,"timestamp":2638426591,"duration":57391,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarDown.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4399,"name":"read-resource","id":4400,"timestamp":2638426651,"duration":57348,"tags":{},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4399,"timestamp":2638426617,"duration":57646,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarDue.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4401,"name":"read-resource","id":4402,"timestamp":2638426683,"duration":57910,"tags":{},"startTime":1732132323058},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4401,"timestamp":2638426659,"duration":58180,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarEvent.js","layer":"app-pages-browser"},"startTime":1732132323057},{"traceId":"6d02d019348010b3","parentId":4403,"name":"read-resource","id":4404,"timestamp":2638426719,"duration":58139,"tags":{},"startTime":1732132323058},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4403,"timestamp":2638426693,"duration":58421,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarExclamation.js","layer":"app-pages-browser"},"startTime":1732132323058},{"traceId":"6d02d019348010b3","parentId":4405,"name":"read-resource","id":4406,"timestamp":2638426765,"duration":58367,"tags":{},"startTime":1732132323058},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4405,"timestamp":2638426730,"duration":58638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarFilled.js","layer":"app-pages-browser"},"startTime":1732132323058},{"traceId":"6d02d019348010b3","parentId":4407,"name":"read-resource","id":4408,"timestamp":2638441875,"duration":43523,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4407,"timestamp":2638441823,"duration":43801,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarHeart.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4409,"name":"read-resource","id":4410,"timestamp":2638441945,"duration":43695,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4409,"timestamp":2638441893,"duration":43972,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarMinus.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4411,"name":"read-resource","id":4412,"timestamp":2638441986,"duration":43897,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4411,"timestamp":2638441959,"duration":44152,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarOff.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4413,"name":"read-resource","id":4414,"timestamp":2638442026,"duration":44104,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4413,"timestamp":2638441999,"duration":44368,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarPause.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4415,"name":"read-resource","id":4416,"timestamp":2638442063,"duration":44323,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4415,"timestamp":2638442035,"duration":44601,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarPin.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4417,"name":"read-resource","id":4418,"timestamp":2638442095,"duration":44560,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4417,"timestamp":2638442072,"duration":44805,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarPlus.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4419,"name":"read-resource","id":4420,"timestamp":2638442127,"duration":44769,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4419,"timestamp":2638442104,"duration":45023,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarQuestion.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4421,"name":"read-resource","id":4422,"timestamp":2638442159,"duration":44985,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4421,"timestamp":2638442136,"duration":45278,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarRepeat.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4423,"name":"read-resource","id":4424,"timestamp":2638442274,"duration":45157,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4423,"timestamp":2638442170,"duration":45491,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarSearch.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4425,"name":"read-resource","id":4426,"timestamp":2638442350,"duration":45329,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4425,"timestamp":2638442321,"duration":45603,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarShare.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4427,"name":"read-resource","id":4428,"timestamp":2638442409,"duration":45533,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4427,"timestamp":2638442385,"duration":45803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarStar.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4435,"name":"read-resource","id":4436,"timestamp":2638442677,"duration":45527,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4435,"timestamp":2638442654,"duration":45785,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarX.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4437,"name":"read-resource","id":4438,"timestamp":2638442731,"duration":45724,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4437,"timestamp":2638442709,"duration":46038,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendar.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4439,"name":"read-resource","id":4440,"timestamp":2638442794,"duration":45967,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4439,"timestamp":2638442764,"duration":46137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraBolt.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4441,"name":"read-resource","id":4442,"timestamp":2638442851,"duration":46063,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4441,"timestamp":2638442827,"duration":46224,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraCancel.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4443,"name":"read-resource","id":4444,"timestamp":2638442905,"duration":46158,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4443,"timestamp":2638442883,"duration":46308,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraCheck.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4429,"name":"read-resource","id":4430,"timestamp":2638442491,"duration":46712,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4429,"timestamp":2638442445,"duration":46900,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarStats.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4431,"name":"read-resource","id":4432,"timestamp":2638442560,"duration":46797,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4431,"timestamp":2638442526,"duration":46970,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarTime.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4433,"name":"read-resource","id":4434,"timestamp":2638442619,"duration":46889,"tags":{},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4433,"timestamp":2638442595,"duration":47045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendarUp.js","layer":"app-pages-browser"},"startTime":1732132323073},{"traceId":"6d02d019348010b3","parentId":4447,"name":"read-resource","id":4448,"timestamp":2638443021,"duration":46632,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4447,"timestamp":2638442994,"duration":46804,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraCog.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4449,"name":"read-resource","id":4450,"timestamp":2638443079,"duration":46737,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4449,"timestamp":2638443054,"duration":46898,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraDollar.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4451,"name":"read-resource","id":4452,"timestamp":2638443140,"duration":46824,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4451,"timestamp":2638443114,"duration":46980,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraDown.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4453,"name":"read-resource","id":4454,"timestamp":2638443203,"duration":46903,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4453,"timestamp":2638443176,"duration":47059,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraExclamation.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4455,"name":"read-resource","id":4456,"timestamp":2638443271,"duration":46975,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4455,"timestamp":2638443238,"duration":47220,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraFilled.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4457,"name":"read-resource","id":4458,"timestamp":2638443334,"duration":54091,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4457,"timestamp":2638443306,"duration":54362,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraHeart.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4459,"name":"read-resource","id":4460,"timestamp":2638443390,"duration":55368,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4459,"timestamp":2638443367,"duration":55655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraMinus.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4445,"name":"read-resource","id":4446,"timestamp":2638442963,"duration":56476,"tags":{},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4445,"timestamp":2638442939,"duration":56728,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraCode.js","layer":"app-pages-browser"},"startTime":1732132323074},{"traceId":"6d02d019348010b3","parentId":4463,"name":"read-resource","id":4464,"timestamp":2638458762,"duration":47346,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4463,"timestamp":2638458728,"duration":47634,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraPause.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4465,"name":"read-resource","id":4466,"timestamp":2638458808,"duration":47571,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4465,"timestamp":2638458781,"duration":47805,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraPin.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4467,"name":"read-resource","id":4468,"timestamp":2638458850,"duration":47751,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4467,"timestamp":2638458825,"duration":47968,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraPlus.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4461,"name":"read-resource","id":4462,"timestamp":2638458702,"duration":48106,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4461,"timestamp":2638458670,"duration":48331,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraOff.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4469,"name":"read-resource","id":4470,"timestamp":2638458890,"duration":48128,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4469,"timestamp":2638458866,"duration":48361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraQuestion.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4473,"name":"read-resource","id":4474,"timestamp":2638458973,"duration":48271,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4473,"timestamp":2638458945,"duration":48591,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraSearch.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4471,"name":"read-resource","id":4472,"timestamp":2638458930,"duration":48622,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4471,"timestamp":2638458906,"duration":48797,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraRotate.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4475,"name":"read-resource","id":4476,"timestamp":2638459012,"duration":48705,"tags":{},"startTime":1732132323090}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4475,"timestamp":2638458989,"duration":49153,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraSelfie.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4477,"name":"read-resource","id":4478,"timestamp":2638459052,"duration":49109,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4477,"timestamp":2638459028,"duration":49291,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraShare.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4479,"name":"read-resource","id":4480,"timestamp":2638459089,"duration":49252,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4479,"timestamp":2638459066,"duration":49414,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraStar.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4481,"name":"read-resource","id":4482,"timestamp":2638459129,"duration":49364,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4481,"timestamp":2638459103,"duration":49521,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraUp.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4489,"name":"read-resource","id":4490,"timestamp":2638459284,"duration":49353,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4489,"timestamp":2638459257,"duration":49517,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCampfireFilled.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4483,"name":"read-resource","id":4484,"timestamp":2638459167,"duration":49619,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4483,"timestamp":2638459145,"duration":49773,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCameraX.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4485,"name":"read-resource","id":4486,"timestamp":2638459203,"duration":49732,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4485,"timestamp":2638459181,"duration":49882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCamera.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4487,"name":"read-resource","id":4488,"timestamp":2638459242,"duration":49833,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4487,"timestamp":2638459217,"duration":49996,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCamper.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4491,"name":"read-resource","id":4492,"timestamp":2638459326,"duration":49899,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4491,"timestamp":2638459301,"duration":50048,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCampfire.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4493,"name":"read-resource","id":4494,"timestamp":2638459365,"duration":49996,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4493,"timestamp":2638459341,"duration":50147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCandleFilled.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4495,"name":"read-resource","id":4496,"timestamp":2638459403,"duration":50096,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4495,"timestamp":2638459380,"duration":50247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCandle.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4499,"name":"read-resource","id":4500,"timestamp":2638459481,"duration":50158,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4499,"timestamp":2638459458,"duration":50311,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCandy.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4501,"name":"read-resource","id":4502,"timestamp":2638459518,"duration":50262,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4501,"timestamp":2638459495,"duration":50409,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCane.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4497,"name":"read-resource","id":4498,"timestamp":2638459443,"duration":50474,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4497,"timestamp":2638459416,"duration":50628,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCandyOff.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4503,"name":"read-resource","id":4504,"timestamp":2638459555,"duration":50500,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4503,"timestamp":2638459532,"duration":50650,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCannabis.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4505,"name":"read-resource","id":4506,"timestamp":2638459596,"duration":50598,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4505,"timestamp":2638459569,"duration":50745,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCapsuleFilled.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4507,"name":"read-resource","id":4508,"timestamp":2638459635,"duration":50691,"tags":{},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4507,"timestamp":2638459611,"duration":50840,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCapsuleHorizontalFilled.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4509,"name":"read-resource","id":4510,"timestamp":2638459672,"duration":50790,"tags":{},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4509,"timestamp":2638459649,"duration":50929,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCapsuleHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323090},{"traceId":"6d02d019348010b3","parentId":4511,"name":"read-resource","id":4512,"timestamp":2638459708,"duration":50881,"tags":{},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4511,"timestamp":2638459686,"duration":51025,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCapsule.js","layer":"app-pages-browser"},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":4513,"name":"read-resource","id":4514,"timestamp":2638459749,"duration":50974,"tags":{},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4513,"timestamp":2638459722,"duration":51140,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaptureFilled.js","layer":"app-pages-browser"},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":4515,"name":"read-resource","id":4516,"timestamp":2638459788,"duration":51363,"tags":{},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4515,"timestamp":2638459764,"duration":51559,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaptureOff.js","layer":"app-pages-browser"},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":4517,"name":"read-resource","id":4518,"timestamp":2638459826,"duration":52256,"tags":{},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4517,"timestamp":2638459802,"duration":52458,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCapture.js","layer":"app-pages-browser"},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":4519,"name":"read-resource","id":4520,"timestamp":2638459863,"duration":52412,"tags":{},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4519,"timestamp":2638459840,"duration":52587,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarCrane.js","layer":"app-pages-browser"},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":4521,"name":"read-resource","id":4522,"timestamp":2638459905,"duration":52534,"tags":{},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4521,"timestamp":2638459877,"duration":52708,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarCrash.js","layer":"app-pages-browser"},"startTime":1732132323091},{"traceId":"6d02d019348010b3","parentId":4523,"name":"read-resource","id":4524,"timestamp":2638477544,"duration":39962,"tags":{},"startTime":1732132323108},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4523,"timestamp":2638477485,"duration":40299,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarOff.js","layer":"app-pages-browser"},"startTime":1732132323108},{"traceId":"6d02d019348010b3","parentId":4525,"name":"read-resource","id":4526,"timestamp":2638477591,"duration":40217,"tags":{},"startTime":1732132323108},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4525,"timestamp":2638477562,"duration":40509,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarTurbine.js","layer":"app-pages-browser"},"startTime":1732132323108},{"traceId":"6d02d019348010b3","parentId":4527,"name":"read-resource","id":4528,"timestamp":2638477741,"duration":40354,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4527,"timestamp":2638477604,"duration":40741,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCar.js","layer":"app-pages-browser"},"startTime":1732132323108},{"traceId":"6d02d019348010b3","parentId":4529,"name":"read-resource","id":4530,"timestamp":2638477811,"duration":40561,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4529,"timestamp":2638477782,"duration":40828,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaravan.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4531,"name":"read-resource","id":4532,"timestamp":2638477895,"duration":40744,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4531,"timestamp":2638477848,"duration":41069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCardboardsOff.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4533,"name":"read-resource","id":4534,"timestamp":2638477974,"duration":40963,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4533,"timestamp":2638477935,"duration":41258,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCardboards.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4535,"name":"read-resource","id":4536,"timestamp":2638478035,"duration":41175,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4535,"timestamp":2638478010,"duration":41474,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCardsFilled.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4537,"name":"read-resource","id":4538,"timestamp":2638478098,"duration":41405,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4537,"timestamp":2638478072,"duration":41679,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCards.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4539,"name":"read-resource","id":4540,"timestamp":2638478184,"duration":41585,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4539,"timestamp":2638478151,"duration":41875,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretDownFilled.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4541,"name":"read-resource","id":4542,"timestamp":2638478246,"duration":41800,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4541,"timestamp":2638478220,"duration":42034,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretDown.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4543,"name":"read-resource","id":4544,"timestamp":2638478307,"duration":41987,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4543,"timestamp":2638478280,"duration":42236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4547,"name":"read-resource","id":4548,"timestamp":2638478426,"duration":42108,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4547,"timestamp":2638478392,"duration":42537,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretLeft.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4549,"name":"read-resource","id":4550,"timestamp":2638478498,"duration":42446,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4549,"timestamp":2638478470,"duration":42612,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretRightFilled.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4551,"name":"read-resource","id":4552,"timestamp":2638478561,"duration":42533,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4551,"timestamp":2638478535,"duration":42683,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretRight.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4545,"name":"read-resource","id":4546,"timestamp":2638478371,"duration":42860,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4545,"timestamp":2638478344,"duration":43016,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretLeftRight.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4553,"name":"read-resource","id":4554,"timestamp":2638478624,"duration":42749,"tags":{},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4553,"timestamp":2638478597,"duration":42903,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretUpDown.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4555,"name":"read-resource","id":4556,"timestamp":2638478677,"duration":42835,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4555,"timestamp":2638478646,"duration":42990,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretUpFilled.js","layer":"app-pages-browser"},"startTime":1732132323109},{"traceId":"6d02d019348010b3","parentId":4557,"name":"read-resource","id":4558,"timestamp":2638478736,"duration":42911,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4557,"timestamp":2638478712,"duration":43051,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCaretUp.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4559,"name":"read-resource","id":4560,"timestamp":2638478795,"duration":42981,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4559,"timestamp":2638478770,"duration":43141,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarouselHorizontalFilled.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4561,"name":"read-resource","id":4562,"timestamp":2638478852,"duration":43071,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4561,"timestamp":2638478829,"duration":43219,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarouselHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4563,"name":"read-resource","id":4564,"timestamp":2638478902,"duration":43158,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4563,"timestamp":2638478873,"duration":43322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarouselVerticalFilled.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4565,"name":"read-resource","id":4566,"timestamp":2638478960,"duration":43248,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4565,"timestamp":2638478936,"duration":43394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarouselVertical.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4567,"name":"read-resource","id":4568,"timestamp":2638479016,"duration":43325,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4567,"timestamp":2638478993,"duration":43486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarrotOff.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4569,"name":"read-resource","id":4570,"timestamp":2638479072,"duration":43421,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4569,"timestamp":2638479048,"duration":43599,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCarrot.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4571,"name":"read-resource","id":4572,"timestamp":2638479121,"duration":43541,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4571,"timestamp":2638479091,"duration":43744,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCashBanknoteOff.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4573,"name":"read-resource","id":4574,"timestamp":2638479186,"duration":43662,"tags":{},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4573,"timestamp":2638479160,"duration":43913,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCashBanknote.js","layer":"app-pages-browser"},"startTime":1732132323110},{"traceId":"6d02d019348010b3","parentId":4581,"name":"read-resource","id":4582,"timestamp":2638493607,"duration":41425,"tags":{},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4581,"timestamp":2638493584,"duration":41749,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCast.js","layer":"app-pages-browser"},"startTime":1732132323124}] +[{"traceId":"6d02d019348010b3","parentId":4575,"name":"read-resource","id":4576,"timestamp":2638493396,"duration":42383,"tags":{},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4575,"timestamp":2638493345,"duration":42654,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCashOff.js","layer":"app-pages-browser"},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":4577,"name":"read-resource","id":4578,"timestamp":2638493491,"duration":42549,"tags":{},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4577,"timestamp":2638493462,"duration":42781,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCash.js","layer":"app-pages-browser"},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":4579,"name":"read-resource","id":4580,"timestamp":2638493552,"duration":42707,"tags":{},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4579,"timestamp":2638493527,"duration":42936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCastOff.js","layer":"app-pages-browser"},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":4583,"name":"read-resource","id":4584,"timestamp":2638493667,"duration":42813,"tags":{},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4583,"timestamp":2638493637,"duration":43049,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCat.js","layer":"app-pages-browser"},"startTime":1732132323124},{"traceId":"6d02d019348010b3","parentId":4585,"name":"read-resource","id":4586,"timestamp":2638493731,"duration":42977,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4585,"timestamp":2638493704,"duration":43200,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCategory2.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4587,"name":"read-resource","id":4588,"timestamp":2638493789,"duration":43131,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4587,"timestamp":2638493765,"duration":43361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCategoryFilled.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4589,"name":"read-resource","id":4590,"timestamp":2638493848,"duration":43292,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4589,"timestamp":2638493823,"duration":43503,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCategory.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4591,"name":"read-resource","id":4592,"timestamp":2638493909,"duration":43433,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4591,"timestamp":2638493880,"duration":43664,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCeOff.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4593,"name":"read-resource","id":4594,"timestamp":2638493966,"duration":43593,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4593,"timestamp":2638493942,"duration":43800,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCe.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4595,"name":"read-resource","id":4596,"timestamp":2638494025,"duration":43732,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4595,"timestamp":2638494000,"duration":43937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCellSignal1.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4597,"name":"read-resource","id":4598,"timestamp":2638494084,"duration":43870,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4597,"timestamp":2638494060,"duration":44083,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCellSignal2.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4599,"name":"read-resource","id":4600,"timestamp":2638494144,"duration":44015,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4599,"timestamp":2638494116,"duration":44220,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCellSignal3.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4601,"name":"read-resource","id":4602,"timestamp":2638494200,"duration":44151,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4601,"timestamp":2638494177,"duration":44352,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCellSignal4.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4603,"name":"read-resource","id":4604,"timestamp":2638494257,"duration":44288,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4603,"timestamp":2638494233,"duration":44501,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCellSignal5.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4605,"name":"read-resource","id":4606,"timestamp":2638494314,"duration":44435,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4605,"timestamp":2638494289,"duration":44638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCellSignalOff.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4607,"name":"read-resource","id":4608,"timestamp":2638494379,"duration":44563,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4607,"timestamp":2638494350,"duration":44777,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCell.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4609,"name":"read-resource","id":4610,"timestamp":2638494443,"duration":44699,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4609,"timestamp":2638494416,"duration":44936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCertificate2Off.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4611,"name":"read-resource","id":4612,"timestamp":2638494505,"duration":44862,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4611,"timestamp":2638494479,"duration":45071,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCertificate2.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4613,"name":"read-resource","id":4614,"timestamp":2638494566,"duration":45000,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4613,"timestamp":2638494540,"duration":45226,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCertificateOff.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4615,"name":"read-resource","id":4616,"timestamp":2638494632,"duration":45149,"tags":{},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4615,"timestamp":2638494601,"duration":45380,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCertificate.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4617,"name":"read-resource","id":4618,"timestamp":2638494692,"duration":47618,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4617,"timestamp":2638494667,"duration":47852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChairDirector.js","layer":"app-pages-browser"},"startTime":1732132323125},{"traceId":"6d02d019348010b3","parentId":4619,"name":"read-resource","id":4620,"timestamp":2638494752,"duration":47783,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4619,"timestamp":2638494727,"duration":47952,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChalkboardOff.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4621,"name":"read-resource","id":4622,"timestamp":2638494811,"duration":47882,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4621,"timestamp":2638494786,"duration":48040,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChalkboard.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4623,"name":"read-resource","id":4624,"timestamp":2638494876,"duration":47962,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4623,"timestamp":2638494846,"duration":48137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChargingPile.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4625,"name":"read-resource","id":4626,"timestamp":2638494938,"duration":48058,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4625,"timestamp":2638494912,"duration":48226,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartArcs3.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4627,"name":"read-resource","id":4628,"timestamp":2638495007,"duration":48143,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4627,"timestamp":2638494974,"duration":48303,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartArcs.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4629,"name":"read-resource","id":4630,"timestamp":2638495074,"duration":48215,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4629,"timestamp":2638495046,"duration":48372,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartAreaFilled.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4631,"name":"read-resource","id":4632,"timestamp":2638495139,"duration":48291,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4631,"timestamp":2638495109,"duration":48455,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartAreaLineFilled.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4633,"name":"read-resource","id":4634,"timestamp":2638495200,"duration":48376,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4633,"timestamp":2638495174,"duration":48535,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartAreaLine.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4635,"name":"read-resource","id":4636,"timestamp":2638495259,"duration":48472,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4635,"timestamp":2638495234,"duration":48624,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartArea.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4637,"name":"read-resource","id":4638,"timestamp":2638495319,"duration":48552,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4637,"timestamp":2638495294,"duration":48751,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartArrowsVertical.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4639,"name":"read-resource","id":4640,"timestamp":2638495379,"duration":48681,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4639,"timestamp":2638495354,"duration":48854,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartArrows.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4641,"name":"read-resource","id":4642,"timestamp":2638495454,"duration":48765,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4641,"timestamp":2638495414,"duration":48936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartBarOff.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4643,"name":"read-resource","id":4644,"timestamp":2638495515,"duration":48847,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4643,"timestamp":2638495490,"duration":49011,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartBar.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4645,"name":"read-resource","id":4646,"timestamp":2638495574,"duration":48939,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4645,"timestamp":2638495549,"duration":49096,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartBubbleFilled.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4647,"name":"read-resource","id":4648,"timestamp":2638495636,"duration":49021,"tags":{},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4647,"timestamp":2638495610,"duration":49169,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartBubble.js","layer":"app-pages-browser"},"startTime":1732132323126},{"traceId":"6d02d019348010b3","parentId":4649,"name":"read-resource","id":4650,"timestamp":2638495697,"duration":49380,"tags":{},"startTime":1732132323127},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4649,"timestamp":2638495670,"duration":49676,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartCandleFilled.js","layer":"app-pages-browser"},"startTime":1732132323127},{"traceId":"6d02d019348010b3","parentId":4651,"name":"read-resource","id":4652,"timestamp":2638495754,"duration":49611,"tags":{},"startTime":1732132323127},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4651,"timestamp":2638495731,"duration":49925,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartCandle.js","layer":"app-pages-browser"},"startTime":1732132323127},{"traceId":"6d02d019348010b3","parentId":4653,"name":"read-resource","id":4654,"timestamp":2638495821,"duration":49853,"tags":{},"startTime":1732132323127},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4653,"timestamp":2638495798,"duration":50125,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartCircles.js","layer":"app-pages-browser"},"startTime":1732132323127},{"traceId":"6d02d019348010b3","parentId":4655,"name":"read-resource","id":4656,"timestamp":2638505917,"duration":43157,"tags":{},"startTime":1732132323137},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4655,"timestamp":2638505863,"duration":43528,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartDonut2.js","layer":"app-pages-browser"},"startTime":1732132323137},{"traceId":"6d02d019348010b3","parentId":4657,"name":"read-resource","id":4658,"timestamp":2638505993,"duration":43444,"tags":{},"startTime":1732132323137},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4657,"timestamp":2638505963,"duration":43738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartDonut3.js","layer":"app-pages-browser"},"startTime":1732132323137},{"traceId":"6d02d019348010b3","parentId":4659,"name":"read-resource","id":4660,"timestamp":2638506058,"duration":43667,"tags":{},"startTime":1732132323137},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4659,"timestamp":2638506030,"duration":44107,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartDonut4.js","layer":"app-pages-browser"},"startTime":1732132323137},{"traceId":"6d02d019348010b3","parentId":4661,"name":"read-resource","id":4662,"timestamp":2638515821,"duration":39884,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4661,"timestamp":2638515779,"duration":40252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartDonutFilled.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4663,"name":"read-resource","id":4664,"timestamp":2638515902,"duration":40157,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4663,"timestamp":2638515868,"duration":40417,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartDonut.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4667,"name":"read-resource","id":4668,"timestamp":2638515984,"duration":40319,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4667,"timestamp":2638515961,"duration":40587,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartDots3.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4669,"name":"read-resource","id":4670,"timestamp":2638516039,"duration":40527,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4669,"timestamp":2638515994,"duration":40813,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartDots.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4671,"name":"read-resource","id":4672,"timestamp":2638516073,"duration":40755,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4671,"timestamp":2638516051,"duration":41087,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartGridDots.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4673,"name":"read-resource","id":4674,"timestamp":2638516109,"duration":41046,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4673,"timestamp":2638516083,"duration":41308,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartHistogram.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4675,"name":"read-resource","id":4676,"timestamp":2638516534,"duration":40875,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4675,"timestamp":2638516119,"duration":41526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartInfographic.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4677,"name":"read-resource","id":4678,"timestamp":2638516583,"duration":41082,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4677,"timestamp":2638516553,"duration":41308,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartLine.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4679,"name":"read-resource","id":4680,"timestamp":2638516647,"duration":41240,"tags":{},"startTime":1732132323147}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4679,"timestamp":2638516616,"duration":41776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartPie2.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4681,"name":"read-resource","id":4682,"timestamp":2638516693,"duration":41719,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4681,"timestamp":2638516658,"duration":41978,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartPie3.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4683,"name":"read-resource","id":4684,"timestamp":2638516728,"duration":41927,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4683,"timestamp":2638516705,"duration":42183,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartPie4.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4685,"name":"read-resource","id":4686,"timestamp":2638516762,"duration":42143,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4685,"timestamp":2638516739,"duration":42393,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartPieFilled.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4687,"name":"read-resource","id":4688,"timestamp":2638516791,"duration":42364,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4687,"timestamp":2638516771,"duration":42602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartPieOff.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4691,"name":"read-resource","id":4692,"timestamp":2638516859,"duration":44504,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4691,"timestamp":2638516835,"duration":44706,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartPpf.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4693,"name":"read-resource","id":4694,"timestamp":2638516893,"duration":44663,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4693,"timestamp":2638516869,"duration":44849,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartRadar.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4695,"name":"read-resource","id":4696,"timestamp":2638516956,"duration":44775,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4695,"timestamp":2638516926,"duration":44940,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartSankey.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4697,"name":"read-resource","id":4698,"timestamp":2638517001,"duration":44876,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4697,"timestamp":2638516967,"duration":45059,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartTreemap.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4699,"name":"read-resource","id":4700,"timestamp":2638517035,"duration":45003,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4699,"timestamp":2638517012,"duration":45148,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCheck.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4705,"name":"read-resource","id":4706,"timestamp":2638517131,"duration":45042,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4705,"timestamp":2638517105,"duration":45196,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChecks.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4701,"name":"read-resource","id":4702,"timestamp":2638517066,"duration":45309,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4701,"timestamp":2638517044,"duration":45566,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCheckbox.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4703,"name":"read-resource","id":4704,"timestamp":2638517096,"duration":45532,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4703,"timestamp":2638517074,"duration":45727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChecklist.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4707,"name":"read-resource","id":4708,"timestamp":2638517184,"duration":45632,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4707,"timestamp":2638517157,"duration":45798,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCheckupList.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4709,"name":"read-resource","id":4710,"timestamp":2638517219,"duration":45748,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4709,"timestamp":2638517195,"duration":45909,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCheese.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4711,"name":"read-resource","id":4712,"timestamp":2638517253,"duration":45865,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4711,"timestamp":2638517227,"duration":46016,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChefHatOff.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4713,"name":"read-resource","id":4714,"timestamp":2638517284,"duration":45971,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4713,"timestamp":2638517262,"duration":46115,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChefHat.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4715,"name":"read-resource","id":4716,"timestamp":2638517313,"duration":46075,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4715,"timestamp":2638517292,"duration":46218,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCherryFilled.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4717,"name":"read-resource","id":4718,"timestamp":2638517343,"duration":46179,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4717,"timestamp":2638517322,"duration":46333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCherry.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4719,"name":"read-resource","id":4720,"timestamp":2638517380,"duration":46921,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4719,"timestamp":2638517352,"duration":47126,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessBishopFilled.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4721,"name":"read-resource","id":4722,"timestamp":2638517441,"duration":47051,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4721,"timestamp":2638517411,"duration":47223,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessBishop.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4723,"name":"read-resource","id":4724,"timestamp":2638531448,"duration":33200,"tags":{},"startTime":1732132323162},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4723,"timestamp":2638531394,"duration":33383,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessFilled.js","layer":"app-pages-browser"},"startTime":1732132323162},{"traceId":"6d02d019348010b3","parentId":4725,"name":"read-resource","id":4726,"timestamp":2638531543,"duration":33248,"tags":{},"startTime":1732132323162},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4725,"timestamp":2638531511,"duration":33413,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessKingFilled.js","layer":"app-pages-browser"},"startTime":1732132323162},{"traceId":"6d02d019348010b3","parentId":4727,"name":"read-resource","id":4728,"timestamp":2638531612,"duration":33326,"tags":{},"startTime":1732132323162},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4727,"timestamp":2638531584,"duration":33488,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessKing.js","layer":"app-pages-browser"},"startTime":1732132323162},{"traceId":"6d02d019348010b3","parentId":4729,"name":"read-resource","id":4730,"timestamp":2638531682,"duration":33403,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4729,"timestamp":2638531649,"duration":33561,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessKnightFilled.js","layer":"app-pages-browser"},"startTime":1732132323162},{"traceId":"6d02d019348010b3","parentId":4665,"name":"read-resource","id":4666,"timestamp":2638515949,"duration":49275,"tags":{},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4665,"timestamp":2638515915,"duration":49442,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartDots2.js","layer":"app-pages-browser"},"startTime":1732132323147},{"traceId":"6d02d019348010b3","parentId":4731,"name":"read-resource","id":4732,"timestamp":2638531745,"duration":33625,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4731,"timestamp":2638531719,"duration":33781,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessKnight.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4733,"name":"read-resource","id":4734,"timestamp":2638531807,"duration":33704,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4733,"timestamp":2638531780,"duration":33869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessQueenFilled.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4735,"name":"read-resource","id":4736,"timestamp":2638531870,"duration":33791,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4735,"timestamp":2638531843,"duration":33950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessQueen.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4739,"name":"read-resource","id":4740,"timestamp":2638531998,"duration":33808,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4739,"timestamp":2638531974,"duration":33967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessRook.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4741,"name":"read-resource","id":4742,"timestamp":2638532094,"duration":33859,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4741,"timestamp":2638532066,"duration":34021,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChess.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4737,"name":"read-resource","id":4738,"timestamp":2638531937,"duration":34162,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4737,"timestamp":2638531906,"duration":34322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChessRookFilled.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4743,"name":"read-resource","id":4744,"timestamp":2638532151,"duration":34088,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4743,"timestamp":2638532127,"duration":34228,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronCompactDown.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4745,"name":"read-resource","id":4746,"timestamp":2638532211,"duration":34156,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4745,"timestamp":2638532183,"duration":34299,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronCompactLeft.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4747,"name":"read-resource","id":4748,"timestamp":2638532267,"duration":34228,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4747,"timestamp":2638532243,"duration":34375,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronCompactRight.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4749,"name":"read-resource","id":4750,"timestamp":2638532322,"duration":34309,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4749,"timestamp":2638532299,"duration":34449,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronCompactUp.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4751,"name":"read-resource","id":4752,"timestamp":2638532375,"duration":34385,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4751,"timestamp":2638532353,"duration":34520,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronDownLeft.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4753,"name":"read-resource","id":4754,"timestamp":2638532432,"duration":34452,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4753,"timestamp":2638532405,"duration":34595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronDownRight.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4755,"name":"read-resource","id":4756,"timestamp":2638532488,"duration":34524,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4755,"timestamp":2638532465,"duration":34670,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronDown.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4757,"name":"read-resource","id":4758,"timestamp":2638532541,"duration":34606,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4757,"timestamp":2638532519,"duration":34746,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronLeftPipe.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4759,"name":"read-resource","id":4760,"timestamp":2638532594,"duration":34683,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4759,"timestamp":2638532572,"duration":34819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronLeft.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4761,"name":"read-resource","id":4762,"timestamp":2638532651,"duration":34761,"tags":{},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4761,"timestamp":2638532625,"duration":34909,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronRightPipe.js","layer":"app-pages-browser"},"startTime":1732132323163},{"traceId":"6d02d019348010b3","parentId":4763,"name":"read-resource","id":4764,"timestamp":2638532706,"duration":34840,"tags":{},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4763,"timestamp":2638532684,"duration":34985,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronRight.js","layer":"app-pages-browser"},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":4765,"name":"read-resource","id":4766,"timestamp":2638532759,"duration":34924,"tags":{},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4765,"timestamp":2638532737,"duration":35063,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronUpLeft.js","layer":"app-pages-browser"},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":4689,"name":"read-resource","id":4690,"timestamp":2638516826,"duration":50985,"tags":{},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4689,"timestamp":2638516800,"duration":51130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChartPie.js","layer":"app-pages-browser"},"startTime":1732132323148},{"traceId":"6d02d019348010b3","parentId":4767,"name":"read-resource","id":4768,"timestamp":2638532810,"duration":35150,"tags":{},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4767,"timestamp":2638532789,"duration":35352,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronUpRight.js","layer":"app-pages-browser"},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":4769,"name":"read-resource","id":4770,"timestamp":2638532867,"duration":35329,"tags":{},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4769,"timestamp":2638532841,"duration":35507,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronUp.js","layer":"app-pages-browser"},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":4771,"name":"read-resource","id":4772,"timestamp":2638532921,"duration":40226,"tags":{},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4771,"timestamp":2638532899,"duration":40540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronsDownLeft.js","layer":"app-pages-browser"},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":4773,"name":"read-resource","id":4774,"timestamp":2638532973,"duration":41030,"tags":{},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4773,"timestamp":2638532952,"duration":41277,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronsDownRight.js","layer":"app-pages-browser"},"startTime":1732132323164},{"traceId":"6d02d019348010b3","parentId":4777,"name":"read-resource","id":4778,"timestamp":2638541521,"duration":32728,"tags":{},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4777,"timestamp":2638541491,"duration":32960,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronsLeft.js","layer":"app-pages-browser"},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":4775,"name":"read-resource","id":4776,"timestamp":2638541464,"duration":33006,"tags":{},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4775,"timestamp":2638541427,"duration":33231,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronsDown.js","layer":"app-pages-browser"},"startTime":1732132323172}] +[{"traceId":"6d02d019348010b3","parentId":4779,"name":"read-resource","id":4780,"timestamp":2638541565,"duration":33376,"tags":{},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4779,"timestamp":2638541540,"duration":33649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronsRight.js","layer":"app-pages-browser"},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":4783,"name":"read-resource","id":4784,"timestamp":2638541648,"duration":33561,"tags":{},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4783,"timestamp":2638541620,"duration":33793,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronsUpRight.js","layer":"app-pages-browser"},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":4785,"name":"read-resource","id":4786,"timestamp":2638541687,"duration":33745,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4785,"timestamp":2638541664,"duration":33964,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronsUp.js","layer":"app-pages-browser"},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":4787,"name":"read-resource","id":4788,"timestamp":2638541725,"duration":33920,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4787,"timestamp":2638541701,"duration":34220,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChisel.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4789,"name":"read-resource","id":4790,"timestamp":2638541763,"duration":34178,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4789,"timestamp":2638541739,"duration":34453,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChristmasTreeOff.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4791,"name":"read-resource","id":4792,"timestamp":2638541807,"duration":34404,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4791,"timestamp":2638541778,"duration":34639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChristmasTree.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4793,"name":"read-resource","id":4794,"timestamp":2638541847,"duration":34604,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4793,"timestamp":2638541823,"duration":34833,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle0Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4795,"name":"read-resource","id":4796,"timestamp":2638541885,"duration":34789,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4795,"timestamp":2638541861,"duration":34979,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle1Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4797,"name":"read-resource","id":4798,"timestamp":2638541921,"duration":34934,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4797,"timestamp":2638541899,"duration":35086,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle2Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4799,"name":"read-resource","id":4800,"timestamp":2638541962,"duration":35036,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4799,"timestamp":2638541935,"duration":35206,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle3Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4801,"name":"read-resource","id":4802,"timestamp":2638541999,"duration":35155,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4801,"timestamp":2638541976,"duration":35303,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle4Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4803,"name":"read-resource","id":4804,"timestamp":2638542036,"duration":35256,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4803,"timestamp":2638542013,"duration":35398,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle5Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4805,"name":"read-resource","id":4806,"timestamp":2638542073,"duration":35350,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4805,"timestamp":2638542051,"duration":35493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle6Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4807,"name":"read-resource","id":4808,"timestamp":2638542115,"duration":35443,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4807,"timestamp":2638542088,"duration":35597,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle7Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4809,"name":"read-resource","id":4810,"timestamp":2638542152,"duration":37414,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4809,"timestamp":2638542129,"duration":37665,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle8Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4811,"name":"read-resource","id":4812,"timestamp":2638542190,"duration":37622,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4811,"timestamp":2638542166,"duration":37861,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle9Filled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4813,"name":"read-resource","id":4814,"timestamp":2638542228,"duration":37816,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4813,"timestamp":2638542205,"duration":38034,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowDownFilled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4815,"name":"read-resource","id":4816,"timestamp":2638542281,"duration":37975,"tags":{},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4815,"timestamp":2638542248,"duration":38198,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowDownLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132323173},{"traceId":"6d02d019348010b3","parentId":4781,"name":"read-resource","id":4782,"timestamp":2638541606,"duration":39013,"tags":{},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4781,"timestamp":2638541582,"duration":39237,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconChevronsUpLeft.js","layer":"app-pages-browser"},"startTime":1732132323172},{"traceId":"6d02d019348010b3","parentId":4817,"name":"read-resource","id":4818,"timestamp":2638548275,"duration":33099,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4817,"timestamp":2638548225,"duration":33395,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowDownLeft.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4821,"name":"read-resource","id":4822,"timestamp":2638548383,"duration":33255,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4821,"timestamp":2638548332,"duration":33529,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowDownRight.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4819,"name":"read-resource","id":4820,"timestamp":2638548320,"duration":33558,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4819,"timestamp":2638548292,"duration":33815,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowDownRightFilled.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4823,"name":"read-resource","id":4824,"timestamp":2638548429,"duration":33697,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4823,"timestamp":2638548398,"duration":33969,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowDown.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4825,"name":"read-resource","id":4826,"timestamp":2638548482,"duration":33904,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4825,"timestamp":2638548441,"duration":34146,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4827,"name":"read-resource","id":4828,"timestamp":2638548516,"duration":34089,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4827,"timestamp":2638548493,"duration":34330,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowLeft.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4829,"name":"read-resource","id":4830,"timestamp":2638548549,"duration":34291,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4829,"timestamp":2638548525,"duration":34542,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowRightFilled.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4831,"name":"read-resource","id":4832,"timestamp":2638548581,"duration":34504,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4831,"timestamp":2638548558,"duration":34730,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowRight.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4833,"name":"read-resource","id":4834,"timestamp":2638548614,"duration":34693,"tags":{},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4833,"timestamp":2638548590,"duration":34902,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowUpFilled.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4835,"name":"read-resource","id":4836,"timestamp":2638548680,"duration":34829,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4835,"timestamp":2638548627,"duration":35090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowUpLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132323179},{"traceId":"6d02d019348010b3","parentId":4837,"name":"read-resource","id":4838,"timestamp":2638548720,"duration":35014,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4837,"timestamp":2638548693,"duration":35235,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowUpLeft.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4839,"name":"read-resource","id":4840,"timestamp":2638548755,"duration":42762,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4839,"timestamp":2638548730,"duration":43095,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowUpRightFilled.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4841,"name":"read-resource","id":4842,"timestamp":2638548787,"duration":43057,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4841,"timestamp":2638548764,"duration":43403,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowUpRight.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4845,"name":"read-resource","id":4846,"timestamp":2638548856,"duration":43330,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4845,"timestamp":2638548834,"duration":46991,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCaretDown.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4843,"name":"read-resource","id":4844,"timestamp":2638548825,"duration":47020,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4843,"timestamp":2638548797,"duration":47293,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleArrowUp.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4847,"name":"read-resource","id":4848,"timestamp":2638548887,"duration":47221,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4847,"timestamp":2638548865,"duration":47431,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCaretLeft.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4849,"name":"read-resource","id":4850,"timestamp":2638548945,"duration":47844,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4849,"timestamp":2638548897,"duration":48157,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCaretRight.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4851,"name":"read-resource","id":4852,"timestamp":2638548993,"duration":48080,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4851,"timestamp":2638548958,"duration":48353,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCaretUp.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4853,"name":"read-resource","id":4854,"timestamp":2638549031,"duration":48791,"tags":{},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4853,"timestamp":2638549004,"duration":49035,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCheckFilled.js","layer":"app-pages-browser"},"startTime":1732132323180},{"traceId":"6d02d019348010b3","parentId":4855,"name":"read-resource","id":4856,"timestamp":2638550566,"duration":47492,"tags":{},"startTime":1732132323181},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4855,"timestamp":2638550507,"duration":47799,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleCheck.js","layer":"app-pages-browser"},"startTime":1732132323181},{"traceId":"6d02d019348010b3","parentId":4857,"name":"read-resource","id":4858,"timestamp":2638550615,"duration":47709,"tags":{},"startTime":1732132323181},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4857,"timestamp":2638550582,"duration":47936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleChevronDown.js","layer":"app-pages-browser"},"startTime":1732132323181},{"traceId":"6d02d019348010b3","parentId":4859,"name":"read-resource","id":4860,"timestamp":2638550651,"duration":47884,"tags":{},"startTime":1732132323181},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4859,"timestamp":2638550626,"duration":48143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleChevronLeft.js","layer":"app-pages-browser"},"startTime":1732132323181},{"traceId":"6d02d019348010b3","parentId":4861,"name":"read-resource","id":4862,"timestamp":2638560816,"duration":39667,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4861,"timestamp":2638560761,"duration":40014,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleChevronRight.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4863,"name":"read-resource","id":4864,"timestamp":2638560880,"duration":39917,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4863,"timestamp":2638560845,"duration":40188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleChevronUp.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4865,"name":"read-resource","id":4866,"timestamp":2638560924,"duration":40128,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4865,"timestamp":2638560898,"duration":40387,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleChevronsDown.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4867,"name":"read-resource","id":4868,"timestamp":2638560965,"duration":40340,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4867,"timestamp":2638560941,"duration":40590,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleChevronsLeft.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4869,"name":"read-resource","id":4870,"timestamp":2638561006,"duration":40544,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4869,"timestamp":2638560980,"duration":40774,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleChevronsRight.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4871,"name":"read-resource","id":4872,"timestamp":2638561045,"duration":40726,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4871,"timestamp":2638561022,"duration":40991,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleChevronsUp.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4873,"name":"read-resource","id":4874,"timestamp":2638561087,"duration":40943,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4873,"timestamp":2638561059,"duration":41226,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleDashed.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4877,"name":"read-resource","id":4878,"timestamp":2638561164,"duration":41139,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4877,"timestamp":2638561141,"duration":41371,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleDot.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4875,"name":"read-resource","id":4876,"timestamp":2638561126,"duration":41404,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4875,"timestamp":2638561102,"duration":41700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleDotFilled.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4879,"name":"read-resource","id":4880,"timestamp":2638561201,"duration":44900,"tags":{},"startTime":1732132323192}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4879,"timestamp":2638561178,"duration":45326,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleDotted.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4881,"name":"read-resource","id":4882,"timestamp":2638561243,"duration":48733,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4881,"timestamp":2638561216,"duration":49465,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleFilled.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4883,"name":"read-resource","id":4884,"timestamp":2638561281,"duration":49424,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4883,"timestamp":2638561258,"duration":49601,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleHalf2.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4885,"name":"read-resource","id":4886,"timestamp":2638561319,"duration":49555,"tags":{},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4885,"timestamp":2638561296,"duration":49712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleHalfVertical.js","layer":"app-pages-browser"},"startTime":1732132323192},{"traceId":"6d02d019348010b3","parentId":4887,"name":"read-resource","id":4888,"timestamp":2638571982,"duration":39826,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4887,"timestamp":2638571927,"duration":40167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleHalf.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4889,"name":"read-resource","id":4890,"timestamp":2638572071,"duration":40042,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4889,"timestamp":2638572041,"duration":40318,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleKeyFilled.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4891,"name":"read-resource","id":4892,"timestamp":2638572101,"duration":40277,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4891,"timestamp":2638572081,"duration":40554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleKey.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4893,"name":"read-resource","id":4894,"timestamp":2638572122,"duration":40535,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4893,"timestamp":2638572107,"duration":40817,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterA.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4895,"name":"read-resource","id":4896,"timestamp":2638572145,"duration":40801,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4895,"timestamp":2638572131,"duration":41022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterB.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4897,"name":"read-resource","id":4898,"timestamp":2638572169,"duration":41002,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4897,"timestamp":2638572154,"duration":41275,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterC.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4899,"name":"read-resource","id":4900,"timestamp":2638572195,"duration":41253,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4899,"timestamp":2638572174,"duration":41541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterD.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4901,"name":"read-resource","id":4902,"timestamp":2638572222,"duration":41519,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4901,"timestamp":2638572204,"duration":41757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterE.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4903,"name":"read-resource","id":4904,"timestamp":2638572247,"duration":41733,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4903,"timestamp":2638572229,"duration":42025,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterF.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4905,"name":"read-resource","id":4906,"timestamp":2638572270,"duration":42002,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4905,"timestamp":2638572253,"duration":42236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterG.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4907,"name":"read-resource","id":4908,"timestamp":2638572301,"duration":42207,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4907,"timestamp":2638572279,"duration":42467,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterH.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4909,"name":"read-resource","id":4910,"timestamp":2638572327,"duration":42444,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4909,"timestamp":2638572309,"duration":42715,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterI.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4911,"name":"read-resource","id":4912,"timestamp":2638572350,"duration":42738,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4911,"timestamp":2638572335,"duration":42964,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterJ.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4913,"name":"read-resource","id":4914,"timestamp":2638572373,"duration":42943,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4913,"timestamp":2638572357,"duration":43208,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterK.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4915,"name":"read-resource","id":4916,"timestamp":2638572406,"duration":43232,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4915,"timestamp":2638572382,"duration":43428,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterL.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4917,"name":"read-resource","id":4918,"timestamp":2638572438,"duration":43387,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4917,"timestamp":2638572416,"duration":43542,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterM.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4919,"name":"read-resource","id":4920,"timestamp":2638572463,"duration":43508,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4919,"timestamp":2638572444,"duration":43693,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterN.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4921,"name":"read-resource","id":4922,"timestamp":2638572484,"duration":43667,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4921,"timestamp":2638572469,"duration":43809,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterO.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4923,"name":"read-resource","id":4924,"timestamp":2638572510,"duration":43781,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4923,"timestamp":2638572490,"duration":43931,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterP.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4925,"name":"read-resource","id":4926,"timestamp":2638572529,"duration":43906,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4925,"timestamp":2638572516,"duration":44069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterQ.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4927,"name":"read-resource","id":4928,"timestamp":2638572550,"duration":44050,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4927,"timestamp":2638572535,"duration":44188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterR.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4929,"name":"read-resource","id":4930,"timestamp":2638572572,"duration":44165,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4929,"timestamp":2638572559,"duration":44302,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterS.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4931,"name":"read-resource","id":4932,"timestamp":2638572600,"duration":44274,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4931,"timestamp":2638572580,"duration":44427,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterT.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4933,"name":"read-resource","id":4934,"timestamp":2638572626,"duration":44393,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4933,"timestamp":2638572608,"duration":44538,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterU.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4935,"name":"read-resource","id":4936,"timestamp":2638572649,"duration":44510,"tags":{},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4935,"timestamp":2638572632,"duration":44648,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterV.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4937,"name":"read-resource","id":4938,"timestamp":2638572672,"duration":44621,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4937,"timestamp":2638572654,"duration":44757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterW.js","layer":"app-pages-browser"},"startTime":1732132323203},{"traceId":"6d02d019348010b3","parentId":4939,"name":"read-resource","id":4940,"timestamp":2638572699,"duration":44725,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4939,"timestamp":2638572677,"duration":44875,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterX.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4941,"name":"read-resource","id":4942,"timestamp":2638572727,"duration":44838,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4941,"timestamp":2638572708,"duration":44979,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterY.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4943,"name":"read-resource","id":4944,"timestamp":2638572751,"duration":44949,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4943,"timestamp":2638572733,"duration":45084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleLetterZ.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4945,"name":"read-resource","id":4946,"timestamp":2638572773,"duration":45056,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4945,"timestamp":2638572758,"duration":45188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleMinus.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4947,"name":"read-resource","id":4948,"timestamp":2638572802,"duration":45155,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4947,"timestamp":2638572782,"duration":45298,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber0.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4949,"name":"read-resource","id":4950,"timestamp":2638572829,"duration":45263,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4949,"timestamp":2638572811,"duration":45403,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber1.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4951,"name":"read-resource","id":4952,"timestamp":2638572847,"duration":45380,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4951,"timestamp":2638572834,"duration":45512,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber2.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4953,"name":"read-resource","id":4954,"timestamp":2638572869,"duration":45489,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4953,"timestamp":2638572852,"duration":45627,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber3.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4955,"name":"read-resource","id":4956,"timestamp":2638572899,"duration":45592,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4955,"timestamp":2638572876,"duration":45740,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber4.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4957,"name":"read-resource","id":4958,"timestamp":2638572924,"duration":45704,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4957,"timestamp":2638572908,"duration":45844,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber5.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4959,"name":"read-resource","id":4960,"timestamp":2638572951,"duration":45822,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4959,"timestamp":2638572933,"duration":45959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber6.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4963,"name":"read-resource","id":4964,"timestamp":2638573010,"duration":45895,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4963,"timestamp":2638572987,"duration":46037,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber8.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4961,"name":"read-resource","id":4962,"timestamp":2638572978,"duration":46060,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4961,"timestamp":2638572956,"duration":46198,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber7.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4965,"name":"read-resource","id":4966,"timestamp":2638573048,"duration":46658,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4965,"timestamp":2638573019,"duration":46852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleNumber9.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4971,"name":"read-resource","id":4972,"timestamp":2638578740,"duration":41146,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4971,"timestamp":2638578702,"duration":41391,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleRectangleOff.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4967,"name":"read-resource","id":4968,"timestamp":2638573081,"duration":47031,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4967,"timestamp":2638573059,"duration":47245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleOff.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4969,"name":"read-resource","id":4970,"timestamp":2638573112,"duration":47209,"tags":{},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4969,"timestamp":2638573089,"duration":47422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCirclePlus.js","layer":"app-pages-browser"},"startTime":1732132323204},{"traceId":"6d02d019348010b3","parentId":4973,"name":"read-resource","id":4974,"timestamp":2638578798,"duration":41729,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4973,"timestamp":2638578764,"duration":41942,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleRectangle.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4975,"name":"read-resource","id":4976,"timestamp":2638578843,"duration":41880,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4975,"timestamp":2638578817,"duration":42097,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleSquare.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4977,"name":"read-resource","id":4978,"timestamp":2638578883,"duration":42048,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4977,"timestamp":2638578859,"duration":42249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleTriangle.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4979,"name":"read-resource","id":4980,"timestamp":2638578925,"duration":42199,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4979,"timestamp":2638578901,"duration":42400,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleXFilled.js","layer":"app-pages-browser"},"startTime":1732132323210}] +[{"traceId":"6d02d019348010b3","parentId":4981,"name":"read-resource","id":4982,"timestamp":2638578968,"duration":42545,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4981,"timestamp":2638578940,"duration":42779,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleX.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4985,"name":"read-resource","id":4986,"timestamp":2638579048,"duration":42690,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4985,"timestamp":2638579024,"duration":42888,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCirclesFilled.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4983,"name":"read-resource","id":4984,"timestamp":2638579009,"duration":42916,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4983,"timestamp":2638578984,"duration":43062,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircle.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4987,"name":"read-resource","id":4988,"timestamp":2638579086,"duration":42972,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4987,"timestamp":2638579063,"duration":43120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCirclesRelation.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4989,"name":"read-resource","id":4990,"timestamp":2638579124,"duration":43072,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4989,"timestamp":2638579101,"duration":43230,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircles.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4991,"name":"read-resource","id":4992,"timestamp":2638579169,"duration":43174,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4991,"timestamp":2638579139,"duration":43329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitAmmeter.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4993,"name":"read-resource","id":4994,"timestamp":2638579208,"duration":43273,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4993,"timestamp":2638579184,"duration":43424,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitBattery.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4995,"name":"read-resource","id":4996,"timestamp":2638579246,"duration":43375,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4995,"timestamp":2638579223,"duration":43602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitBulb.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4997,"name":"read-resource","id":4998,"timestamp":2638579283,"duration":43559,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4997,"timestamp":2638579261,"duration":43804,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitCapacitorPolarized.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":4999,"name":"read-resource","id":5000,"timestamp":2638579326,"duration":49029,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":4999,"timestamp":2638579298,"duration":49351,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitCapacitor.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":5001,"name":"read-resource","id":5002,"timestamp":2638579365,"duration":49355,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5001,"timestamp":2638579342,"duration":49646,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitCellPlus.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":5005,"name":"read-resource","id":5006,"timestamp":2638579510,"duration":50109,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5005,"timestamp":2638579422,"duration":50484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitChangeover.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":5003,"name":"read-resource","id":5004,"timestamp":2638579404,"duration":50521,"tags":{},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5003,"timestamp":2638579380,"duration":50824,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitCell.js","layer":"app-pages-browser"},"startTime":1732132323210},{"traceId":"6d02d019348010b3","parentId":5007,"name":"read-resource","id":5008,"timestamp":2638590689,"duration":39535,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5007,"timestamp":2638590638,"duration":39855,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitDiodeZener.js","layer":"app-pages-browser"},"startTime":1732132323221},{"traceId":"6d02d019348010b3","parentId":5009,"name":"read-resource","id":5010,"timestamp":2638590750,"duration":39796,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5009,"timestamp":2638590719,"duration":40052,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitDiode.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5011,"name":"read-resource","id":5012,"timestamp":2638590799,"duration":41115,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5011,"timestamp":2638590766,"duration":41441,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitGroundDigital.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5013,"name":"read-resource","id":5014,"timestamp":2638590841,"duration":41420,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5013,"timestamp":2638590816,"duration":41655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitGround.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5015,"name":"read-resource","id":5016,"timestamp":2638590885,"duration":41603,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5015,"timestamp":2638590858,"duration":41831,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitInductor.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5017,"name":"read-resource","id":5018,"timestamp":2638590925,"duration":41781,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5017,"timestamp":2638590902,"duration":42055,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitMotor.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5019,"name":"read-resource","id":5020,"timestamp":2638590973,"duration":42002,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5019,"timestamp":2638590949,"duration":42242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitPushbutton.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5023,"name":"read-resource","id":5024,"timestamp":2638591053,"duration":42153,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5023,"timestamp":2638591030,"duration":42320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitSwitchClosed.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5025,"name":"read-resource","id":5026,"timestamp":2638591091,"duration":42271,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5025,"timestamp":2638591067,"duration":42428,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitSwitchOpen.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5021,"name":"read-resource","id":5022,"timestamp":2638591014,"duration":42493,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5021,"timestamp":2638590987,"duration":42638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitResistor.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5027,"name":"read-resource","id":5028,"timestamp":2638591129,"duration":42556,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5027,"timestamp":2638591105,"duration":42743,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCircuitVoltmeter.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5029,"name":"read-resource","id":5030,"timestamp":2638591169,"duration":42693,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5029,"timestamp":2638591143,"duration":42845,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClearAll.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5031,"name":"read-resource","id":5032,"timestamp":2638591208,"duration":42792,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5031,"timestamp":2638591185,"duration":42941,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClearFormatting.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5033,"name":"read-resource","id":5034,"timestamp":2638591301,"duration":42881,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5033,"timestamp":2638591228,"duration":43221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClick.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5035,"name":"read-resource","id":5036,"timestamp":2638591345,"duration":43122,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5035,"timestamp":2638591319,"duration":43307,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardCheck.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5037,"name":"read-resource","id":5038,"timestamp":2638591389,"duration":44748,"tags":{},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5037,"timestamp":2638591361,"duration":44970,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardCopy.js","layer":"app-pages-browser"},"startTime":1732132323222},{"traceId":"6d02d019348010b3","parentId":5039,"name":"read-resource","id":5040,"timestamp":2638599972,"duration":37385,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5039,"timestamp":2638599920,"duration":37786,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardData.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5041,"name":"read-resource","id":5042,"timestamp":2638600073,"duration":37651,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5041,"timestamp":2638599988,"duration":38034,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardHeart.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5043,"name":"read-resource","id":5044,"timestamp":2638600119,"duration":37923,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5043,"timestamp":2638600090,"duration":38239,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardList.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5045,"name":"read-resource","id":5046,"timestamp":2638600162,"duration":38186,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5045,"timestamp":2638600131,"duration":38467,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardOff.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5047,"name":"read-resource","id":5048,"timestamp":2638600196,"duration":38423,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5047,"timestamp":2638600173,"duration":38762,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardPlus.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5049,"name":"read-resource","id":5050,"timestamp":2638600228,"duration":38726,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5049,"timestamp":2638600206,"duration":38963,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardText.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5051,"name":"read-resource","id":5052,"timestamp":2638600259,"duration":38928,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5051,"timestamp":2638600237,"duration":39206,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardTypography.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5055,"name":"read-resource","id":5056,"timestamp":2638600333,"duration":39133,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5055,"timestamp":2638600308,"duration":39390,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboard.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5057,"name":"read-resource","id":5058,"timestamp":2638600395,"duration":39321,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5057,"timestamp":2638600366,"duration":39596,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClock12.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5053,"name":"read-resource","id":5054,"timestamp":2638600294,"duration":39700,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5053,"timestamp":2638600269,"duration":40025,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClipboardX.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5059,"name":"read-resource","id":5060,"timestamp":2638600436,"duration":39878,"tags":{},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5059,"timestamp":2638600407,"duration":40203,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClock2.js","layer":"app-pages-browser"},"startTime":1732132323231},{"traceId":"6d02d019348010b3","parentId":5061,"name":"read-resource","id":5062,"timestamp":2638603757,"duration":36871,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5061,"timestamp":2638603715,"duration":37227,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClock24.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5063,"name":"read-resource","id":5064,"timestamp":2638603826,"duration":37140,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5063,"timestamp":2638603774,"duration":37449,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockBolt.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5065,"name":"read-resource","id":5066,"timestamp":2638603883,"duration":37358,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5065,"timestamp":2638603839,"duration":37598,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockCancel.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5067,"name":"read-resource","id":5068,"timestamp":2638603925,"duration":37529,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5067,"timestamp":2638603897,"duration":37722,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockCheck.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5069,"name":"read-resource","id":5070,"timestamp":2638603964,"duration":37671,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5069,"timestamp":2638603937,"duration":37980,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockCode.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5071,"name":"read-resource","id":5072,"timestamp":2638603998,"duration":40441,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5071,"timestamp":2638603974,"duration":40834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockCog.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5075,"name":"read-resource","id":5076,"timestamp":2638604150,"duration":40679,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5075,"timestamp":2638604116,"duration":41117,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockDown.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5073,"name":"read-resource","id":5074,"timestamp":2638604105,"duration":41763,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5073,"timestamp":2638604067,"duration":42103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockDollar.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5079,"name":"read-resource","id":5080,"timestamp":2638606964,"duration":47504,"tags":{},"startTime":1732132323238},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5079,"timestamp":2638606929,"duration":47920,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockExclamation.js","layer":"app-pages-browser"},"startTime":1732132323238},{"traceId":"6d02d019348010b3","parentId":5077,"name":"read-resource","id":5078,"timestamp":2638604185,"duration":50682,"tags":{},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5077,"timestamp":2638604161,"duration":50862,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockEdit.js","layer":"app-pages-browser"},"startTime":1732132323235},{"traceId":"6d02d019348010b3","parentId":5085,"name":"read-resource","id":5086,"timestamp":2638611770,"duration":43273,"tags":{},"startTime":1732132323243}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5085,"timestamp":2638611732,"duration":43621,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour1.js","layer":"app-pages-browser"},"startTime":1732132323243},{"traceId":"6d02d019348010b3","parentId":5083,"name":"read-resource","id":5084,"timestamp":2638611717,"duration":43651,"tags":{},"startTime":1732132323243},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5083,"timestamp":2638611649,"duration":43854,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHeart.js","layer":"app-pages-browser"},"startTime":1732132323242},{"traceId":"6d02d019348010b3","parentId":5081,"name":"read-resource","id":5082,"timestamp":2638611631,"duration":43885,"tags":{},"startTime":1732132323242},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5081,"timestamp":2638611583,"duration":44060,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockFilled.js","layer":"app-pages-browser"},"startTime":1732132323242},{"traceId":"6d02d019348010b3","parentId":5087,"name":"read-resource","id":5088,"timestamp":2638625888,"duration":30108,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5087,"timestamp":2638625845,"duration":30393,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour10.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5089,"name":"read-resource","id":5090,"timestamp":2638625942,"duration":30315,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5089,"timestamp":2638625911,"duration":30540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour11.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5091,"name":"read-resource","id":5092,"timestamp":2638625999,"duration":30471,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5091,"timestamp":2638625962,"duration":30698,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour12.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5093,"name":"read-resource","id":5094,"timestamp":2638626044,"duration":30634,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5093,"timestamp":2638626017,"duration":31032,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour2.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5095,"name":"read-resource","id":5096,"timestamp":2638626087,"duration":30980,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5095,"timestamp":2638626059,"duration":31324,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour3.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5103,"name":"read-resource","id":5104,"timestamp":2638626287,"duration":31116,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5103,"timestamp":2638626237,"duration":31374,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour7.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5097,"name":"read-resource","id":5098,"timestamp":2638626128,"duration":31503,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5097,"timestamp":2638626104,"duration":31795,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour4.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5099,"name":"read-resource","id":5100,"timestamp":2638626175,"duration":31744,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5099,"timestamp":2638626143,"duration":32136,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour5.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5101,"name":"read-resource","id":5102,"timestamp":2638626219,"duration":32079,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5101,"timestamp":2638626193,"duration":32331,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour6.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5105,"name":"read-resource","id":5106,"timestamp":2638626329,"duration":32213,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5105,"timestamp":2638626305,"duration":32478,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour8.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5107,"name":"read-resource","id":5108,"timestamp":2638626372,"duration":32430,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5107,"timestamp":2638626344,"duration":32666,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockHour9.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5109,"name":"read-resource","id":5110,"timestamp":2638626411,"duration":32619,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5109,"timestamp":2638626387,"duration":32857,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockMinus.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5113,"name":"read-resource","id":5114,"timestamp":2638626487,"duration":32777,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5113,"timestamp":2638626464,"duration":34625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockPause.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5111,"name":"read-resource","id":5112,"timestamp":2638626450,"duration":34660,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5111,"timestamp":2638626428,"duration":34870,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockOff.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5115,"name":"read-resource","id":5116,"timestamp":2638626527,"duration":34787,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5115,"timestamp":2638626502,"duration":34956,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockPin.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5117,"name":"read-resource","id":5118,"timestamp":2638626567,"duration":34905,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5117,"timestamp":2638626542,"duration":35064,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockPlay.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5119,"name":"read-resource","id":5120,"timestamp":2638626605,"duration":35014,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5119,"timestamp":2638626582,"duration":35174,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockPlus.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5121,"name":"read-resource","id":5122,"timestamp":2638626641,"duration":35129,"tags":{},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5121,"timestamp":2638626619,"duration":35280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockQuestion.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5123,"name":"read-resource","id":5124,"timestamp":2638626684,"duration":35229,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5123,"timestamp":2638626656,"duration":35379,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockRecord.js","layer":"app-pages-browser"},"startTime":1732132323257},{"traceId":"6d02d019348010b3","parentId":5127,"name":"read-resource","id":5128,"timestamp":2638626760,"duration":35288,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5127,"timestamp":2638626738,"duration":35439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockShare.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5129,"name":"read-resource","id":5130,"timestamp":2638626797,"duration":35392,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5129,"timestamp":2638626774,"duration":35549,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockShield.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5125,"name":"read-resource","id":5126,"timestamp":2638626723,"duration":35614,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5125,"timestamp":2638626700,"duration":35763,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockSearch.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5131,"name":"read-resource","id":5132,"timestamp":2638626834,"duration":35641,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5131,"timestamp":2638626813,"duration":35787,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockStar.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5133,"name":"read-resource","id":5134,"timestamp":2638626879,"duration":35733,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5133,"timestamp":2638626855,"duration":35879,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockStop.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5137,"name":"read-resource","id":5138,"timestamp":2638626953,"duration":35793,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5137,"timestamp":2638626931,"duration":35952,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockX.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5135,"name":"read-resource","id":5136,"timestamp":2638626917,"duration":35978,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5135,"timestamp":2638626895,"duration":36128,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClockUp.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5139,"name":"read-resource","id":5140,"timestamp":2638626989,"duration":36046,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5139,"timestamp":2638626967,"duration":36189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClock.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5141,"name":"read-resource","id":5142,"timestamp":2638627029,"duration":36139,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5141,"timestamp":2638627002,"duration":36293,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClothesRackOff.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5143,"name":"read-resource","id":5144,"timestamp":2638627067,"duration":36241,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5143,"timestamp":2638627044,"duration":36402,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClothesRack.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5145,"name":"read-resource","id":5146,"timestamp":2638627103,"duration":36356,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5145,"timestamp":2638627080,"duration":36502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudBolt.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5149,"name":"read-resource","id":5150,"timestamp":2638627179,"duration":40695,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5149,"timestamp":2638627152,"duration":40995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudCheck.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5147,"name":"read-resource","id":5148,"timestamp":2638627139,"duration":41026,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5147,"timestamp":2638627116,"duration":41257,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudCancel.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5151,"name":"read-resource","id":5152,"timestamp":2638627217,"duration":41173,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5151,"timestamp":2638627194,"duration":41498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudCode.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5153,"name":"read-resource","id":5154,"timestamp":2638627253,"duration":41457,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5153,"timestamp":2638627231,"duration":41747,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudCog.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5155,"name":"read-resource","id":5156,"timestamp":2638627289,"duration":41708,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5155,"timestamp":2638627267,"duration":41947,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudComputing.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5157,"name":"read-resource","id":5158,"timestamp":2638627329,"duration":41903,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5157,"timestamp":2638627303,"duration":42168,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudDataConnection.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5159,"name":"read-resource","id":5160,"timestamp":2638627367,"duration":42121,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5159,"timestamp":2638627344,"duration":42304,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudDollar.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5163,"name":"read-resource","id":5164,"timestamp":2638627441,"duration":42221,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5163,"timestamp":2638627419,"duration":42470,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudDownload.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5161,"name":"read-resource","id":5162,"timestamp":2638627404,"duration":42500,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5161,"timestamp":2638627381,"duration":42715,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudDown.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5165,"name":"read-resource","id":5166,"timestamp":2638627482,"duration":42628,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5165,"timestamp":2638627455,"duration":42799,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudExclamation.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5167,"name":"read-resource","id":5168,"timestamp":2638627522,"duration":42746,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5167,"timestamp":2638627498,"duration":42896,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudFilled.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5169,"name":"read-resource","id":5170,"timestamp":2638627558,"duration":42851,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5169,"timestamp":2638627536,"duration":42998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudFog.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5179,"name":"read-resource","id":5180,"timestamp":2638627743,"duration":42804,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5179,"timestamp":2638627721,"duration":42959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudOff.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5171,"name":"read-resource","id":5172,"timestamp":2638627594,"duration":43099,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5171,"timestamp":2638627572,"duration":43260,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudHeart.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5173,"name":"read-resource","id":5174,"timestamp":2638627634,"duration":43210,"tags":{},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5173,"timestamp":2638627608,"duration":43412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudLockOpen.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5175,"name":"read-resource","id":5176,"timestamp":2638627671,"duration":43368,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5175,"timestamp":2638627648,"duration":43660,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudLock.js","layer":"app-pages-browser"},"startTime":1732132323258},{"traceId":"6d02d019348010b3","parentId":5181,"name":"read-resource","id":5182,"timestamp":2638627783,"duration":43549,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5181,"timestamp":2638627757,"duration":43775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudPause.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5183,"name":"read-resource","id":5184,"timestamp":2638627821,"duration":43726,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5183,"timestamp":2638627798,"duration":43912,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudPin.js","layer":"app-pages-browser"},"startTime":1732132323259}] +[{"traceId":"6d02d019348010b3","parentId":5177,"name":"read-resource","id":5178,"timestamp":2638627707,"duration":44161,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5177,"timestamp":2638627684,"duration":44354,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudMinus.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5185,"name":"read-resource","id":5186,"timestamp":2638627857,"duration":44196,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5185,"timestamp":2638627835,"duration":44362,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudPlus.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5187,"name":"read-resource","id":5188,"timestamp":2638627893,"duration":44317,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5187,"timestamp":2638627871,"duration":44479,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudQuestion.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5189,"name":"read-resource","id":5190,"timestamp":2638627932,"duration":44431,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5189,"timestamp":2638627906,"duration":44588,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudRain.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5191,"name":"read-resource","id":5192,"timestamp":2638627970,"duration":44585,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5191,"timestamp":2638627947,"duration":44761,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudSearch.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5193,"name":"read-resource","id":5194,"timestamp":2638628050,"duration":44708,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5193,"timestamp":2638627984,"duration":44924,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudShare.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5195,"name":"read-resource","id":5196,"timestamp":2638628091,"duration":45471,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5195,"timestamp":2638628067,"duration":45716,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudSnow.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5197,"name":"read-resource","id":5198,"timestamp":2638628129,"duration":45674,"tags":{},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5197,"timestamp":2638628106,"duration":45901,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudStar.js","layer":"app-pages-browser"},"startTime":1732132323259},{"traceId":"6d02d019348010b3","parentId":5199,"name":"read-resource","id":5200,"timestamp":2638631644,"duration":45413,"tags":{},"startTime":1732132323262},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5199,"timestamp":2638631597,"duration":45692,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudStorm.js","layer":"app-pages-browser"},"startTime":1732132323262},{"traceId":"6d02d019348010b3","parentId":5203,"name":"read-resource","id":5204,"timestamp":2638631771,"duration":45537,"tags":{},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5203,"timestamp":2638631740,"duration":45755,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudUpload.js","layer":"app-pages-browser"},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":5201,"name":"read-resource","id":5202,"timestamp":2638631726,"duration":45784,"tags":{},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5201,"timestamp":2638631695,"duration":45955,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudUp.js","layer":"app-pages-browser"},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":5205,"name":"read-resource","id":5206,"timestamp":2638631817,"duration":45915,"tags":{},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5205,"timestamp":2638631791,"duration":46100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudX.js","layer":"app-pages-browser"},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":5207,"name":"read-resource","id":5208,"timestamp":2638631851,"duration":46053,"tags":{},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5207,"timestamp":2638631829,"duration":46202,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCloud.js","layer":"app-pages-browser"},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":5209,"name":"read-resource","id":5210,"timestamp":2638631883,"duration":46161,"tags":{},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5209,"timestamp":2638631861,"duration":46320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClover2.js","layer":"app-pages-browser"},"startTime":1732132323263},{"traceId":"6d02d019348010b3","parentId":5211,"name":"read-resource","id":5212,"timestamp":2638635535,"duration":42658,"tags":{},"startTime":1732132323266},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5211,"timestamp":2638635497,"duration":42835,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClover.js","layer":"app-pages-browser"},"startTime":1732132323266},{"traceId":"6d02d019348010b3","parentId":5213,"name":"read-resource","id":5214,"timestamp":2638635590,"duration":42756,"tags":{},"startTime":1732132323266},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5213,"timestamp":2638635557,"duration":42920,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClubsFilled.js","layer":"app-pages-browser"},"startTime":1732132323266},{"traceId":"6d02d019348010b3","parentId":5215,"name":"read-resource","id":5216,"timestamp":2638635631,"duration":42858,"tags":{},"startTime":1732132323266},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5215,"timestamp":2638635606,"duration":43004,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconClubs.js","layer":"app-pages-browser"},"startTime":1732132323266},{"traceId":"6d02d019348010b3","parentId":5217,"name":"read-resource","id":5218,"timestamp":2638635671,"duration":42952,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5217,"timestamp":2638635646,"duration":43118,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCodeAsterix.js","layer":"app-pages-browser"},"startTime":1732132323266},{"traceId":"6d02d019348010b3","parentId":5221,"name":"read-resource","id":5222,"timestamp":2638635763,"duration":43013,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5221,"timestamp":2638635741,"duration":43157,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCodeCircle.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5219,"name":"read-resource","id":5220,"timestamp":2638635732,"duration":43180,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5219,"timestamp":2638635704,"duration":43339,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCodeCircle2.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5229,"name":"read-resource","id":5230,"timestamp":2638635922,"duration":43134,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5229,"timestamp":2638635871,"duration":43315,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCodePlus.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5227,"name":"read-resource","id":5228,"timestamp":2638635860,"duration":43338,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5227,"timestamp":2638635838,"duration":43485,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCodeOff.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5223,"name":"read-resource","id":5224,"timestamp":2638635793,"duration":43542,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5223,"timestamp":2638635772,"duration":43691,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCodeDots.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5225,"name":"read-resource","id":5226,"timestamp":2638635827,"duration":43783,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5225,"timestamp":2638635802,"duration":43979,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCodeMinus.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5231,"name":"read-resource","id":5232,"timestamp":2638635958,"duration":44232,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5231,"timestamp":2638635935,"duration":44419,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCode.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5233,"name":"read-resource","id":5234,"timestamp":2638636046,"duration":44570,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5233,"timestamp":2638635981,"duration":44806,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoffeeOff.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5235,"name":"read-resource","id":5236,"timestamp":2638636094,"duration":44818,"tags":{},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5235,"timestamp":2638636065,"duration":45001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoffee.js","layer":"app-pages-browser"},"startTime":1732132323267},{"traceId":"6d02d019348010b3","parentId":5239,"name":"read-resource","id":5240,"timestamp":2638643701,"duration":40427,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5239,"timestamp":2638643675,"duration":40799,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoinBitcoin.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5237,"name":"read-resource","id":5238,"timestamp":2638643647,"duration":40847,"tags":{},"startTime":1732132323274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5237,"timestamp":2638643586,"duration":41164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoffin.js","layer":"app-pages-browser"},"startTime":1732132323274},{"traceId":"6d02d019348010b3","parentId":5243,"name":"read-resource","id":5244,"timestamp":2638643781,"duration":40988,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5243,"timestamp":2638643758,"duration":41248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoinMonero.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5245,"name":"read-resource","id":5246,"timestamp":2638643855,"duration":41176,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5245,"timestamp":2638643792,"duration":41509,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoinOff.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5241,"name":"read-resource","id":5242,"timestamp":2638643748,"duration":41572,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5241,"timestamp":2638643720,"duration":41835,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoinEuro.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5247,"name":"read-resource","id":5248,"timestamp":2638643898,"duration":41676,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5247,"timestamp":2638643870,"duration":41911,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoinPound.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5249,"name":"read-resource","id":5250,"timestamp":2638643941,"duration":41857,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5249,"timestamp":2638643908,"duration":42057,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoinRupee.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5251,"name":"read-resource","id":5252,"timestamp":2638643973,"duration":42006,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5251,"timestamp":2638643951,"duration":42242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoinYen.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5253,"name":"read-resource","id":5254,"timestamp":2638644029,"duration":42203,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5253,"timestamp":2638643984,"duration":42461,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoinYuan.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5257,"name":"read-resource","id":5258,"timestamp":2638644141,"duration":42322,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5257,"timestamp":2638644072,"duration":42668,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoins.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5255,"name":"read-resource","id":5256,"timestamp":2638644062,"duration":42698,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5255,"timestamp":2638644039,"duration":42923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCoin.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5259,"name":"read-resource","id":5260,"timestamp":2638644188,"duration":42812,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5259,"timestamp":2638644157,"duration":43056,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColorFilter.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5263,"name":"read-resource","id":5264,"timestamp":2638644258,"duration":42974,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5263,"timestamp":2638644235,"duration":43245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColorPicker.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5261,"name":"read-resource","id":5262,"timestamp":2638644224,"duration":43300,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5261,"timestamp":2638644199,"duration":43750,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColorPickerOff.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5265,"name":"read-resource","id":5266,"timestamp":2638644298,"duration":44276,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5265,"timestamp":2638644270,"duration":44477,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColorSwatchOff.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5267,"name":"read-resource","id":5268,"timestamp":2638644332,"duration":44429,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5267,"timestamp":2638644307,"duration":44601,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColorSwatch.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5269,"name":"read-resource","id":5270,"timestamp":2638644405,"duration":46313,"tags":{},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5269,"timestamp":2638644343,"duration":46617,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColumnInsertLeft.js","layer":"app-pages-browser"},"startTime":1732132323275},{"traceId":"6d02d019348010b3","parentId":5275,"name":"read-resource","id":5276,"timestamp":2638653938,"duration":37060,"tags":{},"startTime":1732132323285},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5275,"timestamp":2638653913,"duration":37280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColumns1.js","layer":"app-pages-browser"},"startTime":1732132323285},{"traceId":"6d02d019348010b3","parentId":5273,"name":"read-resource","id":5274,"timestamp":2638653894,"duration":37315,"tags":{},"startTime":1732132323285},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5273,"timestamp":2638653863,"duration":37547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColumnRemove.js","layer":"app-pages-browser"},"startTime":1732132323285},{"traceId":"6d02d019348010b3","parentId":5271,"name":"read-resource","id":5272,"timestamp":2638653831,"duration":37596,"tags":{},"startTime":1732132323285},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5271,"timestamp":2638653771,"duration":37869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColumnInsertRight.js","layer":"app-pages-browser"},"startTime":1732132323285},{"traceId":"6d02d019348010b3","parentId":5277,"name":"read-resource","id":5278,"timestamp":2638665646,"duration":26769,"tags":{},"startTime":1732132323296},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5277,"timestamp":2638665595,"duration":27019,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColumns2.js","layer":"app-pages-browser"},"startTime":1732132323296},{"traceId":"6d02d019348010b3","parentId":5279,"name":"read-resource","id":5280,"timestamp":2638665720,"duration":26911,"tags":{},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5279,"timestamp":2638665693,"duration":27118,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColumns3.js","layer":"app-pages-browser"},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":5281,"name":"read-resource","id":5282,"timestamp":2638665757,"duration":27071,"tags":{},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5281,"timestamp":2638665736,"duration":27321,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColumnsOff.js","layer":"app-pages-browser"},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":5283,"name":"read-resource","id":5284,"timestamp":2638665788,"duration":27285,"tags":{},"startTime":1732132323297}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5283,"timestamp":2638665769,"duration":27796,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconColumns.js","layer":"app-pages-browser"},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":5285,"name":"read-resource","id":5286,"timestamp":2638665825,"duration":27757,"tags":{},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5285,"timestamp":2638665800,"duration":27978,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconComet.js","layer":"app-pages-browser"},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":5293,"name":"read-resource","id":5294,"timestamp":2638666714,"duration":27080,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5293,"timestamp":2638666679,"duration":27308,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCompass.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5287,"name":"read-resource","id":5288,"timestamp":2638666580,"duration":27422,"tags":{},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5287,"timestamp":2638666532,"duration":27632,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCommandOff.js","layer":"app-pages-browser"},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":5289,"name":"read-resource","id":5290,"timestamp":2638666628,"duration":27553,"tags":{},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5289,"timestamp":2638666597,"duration":27774,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCommand.js","layer":"app-pages-browser"},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":5291,"name":"read-resource","id":5292,"timestamp":2638666667,"duration":27720,"tags":{},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5291,"timestamp":2638666640,"duration":27959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCompassOff.js","layer":"app-pages-browser"},"startTime":1732132323297},{"traceId":"6d02d019348010b3","parentId":5295,"name":"read-resource","id":5296,"timestamp":2638666751,"duration":27863,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5295,"timestamp":2638666727,"duration":28091,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconComponentsOff.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5297,"name":"read-resource","id":5298,"timestamp":2638666783,"duration":28051,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5297,"timestamp":2638666760,"duration":28263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconComponents.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5299,"name":"read-resource","id":5300,"timestamp":2638666817,"duration":28222,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5299,"timestamp":2638666793,"duration":28432,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCone2.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5301,"name":"read-resource","id":5302,"timestamp":2638666855,"duration":28386,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5301,"timestamp":2638666827,"duration":28597,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconConeOff.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5303,"name":"read-resource","id":5304,"timestamp":2638666886,"duration":28554,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5303,"timestamp":2638666864,"duration":28754,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconConePlus.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5305,"name":"read-resource","id":5306,"timestamp":2638666914,"duration":28720,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5305,"timestamp":2638666895,"duration":28907,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCone.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5307,"name":"read-resource","id":5308,"timestamp":2638666938,"duration":28879,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5307,"timestamp":2638666920,"duration":29163,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconConfettiOff.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5309,"name":"read-resource","id":5310,"timestamp":2638666965,"duration":33975,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5309,"timestamp":2638666945,"duration":34286,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconConfetti.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5311,"name":"read-resource","id":5312,"timestamp":2638667008,"duration":36154,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5311,"timestamp":2638666974,"duration":36397,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconConfucius.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5313,"name":"read-resource","id":5314,"timestamp":2638667043,"duration":36345,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5313,"timestamp":2638667019,"duration":36602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconContainerOff.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5315,"name":"read-resource","id":5316,"timestamp":2638667073,"duration":36563,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5315,"timestamp":2638667052,"duration":36803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconContainer.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5317,"name":"read-resource","id":5318,"timestamp":2638667105,"duration":36765,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5317,"timestamp":2638667082,"duration":37025,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconContrast2Off.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5319,"name":"read-resource","id":5320,"timestamp":2638667148,"duration":36976,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5319,"timestamp":2638667116,"duration":37305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconContrast2.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5321,"name":"read-resource","id":5322,"timestamp":2638667184,"duration":37256,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5321,"timestamp":2638667159,"duration":37490,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconContrastOff.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5323,"name":"read-resource","id":5324,"timestamp":2638667216,"duration":37451,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5323,"timestamp":2638667193,"duration":37659,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconContrast.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5325,"name":"read-resource","id":5326,"timestamp":2638667251,"duration":37616,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5325,"timestamp":2638667227,"duration":37854,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCooker.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5327,"name":"read-resource","id":5328,"timestamp":2638667293,"duration":37803,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5327,"timestamp":2638667264,"duration":38048,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCookieMan.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5329,"name":"read-resource","id":5330,"timestamp":2638667324,"duration":38005,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5329,"timestamp":2638667303,"duration":38226,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCookieOff.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5331,"name":"read-resource","id":5332,"timestamp":2638667351,"duration":38193,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5331,"timestamp":2638667332,"duration":38434,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCookie.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5333,"name":"read-resource","id":5334,"timestamp":2638667386,"duration":38395,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5333,"timestamp":2638667360,"duration":38602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCopyOff.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5335,"name":"read-resource","id":5336,"timestamp":2638667414,"duration":38564,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5335,"timestamp":2638667395,"duration":38758,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCopy.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5337,"name":"read-resource","id":5338,"timestamp":2638667442,"duration":38734,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5337,"timestamp":2638667422,"duration":38934,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCopyleftFilled.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5339,"name":"read-resource","id":5340,"timestamp":2638667532,"duration":38840,"tags":{},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5339,"timestamp":2638667497,"duration":39068,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCopyleftOff.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5341,"name":"read-resource","id":5342,"timestamp":2638667693,"duration":46122,"tags":{},"startTime":1732132323299},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5341,"timestamp":2638667612,"duration":46484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCopyleft.js","layer":"app-pages-browser"},"startTime":1732132323298},{"traceId":"6d02d019348010b3","parentId":5343,"name":"read-resource","id":5344,"timestamp":2638667774,"duration":46799,"tags":{},"startTime":1732132323299},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5343,"timestamp":2638667741,"duration":47097,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCopyrightFilled.js","layer":"app-pages-browser"},"startTime":1732132323299},{"traceId":"6d02d019348010b3","parentId":5345,"name":"read-resource","id":5346,"timestamp":2638667815,"duration":47041,"tags":{},"startTime":1732132323299},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5345,"timestamp":2638667791,"duration":47299,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCopyrightOff.js","layer":"app-pages-browser"},"startTime":1732132323299},{"traceId":"6d02d019348010b3","parentId":5347,"name":"read-resource","id":5348,"timestamp":2638676152,"duration":39368,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5347,"timestamp":2638676104,"duration":39683,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCopyright.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5349,"name":"read-resource","id":5350,"timestamp":2638676197,"duration":39612,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5349,"timestamp":2638676169,"duration":39905,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerDownLeftDouble.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5351,"name":"read-resource","id":5352,"timestamp":2638676237,"duration":39856,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5351,"timestamp":2638676210,"duration":40098,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerDownLeft.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5353,"name":"read-resource","id":5354,"timestamp":2638676283,"duration":40049,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5353,"timestamp":2638676248,"duration":40327,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerDownRightDouble.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5355,"name":"read-resource","id":5356,"timestamp":2638676323,"duration":40269,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5355,"timestamp":2638676294,"duration":41005,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerDownRight.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5357,"name":"read-resource","id":5358,"timestamp":2638676356,"duration":40962,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5357,"timestamp":2638676333,"duration":41213,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerLeftDownDouble.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5359,"name":"read-resource","id":5360,"timestamp":2638676389,"duration":41184,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5359,"timestamp":2638676367,"duration":41410,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerLeftDown.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5361,"name":"read-resource","id":5362,"timestamp":2638676420,"duration":41376,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5361,"timestamp":2638676398,"duration":41604,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerLeftUpDouble.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5363,"name":"read-resource","id":5364,"timestamp":2638676462,"duration":41579,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5363,"timestamp":2638676431,"duration":41810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerLeftUp.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5365,"name":"read-resource","id":5366,"timestamp":2638676498,"duration":41760,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5365,"timestamp":2638676473,"duration":42082,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerRightDownDouble.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5367,"name":"read-resource","id":5368,"timestamp":2638676534,"duration":42038,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5367,"timestamp":2638676509,"duration":42239,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerRightDown.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5369,"name":"read-resource","id":5370,"timestamp":2638676576,"duration":42188,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5369,"timestamp":2638676544,"duration":42408,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerRightUpDouble.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5371,"name":"read-resource","id":5372,"timestamp":2638676611,"duration":42358,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5371,"timestamp":2638676585,"duration":42558,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerRightUp.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5373,"name":"read-resource","id":5374,"timestamp":2638676643,"duration":42517,"tags":{},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5373,"timestamp":2638676620,"duration":42724,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerUpLeftDouble.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5375,"name":"read-resource","id":5376,"timestamp":2638676673,"duration":42687,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5375,"timestamp":2638676651,"duration":42877,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerUpLeft.js","layer":"app-pages-browser"},"startTime":1732132323307},{"traceId":"6d02d019348010b3","parentId":5377,"name":"read-resource","id":5378,"timestamp":2638676705,"duration":42840,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5377,"timestamp":2638676683,"duration":43044,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerUpRightDouble.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5379,"name":"read-resource","id":5380,"timestamp":2638676739,"duration":43004,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5379,"timestamp":2638676714,"duration":43203,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCornerUpRight.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5381,"name":"read-resource","id":5382,"timestamp":2638676777,"duration":43158,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5381,"timestamp":2638676750,"duration":43968,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCpu2.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5383,"name":"read-resource","id":5384,"timestamp":2638676805,"duration":43930,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5383,"timestamp":2638676786,"duration":44179,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCpuOff.js","layer":"app-pages-browser"},"startTime":1732132323308}] +[{"traceId":"6d02d019348010b3","parentId":5385,"name":"read-resource","id":5386,"timestamp":2638676831,"duration":44380,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5385,"timestamp":2638676811,"duration":44638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCpu.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5387,"name":"read-resource","id":5388,"timestamp":2638676857,"duration":47481,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5387,"timestamp":2638676838,"duration":47753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCraneOff.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5389,"name":"read-resource","id":5390,"timestamp":2638676889,"duration":47763,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5389,"timestamp":2638676864,"duration":47987,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrane.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5391,"name":"read-resource","id":5392,"timestamp":2638676916,"duration":47952,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5391,"timestamp":2638676896,"duration":48170,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreativeCommonsBy.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5393,"name":"read-resource","id":5394,"timestamp":2638676942,"duration":52472,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5393,"timestamp":2638676923,"duration":52856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreativeCommonsNc.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5395,"name":"read-resource","id":5396,"timestamp":2638676969,"duration":52855,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5395,"timestamp":2638676949,"duration":53087,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreativeCommonsNd.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5397,"name":"read-resource","id":5398,"timestamp":2638677013,"duration":53041,"tags":{},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5397,"timestamp":2638676984,"duration":53345,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreativeCommonsOff.js","layer":"app-pages-browser"},"startTime":1732132323308},{"traceId":"6d02d019348010b3","parentId":5399,"name":"read-resource","id":5400,"timestamp":2638683246,"duration":47228,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5399,"timestamp":2638683195,"duration":47547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreativeCommonsSa.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5401,"name":"read-resource","id":5402,"timestamp":2638683304,"duration":47457,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5401,"timestamp":2638683268,"duration":47765,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreativeCommonsZero.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5403,"name":"read-resource","id":5404,"timestamp":2638683346,"duration":47706,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5403,"timestamp":2638683315,"duration":47999,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreativeCommons.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5405,"name":"read-resource","id":5406,"timestamp":2638683421,"duration":47911,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5405,"timestamp":2638683358,"duration":48237,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreditCardOff.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5407,"name":"read-resource","id":5408,"timestamp":2638683471,"duration":48144,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5407,"timestamp":2638683444,"duration":48798,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCreditCard.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5409,"name":"read-resource","id":5410,"timestamp":2638683504,"duration":48757,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5409,"timestamp":2638683481,"duration":49251,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCricket.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5411,"name":"read-resource","id":5412,"timestamp":2638683541,"duration":49209,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5411,"timestamp":2638683514,"duration":49709,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrop.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5413,"name":"read-resource","id":5414,"timestamp":2638683577,"duration":49665,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5413,"timestamp":2638683551,"duration":50711,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrossFilled.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5415,"name":"read-resource","id":5416,"timestamp":2638683635,"duration":50653,"tags":{},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5415,"timestamp":2638683589,"duration":50937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrossOff.js","layer":"app-pages-browser"},"startTime":1732132323314},{"traceId":"6d02d019348010b3","parentId":5417,"name":"read-resource","id":5418,"timestamp":2638683705,"duration":50840,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5417,"timestamp":2638683668,"duration":51077,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCross.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5419,"name":"read-resource","id":5420,"timestamp":2638683747,"duration":51016,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5419,"timestamp":2638683720,"duration":51275,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrosshair.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5421,"name":"read-resource","id":5422,"timestamp":2638683777,"duration":51238,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5421,"timestamp":2638683756,"duration":52570,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrownOff.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5423,"name":"read-resource","id":5424,"timestamp":2638683806,"duration":52536,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5423,"timestamp":2638683786,"duration":52701,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrown.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5425,"name":"read-resource","id":5426,"timestamp":2638683841,"duration":52661,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5425,"timestamp":2638683819,"duration":52829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrutchesOff.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5427,"name":"read-resource","id":5428,"timestamp":2638683875,"duration":52786,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5427,"timestamp":2638683849,"duration":52960,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrutches.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5429,"name":"read-resource","id":5430,"timestamp":2638683931,"duration":52892,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5429,"timestamp":2638683886,"duration":53074,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCrystalBall.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5431,"name":"read-resource","id":5432,"timestamp":2638683974,"duration":52999,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5431,"timestamp":2638683944,"duration":53160,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCsv.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5433,"name":"read-resource","id":5434,"timestamp":2638684037,"duration":53080,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5433,"timestamp":2638683992,"duration":53256,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCubeOff.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5435,"name":"read-resource","id":5436,"timestamp":2638684077,"duration":53760,"tags":{},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5435,"timestamp":2638684049,"duration":53966,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCubePlus.js","layer":"app-pages-browser"},"startTime":1732132323315},{"traceId":"6d02d019348010b3","parentId":5439,"name":"read-resource","id":5440,"timestamp":2638689861,"duration":48170,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5439,"timestamp":2638689831,"duration":48340,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCubeUnfolded.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5437,"name":"read-resource","id":5438,"timestamp":2638689808,"duration":48377,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5437,"timestamp":2638689778,"duration":48544,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCubeSend.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5441,"name":"read-resource","id":5442,"timestamp":2638689902,"duration":48465,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5441,"timestamp":2638689878,"duration":48645,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCube.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5443,"name":"read-resource","id":5444,"timestamp":2638689947,"duration":48591,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5443,"timestamp":2638689918,"duration":48761,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCupOff.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5445,"name":"read-resource","id":5446,"timestamp":2638689988,"duration":48705,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5445,"timestamp":2638689963,"duration":48863,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCup.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5451,"name":"read-resource","id":5452,"timestamp":2638690105,"duration":48751,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5451,"timestamp":2638690078,"duration":48922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyAfghani.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5453,"name":"read-resource","id":5454,"timestamp":2638690145,"duration":48869,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5453,"timestamp":2638690121,"duration":49020,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyBahraini.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5455,"name":"read-resource","id":5456,"timestamp":2638690182,"duration":48972,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5455,"timestamp":2638690159,"duration":49124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyBaht.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5457,"name":"read-resource","id":5458,"timestamp":2638690220,"duration":49083,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5457,"timestamp":2638690196,"duration":49249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyBitcoin.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5447,"name":"read-resource","id":5448,"timestamp":2638690026,"duration":52066,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5447,"timestamp":2638690003,"duration":52268,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurling.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5459,"name":"read-resource","id":5460,"timestamp":2638690256,"duration":52054,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5459,"timestamp":2638690234,"duration":52234,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyCent.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5461,"name":"read-resource","id":5462,"timestamp":2638690386,"duration":52096,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5461,"timestamp":2638690274,"duration":52422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDinar.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5465,"name":"read-resource","id":5466,"timestamp":2638690466,"duration":52247,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5465,"timestamp":2638690443,"duration":52473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDogecoin.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5463,"name":"read-resource","id":5464,"timestamp":2638690428,"duration":53428,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5463,"timestamp":2638690404,"duration":53765,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDirham.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5467,"name":"read-resource","id":5468,"timestamp":2638690513,"duration":53691,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5467,"timestamp":2638690481,"duration":53993,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollarAustralian.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5469,"name":"read-resource","id":5470,"timestamp":2638702613,"duration":42781,"tags":{},"startTime":1732132323333},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5469,"timestamp":2638702561,"duration":43089,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollarBrunei.js","layer":"app-pages-browser"},"startTime":1732132323333},{"traceId":"6d02d019348010b3","parentId":5473,"name":"read-resource","id":5474,"timestamp":2638702678,"duration":42990,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5473,"timestamp":2638702660,"duration":43258,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollarGuyanese.js","layer":"app-pages-browser"},"startTime":1732132323333},{"traceId":"6d02d019348010b3","parentId":5475,"name":"read-resource","id":5476,"timestamp":2638702704,"duration":43232,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5475,"timestamp":2638702685,"duration":43496,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollarOff.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5477,"name":"read-resource","id":5478,"timestamp":2638702732,"duration":43469,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5477,"timestamp":2638702710,"duration":43757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollarSingapore.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5479,"name":"read-resource","id":5480,"timestamp":2638702756,"duration":43729,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5479,"timestamp":2638702739,"duration":43953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollarZimbabwean.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5481,"name":"read-resource","id":5482,"timestamp":2638702782,"duration":43958,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5481,"timestamp":2638702763,"duration":44189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollar.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5483,"name":"read-resource","id":5484,"timestamp":2638702806,"duration":44184,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5483,"timestamp":2638702789,"duration":44423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDong.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5485,"name":"read-resource","id":5486,"timestamp":2638702835,"duration":44395,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5485,"timestamp":2638702814,"duration":44738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDram.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5487,"name":"read-resource","id":5488,"timestamp":2638702858,"duration":44712,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5487,"timestamp":2638702841,"duration":44921,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyEthereum.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5489,"name":"read-resource","id":5490,"timestamp":2638702881,"duration":44898,"tags":{},"startTime":1732132323334}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5489,"timestamp":2638702865,"duration":45749,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyEuroOff.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5491,"name":"read-resource","id":5492,"timestamp":2638702904,"duration":45730,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5491,"timestamp":2638702887,"duration":45984,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyEuro.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5493,"name":"read-resource","id":5494,"timestamp":2638702931,"duration":45960,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5493,"timestamp":2638702910,"duration":46166,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyFlorin.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5495,"name":"read-resource","id":5496,"timestamp":2638702955,"duration":46136,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5495,"timestamp":2638702938,"duration":46290,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyForint.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5497,"name":"read-resource","id":5498,"timestamp":2638702977,"duration":46264,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5497,"timestamp":2638702961,"duration":46411,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyFrank.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5499,"name":"read-resource","id":5500,"timestamp":2638703000,"duration":46384,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5499,"timestamp":2638702983,"duration":46530,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyGuarani.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5501,"name":"read-resource","id":5502,"timestamp":2638703030,"duration":46496,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5501,"timestamp":2638703006,"duration":46646,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyHryvnia.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5503,"name":"read-resource","id":5504,"timestamp":2638703053,"duration":46611,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5503,"timestamp":2638703036,"duration":46756,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyIranianRial.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5505,"name":"read-resource","id":5506,"timestamp":2638703076,"duration":46727,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5505,"timestamp":2638703059,"duration":46866,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyKip.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5507,"name":"read-resource","id":5508,"timestamp":2638703098,"duration":46839,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5507,"timestamp":2638703082,"duration":46993,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyKroneCzech.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5509,"name":"read-resource","id":5510,"timestamp":2638703128,"duration":46960,"tags":{},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5509,"timestamp":2638703104,"duration":47115,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyKroneDanish.js","layer":"app-pages-browser"},"startTime":1732132323334},{"traceId":"6d02d019348010b3","parentId":5511,"name":"read-resource","id":5512,"timestamp":2638712864,"duration":37367,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5511,"timestamp":2638712825,"duration":37531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyKroneSwedish.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5449,"name":"read-resource","id":5450,"timestamp":2638690064,"duration":60305,"tags":{},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5449,"timestamp":2638690041,"duration":60448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurlyLoop.js","layer":"app-pages-browser"},"startTime":1732132323321},{"traceId":"6d02d019348010b3","parentId":5471,"name":"read-resource","id":5472,"timestamp":2638702652,"duration":47849,"tags":{},"startTime":1732132323333},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5471,"timestamp":2638702629,"duration":48007,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollarCanadian.js","layer":"app-pages-browser"},"startTime":1732132323333},{"traceId":"6d02d019348010b3","parentId":5513,"name":"read-resource","id":5514,"timestamp":2638712946,"duration":37703,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5513,"timestamp":2638712913,"duration":37862,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyLari.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5515,"name":"read-resource","id":5516,"timestamp":2638712996,"duration":37790,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5515,"timestamp":2638712969,"duration":37930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyLeu.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5517,"name":"read-resource","id":5518,"timestamp":2638713039,"duration":37873,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5517,"timestamp":2638713015,"duration":38015,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyLira.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5519,"name":"read-resource","id":5520,"timestamp":2638713095,"duration":37946,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5519,"timestamp":2638713072,"duration":38093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyLitecoin.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5521,"name":"read-resource","id":5522,"timestamp":2638713155,"duration":38023,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5521,"timestamp":2638713128,"duration":38171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyLyd.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5523,"name":"read-resource","id":5524,"timestamp":2638713197,"duration":38113,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5523,"timestamp":2638713174,"duration":38258,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyManat.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5525,"name":"read-resource","id":5526,"timestamp":2638713240,"duration":38203,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5525,"timestamp":2638713216,"duration":38342,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyMonero.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5527,"name":"read-resource","id":5528,"timestamp":2638713296,"duration":38273,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5527,"timestamp":2638713273,"duration":38423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyNaira.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5529,"name":"read-resource","id":5530,"timestamp":2638713355,"duration":38354,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5529,"timestamp":2638713328,"duration":38636,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyNano.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5531,"name":"read-resource","id":5532,"timestamp":2638713397,"duration":38583,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5531,"timestamp":2638713373,"duration":38860,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyOff.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5533,"name":"read-resource","id":5534,"timestamp":2638713440,"duration":42909,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5533,"timestamp":2638713416,"duration":43126,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyPaanga.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5535,"name":"read-resource","id":5536,"timestamp":2638713494,"duration":43063,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5535,"timestamp":2638713472,"duration":43228,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyPeso.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5537,"name":"read-resource","id":5538,"timestamp":2638713556,"duration":43157,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5537,"timestamp":2638713526,"duration":43317,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyPoundOff.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5539,"name":"read-resource","id":5540,"timestamp":2638713599,"duration":43256,"tags":{},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5539,"timestamp":2638713575,"duration":43401,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyPound.js","layer":"app-pages-browser"},"startTime":1732132323344},{"traceId":"6d02d019348010b3","parentId":5541,"name":"read-resource","id":5542,"timestamp":2638723521,"duration":34282,"tags":{},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5541,"timestamp":2638723456,"duration":34581,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyQuetzal.js","layer":"app-pages-browser"},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":5543,"name":"read-resource","id":5544,"timestamp":2638723566,"duration":34490,"tags":{},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5543,"timestamp":2638723539,"duration":34817,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyReal.js","layer":"app-pages-browser"},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":5545,"name":"read-resource","id":5546,"timestamp":2638723599,"duration":34775,"tags":{},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5545,"timestamp":2638723576,"duration":35057,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyRenminbi.js","layer":"app-pages-browser"},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":5547,"name":"read-resource","id":5548,"timestamp":2638723628,"duration":35026,"tags":{},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5547,"timestamp":2638723607,"duration":35287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyRipple.js","layer":"app-pages-browser"},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":5549,"name":"read-resource","id":5550,"timestamp":2638723663,"duration":35250,"tags":{},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5549,"timestamp":2638723636,"duration":35514,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyRiyal.js","layer":"app-pages-browser"},"startTime":1732132323354},{"traceId":"6d02d019348010b3","parentId":5551,"name":"read-resource","id":5552,"timestamp":2638723705,"duration":35464,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5551,"timestamp":2638723679,"duration":35716,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyRubel.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5553,"name":"read-resource","id":5554,"timestamp":2638723736,"duration":35696,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5553,"timestamp":2638723714,"duration":35923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyRufiyaa.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5555,"name":"read-resource","id":5556,"timestamp":2638723765,"duration":35889,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5555,"timestamp":2638723745,"duration":36136,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyRupeeNepalese.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5557,"name":"read-resource","id":5558,"timestamp":2638723798,"duration":36101,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5557,"timestamp":2638723774,"duration":36439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyRupee.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5559,"name":"read-resource","id":5560,"timestamp":2638723835,"duration":36397,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5559,"timestamp":2638723808,"duration":36662,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyShekel.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5561,"name":"read-resource","id":5562,"timestamp":2638723866,"duration":36623,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5561,"timestamp":2638723843,"duration":36881,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencySolana.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5563,"name":"read-resource","id":5564,"timestamp":2638723896,"duration":38851,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5563,"timestamp":2638723875,"duration":39137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencySom.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5565,"name":"read-resource","id":5566,"timestamp":2638723929,"duration":39101,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5565,"timestamp":2638723905,"duration":39378,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyTaka.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5567,"name":"read-resource","id":5568,"timestamp":2638723964,"duration":39338,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5567,"timestamp":2638723939,"duration":39608,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyTenge.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5569,"name":"read-resource","id":5570,"timestamp":2638723995,"duration":39571,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5569,"timestamp":2638723973,"duration":39846,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyTugrik.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5571,"name":"read-resource","id":5572,"timestamp":2638724075,"duration":39762,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5571,"timestamp":2638724045,"duration":40154,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyWon.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5573,"name":"read-resource","id":5574,"timestamp":2638724111,"duration":40108,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5573,"timestamp":2638724087,"duration":40333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyYenOff.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5575,"name":"read-resource","id":5576,"timestamp":2638724147,"duration":40289,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5575,"timestamp":2638724121,"duration":40486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyYen.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5577,"name":"read-resource","id":5578,"timestamp":2638724177,"duration":40446,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5577,"timestamp":2638724155,"duration":40649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyYuan.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5579,"name":"read-resource","id":5580,"timestamp":2638724210,"duration":40610,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5579,"timestamp":2638724187,"duration":40939,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyZloty.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5581,"name":"read-resource","id":5582,"timestamp":2638724242,"duration":41421,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5581,"timestamp":2638724219,"duration":41620,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrency.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5583,"name":"read-resource","id":5584,"timestamp":2638724276,"duration":41577,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5583,"timestamp":2638724251,"duration":41748,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrentLocationOff.js","layer":"app-pages-browser"},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":5585,"name":"read-resource","id":5586,"timestamp":2638724308,"duration":41704,"tags":{},"startTime":1732132323355},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5585,"timestamp":2638724286,"duration":41862,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrentLocation.js","layer":"app-pages-browser"},"startTime":1732132323355}] +[{"traceId":"6d02d019348010b3","parentId":5587,"name":"read-resource","id":5588,"timestamp":2638725902,"duration":48707,"tags":{},"startTime":1732132323357},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5587,"timestamp":2638725863,"duration":49015,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCursorOff.js","layer":"app-pages-browser"},"startTime":1732132323357},{"traceId":"6d02d019348010b3","parentId":5589,"name":"read-resource","id":5590,"timestamp":2638725940,"duration":49100,"tags":{},"startTime":1732132323357},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5589,"timestamp":2638725916,"duration":49335,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCursorText.js","layer":"app-pages-browser"},"startTime":1732132323357},{"traceId":"6d02d019348010b3","parentId":5591,"name":"read-resource","id":5592,"timestamp":2638725974,"duration":49292,"tags":{},"startTime":1732132323357},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5591,"timestamp":2638725947,"duration":49510,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCut.js","layer":"app-pages-browser"},"startTime":1732132323357},{"traceId":"6d02d019348010b3","parentId":5595,"name":"read-resource","id":5596,"timestamp":2638740977,"duration":38448,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5595,"timestamp":2638740952,"duration":38694,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCylinderPlus.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5597,"name":"read-resource","id":5598,"timestamp":2638741015,"duration":38648,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5597,"timestamp":2638740994,"duration":38855,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCylinder.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5599,"name":"read-resource","id":5600,"timestamp":2638741051,"duration":38813,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5599,"timestamp":2638741030,"duration":39072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDashboardOff.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5601,"name":"read-resource","id":5602,"timestamp":2638741089,"duration":39032,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5601,"timestamp":2638741065,"duration":39517,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDashboard.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5603,"name":"read-resource","id":5604,"timestamp":2638741125,"duration":39476,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5603,"timestamp":2638741104,"duration":39994,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseCog.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5605,"name":"read-resource","id":5606,"timestamp":2638741159,"duration":39960,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5605,"timestamp":2638741139,"duration":40759,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseDollar.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5607,"name":"read-resource","id":5608,"timestamp":2638741192,"duration":40727,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5607,"timestamp":2638741172,"duration":41109,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseEdit.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5609,"name":"read-resource","id":5610,"timestamp":2638741227,"duration":41070,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5609,"timestamp":2638741208,"duration":41297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseExclamation.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5613,"name":"read-resource","id":5614,"timestamp":2638741293,"duration":41228,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5613,"timestamp":2638741274,"duration":41446,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseHeart.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5615,"name":"read-resource","id":5616,"timestamp":2638741329,"duration":41405,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5615,"timestamp":2638741307,"duration":41625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseImport.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5617,"name":"read-resource","id":5618,"timestamp":2638741364,"duration":41583,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5617,"timestamp":2638741344,"duration":41803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseLeak.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5619,"name":"read-resource","id":5620,"timestamp":2638741399,"duration":41763,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5619,"timestamp":2638741379,"duration":41977,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseMinus.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5621,"name":"read-resource","id":5622,"timestamp":2638741432,"duration":41939,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5621,"timestamp":2638741413,"duration":42141,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseOff.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5623,"name":"read-resource","id":5624,"timestamp":2638741466,"duration":42104,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5623,"timestamp":2638741446,"duration":42326,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabasePlus.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5625,"name":"read-resource","id":5626,"timestamp":2638741500,"duration":42289,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5625,"timestamp":2638741480,"duration":42545,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseSearch.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5627,"name":"read-resource","id":5628,"timestamp":2638741535,"duration":42508,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5627,"timestamp":2638741514,"duration":42792,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseShare.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5629,"name":"read-resource","id":5630,"timestamp":2638741571,"duration":42751,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5629,"timestamp":2638741548,"duration":42922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseStar.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5631,"name":"read-resource","id":5632,"timestamp":2638741605,"duration":42886,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5631,"timestamp":2638741586,"duration":43045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseX.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5633,"name":"read-resource","id":5634,"timestamp":2638741637,"duration":43006,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5633,"timestamp":2638741618,"duration":43154,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabase.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5635,"name":"read-resource","id":5636,"timestamp":2638741670,"duration":43114,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5635,"timestamp":2638741652,"duration":43305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDecimal.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5637,"name":"read-resource","id":5638,"timestamp":2638741703,"duration":43268,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5637,"timestamp":2638741684,"duration":43446,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeer.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5639,"name":"read-resource","id":5640,"timestamp":2638741735,"duration":45554,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5639,"timestamp":2638741716,"duration":45743,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDelta.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5641,"name":"read-resource","id":5642,"timestamp":2638741774,"duration":45700,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5641,"timestamp":2638741749,"duration":45924,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDentalBroken.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5643,"name":"read-resource","id":5644,"timestamp":2638741809,"duration":45882,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5643,"timestamp":2638741789,"duration":46113,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDentalOff.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5645,"name":"read-resource","id":5646,"timestamp":2638741843,"duration":46076,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5645,"timestamp":2638741823,"duration":46335,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDental.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5647,"name":"read-resource","id":5648,"timestamp":2638741877,"duration":46301,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5647,"timestamp":2638741858,"duration":46623,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeselect.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5593,"name":"read-resource","id":5594,"timestamp":2638740929,"duration":47571,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5593,"timestamp":2638740890,"duration":47824,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconCylinderOff.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5649,"name":"read-resource","id":5650,"timestamp":2638741912,"duration":46988,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5649,"timestamp":2638741892,"duration":47232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDetailsOff.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5651,"name":"read-resource","id":5652,"timestamp":2638741946,"duration":48193,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5651,"timestamp":2638741926,"duration":48703,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDetails.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5611,"name":"read-resource","id":5612,"timestamp":2638741260,"duration":49566,"tags":{},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5611,"timestamp":2638741241,"duration":49938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDatabaseExport.js","layer":"app-pages-browser"},"startTime":1732132323372},{"traceId":"6d02d019348010b3","parentId":5653,"name":"read-resource","id":5654,"timestamp":2638741978,"duration":49329,"tags":{},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5653,"timestamp":2638741959,"duration":49681,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceAirpodsCase.js","layer":"app-pages-browser"},"startTime":1732132323373},{"traceId":"6d02d019348010b3","parentId":5655,"name":"read-resource","id":5656,"timestamp":2638745157,"duration":49780,"tags":{},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5655,"timestamp":2638745122,"duration":50044,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceAirpods.js","layer":"app-pages-browser"},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":5657,"name":"read-resource","id":5658,"timestamp":2638745194,"duration":49990,"tags":{},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5657,"timestamp":2638745172,"duration":50208,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceAirtag.js","layer":"app-pages-browser"},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":5659,"name":"read-resource","id":5660,"timestamp":2638745251,"duration":50144,"tags":{},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5659,"timestamp":2638745206,"duration":50395,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceAnalytics.js","layer":"app-pages-browser"},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":5661,"name":"read-resource","id":5662,"timestamp":2638745288,"duration":50330,"tags":{},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5661,"timestamp":2638745265,"duration":50556,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceAudioTape.js","layer":"app-pages-browser"},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":5663,"name":"read-resource","id":5664,"timestamp":2638745321,"duration":50515,"tags":{},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5663,"timestamp":2638745299,"duration":50757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceCameraPhone.js","layer":"app-pages-browser"},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":5665,"name":"read-resource","id":5666,"timestamp":2638745363,"duration":50710,"tags":{},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5665,"timestamp":2638745334,"duration":50950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceCctvOff.js","layer":"app-pages-browser"},"startTime":1732132323376},{"traceId":"6d02d019348010b3","parentId":5667,"name":"read-resource","id":5668,"timestamp":2638754640,"duration":41662,"tags":{},"startTime":1732132323385},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5667,"timestamp":2638754600,"duration":41909,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceCctv.js","layer":"app-pages-browser"},"startTime":1732132323385},{"traceId":"6d02d019348010b3","parentId":5669,"name":"read-resource","id":5670,"timestamp":2638754715,"duration":41811,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5669,"timestamp":2638754688,"duration":42218,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceComputerCameraOff.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5671,"name":"read-resource","id":5672,"timestamp":2638754778,"duration":42148,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5671,"timestamp":2638754754,"duration":42372,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceComputerCamera.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5673,"name":"read-resource","id":5674,"timestamp":2638754836,"duration":42308,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5673,"timestamp":2638754814,"duration":42555,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopAnalytics.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5675,"name":"read-resource","id":5676,"timestamp":2638754893,"duration":42492,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5675,"timestamp":2638754872,"duration":42718,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopBolt.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5677,"name":"read-resource","id":5678,"timestamp":2638754946,"duration":42661,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5677,"timestamp":2638754927,"duration":42886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopCancel.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5679,"name":"read-resource","id":5680,"timestamp":2638754999,"duration":42830,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5679,"timestamp":2638754979,"duration":43098,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopCheck.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5681,"name":"read-resource","id":5682,"timestamp":2638755059,"duration":43037,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5681,"timestamp":2638755032,"duration":43321,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopCode.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5683,"name":"read-resource","id":5684,"timestamp":2638755123,"duration":43248,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5683,"timestamp":2638755101,"duration":43508,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopCog.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5685,"name":"read-resource","id":5686,"timestamp":2638755175,"duration":43450,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5685,"timestamp":2638755156,"duration":43674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopDollar.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5687,"name":"read-resource","id":5688,"timestamp":2638755226,"duration":43619,"tags":{},"startTime":1732132323386}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5687,"timestamp":2638755207,"duration":44232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopDown.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5689,"name":"read-resource","id":5690,"timestamp":2638755278,"duration":44180,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5689,"timestamp":2638755258,"duration":44426,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopExclamation.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5691,"name":"read-resource","id":5692,"timestamp":2638755328,"duration":44373,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5691,"timestamp":2638755309,"duration":44584,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopMinus.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5693,"name":"read-resource","id":5694,"timestamp":2638755382,"duration":44527,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5693,"timestamp":2638755359,"duration":44782,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopHeart.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5695,"name":"read-resource","id":5696,"timestamp":2638755435,"duration":44722,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5695,"timestamp":2638755416,"duration":44937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopOff.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5697,"name":"read-resource","id":5698,"timestamp":2638755487,"duration":44882,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5697,"timestamp":2638755467,"duration":45101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopPause.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5699,"name":"read-resource","id":5700,"timestamp":2638755544,"duration":45039,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5699,"timestamp":2638755523,"duration":45252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopPlus.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5701,"name":"read-resource","id":5702,"timestamp":2638755600,"duration":45191,"tags":{},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5701,"timestamp":2638755579,"duration":45397,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopPin.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5703,"name":"read-resource","id":5704,"timestamp":2638755696,"duration":45296,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5703,"timestamp":2638755635,"duration":45565,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopSearch.js","layer":"app-pages-browser"},"startTime":1732132323386},{"traceId":"6d02d019348010b3","parentId":5705,"name":"read-resource","id":5706,"timestamp":2638755745,"duration":45471,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5705,"timestamp":2638755719,"duration":45795,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopQuestion.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5707,"name":"read-resource","id":5708,"timestamp":2638755783,"duration":45746,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5707,"timestamp":2638755762,"duration":45927,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopShare.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5709,"name":"read-resource","id":5710,"timestamp":2638755822,"duration":45881,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5709,"timestamp":2638755798,"duration":46040,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopStar.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5711,"name":"read-resource","id":5712,"timestamp":2638755857,"duration":45994,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5711,"timestamp":2638755837,"duration":46148,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopX.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5713,"name":"read-resource","id":5714,"timestamp":2638755893,"duration":46105,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5713,"timestamp":2638755872,"duration":46267,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktopUp.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5715,"name":"read-resource","id":5716,"timestamp":2638755927,"duration":46225,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5715,"timestamp":2638755907,"duration":46374,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceDesktop.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5717,"name":"read-resource","id":5718,"timestamp":2638755961,"duration":46332,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5717,"timestamp":2638755941,"duration":46483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceFloppy.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5719,"name":"read-resource","id":5720,"timestamp":2638755994,"duration":46443,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5719,"timestamp":2638755975,"duration":46595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceGamepad2.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5721,"name":"read-resource","id":5722,"timestamp":2638756055,"duration":46526,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5721,"timestamp":2638756031,"duration":46675,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceGamePad.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5723,"name":"read-resource","id":5724,"timestamp":2638756097,"duration":46622,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5723,"timestamp":2638756073,"duration":46770,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceGamepad3.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5725,"name":"read-resource","id":5726,"timestamp":2638756132,"duration":46809,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5725,"timestamp":2638756112,"duration":46998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceHeartMonitorFilled.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5727,"name":"read-resource","id":5728,"timestamp":2638756166,"duration":47123,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5727,"timestamp":2638756146,"duration":47306,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceHeartMonitor.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5729,"name":"read-resource","id":5730,"timestamp":2638756199,"duration":47775,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5729,"timestamp":2638756179,"duration":47996,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacBolt.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5731,"name":"read-resource","id":5732,"timestamp":2638756233,"duration":47960,"tags":{},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5731,"timestamp":2638756213,"duration":48123,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacCancel.js","layer":"app-pages-browser"},"startTime":1732132323387},{"traceId":"6d02d019348010b3","parentId":5733,"name":"read-resource","id":5734,"timestamp":2638762205,"duration":48301,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5733,"timestamp":2638762171,"duration":48625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacCheck.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5735,"name":"read-resource","id":5736,"timestamp":2638762243,"duration":48572,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5735,"timestamp":2638762220,"duration":48752,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacCode.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5737,"name":"read-resource","id":5738,"timestamp":2638762311,"duration":48676,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5737,"timestamp":2638762254,"duration":48887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacCog.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5739,"name":"read-resource","id":5740,"timestamp":2638762348,"duration":48806,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5739,"timestamp":2638762325,"duration":48965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacDollar.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5741,"name":"read-resource","id":5742,"timestamp":2638762388,"duration":48915,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5741,"timestamp":2638762361,"duration":49081,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacDown.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5743,"name":"read-resource","id":5744,"timestamp":2638762415,"duration":49039,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5743,"timestamp":2638762398,"duration":49188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacHeart.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5745,"name":"read-resource","id":5746,"timestamp":2638762442,"duration":49158,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5745,"timestamp":2638762424,"duration":49452,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacExclamation.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5747,"name":"read-resource","id":5748,"timestamp":2638762468,"duration":49426,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5747,"timestamp":2638762450,"duration":49696,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacMinus.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5749,"name":"read-resource","id":5750,"timestamp":2638762495,"duration":49668,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5749,"timestamp":2638762477,"duration":49920,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacOff.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5751,"name":"read-resource","id":5752,"timestamp":2638762536,"duration":49880,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5751,"timestamp":2638762504,"duration":50143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacPin.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5753,"name":"read-resource","id":5754,"timestamp":2638762600,"duration":50064,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5753,"timestamp":2638762575,"duration":55886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacPause.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5755,"name":"read-resource","id":5756,"timestamp":2638762631,"duration":55849,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5755,"timestamp":2638762610,"duration":56101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacPlus.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5757,"name":"read-resource","id":5758,"timestamp":2638762667,"duration":56407,"tags":{},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5757,"timestamp":2638762640,"duration":56665,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacQuestion.js","layer":"app-pages-browser"},"startTime":1732132323393},{"traceId":"6d02d019348010b3","parentId":5761,"name":"read-resource","id":5762,"timestamp":2638762720,"duration":56601,"tags":{},"startTime":1732132323394},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5761,"timestamp":2638762702,"duration":56767,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacShare.js","layer":"app-pages-browser"},"startTime":1732132323394},{"traceId":"6d02d019348010b3","parentId":5759,"name":"read-resource","id":5760,"timestamp":2638762693,"duration":56790,"tags":{},"startTime":1732132323394},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5759,"timestamp":2638762676,"duration":56946,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacSearch.js","layer":"app-pages-browser"},"startTime":1732132323394},{"traceId":"6d02d019348010b3","parentId":5763,"name":"read-resource","id":5764,"timestamp":2638771751,"duration":48022,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5763,"timestamp":2638771720,"duration":48221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacUp.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5765,"name":"read-resource","id":5766,"timestamp":2638771802,"duration":48153,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5765,"timestamp":2638771777,"duration":48357,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacStar.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5769,"name":"read-resource","id":5770,"timestamp":2638771949,"duration":48197,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5769,"timestamp":2638771920,"duration":48364,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImacX.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5767,"name":"read-resource","id":5768,"timestamp":2638771845,"duration":48451,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5767,"timestamp":2638771820,"duration":48605,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceImac.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5771,"name":"read-resource","id":5772,"timestamp":2638771989,"duration":48448,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5771,"timestamp":2638771968,"duration":48597,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadCancel.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5773,"name":"read-resource","id":5774,"timestamp":2638772100,"duration":48481,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5773,"timestamp":2638772072,"duration":48640,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadBolt.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5775,"name":"read-resource","id":5776,"timestamp":2638772139,"duration":48586,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5775,"timestamp":2638772117,"duration":48731,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadCheck.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5777,"name":"read-resource","id":5778,"timestamp":2638772172,"duration":48689,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5777,"timestamp":2638772152,"duration":48833,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadCode.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5779,"name":"read-resource","id":5780,"timestamp":2638772299,"duration":48697,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5779,"timestamp":2638772271,"duration":48864,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadCog.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5781,"name":"read-resource","id":5782,"timestamp":2638772363,"duration":48954,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5781,"timestamp":2638772339,"duration":49130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadDollar.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5785,"name":"read-resource","id":5786,"timestamp":2638772493,"duration":48990,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5785,"timestamp":2638772470,"duration":49143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadExclamation.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5783,"name":"read-resource","id":5784,"timestamp":2638772431,"duration":49193,"tags":{},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5783,"timestamp":2638772401,"duration":49347,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadDown.js","layer":"app-pages-browser"},"startTime":1732132323403},{"traceId":"6d02d019348010b3","parentId":5789,"name":"read-resource","id":5790,"timestamp":2638786476,"duration":39177,"tags":{},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5789,"timestamp":2638786451,"duration":39379,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHeart.js","layer":"app-pages-browser"},"startTime":1732132323417}] +[{"traceId":"6d02d019348010b3","parentId":5787,"name":"read-resource","id":5788,"timestamp":2638786425,"duration":39596,"tags":{},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5787,"timestamp":2638786393,"duration":39827,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalBolt.js","layer":"app-pages-browser"},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":5791,"name":"read-resource","id":5792,"timestamp":2638786517,"duration":39723,"tags":{},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5791,"timestamp":2638786494,"duration":39893,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalCancel.js","layer":"app-pages-browser"},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":5793,"name":"read-resource","id":5794,"timestamp":2638786554,"duration":39846,"tags":{},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5793,"timestamp":2638786532,"duration":39995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalCheck.js","layer":"app-pages-browser"},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":5795,"name":"read-resource","id":5796,"timestamp":2638786592,"duration":39948,"tags":{},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5795,"timestamp":2638786567,"duration":40100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalCode.js","layer":"app-pages-browser"},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":5797,"name":"read-resource","id":5798,"timestamp":2638786629,"duration":40051,"tags":{},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5797,"timestamp":2638786607,"duration":40223,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalCog.js","layer":"app-pages-browser"},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":5799,"name":"read-resource","id":5800,"timestamp":2638786664,"duration":40179,"tags":{},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5799,"timestamp":2638786643,"duration":40332,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalDollar.js","layer":"app-pages-browser"},"startTime":1732132323417},{"traceId":"6d02d019348010b3","parentId":5801,"name":"read-resource","id":5802,"timestamp":2638786699,"duration":40288,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5801,"timestamp":2638786678,"duration":40432,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalDown.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5803,"name":"read-resource","id":5804,"timestamp":2638786733,"duration":40389,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5803,"timestamp":2638786713,"duration":40531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalHeart.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5805,"name":"read-resource","id":5806,"timestamp":2638786767,"duration":40488,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5805,"timestamp":2638786747,"duration":40640,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalExclamation.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5807,"name":"read-resource","id":5808,"timestamp":2638786804,"duration":40596,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5807,"timestamp":2638786780,"duration":40745,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalOff.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5809,"name":"read-resource","id":5810,"timestamp":2638786840,"duration":40698,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5809,"timestamp":2638786819,"duration":40839,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalMinus.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5811,"name":"read-resource","id":5812,"timestamp":2638786874,"duration":40797,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5811,"timestamp":2638786854,"duration":40941,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalPause.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5813,"name":"read-resource","id":5814,"timestamp":2638786909,"duration":40897,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5813,"timestamp":2638786889,"duration":41047,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalPin.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5815,"name":"read-resource","id":5816,"timestamp":2638786941,"duration":41007,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5815,"timestamp":2638786921,"duration":41223,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalPlus.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5821,"name":"read-resource","id":5822,"timestamp":2638787054,"duration":41104,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5821,"timestamp":2638787027,"duration":41269,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalShare.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5825,"name":"read-resource","id":5826,"timestamp":2638787123,"duration":41185,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5825,"timestamp":2638787103,"duration":41335,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalUp.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5827,"name":"read-resource","id":5828,"timestamp":2638787156,"duration":41294,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5827,"timestamp":2638787137,"duration":41448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalX.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5829,"name":"read-resource","id":5830,"timestamp":2638787190,"duration":41408,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5829,"timestamp":2638787170,"duration":41549,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5831,"name":"read-resource","id":5832,"timestamp":2638787222,"duration":41507,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5831,"timestamp":2638787203,"duration":41647,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadMinus.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5817,"name":"read-resource","id":5818,"timestamp":2638786975,"duration":41955,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5817,"timestamp":2638786955,"duration":42171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalQuestion.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5819,"name":"read-resource","id":5820,"timestamp":2638787012,"duration":42159,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5819,"timestamp":2638786990,"duration":42380,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalSearch.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5823,"name":"read-resource","id":5824,"timestamp":2638787089,"duration":43019,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5823,"timestamp":2638787067,"duration":43262,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadHorizontalStar.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5833,"name":"read-resource","id":5834,"timestamp":2638787259,"duration":50107,"tags":{},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5833,"timestamp":2638787235,"duration":50486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadOff.js","layer":"app-pages-browser"},"startTime":1732132323418},{"traceId":"6d02d019348010b3","parentId":5835,"name":"read-resource","id":5836,"timestamp":2638794356,"duration":43968,"tags":{},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5835,"timestamp":2638794318,"duration":44257,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadPause.js","layer":"app-pages-browser"},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":5837,"name":"read-resource","id":5838,"timestamp":2638794428,"duration":44166,"tags":{},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5837,"timestamp":2638794400,"duration":44406,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadPin.js","layer":"app-pages-browser"},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":5841,"name":"read-resource","id":5842,"timestamp":2638794546,"duration":44278,"tags":{},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5841,"timestamp":2638794523,"duration":44509,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadQuestion.js","layer":"app-pages-browser"},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":5843,"name":"read-resource","id":5844,"timestamp":2638794601,"duration":44447,"tags":{},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5843,"timestamp":2638794580,"duration":44774,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadSearch.js","layer":"app-pages-browser"},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":5845,"name":"read-resource","id":5846,"timestamp":2638794653,"duration":44718,"tags":{},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5845,"timestamp":2638794634,"duration":44912,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadShare.js","layer":"app-pages-browser"},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":5847,"name":"read-resource","id":5848,"timestamp":2638794707,"duration":44855,"tags":{},"startTime":1732132323426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5847,"timestamp":2638794686,"duration":45055,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadStar.js","layer":"app-pages-browser"},"startTime":1732132323426},{"traceId":"6d02d019348010b3","parentId":5849,"name":"read-resource","id":5850,"timestamp":2638794761,"duration":44999,"tags":{},"startTime":1732132323426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5849,"timestamp":2638794741,"duration":45195,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadUp.js","layer":"app-pages-browser"},"startTime":1732132323426},{"traceId":"6d02d019348010b3","parentId":5851,"name":"read-resource","id":5852,"timestamp":2638794817,"duration":45132,"tags":{},"startTime":1732132323426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5851,"timestamp":2638794792,"duration":45348,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadX.js","layer":"app-pages-browser"},"startTime":1732132323426},{"traceId":"6d02d019348010b3","parentId":5853,"name":"read-resource","id":5854,"timestamp":2638794868,"duration":45288,"tags":{},"startTime":1732132323426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5853,"timestamp":2638794849,"duration":45459,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpad.js","layer":"app-pages-browser"},"startTime":1732132323426},{"traceId":"6d02d019348010b3","parentId":5839,"name":"read-resource","id":5840,"timestamp":2638794487,"duration":51821,"tags":{},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5839,"timestamp":2638794464,"duration":52031,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceIpadPlus.js","layer":"app-pages-browser"},"startTime":1732132323425},{"traceId":"6d02d019348010b3","parentId":5857,"name":"read-resource","id":5858,"timestamp":2638809083,"duration":38492,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5857,"timestamp":2638809061,"duration":38768,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceLaptopOff.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5855,"name":"read-resource","id":5856,"timestamp":2638809042,"duration":38805,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5855,"timestamp":2638808993,"duration":39297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceLandlinePhone.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5859,"name":"read-resource","id":5860,"timestamp":2638809142,"duration":39171,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5859,"timestamp":2638809093,"duration":39510,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceLaptop.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5861,"name":"read-resource","id":5862,"timestamp":2638809241,"duration":39381,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5861,"timestamp":2638809216,"duration":39658,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileBolt.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5863,"name":"read-resource","id":5864,"timestamp":2638809281,"duration":39611,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5863,"timestamp":2638809258,"duration":39879,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileCancel.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5867,"name":"read-resource","id":5868,"timestamp":2638809350,"duration":39805,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5867,"timestamp":2638809330,"duration":40057,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileCheck.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5865,"name":"read-resource","id":5866,"timestamp":2638809316,"duration":40090,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5865,"timestamp":2638809296,"duration":40336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileCharging.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5869,"name":"read-resource","id":5870,"timestamp":2638809386,"duration":40261,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5869,"timestamp":2638809363,"duration":40499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileCode.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5873,"name":"read-resource","id":5874,"timestamp":2638809455,"duration":40445,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5873,"timestamp":2638809436,"duration":40696,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileDollar.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5871,"name":"read-resource","id":5872,"timestamp":2638809421,"duration":40753,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5871,"timestamp":2638809401,"duration":41017,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileCog.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5875,"name":"read-resource","id":5876,"timestamp":2638809488,"duration":40969,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5875,"timestamp":2638809469,"duration":41211,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileDown.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5883,"name":"read-resource","id":5884,"timestamp":2638809623,"duration":41073,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5883,"timestamp":2638809600,"duration":41334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileMessage.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5881,"name":"read-resource","id":5882,"timestamp":2638809586,"duration":41368,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5881,"timestamp":2638809567,"duration":41630,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileHeart.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5877,"name":"read-resource","id":5878,"timestamp":2638809521,"duration":41694,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5877,"timestamp":2638809501,"duration":41959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileExclamation.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5879,"name":"read-resource","id":5880,"timestamp":2638809553,"duration":41925,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5879,"timestamp":2638809534,"duration":42144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileFilled.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5885,"name":"read-resource","id":5886,"timestamp":2638809657,"duration":42044,"tags":{},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5885,"timestamp":2638809637,"duration":42298,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileMinus.js","layer":"app-pages-browser"},"startTime":1732132323440},{"traceId":"6d02d019348010b3","parentId":5887,"name":"read-resource","id":5888,"timestamp":2638809689,"duration":42267,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5887,"timestamp":2638809670,"duration":42544,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileOff.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5889,"name":"read-resource","id":5890,"timestamp":2638809722,"duration":42510,"tags":{},"startTime":1732132323441}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5889,"timestamp":2638809702,"duration":43511,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobilePause.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5893,"name":"read-resource","id":5894,"timestamp":2638809787,"duration":43449,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5893,"timestamp":2638809767,"duration":43717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobilePlus.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5891,"name":"read-resource","id":5892,"timestamp":2638809755,"duration":43749,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5891,"timestamp":2638809735,"duration":43990,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobilePin.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5897,"name":"read-resource","id":5898,"timestamp":2638809860,"duration":43883,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5897,"timestamp":2638809839,"duration":44062,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileRotated.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5901,"name":"read-resource","id":5902,"timestamp":2638809924,"duration":43991,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5901,"timestamp":2638809904,"duration":44148,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileShare.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5895,"name":"read-resource","id":5896,"timestamp":2638809825,"duration":44241,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5895,"timestamp":2638809800,"duration":44398,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileQuestion.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5899,"name":"read-resource","id":5900,"timestamp":2638809892,"duration":44319,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5899,"timestamp":2638809872,"duration":44470,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileSearch.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5905,"name":"read-resource","id":5906,"timestamp":2638809990,"duration":44363,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5905,"timestamp":2638809970,"duration":44524,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileUp.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5903,"name":"read-resource","id":5904,"timestamp":2638809958,"duration":44550,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5903,"timestamp":2638809938,"duration":44692,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileStar.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5907,"name":"read-resource","id":5908,"timestamp":2638810022,"duration":44621,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5907,"timestamp":2638810003,"duration":44765,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileVibration.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5915,"name":"read-resource","id":5916,"timestamp":2638810159,"duration":44622,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5915,"timestamp":2638810139,"duration":44776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceNintendo.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5909,"name":"read-resource","id":5910,"timestamp":2638810058,"duration":47436,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5909,"timestamp":2638810035,"duration":47640,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobileX.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5913,"name":"read-resource","id":5914,"timestamp":2638810125,"duration":47566,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5913,"timestamp":2638810105,"duration":47730,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceNintendoOff.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5911,"name":"read-resource","id":5912,"timestamp":2638810091,"duration":47759,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5911,"timestamp":2638810071,"duration":47909,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceMobile.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5917,"name":"read-resource","id":5918,"timestamp":2638810192,"duration":47800,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5917,"timestamp":2638810172,"duration":47958,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceProjector.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5919,"name":"read-resource","id":5920,"timestamp":2638810224,"duration":47918,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5919,"timestamp":2638810205,"duration":48075,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceRemote.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5921,"name":"read-resource","id":5922,"timestamp":2638810257,"duration":48036,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5921,"timestamp":2638810238,"duration":48180,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceSdCard.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5923,"name":"read-resource","id":5924,"timestamp":2638810293,"duration":48136,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5923,"timestamp":2638810270,"duration":48282,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceSim1.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5925,"name":"read-resource","id":5926,"timestamp":2638810326,"duration":48664,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5925,"timestamp":2638810307,"duration":48964,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceSim2.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5929,"name":"read-resource","id":5930,"timestamp":2638810389,"duration":49468,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5929,"timestamp":2638810370,"duration":49792,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceSim.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5927,"name":"read-resource","id":5928,"timestamp":2638810358,"duration":49829,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5927,"timestamp":2638810338,"duration":50080,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceSim3.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5931,"name":"read-resource","id":5932,"timestamp":2638810421,"duration":50014,"tags":{},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5931,"timestamp":2638810401,"duration":50235,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceSpeakerOff.js","layer":"app-pages-browser"},"startTime":1732132323441},{"traceId":"6d02d019348010b3","parentId":5933,"name":"read-resource","id":5934,"timestamp":2638824318,"duration":37963,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5933,"timestamp":2638824292,"duration":38207,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceSpeaker.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5935,"name":"read-resource","id":5936,"timestamp":2638824365,"duration":38152,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5935,"timestamp":2638824341,"duration":38372,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletBolt.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5937,"name":"read-resource","id":5938,"timestamp":2638824404,"duration":38327,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5937,"timestamp":2638824382,"duration":38556,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletCancel.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5939,"name":"read-resource","id":5940,"timestamp":2638824439,"duration":38517,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5939,"timestamp":2638824418,"duration":38753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletCheck.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5941,"name":"read-resource","id":5942,"timestamp":2638824479,"duration":38710,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5941,"timestamp":2638824453,"duration":41598,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletCode.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5943,"name":"read-resource","id":5944,"timestamp":2638824514,"duration":41557,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5943,"timestamp":2638824494,"duration":41831,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletCog.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5945,"name":"read-resource","id":5946,"timestamp":2638824548,"duration":41795,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5945,"timestamp":2638824528,"duration":42032,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletDollar.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5947,"name":"read-resource","id":5948,"timestamp":2638824582,"duration":41996,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5947,"timestamp":2638824561,"duration":42226,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletDown.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5953,"name":"read-resource","id":5954,"timestamp":2638824680,"duration":42124,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5953,"timestamp":2638824661,"duration":42352,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletHeart.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5949,"name":"read-resource","id":5950,"timestamp":2638824616,"duration":42416,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5949,"timestamp":2638824596,"duration":42649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletExclamation.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5955,"name":"read-resource","id":5956,"timestamp":2638824716,"duration":42548,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5955,"timestamp":2638824693,"duration":42772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletMinus.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5957,"name":"read-resource","id":5958,"timestamp":2638824751,"duration":42733,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5957,"timestamp":2638824730,"duration":42969,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletOff.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5959,"name":"read-resource","id":5960,"timestamp":2638824786,"duration":42932,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5959,"timestamp":2638824765,"duration":43171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletPause.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5961,"name":"read-resource","id":5962,"timestamp":2638824820,"duration":43133,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5961,"timestamp":2638824800,"duration":43392,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletPin.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5963,"name":"read-resource","id":5964,"timestamp":2638824854,"duration":43354,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5963,"timestamp":2638824833,"duration":43562,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletPlus.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5965,"name":"read-resource","id":5966,"timestamp":2638824889,"duration":43522,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5965,"timestamp":2638824869,"duration":43751,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletQuestion.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5967,"name":"read-resource","id":5968,"timestamp":2638824922,"duration":43713,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5967,"timestamp":2638824902,"duration":43928,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletSearch.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5969,"name":"read-resource","id":5970,"timestamp":2638824960,"duration":43888,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5969,"timestamp":2638824935,"duration":44106,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletShare.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5971,"name":"read-resource","id":5972,"timestamp":2638824994,"duration":44064,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5971,"timestamp":2638824974,"duration":44284,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletStar.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5973,"name":"read-resource","id":5974,"timestamp":2638825027,"duration":44247,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5973,"timestamp":2638825008,"duration":44492,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletUp.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5951,"name":"read-resource","id":5952,"timestamp":2638824648,"duration":44870,"tags":{},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5951,"timestamp":2638824628,"duration":45077,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletFilled.js","layer":"app-pages-browser"},"startTime":1732132323455},{"traceId":"6d02d019348010b3","parentId":5975,"name":"read-resource","id":5976,"timestamp":2638825059,"duration":44663,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5975,"timestamp":2638825039,"duration":44892,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTabletX.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5977,"name":"read-resource","id":5978,"timestamp":2638825096,"duration":44853,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5977,"timestamp":2638825072,"duration":45072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTablet.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5979,"name":"read-resource","id":5980,"timestamp":2638825130,"duration":47771,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5979,"timestamp":2638825110,"duration":48023,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTvOff.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5983,"name":"read-resource","id":5984,"timestamp":2638825202,"duration":48175,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5983,"timestamp":2638825181,"duration":48396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTv.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5985,"name":"read-resource","id":5986,"timestamp":2638825234,"duration":48360,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5985,"timestamp":2638825214,"duration":48584,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceUsb.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5981,"name":"read-resource","id":5982,"timestamp":2638825166,"duration":48650,"tags":{},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5981,"timestamp":2638825143,"duration":48878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceTvOld.js","layer":"app-pages-browser"},"startTime":1732132323456},{"traceId":"6d02d019348010b3","parentId":5987,"name":"read-resource","id":5988,"timestamp":2638832904,"duration":47280,"tags":{},"startTime":1732132323464},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5987,"timestamp":2638832870,"duration":47572,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceVisionPro.js","layer":"app-pages-browser"},"startTime":1732132323464},{"traceId":"6d02d019348010b3","parentId":5989,"name":"read-resource","id":5990,"timestamp":2638832941,"duration":47524,"tags":{},"startTime":1732132323464},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5989,"timestamp":2638832919,"duration":47778,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchBolt.js","layer":"app-pages-browser"},"startTime":1732132323464}] +[{"traceId":"6d02d019348010b3","parentId":5991,"name":"read-resource","id":5992,"timestamp":2638832971,"duration":48011,"tags":{},"startTime":1732132323464},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5991,"timestamp":2638832951,"duration":48302,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchCancel.js","layer":"app-pages-browser"},"startTime":1732132323464},{"traceId":"6d02d019348010b3","parentId":5993,"name":"read-resource","id":5994,"timestamp":2638833005,"duration":48297,"tags":{},"startTime":1732132323464},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5993,"timestamp":2638832980,"duration":48595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchCheck.js","layer":"app-pages-browser"},"startTime":1732132323464},{"traceId":"6d02d019348010b3","parentId":5995,"name":"read-resource","id":5996,"timestamp":2638836773,"duration":44823,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5995,"timestamp":2638836723,"duration":45124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchCode.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":5997,"name":"read-resource","id":5998,"timestamp":2638836819,"duration":45049,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5997,"timestamp":2638836795,"duration":45400,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchCog.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":5999,"name":"read-resource","id":6000,"timestamp":2638836851,"duration":45362,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":5999,"timestamp":2638836830,"duration":45589,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchDollar.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6001,"name":"read-resource","id":6002,"timestamp":2638836883,"duration":45551,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6001,"timestamp":2638836862,"duration":45775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchDown.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6003,"name":"read-resource","id":6004,"timestamp":2638836912,"duration":45743,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6003,"timestamp":2638836892,"duration":45973,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchExclamation.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6005,"name":"read-resource","id":6006,"timestamp":2638836944,"duration":45937,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6005,"timestamp":2638836923,"duration":46147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchHeart.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6007,"name":"read-resource","id":6008,"timestamp":2638836980,"duration":46109,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6007,"timestamp":2638836954,"duration":50259,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchMinus.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6009,"name":"read-resource","id":6010,"timestamp":2638837011,"duration":50235,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6009,"timestamp":2638836990,"duration":50576,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchOff.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6011,"name":"read-resource","id":6012,"timestamp":2638837042,"duration":50542,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6011,"timestamp":2638837022,"duration":50792,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchPause.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6013,"name":"read-resource","id":6014,"timestamp":2638837069,"duration":50763,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6013,"timestamp":2638837051,"duration":51164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchPin.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6015,"name":"read-resource","id":6016,"timestamp":2638837095,"duration":51141,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6015,"timestamp":2638837077,"duration":51395,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchPlus.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6017,"name":"read-resource","id":6018,"timestamp":2638837120,"duration":51448,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6017,"timestamp":2638837103,"duration":51705,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchQuestion.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6019,"name":"read-resource","id":6020,"timestamp":2638837151,"duration":51675,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6019,"timestamp":2638837128,"duration":51927,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchSearch.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6021,"name":"read-resource","id":6022,"timestamp":2638837177,"duration":51917,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6021,"timestamp":2638837159,"duration":52160,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchShare.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6023,"name":"read-resource","id":6024,"timestamp":2638837204,"duration":52133,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6023,"timestamp":2638837185,"duration":52469,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchStar.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6025,"name":"read-resource","id":6026,"timestamp":2638837231,"duration":52443,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6025,"timestamp":2638837212,"duration":52667,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchStats2.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6027,"name":"read-resource","id":6028,"timestamp":2638837258,"duration":53882,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6027,"timestamp":2638837240,"duration":54171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchStats.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6029,"name":"read-resource","id":6030,"timestamp":2638837284,"duration":54145,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6029,"timestamp":2638837266,"duration":54407,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchUp.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6031,"name":"read-resource","id":6032,"timestamp":2638837311,"duration":54393,"tags":{},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6031,"timestamp":2638837292,"duration":54822,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatchX.js","layer":"app-pages-browser"},"startTime":1732132323468},{"traceId":"6d02d019348010b3","parentId":6033,"name":"read-resource","id":6034,"timestamp":2638845889,"duration":46244,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6033,"timestamp":2638845855,"duration":46474,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDeviceWatch.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6035,"name":"read-resource","id":6036,"timestamp":2638845937,"duration":46409,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6035,"timestamp":2638845913,"duration":46655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevices2.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6037,"name":"read-resource","id":6038,"timestamp":2638845976,"duration":46609,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6037,"timestamp":2638845954,"duration":46847,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesBolt.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6039,"name":"read-resource","id":6040,"timestamp":2638846010,"duration":46810,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6039,"timestamp":2638845991,"duration":47045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesCancel.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6041,"name":"read-resource","id":6042,"timestamp":2638846046,"duration":47010,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6041,"timestamp":2638846025,"duration":47242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesCheck.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6043,"name":"read-resource","id":6044,"timestamp":2638846080,"duration":53970,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6043,"timestamp":2638846060,"duration":54234,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesCode.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6045,"name":"read-resource","id":6046,"timestamp":2638846113,"duration":54380,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6045,"timestamp":2638846094,"duration":54659,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesCog.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6047,"name":"read-resource","id":6048,"timestamp":2638846148,"duration":55767,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6047,"timestamp":2638846126,"duration":57488,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesDollar.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6049,"name":"read-resource","id":6050,"timestamp":2638846184,"duration":57448,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6049,"timestamp":2638846163,"duration":57685,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesDown.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6051,"name":"read-resource","id":6052,"timestamp":2638846216,"duration":57647,"tags":{},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6051,"timestamp":2638846197,"duration":57922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesExclamation.js","layer":"app-pages-browser"},"startTime":1732132323477},{"traceId":"6d02d019348010b3","parentId":6053,"name":"read-resource","id":6054,"timestamp":2638856432,"duration":47705,"tags":{},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6053,"timestamp":2638856395,"duration":47955,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesHeart.js","layer":"app-pages-browser"},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":6055,"name":"read-resource","id":6056,"timestamp":2638856483,"duration":47882,"tags":{},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6055,"timestamp":2638856459,"duration":48100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesMinus.js","layer":"app-pages-browser"},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":6057,"name":"read-resource","id":6058,"timestamp":2638856525,"duration":48050,"tags":{},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6057,"timestamp":2638856500,"duration":48287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesOff.js","layer":"app-pages-browser"},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":6059,"name":"read-resource","id":6060,"timestamp":2638856562,"duration":48241,"tags":{},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6059,"timestamp":2638856541,"duration":48470,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesPause.js","layer":"app-pages-browser"},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":6063,"name":"read-resource","id":6064,"timestamp":2638856631,"duration":48395,"tags":{},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6063,"timestamp":2638856611,"duration":48625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesPc.js","layer":"app-pages-browser"},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":6061,"name":"read-resource","id":6062,"timestamp":2638856597,"duration":48655,"tags":{},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6061,"timestamp":2638856578,"duration":48868,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesPcOff.js","layer":"app-pages-browser"},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":6069,"name":"read-resource","id":6070,"timestamp":2638856736,"duration":48723,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6069,"timestamp":2638856711,"duration":48914,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesQuestion.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6071,"name":"read-resource","id":6072,"timestamp":2638856770,"duration":48869,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6071,"timestamp":2638856749,"duration":49068,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesSearch.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6075,"name":"read-resource","id":6076,"timestamp":2638856835,"duration":48997,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6075,"timestamp":2638856816,"duration":49218,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesStar.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6073,"name":"read-resource","id":6074,"timestamp":2638856803,"duration":49247,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6073,"timestamp":2638856784,"duration":49453,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesShare.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6077,"name":"read-resource","id":6078,"timestamp":2638856867,"duration":49385,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6077,"timestamp":2638856848,"duration":49613,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesUp.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6079,"name":"read-resource","id":6080,"timestamp":2638856899,"duration":49579,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6079,"timestamp":2638856880,"duration":49797,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesX.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6081,"name":"read-resource","id":6082,"timestamp":2638856930,"duration":49764,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6081,"timestamp":2638856912,"duration":50001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevices.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6065,"name":"read-resource","id":6066,"timestamp":2638856664,"duration":50265,"tags":{},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6065,"timestamp":2638856645,"duration":50493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesPin.js","layer":"app-pages-browser"},"startTime":1732132323487},{"traceId":"6d02d019348010b3","parentId":6067,"name":"read-resource","id":6068,"timestamp":2638856697,"duration":50456,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6067,"timestamp":2638856678,"duration":50686,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDevicesPlus.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6083,"name":"read-resource","id":6084,"timestamp":2638856966,"duration":50416,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6083,"timestamp":2638856943,"duration":50650,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiaboloOff.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6085,"name":"read-resource","id":6086,"timestamp":2638857001,"duration":50608,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6085,"timestamp":2638856981,"duration":50841,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiaboloPlus.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6087,"name":"read-resource","id":6088,"timestamp":2638857032,"duration":50806,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6087,"timestamp":2638857013,"duration":51066,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiabolo.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6089,"name":"read-resource","id":6090,"timestamp":2638857065,"duration":51031,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6089,"timestamp":2638857044,"duration":51323,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDialpadFilled.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6091,"name":"read-resource","id":6092,"timestamp":2638857098,"duration":51287,"tags":{},"startTime":1732132323488}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6091,"timestamp":2638857077,"duration":51798,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDialpadOff.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6095,"name":"read-resource","id":6096,"timestamp":2638857210,"duration":51684,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6095,"timestamp":2638857182,"duration":51923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiamondFilled.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6093,"name":"read-resource","id":6094,"timestamp":2638857129,"duration":51992,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6093,"timestamp":2638857112,"duration":52256,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDialpad.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6097,"name":"read-resource","id":6098,"timestamp":2638857250,"duration":52136,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6097,"timestamp":2638857229,"duration":52347,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiamondOff.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6099,"name":"read-resource","id":6100,"timestamp":2638857285,"duration":52306,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6099,"timestamp":2638857265,"duration":52644,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiamond.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6101,"name":"read-resource","id":6102,"timestamp":2638857319,"duration":52608,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6101,"timestamp":2638857299,"duration":52855,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiamondsFilled.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6103,"name":"read-resource","id":6104,"timestamp":2638857352,"duration":65222,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6103,"timestamp":2638857333,"duration":65630,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiamonds.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6105,"name":"read-resource","id":6106,"timestamp":2638857385,"duration":73372,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6105,"timestamp":2638857365,"duration":73787,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice1Filled.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6107,"name":"read-resource","id":6108,"timestamp":2638857417,"duration":73772,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6107,"timestamp":2638857397,"duration":74022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice1.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6109,"name":"read-resource","id":6110,"timestamp":2638857453,"duration":73986,"tags":{},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6109,"timestamp":2638857430,"duration":74287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice2Filled.js","layer":"app-pages-browser"},"startTime":1732132323488},{"traceId":"6d02d019348010b3","parentId":6111,"name":"read-resource","id":6112,"timestamp":2638861835,"duration":69900,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6111,"timestamp":2638861797,"duration":70231,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice2.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6113,"name":"read-resource","id":6114,"timestamp":2638861871,"duration":70175,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6113,"timestamp":2638861850,"duration":70458,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice3Filled.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6115,"name":"read-resource","id":6116,"timestamp":2638861899,"duration":70438,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6115,"timestamp":2638861881,"duration":70742,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice3.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6117,"name":"read-resource","id":6118,"timestamp":2638861927,"duration":70717,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6117,"timestamp":2638861908,"duration":70980,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice4Filled.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6121,"name":"read-resource","id":6122,"timestamp":2638862015,"duration":70892,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6121,"timestamp":2638861971,"duration":71149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice5Filled.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6119,"name":"read-resource","id":6120,"timestamp":2638861961,"duration":72484,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6119,"timestamp":2638861937,"duration":72811,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice4.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6123,"name":"read-resource","id":6124,"timestamp":2638862047,"duration":72720,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6123,"timestamp":2638862027,"duration":73401,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice5.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6125,"name":"read-resource","id":6126,"timestamp":2638862076,"duration":73370,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6125,"timestamp":2638862056,"duration":73602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice6Filled.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6127,"name":"read-resource","id":6128,"timestamp":2638862102,"duration":73573,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6127,"timestamp":2638862085,"duration":73851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice6.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6129,"name":"read-resource","id":6130,"timestamp":2638862202,"duration":73754,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6129,"timestamp":2638862111,"duration":74198,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiceFilled.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6131,"name":"read-resource","id":6132,"timestamp":2638862247,"duration":74083,"tags":{},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6131,"timestamp":2638862227,"duration":74389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDice.js","layer":"app-pages-browser"},"startTime":1732132323493},{"traceId":"6d02d019348010b3","parentId":6133,"name":"read-resource","id":6134,"timestamp":2638872254,"duration":64379,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6133,"timestamp":2638872220,"duration":64677,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDimensions.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6135,"name":"read-resource","id":6136,"timestamp":2638872291,"duration":64623,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6135,"timestamp":2638872269,"duration":64858,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDirectionHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6137,"name":"read-resource","id":6138,"timestamp":2638872326,"duration":64818,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6137,"timestamp":2638872300,"duration":65322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDirectionSignFilled.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6139,"name":"read-resource","id":6140,"timestamp":2638872355,"duration":65287,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6139,"timestamp":2638872335,"duration":65885,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDirectionSignOff.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6141,"name":"read-resource","id":6142,"timestamp":2638872382,"duration":65865,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6141,"timestamp":2638872364,"duration":66100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDirectionSign.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6145,"name":"read-resource","id":6146,"timestamp":2638872434,"duration":66049,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6145,"timestamp":2638872416,"duration":66337,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDirectionsOff.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6147,"name":"read-resource","id":6148,"timestamp":2638872458,"duration":66312,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6147,"timestamp":2638872443,"duration":66560,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDirections.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6143,"name":"read-resource","id":6144,"timestamp":2638872409,"duration":66617,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6143,"timestamp":2638872391,"duration":66882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDirection.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6149,"name":"read-resource","id":6150,"timestamp":2638872484,"duration":67038,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6149,"timestamp":2638872465,"duration":67299,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDisabled2.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6153,"name":"read-resource","id":6154,"timestamp":2638872531,"duration":67250,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6153,"timestamp":2638872515,"duration":67763,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDisabled.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6151,"name":"read-resource","id":6152,"timestamp":2638872507,"duration":67788,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6151,"timestamp":2638872491,"duration":68060,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDisabledOff.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6155,"name":"read-resource","id":6156,"timestamp":2638872555,"duration":68023,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6155,"timestamp":2638872539,"duration":68310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiscGolf.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6157,"name":"read-resource","id":6158,"timestamp":2638872578,"duration":68296,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6157,"timestamp":2638872563,"duration":68491,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiscOff.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6159,"name":"read-resource","id":6160,"timestamp":2638872601,"duration":68466,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6159,"timestamp":2638872585,"duration":68623,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDisc.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6161,"name":"read-resource","id":6162,"timestamp":2638872628,"duration":68593,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6161,"timestamp":2638872610,"duration":68750,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiscount2Off.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6163,"name":"read-resource","id":6164,"timestamp":2638872664,"duration":68709,"tags":{},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6163,"timestamp":2638872638,"duration":68875,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiscount2.js","layer":"app-pages-browser"},"startTime":1732132323503},{"traceId":"6d02d019348010b3","parentId":6165,"name":"read-resource","id":6166,"timestamp":2638872699,"duration":68826,"tags":{},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6165,"timestamp":2638872674,"duration":68978,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiscountCheckFilled.js","layer":"app-pages-browser"},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":6167,"name":"read-resource","id":6168,"timestamp":2638872729,"duration":68936,"tags":{},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6167,"timestamp":2638872709,"duration":69085,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiscountCheck.js","layer":"app-pages-browser"},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":6171,"name":"read-resource","id":6172,"timestamp":2638872782,"duration":69024,"tags":{},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6171,"timestamp":2638872764,"duration":69173,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiscount.js","layer":"app-pages-browser"},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":6173,"name":"read-resource","id":6174,"timestamp":2638872809,"duration":69141,"tags":{},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6173,"timestamp":2638872791,"duration":69285,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDivide.js","layer":"app-pages-browser"},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":6169,"name":"read-resource","id":6170,"timestamp":2638872756,"duration":70054,"tags":{},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6169,"timestamp":2638872738,"duration":70244,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDiscountOff.js","layer":"app-pages-browser"},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":6175,"name":"read-resource","id":6176,"timestamp":2638872835,"duration":70161,"tags":{},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6175,"timestamp":2638872818,"duration":70329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDna2Off.js","layer":"app-pages-browser"},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":6177,"name":"read-resource","id":6178,"timestamp":2638872864,"duration":70296,"tags":{},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6177,"timestamp":2638872844,"duration":70461,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDna2.js","layer":"app-pages-browser"},"startTime":1732132323504},{"traceId":"6d02d019348010b3","parentId":6179,"name":"read-resource","id":6180,"timestamp":2638874429,"duration":68889,"tags":{},"startTime":1732132323505},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6179,"timestamp":2638874400,"duration":69047,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDnaOff.js","layer":"app-pages-browser"},"startTime":1732132323505},{"traceId":"6d02d019348010b3","parentId":6181,"name":"read-resource","id":6182,"timestamp":2638874458,"duration":72695,"tags":{},"startTime":1732132323505},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6181,"timestamp":2638874442,"duration":72990,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDna.js","layer":"app-pages-browser"},"startTime":1732132323505},{"traceId":"6d02d019348010b3","parentId":6183,"name":"read-resource","id":6184,"timestamp":2638874481,"duration":72974,"tags":{},"startTime":1732132323505},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6183,"timestamp":2638874464,"duration":73258,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDogBowl.js","layer":"app-pages-browser"},"startTime":1732132323505},{"traceId":"6d02d019348010b3","parentId":6185,"name":"read-resource","id":6186,"timestamp":2638874512,"duration":73229,"tags":{},"startTime":1732132323505},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6185,"timestamp":2638874489,"duration":73544,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDog.js","layer":"app-pages-browser"},"startTime":1732132323505},{"traceId":"6d02d019348010b3","parentId":6187,"name":"read-resource","id":6188,"timestamp":2638898919,"duration":49139,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6187,"timestamp":2638898868,"duration":49439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDoorEnter.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6193,"name":"read-resource","id":6194,"timestamp":2638899050,"duration":49276,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6193,"timestamp":2638899030,"duration":49544,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDoor.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6191,"name":"read-resource","id":6192,"timestamp":2638899013,"duration":49578,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6191,"timestamp":2638898993,"duration":49824,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDoorOff.js","layer":"app-pages-browser"},"startTime":1732132323530}] +[{"traceId":"6d02d019348010b3","parentId":6189,"name":"read-resource","id":6190,"timestamp":2638898972,"duration":50117,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6189,"timestamp":2638898950,"duration":50329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDoorExit.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6197,"name":"read-resource","id":6198,"timestamp":2638899127,"duration":50170,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6197,"timestamp":2638899100,"duration":50473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDotsDiagonal2.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6195,"name":"read-resource","id":6196,"timestamp":2638899085,"duration":50507,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6195,"timestamp":2638899065,"duration":50783,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDotsCircleHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6199,"name":"read-resource","id":6200,"timestamp":2638899163,"duration":50702,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6199,"timestamp":2638899144,"duration":50979,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDotsDiagonal.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6203,"name":"read-resource","id":6204,"timestamp":2638899233,"duration":50908,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6203,"timestamp":2638899215,"duration":51170,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDots.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6201,"name":"read-resource","id":6202,"timestamp":2638899198,"duration":51205,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6201,"timestamp":2638899179,"duration":51472,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDotsVertical.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6205,"name":"read-resource","id":6206,"timestamp":2638899267,"duration":51411,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6205,"timestamp":2638899249,"duration":51704,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDownloadOff.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6207,"name":"read-resource","id":6208,"timestamp":2638899301,"duration":51672,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6207,"timestamp":2638899283,"duration":51905,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDownload.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6209,"name":"read-resource","id":6210,"timestamp":2638899340,"duration":51865,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6209,"timestamp":2638899317,"duration":52113,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDragDrop2.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6213,"name":"read-resource","id":6214,"timestamp":2638899413,"duration":52033,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6213,"timestamp":2638899393,"duration":52259,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDroneOff.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6211,"name":"read-resource","id":6212,"timestamp":2638899376,"duration":52290,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6211,"timestamp":2638899357,"duration":52520,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDragDrop.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6215,"name":"read-resource","id":6216,"timestamp":2638899446,"duration":54826,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6215,"timestamp":2638899428,"duration":55105,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDrone.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6217,"name":"read-resource","id":6218,"timestamp":2638899488,"duration":55063,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6217,"timestamp":2638899467,"duration":55239,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropCircle.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6219,"name":"read-resource","id":6220,"timestamp":2638899537,"duration":55183,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6219,"timestamp":2638899510,"duration":55360,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletBolt.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6221,"name":"read-resource","id":6222,"timestamp":2638899578,"duration":55305,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6221,"timestamp":2638899556,"duration":55467,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletCancel.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6223,"name":"read-resource","id":6224,"timestamp":2638899624,"duration":55412,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6223,"timestamp":2638899596,"duration":55570,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletCheck.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6225,"name":"read-resource","id":6226,"timestamp":2638899666,"duration":55514,"tags":{},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6225,"timestamp":2638899644,"duration":55662,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletCode.js","layer":"app-pages-browser"},"startTime":1732132323530},{"traceId":"6d02d019348010b3","parentId":6231,"name":"read-resource","id":6232,"timestamp":2638899788,"duration":55531,"tags":{},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6231,"timestamp":2638899765,"duration":55681,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletDown.js","layer":"app-pages-browser"},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":6227,"name":"read-resource","id":6228,"timestamp":2638899705,"duration":55758,"tags":{},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6227,"timestamp":2638899684,"duration":55919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletCog.js","layer":"app-pages-browser"},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":6229,"name":"read-resource","id":6230,"timestamp":2638899745,"duration":55870,"tags":{},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6229,"timestamp":2638899724,"duration":56012,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletDollar.js","layer":"app-pages-browser"},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":6233,"name":"read-resource","id":6234,"timestamp":2638899832,"duration":55915,"tags":{},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6233,"timestamp":2638899809,"duration":56065,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletExclamation.js","layer":"app-pages-browser"},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":6235,"name":"read-resource","id":6236,"timestamp":2638899876,"duration":56011,"tags":{},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6235,"timestamp":2638899853,"duration":56180,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletFilled.js","layer":"app-pages-browser"},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":6237,"name":"read-resource","id":6238,"timestamp":2638899924,"duration":56398,"tags":{},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6237,"timestamp":2638899895,"duration":56690,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletHalf2Filled.js","layer":"app-pages-browser"},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":6239,"name":"read-resource","id":6240,"timestamp":2638899962,"duration":56641,"tags":{},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6239,"timestamp":2638899943,"duration":56907,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletHalf2.js","layer":"app-pages-browser"},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":6241,"name":"read-resource","id":6242,"timestamp":2638899997,"duration":56872,"tags":{},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6241,"timestamp":2638899979,"duration":57091,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletHalfFilled.js","layer":"app-pages-browser"},"startTime":1732132323531},{"traceId":"6d02d019348010b3","parentId":6243,"name":"read-resource","id":6244,"timestamp":2638901827,"duration":59083,"tags":{},"startTime":1732132323533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6243,"timestamp":2638901794,"duration":59359,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletHalf.js","layer":"app-pages-browser"},"startTime":1732132323533},{"traceId":"6d02d019348010b3","parentId":6245,"name":"read-resource","id":6246,"timestamp":2638901876,"duration":59295,"tags":{},"startTime":1732132323533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6245,"timestamp":2638901841,"duration":59552,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletHeart.js","layer":"app-pages-browser"},"startTime":1732132323533},{"traceId":"6d02d019348010b3","parentId":6247,"name":"read-resource","id":6248,"timestamp":2638921592,"duration":39818,"tags":{},"startTime":1732132323552},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6247,"timestamp":2638921531,"duration":40081,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletMinus.js","layer":"app-pages-browser"},"startTime":1732132323552},{"traceId":"6d02d019348010b3","parentId":6249,"name":"read-resource","id":6250,"timestamp":2638921670,"duration":39960,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6249,"timestamp":2638921618,"duration":40204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletOff.js","layer":"app-pages-browser"},"startTime":1732132323552},{"traceId":"6d02d019348010b3","parentId":6251,"name":"read-resource","id":6252,"timestamp":2638921708,"duration":40129,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6251,"timestamp":2638921684,"duration":40340,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletPause.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6259,"name":"read-resource","id":6260,"timestamp":2638921834,"duration":40205,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6259,"timestamp":2638921815,"duration":40420,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletSearch.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6253,"name":"read-resource","id":6254,"timestamp":2638921748,"duration":40504,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6253,"timestamp":2638921719,"duration":40731,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletPin.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6255,"name":"read-resource","id":6256,"timestamp":2638921777,"duration":40688,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6255,"timestamp":2638921757,"duration":40893,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletPlus.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6257,"name":"read-resource","id":6258,"timestamp":2638921806,"duration":40861,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6257,"timestamp":2638921787,"duration":41065,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletQuestion.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6261,"name":"read-resource","id":6262,"timestamp":2638921861,"duration":41005,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6261,"timestamp":2638921843,"duration":41207,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletShare.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6263,"name":"read-resource","id":6264,"timestamp":2638921899,"duration":41167,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6263,"timestamp":2638921872,"duration":41379,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletStar.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6265,"name":"read-resource","id":6266,"timestamp":2638921950,"duration":41316,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6265,"timestamp":2638921928,"duration":41520,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletUp.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6267,"name":"read-resource","id":6268,"timestamp":2638921980,"duration":41483,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6267,"timestamp":2638921961,"duration":41679,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDropletX.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6269,"name":"read-resource","id":6270,"timestamp":2638922007,"duration":41648,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6269,"timestamp":2638921989,"duration":41848,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDroplet.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6271,"name":"read-resource","id":6272,"timestamp":2638922036,"duration":41816,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6271,"timestamp":2638922016,"duration":42065,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDroplets.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6273,"name":"read-resource","id":6274,"timestamp":2638922064,"duration":42033,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6273,"timestamp":2638922045,"duration":42248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconDualScreen.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6275,"name":"read-resource","id":6276,"timestamp":2638922096,"duration":42213,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6275,"timestamp":2638922073,"duration":42442,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEPassport.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6277,"name":"read-resource","id":6278,"timestamp":2638922123,"duration":42407,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6277,"timestamp":2638922105,"duration":42613,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEarOff.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6279,"name":"read-resource","id":6280,"timestamp":2638922153,"duration":42580,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6279,"timestamp":2638922133,"duration":42779,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEar.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6281,"name":"read-resource","id":6282,"timestamp":2638922179,"duration":42748,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6281,"timestamp":2638922161,"duration":42951,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEaseInControlPoint.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6283,"name":"read-resource","id":6284,"timestamp":2638922208,"duration":42926,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6283,"timestamp":2638922188,"duration":43166,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEaseInOutControlPoints.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6285,"name":"read-resource","id":6286,"timestamp":2638922236,"duration":43134,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6285,"timestamp":2638922217,"duration":43329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEaseInOut.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6287,"name":"read-resource","id":6288,"timestamp":2638922264,"duration":43297,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6287,"timestamp":2638922245,"duration":43482,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEaseIn.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6289,"name":"read-resource","id":6290,"timestamp":2638922298,"duration":43444,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6289,"timestamp":2638922273,"duration":43650,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEaseOutControlPoint.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6291,"name":"read-resource","id":6292,"timestamp":2638922327,"duration":43610,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6291,"timestamp":2638922309,"duration":43789,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEaseOut.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6293,"name":"read-resource","id":6294,"timestamp":2638922362,"duration":43751,"tags":{},"startTime":1732132323553}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6293,"timestamp":2638922337,"duration":44499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEditCircleOff.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6295,"name":"read-resource","id":6296,"timestamp":2638922399,"duration":44458,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6295,"timestamp":2638922374,"duration":44856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEditCircle.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6301,"name":"read-resource","id":6302,"timestamp":2638922497,"duration":44769,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6301,"timestamp":2638922476,"duration":45149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEggCracked.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6303,"name":"read-resource","id":6304,"timestamp":2638923170,"duration":49038,"tags":{},"startTime":1732132323554},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6303,"timestamp":2638923142,"duration":49289,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEggFilled.js","layer":"app-pages-browser"},"startTime":1732132323554},{"traceId":"6d02d019348010b3","parentId":6297,"name":"read-resource","id":6298,"timestamp":2638922427,"duration":50022,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6297,"timestamp":2638922408,"duration":50247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEditOff.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6299,"name":"read-resource","id":6300,"timestamp":2638922455,"duration":50218,"tags":{},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6299,"timestamp":2638922437,"duration":50425,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEdit.js","layer":"app-pages-browser"},"startTime":1732132323553},{"traceId":"6d02d019348010b3","parentId":6305,"name":"read-resource","id":6306,"timestamp":2638934135,"duration":41832,"tags":{},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6305,"timestamp":2638934073,"duration":42172,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEggFried.js","layer":"app-pages-browser"},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":6307,"name":"read-resource","id":6308,"timestamp":2638934177,"duration":42087,"tags":{},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6307,"timestamp":2638934155,"duration":42308,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEggOff.js","layer":"app-pages-browser"},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":6309,"name":"read-resource","id":6310,"timestamp":2638934206,"duration":42272,"tags":{},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6309,"timestamp":2638934187,"duration":42488,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEgg.js","layer":"app-pages-browser"},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":6311,"name":"read-resource","id":6312,"timestamp":2638934232,"duration":42459,"tags":{},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6311,"timestamp":2638934215,"duration":42656,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEggs.js","layer":"app-pages-browser"},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":6313,"name":"read-resource","id":6314,"timestamp":2638934260,"duration":42626,"tags":{},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6313,"timestamp":2638934241,"duration":42836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconElevatorOff.js","layer":"app-pages-browser"},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":6315,"name":"read-resource","id":6316,"timestamp":2638934286,"duration":43917,"tags":{},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6315,"timestamp":2638934268,"duration":44148,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconElevator.js","layer":"app-pages-browser"},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":6317,"name":"read-resource","id":6318,"timestamp":2638934385,"duration":44048,"tags":{},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6317,"timestamp":2638934321,"duration":44423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEmergencyBed.js","layer":"app-pages-browser"},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":6319,"name":"read-resource","id":6320,"timestamp":2638934420,"duration":44340,"tags":{},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6319,"timestamp":2638934397,"duration":44554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEmpathizeOff.js","layer":"app-pages-browser"},"startTime":1732132323565},{"traceId":"6d02d019348010b3","parentId":6321,"name":"read-resource","id":6322,"timestamp":2638945018,"duration":33948,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6321,"timestamp":2638944986,"duration":34169,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEmpathize.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6323,"name":"read-resource","id":6324,"timestamp":2638945065,"duration":34106,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6323,"timestamp":2638945041,"duration":34326,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEmphasis.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6325,"name":"read-resource","id":6326,"timestamp":2638945104,"duration":34278,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6325,"timestamp":2638945083,"duration":34511,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEngineOff.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6327,"name":"read-resource","id":6328,"timestamp":2638945149,"duration":34461,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6327,"timestamp":2638945120,"duration":34702,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEngine.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6331,"name":"read-resource","id":6332,"timestamp":2638945219,"duration":36696,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6331,"timestamp":2638945200,"duration":36935,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEqualNot.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6333,"name":"read-resource","id":6334,"timestamp":2638945254,"duration":36898,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6333,"timestamp":2638945234,"duration":37103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEqual.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6329,"name":"read-resource","id":6330,"timestamp":2638945186,"duration":37166,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6329,"timestamp":2638945164,"duration":37388,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEqualDouble.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6337,"name":"read-resource","id":6338,"timestamp":2638945318,"duration":37567,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6337,"timestamp":2638945299,"duration":39842,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEraser.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6343,"name":"read-resource","id":6344,"timestamp":2638945423,"duration":39737,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6343,"timestamp":2638945403,"duration":39965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEscalatorDown.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6335,"name":"read-resource","id":6336,"timestamp":2638945286,"duration":40098,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6335,"timestamp":2638945267,"duration":40328,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEraserOff.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6339,"name":"read-resource","id":6340,"timestamp":2638945351,"duration":40262,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6339,"timestamp":2638945332,"duration":40497,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconError404Off.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6341,"name":"read-resource","id":6342,"timestamp":2638945389,"duration":40456,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6341,"timestamp":2638945365,"duration":40693,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconError404.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6345,"name":"read-resource","id":6346,"timestamp":2638945457,"duration":40617,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6345,"timestamp":2638945437,"duration":40839,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEscalatorUp.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6347,"name":"read-resource","id":6348,"timestamp":2638945490,"duration":40803,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6347,"timestamp":2638945471,"duration":40999,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEscalator.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6349,"name":"read-resource","id":6350,"timestamp":2638945522,"duration":40964,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6349,"timestamp":2638945503,"duration":41201,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExchangeOff.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6351,"name":"read-resource","id":6352,"timestamp":2638945555,"duration":41164,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6351,"timestamp":2638945536,"duration":41376,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExchange.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6353,"name":"read-resource","id":6354,"timestamp":2638945592,"duration":41334,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6353,"timestamp":2638945568,"duration":41543,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExclamationCircle.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6355,"name":"read-resource","id":6356,"timestamp":2638945628,"duration":41500,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6355,"timestamp":2638945606,"duration":41722,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExclamationMarkOff.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6357,"name":"read-resource","id":6358,"timestamp":2638945661,"duration":41685,"tags":{},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6357,"timestamp":2638945641,"duration":41920,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExclamationMark.js","layer":"app-pages-browser"},"startTime":1732132323576},{"traceId":"6d02d019348010b3","parentId":6361,"name":"read-resource","id":6362,"timestamp":2638945728,"duration":41851,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6361,"timestamp":2638945708,"duration":42087,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExplicit.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6359,"name":"read-resource","id":6360,"timestamp":2638945695,"duration":42118,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6359,"timestamp":2638945676,"duration":42362,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExplicitOff.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6363,"name":"read-resource","id":6364,"timestamp":2638945761,"duration":42294,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6363,"timestamp":2638945742,"duration":42500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExposure0.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6367,"name":"read-resource","id":6368,"timestamp":2638945830,"duration":42427,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6367,"timestamp":2638945807,"duration":42639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExposureMinus2.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6365,"name":"read-resource","id":6366,"timestamp":2638945794,"duration":42669,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6365,"timestamp":2638945774,"duration":42876,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExposureMinus1.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6369,"name":"read-resource","id":6370,"timestamp":2638945869,"duration":42797,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6369,"timestamp":2638945844,"duration":43029,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExposureOff.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6371,"name":"read-resource","id":6372,"timestamp":2638945905,"duration":42984,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6371,"timestamp":2638945884,"duration":43192,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExposurePlus1.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6373,"name":"read-resource","id":6374,"timestamp":2638945938,"duration":43211,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6373,"timestamp":2638945918,"duration":43435,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExposurePlus2.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6375,"name":"read-resource","id":6376,"timestamp":2638945971,"duration":44836,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6375,"timestamp":2638945951,"duration":45090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExposure.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6377,"name":"read-resource","id":6378,"timestamp":2638946004,"duration":45055,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6377,"timestamp":2638945984,"duration":45310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExternalLinkOff.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6379,"name":"read-resource","id":6380,"timestamp":2638946036,"duration":45274,"tags":{},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6379,"timestamp":2638946017,"duration":46117,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconExternalLink.js","layer":"app-pages-browser"},"startTime":1732132323577},{"traceId":"6d02d019348010b3","parentId":6381,"name":"read-resource","id":6382,"timestamp":2638953733,"duration":47257,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6381,"timestamp":2638953645,"duration":47870,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeBolt.js","layer":"app-pages-browser"},"startTime":1732132323584},{"traceId":"6d02d019348010b3","parentId":6385,"name":"read-resource","id":6386,"timestamp":2638953815,"duration":47721,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6385,"timestamp":2638953788,"duration":48066,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeCheck.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6383,"name":"read-resource","id":6384,"timestamp":2638953776,"duration":48096,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6383,"timestamp":2638953751,"duration":48468,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeCancel.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6387,"name":"read-resource","id":6388,"timestamp":2638953855,"duration":48391,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6387,"timestamp":2638953827,"duration":48715,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeClosed.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6391,"name":"read-resource","id":6392,"timestamp":2638953908,"duration":48651,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6391,"timestamp":2638953891,"duration":48989,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeCog.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6389,"name":"read-resource","id":6390,"timestamp":2638953882,"duration":49017,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6389,"timestamp":2638953864,"duration":49344,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeCode.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6393,"name":"read-resource","id":6394,"timestamp":2638953934,"duration":49293,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6393,"timestamp":2638953917,"duration":49612,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeDiscount.js","layer":"app-pages-browser"},"startTime":1732132323585}] +[{"traceId":"6d02d019348010b3","parentId":6395,"name":"read-resource","id":6396,"timestamp":2638953960,"duration":50001,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6395,"timestamp":2638953942,"duration":50323,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeDollar.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6397,"name":"read-resource","id":6398,"timestamp":2638953991,"duration":50293,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6397,"timestamp":2638953969,"duration":50676,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeDown.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6399,"name":"read-resource","id":6400,"timestamp":2638954061,"duration":50604,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6399,"timestamp":2638954022,"duration":50934,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeEdit.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6401,"name":"read-resource","id":6402,"timestamp":2638954093,"duration":51168,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6401,"timestamp":2638954073,"duration":51418,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeExclamation.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6403,"name":"read-resource","id":6404,"timestamp":2638954118,"duration":51390,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6403,"timestamp":2638954101,"duration":51598,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeFilled.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6405,"name":"read-resource","id":6406,"timestamp":2638954141,"duration":51574,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6405,"timestamp":2638954125,"duration":51792,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeHeart.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6407,"name":"read-resource","id":6408,"timestamp":2638954163,"duration":51770,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6407,"timestamp":2638954148,"duration":51968,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeMinus.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6409,"name":"read-resource","id":6410,"timestamp":2638954185,"duration":51948,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6409,"timestamp":2638954170,"duration":52148,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeOff.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6411,"name":"read-resource","id":6412,"timestamp":2638954216,"duration":52120,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6411,"timestamp":2638954192,"duration":52345,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyePause.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6413,"name":"read-resource","id":6414,"timestamp":2638954241,"duration":52313,"tags":{},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6413,"timestamp":2638954224,"duration":52528,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyePin.js","layer":"app-pages-browser"},"startTime":1732132323585},{"traceId":"6d02d019348010b3","parentId":6415,"name":"read-resource","id":6416,"timestamp":2638960181,"duration":51004,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6415,"timestamp":2638960148,"duration":51306,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyePlus.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6417,"name":"read-resource","id":6418,"timestamp":2638960216,"duration":51258,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6417,"timestamp":2638960195,"duration":51627,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeQuestion.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6419,"name":"read-resource","id":6420,"timestamp":2638960244,"duration":51597,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6419,"timestamp":2638960226,"duration":51958,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeSearch.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6421,"name":"read-resource","id":6422,"timestamp":2638960270,"duration":51932,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6421,"timestamp":2638960252,"duration":52512,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeShare.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6423,"name":"read-resource","id":6424,"timestamp":2638960296,"duration":52539,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6423,"timestamp":2638960278,"duration":52716,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeStar.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6425,"name":"read-resource","id":6426,"timestamp":2638960381,"duration":52625,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6425,"timestamp":2638960332,"duration":52827,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeTable.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6427,"name":"read-resource","id":6428,"timestamp":2638960416,"duration":52756,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6427,"timestamp":2638960395,"duration":52922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeUp.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6431,"name":"read-resource","id":6432,"timestamp":2638960483,"duration":52864,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6431,"timestamp":2638960464,"duration":53025,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEye.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6433,"name":"read-resource","id":6434,"timestamp":2638960509,"duration":52993,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6433,"timestamp":2638960491,"duration":53145,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeglass2.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6435,"name":"read-resource","id":6436,"timestamp":2638960537,"duration":53112,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6435,"timestamp":2638960518,"duration":53264,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeglassOff.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6437,"name":"read-resource","id":6438,"timestamp":2638960683,"duration":53112,"tags":{},"startTime":1732132323592},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6437,"timestamp":2638960546,"duration":53385,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeglass.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6439,"name":"read-resource","id":6440,"timestamp":2638960717,"duration":53228,"tags":{},"startTime":1732132323592},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6439,"timestamp":2638960699,"duration":53382,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFaceIdError.js","layer":"app-pages-browser"},"startTime":1732132323592},{"traceId":"6d02d019348010b3","parentId":6441,"name":"read-resource","id":6442,"timestamp":2638960732,"duration":53361,"tags":{},"startTime":1732132323592},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6441,"timestamp":2638960722,"duration":53504,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFaceId.js","layer":"app-pages-browser"},"startTime":1732132323592},{"traceId":"6d02d019348010b3","parentId":6429,"name":"read-resource","id":6430,"timestamp":2638960453,"duration":53822,"tags":{},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6429,"timestamp":2638960426,"duration":54009,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconEyeX.js","layer":"app-pages-browser"},"startTime":1732132323591},{"traceId":"6d02d019348010b3","parentId":6443,"name":"read-resource","id":6444,"timestamp":2638971152,"duration":43838,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6443,"timestamp":2638971124,"duration":44056,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFaceMaskOff.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6445,"name":"read-resource","id":6446,"timestamp":2638971198,"duration":43996,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6445,"timestamp":2638971175,"duration":44160,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFaceMask.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6449,"name":"read-resource","id":6450,"timestamp":2638971273,"duration":44074,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6449,"timestamp":2638971252,"duration":44236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFeatherOff.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6447,"name":"read-resource","id":6448,"timestamp":2638971237,"duration":44262,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6447,"timestamp":2638971216,"duration":44410,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFall.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6451,"name":"read-resource","id":6452,"timestamp":2638971356,"duration":46111,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6451,"timestamp":2638971328,"duration":46528,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFeather.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6455,"name":"read-resource","id":6456,"timestamp":2638971426,"duration":46450,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6455,"timestamp":2638971407,"duration":46754,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFence.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6461,"name":"read-resource","id":6462,"timestamp":2638971521,"duration":46659,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6461,"timestamp":2638971502,"duration":46959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileAlert.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6457,"name":"read-resource","id":6458,"timestamp":2638971461,"duration":47017,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6457,"timestamp":2638971440,"duration":47425,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFidgetSpinner.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6453,"name":"read-resource","id":6454,"timestamp":2638971393,"duration":47492,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6453,"timestamp":2638971373,"duration":47817,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFenceOff.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6465,"name":"read-resource","id":6466,"timestamp":2638971583,"duration":47624,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6465,"timestamp":2638971557,"duration":47929,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileArrowLeft.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6463,"name":"read-resource","id":6464,"timestamp":2638971549,"duration":47954,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6463,"timestamp":2638971530,"duration":48302,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileAnalytics.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6459,"name":"read-resource","id":6460,"timestamp":2638971494,"duration":48354,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6459,"timestamp":2638971474,"duration":48759,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFile3d.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6471,"name":"read-resource","id":6472,"timestamp":2638971660,"duration":48591,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6471,"timestamp":2638971643,"duration":48917,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileBroken.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6469,"name":"read-resource","id":6470,"timestamp":2638971635,"duration":48972,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6469,"timestamp":2638971618,"duration":49298,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileBarcode.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6475,"name":"read-resource","id":6476,"timestamp":2638971711,"duration":49230,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6475,"timestamp":2638971694,"duration":49522,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileChart.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6479,"name":"read-resource","id":6480,"timestamp":2638971769,"duration":49465,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6479,"timestamp":2638971751,"duration":49756,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileCode2.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6473,"name":"read-resource","id":6474,"timestamp":2638971685,"duration":49891,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6473,"timestamp":2638971667,"duration":50180,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileCertificate.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6467,"name":"read-resource","id":6468,"timestamp":2638971610,"duration":50256,"tags":{},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6467,"timestamp":2638971592,"duration":50557,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileArrowRight.js","layer":"app-pages-browser"},"startTime":1732132323602},{"traceId":"6d02d019348010b3","parentId":6481,"name":"read-resource","id":6482,"timestamp":2638971794,"duration":50376,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6481,"timestamp":2638971776,"duration":50708,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileCode.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6477,"name":"read-resource","id":6478,"timestamp":2638971741,"duration":50761,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6477,"timestamp":2638971719,"duration":50972,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileCheck.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6483,"name":"read-resource","id":6484,"timestamp":2638971819,"duration":50885,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6483,"timestamp":2638971801,"duration":51045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileCv.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6487,"name":"read-resource","id":6488,"timestamp":2638971879,"duration":50981,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6487,"timestamp":2638971858,"duration":51130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDelta.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6493,"name":"read-resource","id":6494,"timestamp":2638971963,"duration":51037,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6493,"timestamp":2638971945,"duration":51186,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDigit.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6495,"name":"read-resource","id":6496,"timestamp":2638971988,"duration":51154,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6495,"timestamp":2638971970,"duration":51298,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDislike.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6489,"name":"read-resource","id":6490,"timestamp":2638971904,"duration":51378,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6489,"timestamp":2638971886,"duration":51522,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDescription.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6497,"name":"read-resource","id":6498,"timestamp":2638972043,"duration":51436,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6497,"timestamp":2638971996,"duration":51638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDollar.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6491,"name":"read-resource","id":6492,"timestamp":2638971936,"duration":51711,"tags":{},"startTime":1732132323603}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6491,"timestamp":2638971913,"duration":52133,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDiff.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6485,"name":"read-resource","id":6486,"timestamp":2638971845,"duration":52216,"tags":{},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6485,"timestamp":2638971828,"duration":52376,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDatabase.js","layer":"app-pages-browser"},"startTime":1732132323603},{"traceId":"6d02d019348010b3","parentId":6499,"name":"read-resource","id":6500,"timestamp":2638981174,"duration":43928,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6499,"timestamp":2638981133,"duration":44206,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDots.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6501,"name":"read-resource","id":6502,"timestamp":2638981232,"duration":44124,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6501,"timestamp":2638981203,"duration":44354,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileDownload.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6503,"name":"read-resource","id":6504,"timestamp":2638981274,"duration":44298,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6503,"timestamp":2638981252,"duration":44519,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileEuro.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6505,"name":"read-resource","id":6506,"timestamp":2638981316,"duration":44470,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6505,"timestamp":2638981293,"duration":44693,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileExport.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6507,"name":"read-resource","id":6508,"timestamp":2638981357,"duration":44643,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6507,"timestamp":2638981335,"duration":44805,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileFilled.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6509,"name":"read-resource","id":6510,"timestamp":2638981397,"duration":44755,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6509,"timestamp":2638981376,"duration":44915,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileFunction.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6511,"name":"read-resource","id":6512,"timestamp":2638981436,"duration":44866,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6511,"timestamp":2638981415,"duration":45023,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6513,"name":"read-resource","id":6514,"timestamp":2638981480,"duration":44969,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6513,"timestamp":2638981454,"duration":45114,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileImport.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6517,"name":"read-resource","id":6518,"timestamp":2638981562,"duration":47631,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6517,"timestamp":2638981542,"duration":47957,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileInfo.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6515,"name":"read-resource","id":6516,"timestamp":2638981524,"duration":47991,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6515,"timestamp":2638981501,"duration":48264,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileInfinity.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6519,"name":"read-resource","id":6520,"timestamp":2638981600,"duration":48183,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6519,"timestamp":2638981579,"duration":48426,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileInvoice.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6521,"name":"read-resource","id":6522,"timestamp":2638981635,"duration":48387,"tags":{},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6521,"timestamp":2638981615,"duration":48617,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileLambda.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6523,"name":"read-resource","id":6524,"timestamp":2638981668,"duration":48697,"tags":{},"startTime":1732132323613},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6523,"timestamp":2638981650,"duration":49082,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileLike.js","layer":"app-pages-browser"},"startTime":1732132323612},{"traceId":"6d02d019348010b3","parentId":6525,"name":"read-resource","id":6526,"timestamp":2638981701,"duration":49048,"tags":{},"startTime":1732132323613},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6525,"timestamp":2638981683,"duration":49256,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileMinus.js","layer":"app-pages-browser"},"startTime":1732132323613},{"traceId":"6d02d019348010b3","parentId":6527,"name":"read-resource","id":6528,"timestamp":2638981737,"duration":49217,"tags":{},"startTime":1732132323613},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6527,"timestamp":2638981715,"duration":49432,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileMusic.js","layer":"app-pages-browser"},"startTime":1732132323613},{"traceId":"6d02d019348010b3","parentId":6531,"name":"read-resource","id":6532,"timestamp":2638999893,"duration":32593,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6531,"timestamp":2638999870,"duration":32851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileOrientation.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6533,"name":"read-resource","id":6534,"timestamp":2638999933,"duration":32803,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6533,"timestamp":2638999911,"duration":33029,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilePencil.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6529,"name":"read-resource","id":6530,"timestamp":2638999843,"duration":34964,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6529,"timestamp":2638999794,"duration":35221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileOff.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6537,"name":"read-resource","id":6538,"timestamp":2639000028,"duration":35003,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6537,"timestamp":2638999984,"duration":35247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilePhone.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6535,"name":"read-resource","id":6536,"timestamp":2638999969,"duration":35277,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6535,"timestamp":2638999948,"duration":35501,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilePercent.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6543,"name":"read-resource","id":6544,"timestamp":2639000127,"duration":35334,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6543,"timestamp":2639000111,"duration":35550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileReport.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6539,"name":"read-resource","id":6540,"timestamp":2639000065,"duration":35611,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6539,"timestamp":2639000045,"duration":35833,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilePlus.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6541,"name":"read-resource","id":6542,"timestamp":2639000101,"duration":35791,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6541,"timestamp":2639000077,"duration":36043,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilePower.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6549,"name":"read-resource","id":6550,"timestamp":2639000210,"duration":35927,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6549,"timestamp":2639000194,"duration":36186,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileSearch.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6547,"name":"read-resource","id":6548,"timestamp":2639000187,"duration":36210,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6547,"timestamp":2639000170,"duration":36445,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileScissors.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6545,"name":"read-resource","id":6546,"timestamp":2639000158,"duration":36473,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6545,"timestamp":2639000137,"duration":36701,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileRss.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6551,"name":"read-resource","id":6552,"timestamp":2639000255,"duration":36598,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6551,"timestamp":2639000235,"duration":36842,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileSettings.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6553,"name":"read-resource","id":6554,"timestamp":2639000290,"duration":36809,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6553,"timestamp":2639000269,"duration":37040,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileShredder.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6561,"name":"read-resource","id":6562,"timestamp":2639000428,"duration":36920,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6561,"timestamp":2639000409,"duration":37154,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileStar.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6555,"name":"read-resource","id":6556,"timestamp":2639000329,"duration":37271,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6555,"timestamp":2639000303,"duration":37508,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileSignal.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6557,"name":"read-resource","id":6558,"timestamp":2639000364,"duration":37463,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6557,"timestamp":2639000342,"duration":37715,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileSpreadsheet.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6563,"name":"read-resource","id":6564,"timestamp":2639000460,"duration":37612,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6563,"timestamp":2639000440,"duration":37867,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileSymlink.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6559,"name":"read-resource","id":6560,"timestamp":2639000395,"duration":37927,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6559,"timestamp":2639000376,"duration":38184,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileStack.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6565,"name":"read-resource","id":6566,"timestamp":2639000492,"duration":38085,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6565,"timestamp":2639000473,"duration":38362,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTextAi.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6567,"name":"read-resource","id":6568,"timestamp":2639000524,"duration":38326,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6567,"timestamp":2639000505,"duration":38584,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileText.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6569,"name":"read-resource","id":6570,"timestamp":2639000558,"duration":38547,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6569,"timestamp":2639000536,"duration":39065,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTime.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6571,"name":"read-resource","id":6572,"timestamp":2639000592,"duration":39027,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6571,"timestamp":2639000572,"duration":39321,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeBmp.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6573,"name":"read-resource","id":6574,"timestamp":2639000624,"duration":46792,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6573,"timestamp":2639000604,"duration":47123,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeCss.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6575,"name":"read-resource","id":6576,"timestamp":2639000655,"duration":47089,"tags":{},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6575,"timestamp":2639000636,"duration":47324,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeCsv.js","layer":"app-pages-browser"},"startTime":1732132323631},{"traceId":"6d02d019348010b3","parentId":6577,"name":"read-resource","id":6578,"timestamp":2639000687,"duration":47287,"tags":{},"startTime":1732132323632},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6577,"timestamp":2639000668,"duration":47550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeDoc.js","layer":"app-pages-browser"},"startTime":1732132323632},{"traceId":"6d02d019348010b3","parentId":6579,"name":"read-resource","id":6580,"timestamp":2639000719,"duration":47516,"tags":{},"startTime":1732132323632},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6579,"timestamp":2639000700,"duration":47756,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeDocx.js","layer":"app-pages-browser"},"startTime":1732132323632},{"traceId":"6d02d019348010b3","parentId":6583,"name":"read-resource","id":6584,"timestamp":2639009860,"duration":43037,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6583,"timestamp":2639009829,"duration":43310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeJpg.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6585,"name":"read-resource","id":6586,"timestamp":2639009895,"duration":43260,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6585,"timestamp":2639009872,"duration":43494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeJs.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6587,"name":"read-resource","id":6588,"timestamp":2639009925,"duration":43456,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6587,"timestamp":2639009905,"duration":43693,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeJsx.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6589,"name":"read-resource","id":6590,"timestamp":2639009955,"duration":43657,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6589,"timestamp":2639009935,"duration":43898,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypePdf.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6591,"name":"read-resource","id":6592,"timestamp":2639009984,"duration":43865,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6591,"timestamp":2639009963,"duration":44101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypePhp.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6593,"name":"read-resource","id":6594,"timestamp":2639010014,"duration":44066,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6593,"timestamp":2639009994,"duration":44299,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypePng.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6595,"name":"read-resource","id":6596,"timestamp":2639010052,"duration":44255,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6595,"timestamp":2639010026,"duration":45240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypePpt.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6597,"name":"read-resource","id":6598,"timestamp":2639010087,"duration":45196,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6597,"timestamp":2639010062,"duration":45452,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeRs.js","layer":"app-pages-browser"},"startTime":1732132323641}] +[{"traceId":"6d02d019348010b3","parentId":6599,"name":"read-resource","id":6600,"timestamp":2639010114,"duration":45679,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6599,"timestamp":2639010096,"duration":45957,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeSql.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6601,"name":"read-resource","id":6602,"timestamp":2639010139,"duration":45930,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6601,"timestamp":2639010122,"duration":46161,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeSvg.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6603,"name":"read-resource","id":6604,"timestamp":2639010164,"duration":46133,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6603,"timestamp":2639010147,"duration":46368,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeTs.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6607,"name":"read-resource","id":6608,"timestamp":2639010366,"duration":46163,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6607,"timestamp":2639010334,"duration":46410,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeTxt.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6609,"name":"read-resource","id":6610,"timestamp":2639010632,"duration":46127,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6609,"timestamp":2639010521,"duration":46441,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeVue.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6605,"name":"read-resource","id":6606,"timestamp":2639010190,"duration":46785,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6605,"timestamp":2639010172,"duration":47009,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeTsx.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6611,"name":"read-resource","id":6612,"timestamp":2639010750,"duration":46747,"tags":{},"startTime":1732132323642},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6611,"timestamp":2639010648,"duration":47080,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeXls.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6613,"name":"read-resource","id":6614,"timestamp":2639010938,"duration":46811,"tags":{},"startTime":1732132323642},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6613,"timestamp":2639010836,"duration":47111,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeXml.js","layer":"app-pages-browser"},"startTime":1732132323642},{"traceId":"6d02d019348010b3","parentId":6615,"name":"read-resource","id":6616,"timestamp":2639016566,"duration":41396,"tags":{},"startTime":1732132323647},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6615,"timestamp":2639016541,"duration":41621,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeZip.js","layer":"app-pages-browser"},"startTime":1732132323647},{"traceId":"6d02d019348010b3","parentId":6617,"name":"read-resource","id":6618,"timestamp":2639016626,"duration":41550,"tags":{},"startTime":1732132323647},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6617,"timestamp":2639016600,"duration":41889,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypography.js","layer":"app-pages-browser"},"startTime":1732132323647},{"traceId":"6d02d019348010b3","parentId":6619,"name":"read-resource","id":6620,"timestamp":2639016670,"duration":41836,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6619,"timestamp":2639016641,"duration":42073,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileUnknown.js","layer":"app-pages-browser"},"startTime":1732132323647},{"traceId":"6d02d019348010b3","parentId":6621,"name":"read-resource","id":6622,"timestamp":2639016709,"duration":42030,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6621,"timestamp":2639016688,"duration":42247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileUpload.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6623,"name":"read-resource","id":6624,"timestamp":2639016741,"duration":42209,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6623,"timestamp":2639016721,"duration":42432,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileVector.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6625,"name":"read-resource","id":6626,"timestamp":2639016778,"duration":42391,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6625,"timestamp":2639016754,"duration":42651,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileXFilled.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6627,"name":"read-resource","id":6628,"timestamp":2639016813,"duration":42608,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6627,"timestamp":2639016792,"duration":42816,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileX.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6629,"name":"read-resource","id":6630,"timestamp":2639016845,"duration":42778,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6629,"timestamp":2639016826,"duration":43006,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileZip.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6631,"name":"read-resource","id":6632,"timestamp":2639016877,"duration":42968,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6631,"timestamp":2639016858,"duration":43194,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFile.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6633,"name":"read-resource","id":6634,"timestamp":2639016909,"duration":43160,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6633,"timestamp":2639016890,"duration":43375,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilesOff.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6635,"name":"read-resource","id":6636,"timestamp":2639016942,"duration":43339,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6635,"timestamp":2639016922,"duration":43545,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFiles.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6639,"name":"read-resource","id":6640,"timestamp":2639017011,"duration":43470,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6639,"timestamp":2639016987,"duration":43700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterCancel.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6637,"name":"read-resource","id":6638,"timestamp":2639016974,"duration":43727,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6637,"timestamp":2639016954,"duration":43924,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterBolt.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6581,"name":"read-resource","id":6582,"timestamp":2639009813,"duration":51079,"tags":{},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6581,"timestamp":2639009763,"duration":51343,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFileTypeHtml.js","layer":"app-pages-browser"},"startTime":1732132323641},{"traceId":"6d02d019348010b3","parentId":6647,"name":"read-resource","id":6648,"timestamp":2639017143,"duration":43978,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6647,"timestamp":2639017122,"duration":44189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterDiscount.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6643,"name":"read-resource","id":6644,"timestamp":2639017078,"duration":58007,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6643,"timestamp":2639017059,"duration":58418,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterCode.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6641,"name":"read-resource","id":6642,"timestamp":2639017046,"duration":58449,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6641,"timestamp":2639017026,"duration":58736,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterCheck.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6645,"name":"read-resource","id":6646,"timestamp":2639017109,"duration":58693,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6645,"timestamp":2639017090,"duration":59009,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterCog.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6649,"name":"read-resource","id":6650,"timestamp":2639017176,"duration":59171,"tags":{},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6649,"timestamp":2639017156,"duration":59440,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterDollar.js","layer":"app-pages-browser"},"startTime":1732132323648},{"traceId":"6d02d019348010b3","parentId":6653,"name":"read-resource","id":6654,"timestamp":2639028146,"duration":48814,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6653,"timestamp":2639028117,"duration":49147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterEdit.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6651,"name":"read-resource","id":6652,"timestamp":2639028096,"duration":49207,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6651,"timestamp":2639028067,"duration":49536,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterDown.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6655,"name":"read-resource","id":6656,"timestamp":2639028184,"duration":49435,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6655,"timestamp":2639028162,"duration":49714,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterExclamation.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6657,"name":"read-resource","id":6658,"timestamp":2639028219,"duration":49674,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6657,"timestamp":2639028198,"duration":49926,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterFilled.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6659,"name":"read-resource","id":6660,"timestamp":2639028252,"duration":49890,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6659,"timestamp":2639028232,"duration":50245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterHeart.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6661,"name":"read-resource","id":6662,"timestamp":2639028285,"duration":50207,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6661,"timestamp":2639028265,"duration":50449,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterMinus.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6663,"name":"read-resource","id":6664,"timestamp":2639028318,"duration":50440,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6663,"timestamp":2639028298,"duration":50664,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterOff.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6665,"name":"read-resource","id":6666,"timestamp":2639028361,"duration":50642,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6665,"timestamp":2639028329,"duration":50911,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterPause.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6667,"name":"read-resource","id":6668,"timestamp":2639028396,"duration":50884,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6667,"timestamp":2639028376,"duration":51168,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterPin.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6669,"name":"read-resource","id":6670,"timestamp":2639028429,"duration":52812,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6669,"timestamp":2639028409,"duration":53083,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterPlus.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6671,"name":"read-resource","id":6672,"timestamp":2639028461,"duration":53047,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6671,"timestamp":2639028441,"duration":53234,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterQuestion.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6673,"name":"read-resource","id":6674,"timestamp":2639028492,"duration":53196,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6673,"timestamp":2639028473,"duration":53402,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterSearch.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6675,"name":"read-resource","id":6676,"timestamp":2639028525,"duration":53363,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6675,"timestamp":2639028505,"duration":53567,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterShare.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6677,"name":"read-resource","id":6678,"timestamp":2639028557,"duration":53533,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6677,"timestamp":2639028537,"duration":53764,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterStar.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6679,"name":"read-resource","id":6680,"timestamp":2639028592,"duration":53723,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6679,"timestamp":2639028569,"duration":53908,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterUp.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6681,"name":"read-resource","id":6682,"timestamp":2639028625,"duration":53864,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6681,"timestamp":2639028606,"duration":54045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilterX.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6683,"name":"read-resource","id":6684,"timestamp":2639028657,"duration":54007,"tags":{},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6683,"timestamp":2639028638,"duration":54218,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilter.js","layer":"app-pages-browser"},"startTime":1732132323659},{"traceId":"6d02d019348010b3","parentId":6685,"name":"read-resource","id":6686,"timestamp":2639028689,"duration":54191,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6685,"timestamp":2639028670,"duration":54467,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFilters.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6691,"name":"read-resource","id":6692,"timestamp":2639028784,"duration":54369,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6691,"timestamp":2639028765,"duration":54645,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFireExtinguisher.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6687,"name":"read-resource","id":6688,"timestamp":2639028721,"duration":54708,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6687,"timestamp":2639028701,"duration":55000,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFingerprintOff.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6689,"name":"read-resource","id":6690,"timestamp":2639028753,"duration":54966,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6689,"timestamp":2639028733,"duration":55257,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFingerprint.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6693,"name":"read-resource","id":6694,"timestamp":2639028819,"duration":55225,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6693,"timestamp":2639028796,"duration":55456,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFireHydrantOff.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6695,"name":"read-resource","id":6696,"timestamp":2639028852,"duration":55425,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6695,"timestamp":2639028832,"duration":55710,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFireHydrant.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6697,"name":"read-resource","id":6698,"timestamp":2639028885,"duration":55675,"tags":{},"startTime":1732132323660}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6697,"timestamp":2639028864,"duration":56257,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFiretruck.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6701,"name":"read-resource","id":6702,"timestamp":2639028997,"duration":56141,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6701,"timestamp":2639028975,"duration":56326,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFirstAidKit.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6699,"name":"read-resource","id":6700,"timestamp":2639028957,"duration":56356,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6699,"timestamp":2639028928,"duration":56521,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFirstAidKitOff.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6705,"name":"read-resource","id":6706,"timestamp":2639029073,"duration":56388,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6705,"timestamp":2639029047,"duration":56533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFishChristianity.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6703,"name":"read-resource","id":6704,"timestamp":2639029033,"duration":56558,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6703,"timestamp":2639029011,"duration":56711,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFishBone.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6707,"name":"read-resource","id":6708,"timestamp":2639029103,"duration":56629,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6707,"timestamp":2639029085,"duration":56775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFishHookOff.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6709,"name":"read-resource","id":6710,"timestamp":2639029126,"duration":58579,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6709,"timestamp":2639029110,"duration":58814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFishHook.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6711,"name":"read-resource","id":6712,"timestamp":2639029147,"duration":59521,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6711,"timestamp":2639029132,"duration":59830,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFishOff.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6713,"name":"read-resource","id":6714,"timestamp":2639029168,"duration":59812,"tags":{},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6713,"timestamp":2639029154,"duration":60050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFish.js","layer":"app-pages-browser"},"startTime":1732132323660},{"traceId":"6d02d019348010b3","parentId":6715,"name":"read-resource","id":6716,"timestamp":2639032305,"duration":57216,"tags":{},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6715,"timestamp":2639032276,"duration":57501,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlag2Filled.js","layer":"app-pages-browser"},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":6719,"name":"read-resource","id":6720,"timestamp":2639032362,"duration":57430,"tags":{},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6719,"timestamp":2639032342,"duration":57638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlag2.js","layer":"app-pages-browser"},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":6717,"name":"read-resource","id":6718,"timestamp":2639032335,"duration":57660,"tags":{},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6717,"timestamp":2639032317,"duration":57872,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlag2Off.js","layer":"app-pages-browser"},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":6721,"name":"read-resource","id":6722,"timestamp":2639032385,"duration":57821,"tags":{},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6721,"timestamp":2639032369,"duration":58022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlag3Filled.js","layer":"app-pages-browser"},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":6723,"name":"read-resource","id":6724,"timestamp":2639032405,"duration":58042,"tags":{},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6723,"timestamp":2639032391,"duration":58245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlag3.js","layer":"app-pages-browser"},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":6725,"name":"read-resource","id":6726,"timestamp":2639032425,"duration":58225,"tags":{},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6725,"timestamp":2639032411,"duration":58426,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagBolt.js","layer":"app-pages-browser"},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":6727,"name":"read-resource","id":6728,"timestamp":2639032443,"duration":58408,"tags":{},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6727,"timestamp":2639032430,"duration":58606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagCancel.js","layer":"app-pages-browser"},"startTime":1732132323663},{"traceId":"6d02d019348010b3","parentId":6729,"name":"read-resource","id":6730,"timestamp":2639042259,"duration":48791,"tags":{},"startTime":1732132323673},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6729,"timestamp":2639042112,"duration":49124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagCheck.js","layer":"app-pages-browser"},"startTime":1732132323673},{"traceId":"6d02d019348010b3","parentId":6731,"name":"read-resource","id":6732,"timestamp":2639045956,"duration":45296,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6731,"timestamp":2639045915,"duration":45526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagCode.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6735,"name":"read-resource","id":6736,"timestamp":2639046065,"duration":45392,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6735,"timestamp":2639046046,"duration":45606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagDiscount.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6733,"name":"read-resource","id":6734,"timestamp":2639046015,"duration":45652,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6733,"timestamp":2639045990,"duration":45894,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagCog.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6737,"name":"read-resource","id":6738,"timestamp":2639046112,"duration":45786,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6737,"timestamp":2639046095,"duration":46037,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagDollar.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6739,"name":"read-resource","id":6740,"timestamp":2639046159,"duration":45987,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6739,"timestamp":2639046141,"duration":46197,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagDown.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6741,"name":"read-resource","id":6742,"timestamp":2639046210,"duration":46140,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6741,"timestamp":2639046190,"duration":46354,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagExclamation.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6743,"name":"read-resource","id":6744,"timestamp":2639046264,"duration":46295,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6743,"timestamp":2639046242,"duration":46494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagFilled.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6745,"name":"read-resource","id":6746,"timestamp":2639046322,"duration":46427,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6745,"timestamp":2639046300,"duration":46627,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagHeart.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6749,"name":"read-resource","id":6750,"timestamp":2639046448,"duration":46493,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6749,"timestamp":2639046426,"duration":46713,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagOff.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6747,"name":"read-resource","id":6748,"timestamp":2639046389,"duration":46764,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6747,"timestamp":2639046356,"duration":46972,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagMinus.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6751,"name":"read-resource","id":6752,"timestamp":2639046505,"duration":46836,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6751,"timestamp":2639046481,"duration":47049,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagPause.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6753,"name":"read-resource","id":6754,"timestamp":2639046562,"duration":46982,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6753,"timestamp":2639046540,"duration":47373,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagPin.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6755,"name":"read-resource","id":6756,"timestamp":2639046620,"duration":47310,"tags":{},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6755,"timestamp":2639046597,"duration":47631,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagPlus.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6757,"name":"read-resource","id":6758,"timestamp":2639046676,"duration":47569,"tags":{},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6757,"timestamp":2639046653,"duration":47888,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagQuestion.js","layer":"app-pages-browser"},"startTime":1732132323677},{"traceId":"6d02d019348010b3","parentId":6759,"name":"read-resource","id":6760,"timestamp":2639046734,"duration":51852,"tags":{},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6759,"timestamp":2639046708,"duration":52240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagSearch.js","layer":"app-pages-browser"},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":6761,"name":"read-resource","id":6762,"timestamp":2639046791,"duration":52179,"tags":{},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6761,"timestamp":2639046769,"duration":52402,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagShare.js","layer":"app-pages-browser"},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":6763,"name":"read-resource","id":6764,"timestamp":2639046846,"duration":52341,"tags":{},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6763,"timestamp":2639046824,"duration":52531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagStar.js","layer":"app-pages-browser"},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":6765,"name":"read-resource","id":6766,"timestamp":2639046902,"duration":52467,"tags":{},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6765,"timestamp":2639046881,"duration":52768,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagUp.js","layer":"app-pages-browser"},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":6767,"name":"read-resource","id":6768,"timestamp":2639046956,"duration":54860,"tags":{},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6767,"timestamp":2639046935,"duration":55204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlagX.js","layer":"app-pages-browser"},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":6769,"name":"read-resource","id":6770,"timestamp":2639047012,"duration":55145,"tags":{},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6769,"timestamp":2639046990,"duration":55441,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlag.js","layer":"app-pages-browser"},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":6771,"name":"read-resource","id":6772,"timestamp":2639047066,"duration":55464,"tags":{},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6771,"timestamp":2639047046,"duration":55772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlameOff.js","layer":"app-pages-browser"},"startTime":1732132323678},{"traceId":"6d02d019348010b3","parentId":6773,"name":"read-resource","id":6774,"timestamp":2639052781,"duration":50272,"tags":{},"startTime":1732132323684},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6773,"timestamp":2639052750,"duration":50623,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlame.js","layer":"app-pages-browser"},"startTime":1732132323684},{"traceId":"6d02d019348010b3","parentId":6779,"name":"read-resource","id":6780,"timestamp":2639052877,"duration":51078,"tags":{},"startTime":1732132323684},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6779,"timestamp":2639052852,"duration":51510,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlask2.js","layer":"app-pages-browser"},"startTime":1732132323684},{"traceId":"6d02d019348010b3","parentId":6775,"name":"read-resource","id":6776,"timestamp":2639052815,"duration":51567,"tags":{},"startTime":1732132323684},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6775,"timestamp":2639052794,"duration":51789,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlare.js","layer":"app-pages-browser"},"startTime":1732132323684},{"traceId":"6d02d019348010b3","parentId":6777,"name":"read-resource","id":6778,"timestamp":2639052843,"duration":51788,"tags":{},"startTime":1732132323684},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6777,"timestamp":2639052825,"duration":52049,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlask2Off.js","layer":"app-pages-browser"},"startTime":1732132323684},{"traceId":"6d02d019348010b3","parentId":6781,"name":"read-resource","id":6782,"timestamp":2639073820,"duration":31070,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6781,"timestamp":2639073785,"duration":31324,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlaskOff.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6785,"name":"read-resource","id":6786,"timestamp":2639073910,"duration":31215,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6785,"timestamp":2639073889,"duration":31517,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlipFlops.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6783,"name":"read-resource","id":6784,"timestamp":2639073872,"duration":31549,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6783,"timestamp":2639073847,"duration":31800,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlask.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6787,"name":"read-resource","id":6788,"timestamp":2639073950,"duration":31712,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6787,"timestamp":2639073924,"duration":31967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlipHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6789,"name":"read-resource","id":6790,"timestamp":2639073984,"duration":31921,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6789,"timestamp":2639073964,"duration":32167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlipVertical.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6791,"name":"read-resource","id":6792,"timestamp":2639074016,"duration":32133,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6791,"timestamp":2639073997,"duration":32419,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFloatCenter.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6793,"name":"read-resource","id":6794,"timestamp":2639074049,"duration":32388,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6793,"timestamp":2639074028,"duration":32630,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFloatLeft.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6795,"name":"read-resource","id":6796,"timestamp":2639074081,"duration":32594,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6795,"timestamp":2639074061,"duration":32869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFloatNone.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6797,"name":"read-resource","id":6798,"timestamp":2639074114,"duration":32832,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6797,"timestamp":2639074094,"duration":33093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFloatRight.js","layer":"app-pages-browser"},"startTime":1732132323705}] +[{"traceId":"6d02d019348010b3","parentId":6799,"name":"read-resource","id":6800,"timestamp":2639074146,"duration":33341,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6799,"timestamp":2639074126,"duration":33580,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlowerOff.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6801,"name":"read-resource","id":6802,"timestamp":2639074181,"duration":33623,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6801,"timestamp":2639074158,"duration":33980,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFlower.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6803,"name":"read-resource","id":6804,"timestamp":2639074212,"duration":33943,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6803,"timestamp":2639074194,"duration":34290,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFocus2.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6805,"name":"read-resource","id":6806,"timestamp":2639074244,"duration":34256,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6805,"timestamp":2639074225,"duration":34501,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFocusAuto.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6807,"name":"read-resource","id":6808,"timestamp":2639074275,"duration":34464,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6807,"timestamp":2639074256,"duration":34657,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFocusCentered.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6809,"name":"read-resource","id":6810,"timestamp":2639074306,"duration":34619,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6809,"timestamp":2639074287,"duration":34790,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFocus.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6811,"name":"read-resource","id":6812,"timestamp":2639074338,"duration":34756,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6811,"timestamp":2639074319,"duration":35002,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFoldDown.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6813,"name":"read-resource","id":6814,"timestamp":2639074372,"duration":34964,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6813,"timestamp":2639074350,"duration":35206,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFoldUp.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6815,"name":"read-resource","id":6816,"timestamp":2639074406,"duration":35165,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6815,"timestamp":2639074386,"duration":35430,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFold.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6817,"name":"read-resource","id":6818,"timestamp":2639074437,"duration":35396,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6817,"timestamp":2639074418,"duration":35578,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderBolt.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6819,"name":"read-resource","id":6820,"timestamp":2639074469,"duration":35538,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6819,"timestamp":2639074450,"duration":35689,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderCancel.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6821,"name":"read-resource","id":6822,"timestamp":2639074500,"duration":35649,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6821,"timestamp":2639074481,"duration":35795,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderCheck.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6823,"name":"read-resource","id":6824,"timestamp":2639074532,"duration":35755,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6823,"timestamp":2639074513,"duration":35897,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderCode.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6827,"name":"read-resource","id":6828,"timestamp":2639074598,"duration":35823,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6827,"timestamp":2639074575,"duration":35968,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderDollar.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6825,"name":"read-resource","id":6826,"timestamp":2639074563,"duration":35991,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6825,"timestamp":2639074543,"duration":36140,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderCog.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6829,"name":"read-resource","id":6830,"timestamp":2639074631,"duration":36063,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6829,"timestamp":2639074611,"duration":36208,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderDown.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6831,"name":"read-resource","id":6832,"timestamp":2639074663,"duration":38803,"tags":{},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6831,"timestamp":2639074644,"duration":39000,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderExclamation.js","layer":"app-pages-browser"},"startTime":1732132323705},{"traceId":"6d02d019348010b3","parentId":6833,"name":"read-resource","id":6834,"timestamp":2639074695,"duration":38960,"tags":{},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6833,"timestamp":2639074676,"duration":39109,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderFilled.js","layer":"app-pages-browser"},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":6835,"name":"read-resource","id":6836,"timestamp":2639074728,"duration":39068,"tags":{},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6835,"timestamp":2639074708,"duration":39216,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderHeart.js","layer":"app-pages-browser"},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":6837,"name":"read-resource","id":6838,"timestamp":2639074761,"duration":39192,"tags":{},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6837,"timestamp":2639074741,"duration":39358,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderMinus.js","layer":"app-pages-browser"},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":6839,"name":"read-resource","id":6840,"timestamp":2639074792,"duration":40280,"tags":{},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6839,"timestamp":2639074773,"duration":40525,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderOff.js","layer":"app-pages-browser"},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":6841,"name":"read-resource","id":6842,"timestamp":2639074826,"duration":40491,"tags":{},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6841,"timestamp":2639074804,"duration":40667,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderOpen.js","layer":"app-pages-browser"},"startTime":1732132323706},{"traceId":"6d02d019348010b3","parentId":6845,"name":"read-resource","id":6846,"timestamp":2639080921,"duration":35717,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6845,"timestamp":2639080903,"duration":36147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderPin.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6847,"name":"read-resource","id":6848,"timestamp":2639080943,"duration":36124,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6847,"timestamp":2639080928,"duration":36411,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderPlus.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6849,"name":"read-resource","id":6850,"timestamp":2639080966,"duration":36392,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6849,"timestamp":2639080950,"duration":36658,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderQuestion.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6853,"name":"read-resource","id":6854,"timestamp":2639081037,"duration":36587,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6853,"timestamp":2639081008,"duration":36860,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderShare.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6855,"name":"read-resource","id":6856,"timestamp":2639081068,"duration":36816,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6855,"timestamp":2639081050,"duration":37057,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderStar.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6857,"name":"read-resource","id":6858,"timestamp":2639081089,"duration":37034,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6857,"timestamp":2639081074,"duration":37364,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderSymlink.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6859,"name":"read-resource","id":6860,"timestamp":2639081110,"duration":37344,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6859,"timestamp":2639081096,"duration":37597,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderUp.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6861,"name":"read-resource","id":6862,"timestamp":2639081128,"duration":37601,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6861,"timestamp":2639081115,"duration":37946,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderX.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6863,"name":"read-resource","id":6864,"timestamp":2639081148,"duration":37932,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6863,"timestamp":2639081134,"duration":38167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolder.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6865,"name":"read-resource","id":6866,"timestamp":2639081168,"duration":38149,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6865,"timestamp":2639081154,"duration":38362,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFoldersOff.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6867,"name":"read-resource","id":6868,"timestamp":2639081197,"duration":38331,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6867,"timestamp":2639081174,"duration":38489,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolders.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6843,"name":"read-resource","id":6844,"timestamp":2639080889,"duration":38786,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6843,"timestamp":2639080851,"duration":38949,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderPause.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6869,"name":"read-resource","id":6870,"timestamp":2639086958,"duration":32853,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6869,"timestamp":2639086933,"duration":32997,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconForbid2Filled.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6871,"name":"read-resource","id":6872,"timestamp":2639087002,"duration":32939,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6871,"timestamp":2639086979,"duration":33118,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconForbid2.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6873,"name":"read-resource","id":6874,"timestamp":2639087044,"duration":33065,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6873,"timestamp":2639087019,"duration":33223,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconForbidFilled.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6875,"name":"read-resource","id":6876,"timestamp":2639087079,"duration":33173,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6875,"timestamp":2639087058,"duration":33312,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconForbid.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6877,"name":"read-resource","id":6878,"timestamp":2639087111,"duration":33269,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6877,"timestamp":2639087092,"duration":33421,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconForklift.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6879,"name":"read-resource","id":6880,"timestamp":2639087143,"duration":33380,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6879,"timestamp":2639087124,"duration":33535,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconForms.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6881,"name":"read-resource","id":6882,"timestamp":2639087176,"duration":33493,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6881,"timestamp":2639087156,"duration":33648,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFountainFilled.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6883,"name":"read-resource","id":6884,"timestamp":2639087208,"duration":33606,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6883,"timestamp":2639087188,"duration":33759,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFountainOff.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6885,"name":"read-resource","id":6886,"timestamp":2639087239,"duration":33719,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6885,"timestamp":2639087220,"duration":33863,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFountain.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6887,"name":"read-resource","id":6888,"timestamp":2639087275,"duration":33819,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6887,"timestamp":2639087252,"duration":33967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFrameOff.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6889,"name":"read-resource","id":6890,"timestamp":2639087307,"duration":33923,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6889,"timestamp":2639087288,"duration":34067,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFrame.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6891,"name":"read-resource","id":6892,"timestamp":2639087338,"duration":34028,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6891,"timestamp":2639087318,"duration":35149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFreeRights.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6893,"name":"read-resource","id":6894,"timestamp":2639087370,"duration":35110,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6893,"timestamp":2639087351,"duration":35272,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFreezeColumn.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6895,"name":"read-resource","id":6896,"timestamp":2639087410,"duration":35224,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6895,"timestamp":2639087382,"duration":35383,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFreezeRowColumn.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6897,"name":"read-resource","id":6898,"timestamp":2639087443,"duration":35332,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6897,"timestamp":2639087423,"duration":35481,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFreezeRow.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6899,"name":"read-resource","id":6900,"timestamp":2639087473,"duration":35442,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6899,"timestamp":2639087455,"duration":35603,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFridgeOff.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6901,"name":"read-resource","id":6902,"timestamp":2639087505,"duration":42873,"tags":{},"startTime":1732132323718}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6901,"timestamp":2639087485,"duration":43321,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFridge.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6903,"name":"read-resource","id":6904,"timestamp":2639087536,"duration":43761,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6903,"timestamp":2639087517,"duration":43955,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFriendsOff.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6905,"name":"read-resource","id":6906,"timestamp":2639087567,"duration":44055,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6905,"timestamp":2639087548,"duration":44230,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFriends.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6907,"name":"read-resource","id":6908,"timestamp":2639087599,"duration":44200,"tags":{},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6907,"timestamp":2639087580,"duration":44357,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFrustumOff.js","layer":"app-pages-browser"},"startTime":1732132323718},{"traceId":"6d02d019348010b3","parentId":6851,"name":"read-resource","id":6852,"timestamp":2639080998,"duration":50949,"tags":{},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6851,"timestamp":2639080974,"duration":51147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderSearch.js","layer":"app-pages-browser"},"startTime":1732132323712},{"traceId":"6d02d019348010b3","parentId":6909,"name":"read-resource","id":6910,"timestamp":2639097526,"duration":34855,"tags":{},"startTime":1732132323728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6909,"timestamp":2639097473,"duration":35199,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFrustumPlus.js","layer":"app-pages-browser"},"startTime":1732132323728},{"traceId":"6d02d019348010b3","parentId":6911,"name":"read-resource","id":6912,"timestamp":2639097567,"duration":35163,"tags":{},"startTime":1732132323728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6911,"timestamp":2639097546,"duration":35607,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFrustum.js","layer":"app-pages-browser"},"startTime":1732132323728},{"traceId":"6d02d019348010b3","parentId":6919,"name":"read-resource","id":6920,"timestamp":2639097774,"duration":35400,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6919,"timestamp":2639097756,"duration":35719,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGardenCartOff.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6913,"name":"read-resource","id":6914,"timestamp":2639097681,"duration":35810,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6913,"timestamp":2639097576,"duration":36188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFunctionFilled.js","layer":"app-pages-browser"},"startTime":1732132323728},{"traceId":"6d02d019348010b3","parentId":6915,"name":"read-resource","id":6916,"timestamp":2639097719,"duration":36128,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6915,"timestamp":2639097696,"duration":36351,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFunctionOff.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6917,"name":"read-resource","id":6918,"timestamp":2639097746,"duration":36416,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6917,"timestamp":2639097728,"duration":36704,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconFunction.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6923,"name":"read-resource","id":6924,"timestamp":2639097898,"duration":36557,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6923,"timestamp":2639097808,"duration":36966,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGasStationOff.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6921,"name":"read-resource","id":6922,"timestamp":2639097800,"duration":36992,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6921,"timestamp":2639097782,"duration":37321,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGardenCart.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6925,"name":"read-resource","id":6926,"timestamp":2639097936,"duration":37183,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6925,"timestamp":2639097912,"duration":37508,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGasStation.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6927,"name":"read-resource","id":6928,"timestamp":2639097968,"duration":37539,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6927,"timestamp":2639097945,"duration":37839,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGaugeFilled.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6929,"name":"read-resource","id":6930,"timestamp":2639097994,"duration":37808,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6929,"timestamp":2639097976,"duration":38176,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGaugeOff.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6933,"name":"read-resource","id":6934,"timestamp":2639098044,"duration":38130,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6933,"timestamp":2639098027,"duration":38421,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGavel.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6935,"name":"read-resource","id":6936,"timestamp":2639098069,"duration":40829,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6935,"timestamp":2639098051,"duration":41019,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderAgender.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6937,"name":"read-resource","id":6938,"timestamp":2639098189,"duration":40894,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6937,"timestamp":2639098077,"duration":41145,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderAndrogyne.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6939,"name":"read-resource","id":6940,"timestamp":2639098231,"duration":41004,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6939,"timestamp":2639098206,"duration":41167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderBigender.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6941,"name":"read-resource","id":6942,"timestamp":2639098264,"duration":41121,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6941,"timestamp":2639098241,"duration":41267,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderDemiboy.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6943,"name":"read-resource","id":6944,"timestamp":2639098291,"duration":41237,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6943,"timestamp":2639098273,"duration":41373,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderDemigirl.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6945,"name":"read-resource","id":6946,"timestamp":2639098317,"duration":41341,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6945,"timestamp":2639098299,"duration":41483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderEpicene.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6947,"name":"read-resource","id":6948,"timestamp":2639098343,"duration":41450,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6947,"timestamp":2639098325,"duration":41591,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderFemale.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6949,"name":"read-resource","id":6950,"timestamp":2639098371,"duration":41556,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6949,"timestamp":2639098352,"duration":42026,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderFemme.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6951,"name":"read-resource","id":6952,"timestamp":2639098423,"duration":41968,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6951,"timestamp":2639098399,"duration":42150,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderGenderfluid.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6953,"name":"read-resource","id":6954,"timestamp":2639098499,"duration":42060,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6953,"timestamp":2639098461,"duration":42224,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderGenderless.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6955,"name":"read-resource","id":6956,"timestamp":2639098527,"duration":42684,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6955,"timestamp":2639098508,"duration":43139,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderGenderqueer.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6957,"name":"read-resource","id":6958,"timestamp":2639098552,"duration":43107,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6957,"timestamp":2639098535,"duration":43261,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderHermaphrodite.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6959,"name":"read-resource","id":6960,"timestamp":2639101007,"duration":40801,"tags":{},"startTime":1732132323732},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6959,"timestamp":2639100974,"duration":40962,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderIntergender.js","layer":"app-pages-browser"},"startTime":1732132323732},{"traceId":"6d02d019348010b3","parentId":6961,"name":"read-resource","id":6962,"timestamp":2639101508,"duration":40687,"tags":{},"startTime":1732132323732},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6961,"timestamp":2639101028,"duration":41394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderMale.js","layer":"app-pages-browser"},"startTime":1732132323732},{"traceId":"6d02d019348010b3","parentId":6963,"name":"read-resource","id":6964,"timestamp":2639101550,"duration":40887,"tags":{},"startTime":1732132323732},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6963,"timestamp":2639101527,"duration":41095,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderNeutrois.js","layer":"app-pages-browser"},"startTime":1732132323732},{"traceId":"6d02d019348010b3","parentId":6931,"name":"read-resource","id":6932,"timestamp":2639098020,"duration":44624,"tags":{},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6931,"timestamp":2639098003,"duration":44845,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGauge.js","layer":"app-pages-browser"},"startTime":1732132323729},{"traceId":"6d02d019348010b3","parentId":6965,"name":"read-resource","id":6966,"timestamp":2639101596,"duration":41386,"tags":{},"startTime":1732132323732},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6965,"timestamp":2639101574,"duration":41614,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderThird.js","layer":"app-pages-browser"},"startTime":1732132323732},{"traceId":"6d02d019348010b3","parentId":6967,"name":"read-resource","id":6968,"timestamp":2639112371,"duration":33068,"tags":{},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6967,"timestamp":2639112338,"duration":33376,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderTransgender.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6969,"name":"read-resource","id":6970,"timestamp":2639112417,"duration":33314,"tags":{},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6969,"timestamp":2639112394,"duration":33545,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGenderTrasvesti.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6971,"name":"read-resource","id":6972,"timestamp":2639112456,"duration":33498,"tags":{},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6971,"timestamp":2639112435,"duration":33734,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGeometry.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6973,"name":"read-resource","id":6974,"timestamp":2639112492,"duration":33691,"tags":{},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6973,"timestamp":2639112471,"duration":33911,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGhost2Filled.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6975,"name":"read-resource","id":6976,"timestamp":2639112540,"duration":33857,"tags":{},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6975,"timestamp":2639112505,"duration":34091,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGhost2.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6977,"name":"read-resource","id":6978,"timestamp":2639112574,"duration":34036,"tags":{},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6977,"timestamp":2639112554,"duration":34274,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGhost3.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6979,"name":"read-resource","id":6980,"timestamp":2639112607,"duration":34237,"tags":{},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6979,"timestamp":2639112588,"duration":34463,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGhostFilled.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6981,"name":"read-resource","id":6982,"timestamp":2639112640,"duration":34426,"tags":{},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6981,"timestamp":2639112620,"duration":34658,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGhostOff.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6983,"name":"read-resource","id":6984,"timestamp":2639112673,"duration":34620,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6983,"timestamp":2639112654,"duration":34836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGhost.js","layer":"app-pages-browser"},"startTime":1732132323743},{"traceId":"6d02d019348010b3","parentId":6985,"name":"read-resource","id":6986,"timestamp":2639112706,"duration":34800,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6985,"timestamp":2639112686,"duration":35014,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGif.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":6989,"name":"read-resource","id":6990,"timestamp":2639112774,"duration":34942,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6989,"timestamp":2639112752,"duration":35159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGiftCard.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":6987,"name":"read-resource","id":6988,"timestamp":2639112738,"duration":35190,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6987,"timestamp":2639112718,"duration":35473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGiftCardFilled.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":6991,"name":"read-resource","id":6992,"timestamp":2639112807,"duration":35401,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6991,"timestamp":2639112789,"duration":35642,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGiftOff.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":6993,"name":"read-resource","id":6994,"timestamp":2639112840,"duration":35606,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6993,"timestamp":2639112820,"duration":35847,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGift.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":6997,"name":"read-resource","id":6998,"timestamp":2639112903,"duration":35780,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6997,"timestamp":2639112884,"duration":36007,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitBranch.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":6999,"name":"read-resource","id":7000,"timestamp":2639112935,"duration":35972,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6999,"timestamp":2639112915,"duration":36215,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitCherryPick.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":6995,"name":"read-resource","id":6996,"timestamp":2639112872,"duration":36275,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":6995,"timestamp":2639112852,"duration":36515,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitBranchDeleted.js","layer":"app-pages-browser"},"startTime":1732132323744}] +[{"traceId":"6d02d019348010b3","parentId":7001,"name":"read-resource","id":7002,"timestamp":2639112971,"duration":37317,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7001,"timestamp":2639112948,"duration":37547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitCommit.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7003,"name":"read-resource","id":7004,"timestamp":2639113006,"duration":37502,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7003,"timestamp":2639112985,"duration":37669,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitCompare.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7005,"name":"read-resource","id":7006,"timestamp":2639113040,"duration":37625,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7005,"timestamp":2639113021,"duration":37776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitFork.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7007,"name":"read-resource","id":7008,"timestamp":2639113072,"duration":37736,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7007,"timestamp":2639113052,"duration":37884,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitMerge.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7015,"name":"read-resource","id":7016,"timestamp":2639113201,"duration":37747,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7015,"timestamp":2639113178,"duration":37904,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGizmo.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7017,"name":"read-resource","id":7018,"timestamp":2639113234,"duration":37878,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7017,"timestamp":2639113214,"duration":38020,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGlassFullFilled.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7019,"name":"read-resource","id":7020,"timestamp":2639113267,"duration":37978,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7019,"timestamp":2639113248,"duration":38122,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGlassFull.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7021,"name":"read-resource","id":7022,"timestamp":2639113299,"duration":38082,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7021,"timestamp":2639113280,"duration":38222,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGlassOff.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7023,"name":"read-resource","id":7024,"timestamp":2639113329,"duration":38185,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7023,"timestamp":2639113311,"duration":38334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGlass.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7025,"name":"read-resource","id":7026,"timestamp":2639113361,"duration":38296,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7025,"timestamp":2639113342,"duration":38462,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGlobeFilled.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7027,"name":"read-resource","id":7028,"timestamp":2639113393,"duration":38422,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7027,"timestamp":2639113374,"duration":38572,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGlobeOff.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7009,"name":"read-resource","id":7010,"timestamp":2639113104,"duration":38872,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7009,"timestamp":2639113084,"duration":39079,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitPullRequestClosed.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7029,"name":"read-resource","id":7030,"timestamp":2639113428,"duration":38810,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7029,"timestamp":2639113405,"duration":38989,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGlobe.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7011,"name":"read-resource","id":7012,"timestamp":2639113135,"duration":42214,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7011,"timestamp":2639113116,"duration":42418,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitPullRequestDraft.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7013,"name":"read-resource","id":7014,"timestamp":2639113166,"duration":42526,"tags":{},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7013,"timestamp":2639113147,"duration":42780,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGitPullRequest.js","layer":"app-pages-browser"},"startTime":1732132323744},{"traceId":"6d02d019348010b3","parentId":7033,"name":"read-resource","id":7034,"timestamp":2639116478,"duration":40059,"tags":{},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7033,"timestamp":2639116451,"duration":40335,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGolfOff.js","layer":"app-pages-browser"},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":7031,"name":"read-resource","id":7032,"timestamp":2639116432,"duration":40369,"tags":{},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7031,"timestamp":2639116388,"duration":40668,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGoGame.js","layer":"app-pages-browser"},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":7037,"name":"read-resource","id":7038,"timestamp":2639116552,"duration":40519,"tags":{},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7037,"timestamp":2639116529,"duration":40730,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGps.js","layer":"app-pages-browser"},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":7035,"name":"read-resource","id":7036,"timestamp":2639116514,"duration":40760,"tags":{},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7035,"timestamp":2639116489,"duration":41019,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGolf.js","layer":"app-pages-browser"},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":7039,"name":"read-resource","id":7040,"timestamp":2639116579,"duration":40945,"tags":{},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7039,"timestamp":2639116561,"duration":41153,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGradienter.js","layer":"app-pages-browser"},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":7041,"name":"read-resource","id":7042,"timestamp":2639116605,"duration":41123,"tags":{},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7041,"timestamp":2639116587,"duration":41356,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGrain.js","layer":"app-pages-browser"},"startTime":1732132323747},{"traceId":"6d02d019348010b3","parentId":7045,"name":"read-resource","id":7046,"timestamp":2639129393,"duration":28564,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7045,"timestamp":2639129370,"duration":28764,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGraph.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7043,"name":"read-resource","id":7044,"timestamp":2639129347,"duration":28801,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7043,"timestamp":2639129316,"duration":29022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGraphOff.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7047,"name":"read-resource","id":7048,"timestamp":2639129431,"duration":28920,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7047,"timestamp":2639129410,"duration":29141,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGrave2.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7049,"name":"read-resource","id":7050,"timestamp":2639129465,"duration":29099,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7049,"timestamp":2639129445,"duration":29310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGrave.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7051,"name":"read-resource","id":7052,"timestamp":2639129497,"duration":29272,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7051,"timestamp":2639129478,"duration":29548,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGridDots.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7053,"name":"read-resource","id":7054,"timestamp":2639129532,"duration":31179,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7053,"timestamp":2639129512,"duration":31496,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGridPattern.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7055,"name":"read-resource","id":7056,"timestamp":2639129567,"duration":31476,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7055,"timestamp":2639129543,"duration":31716,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGrillFork.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7057,"name":"read-resource","id":7058,"timestamp":2639129600,"duration":31675,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7057,"timestamp":2639129580,"duration":31985,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGrillOff.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7065,"name":"read-resource","id":7066,"timestamp":2639129731,"duration":31850,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7065,"timestamp":2639129712,"duration":32081,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGripVertical.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7059,"name":"read-resource","id":7060,"timestamp":2639129634,"duration":32177,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7059,"timestamp":2639129614,"duration":32621,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGrillSpatula.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7061,"name":"read-resource","id":7062,"timestamp":2639129666,"duration":32586,"tags":{},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7061,"timestamp":2639129647,"duration":32806,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGrill.js","layer":"app-pages-browser"},"startTime":1732132323760},{"traceId":"6d02d019348010b3","parentId":7069,"name":"read-resource","id":7070,"timestamp":2639129802,"duration":32663,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7069,"timestamp":2639129779,"duration":32816,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGuitarPickFilled.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7063,"name":"read-resource","id":7064,"timestamp":2639129700,"duration":32906,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7063,"timestamp":2639129679,"duration":33066,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGripHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7067,"name":"read-resource","id":7068,"timestamp":2639129763,"duration":32994,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7067,"timestamp":2639129744,"duration":33137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGrowth.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7071,"name":"read-resource","id":7072,"timestamp":2639129836,"duration":33055,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7071,"timestamp":2639129816,"duration":33198,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconGuitarPick.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7075,"name":"read-resource","id":7076,"timestamp":2639129898,"duration":33128,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7075,"timestamp":2639129879,"duration":33285,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconH2.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7073,"name":"read-resource","id":7074,"timestamp":2639129867,"duration":33307,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7073,"timestamp":2639129848,"duration":33458,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconH1.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7077,"name":"read-resource","id":7078,"timestamp":2639129929,"duration":33387,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7077,"timestamp":2639129910,"duration":33543,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconH3.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7079,"name":"read-resource","id":7080,"timestamp":2639129963,"duration":33501,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7079,"timestamp":2639129943,"duration":33652,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconH4.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7083,"name":"read-resource","id":7084,"timestamp":2639130031,"duration":33574,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7083,"timestamp":2639130011,"duration":33729,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconH6.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7081,"name":"read-resource","id":7082,"timestamp":2639129998,"duration":33753,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7081,"timestamp":2639129976,"duration":33903,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconH5.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7085,"name":"read-resource","id":7086,"timestamp":2639130063,"duration":33827,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7085,"timestamp":2639130044,"duration":34006,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHammerOff.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7087,"name":"read-resource","id":7088,"timestamp":2639130095,"duration":33968,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7087,"timestamp":2639130076,"duration":34116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHammer.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7089,"name":"read-resource","id":7090,"timestamp":2639130126,"duration":34076,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7089,"timestamp":2639130108,"duration":34229,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandClick.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7091,"name":"read-resource","id":7092,"timestamp":2639130157,"duration":35943,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7091,"timestamp":2639130138,"duration":36217,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandFingerOff.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7093,"name":"read-resource","id":7094,"timestamp":2639130190,"duration":36659,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7093,"timestamp":2639130170,"duration":36913,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandFinger.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7095,"name":"read-resource","id":7096,"timestamp":2639130225,"duration":36875,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7095,"timestamp":2639130202,"duration":37122,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandGrab.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7097,"name":"read-resource","id":7098,"timestamp":2639130258,"duration":37080,"tags":{},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7097,"timestamp":2639130238,"duration":37325,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandLittleFinger.js","layer":"app-pages-browser"},"startTime":1732132323761},{"traceId":"6d02d019348010b3","parentId":7101,"name":"read-resource","id":7102,"timestamp":2639138286,"duration":29441,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7101,"timestamp":2639138265,"duration":29700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandMove.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7099,"name":"read-resource","id":7100,"timestamp":2639138241,"duration":29740,"tags":{},"startTime":1732132323769}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7099,"timestamp":2639138191,"duration":30312,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandMiddleFinger.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7103,"name":"read-resource","id":7104,"timestamp":2639138320,"duration":30199,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7103,"timestamp":2639138295,"duration":30481,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandOff.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7105,"name":"read-resource","id":7106,"timestamp":2639138347,"duration":30443,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7105,"timestamp":2639138328,"duration":30680,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandRingFinger.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7111,"name":"read-resource","id":7112,"timestamp":2639138519,"duration":31453,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7111,"timestamp":2639138497,"duration":31682,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandStop.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7113,"name":"read-resource","id":7114,"timestamp":2639138557,"duration":31638,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7113,"timestamp":2639138535,"duration":31852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandThreeFingers.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7107,"name":"read-resource","id":7108,"timestamp":2639138373,"duration":32039,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7107,"timestamp":2639138355,"duration":32280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandRock.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7119,"name":"read-resource","id":7120,"timestamp":2639138662,"duration":31987,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7119,"timestamp":2639138644,"duration":32195,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHangerOff.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7109,"name":"read-resource","id":7110,"timestamp":2639138400,"duration":32452,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7109,"timestamp":2639138382,"duration":32677,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandSanitizer.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7115,"name":"read-resource","id":7116,"timestamp":2639138596,"duration":32476,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7115,"timestamp":2639138572,"duration":32730,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHandTwoFingers.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7117,"name":"read-resource","id":7118,"timestamp":2639138630,"duration":32687,"tags":{},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7117,"timestamp":2639138610,"duration":32922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHanger2.js","layer":"app-pages-browser"},"startTime":1732132323769},{"traceId":"6d02d019348010b3","parentId":7121,"name":"read-resource","id":7122,"timestamp":2639138700,"duration":32848,"tags":{},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7121,"timestamp":2639138674,"duration":33064,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHanger.js","layer":"app-pages-browser"},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":7123,"name":"read-resource","id":7124,"timestamp":2639138732,"duration":33021,"tags":{},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7123,"timestamp":2639138713,"duration":33249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHash.js","layer":"app-pages-browser"},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":7125,"name":"read-resource","id":7126,"timestamp":2639138764,"duration":33274,"tags":{},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7125,"timestamp":2639138745,"duration":33510,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHazeMoon.js","layer":"app-pages-browser"},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":7127,"name":"read-resource","id":7128,"timestamp":2639138796,"duration":42703,"tags":{},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7127,"timestamp":2639138777,"duration":43139,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHaze.js","layer":"app-pages-browser"},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":7129,"name":"read-resource","id":7130,"timestamp":2639138828,"duration":43104,"tags":{},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7129,"timestamp":2639138808,"duration":43342,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHdr.js","layer":"app-pages-browser"},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":7131,"name":"read-resource","id":7132,"timestamp":2639138860,"duration":43302,"tags":{},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7131,"timestamp":2639138841,"duration":43532,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeadingOff.js","layer":"app-pages-browser"},"startTime":1732132323770},{"traceId":"6d02d019348010b3","parentId":7133,"name":"read-resource","id":7134,"timestamp":2639144617,"duration":37884,"tags":{},"startTime":1732132323775},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7133,"timestamp":2639144582,"duration":38147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeading.js","layer":"app-pages-browser"},"startTime":1732132323775},{"traceId":"6d02d019348010b3","parentId":7135,"name":"read-resource","id":7136,"timestamp":2639144655,"duration":38089,"tags":{},"startTime":1732132323775},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7135,"timestamp":2639144632,"duration":38305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeadphonesFilled.js","layer":"app-pages-browser"},"startTime":1732132323775},{"traceId":"6d02d019348010b3","parentId":7137,"name":"read-resource","id":7138,"timestamp":2639144684,"duration":38269,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7137,"timestamp":2639144664,"duration":38513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeadphonesOff.js","layer":"app-pages-browser"},"startTime":1732132323775},{"traceId":"6d02d019348010b3","parentId":7139,"name":"read-resource","id":7140,"timestamp":2639144711,"duration":38481,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7139,"timestamp":2639144693,"duration":38707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeadphones.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7147,"name":"read-resource","id":7148,"timestamp":2639144826,"duration":38590,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7147,"timestamp":2639144807,"duration":38810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartBolt.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7141,"name":"read-resource","id":7142,"timestamp":2639144737,"duration":38895,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7141,"timestamp":2639144719,"duration":39123,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeadsetOff.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7143,"name":"read-resource","id":7144,"timestamp":2639144765,"duration":39091,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7143,"timestamp":2639144746,"duration":39337,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeadset.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7145,"name":"read-resource","id":7146,"timestamp":2639144798,"duration":39298,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7145,"timestamp":2639144774,"duration":39546,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHealthRecognition.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7149,"name":"read-resource","id":7150,"timestamp":2639144854,"duration":39480,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7149,"timestamp":2639144835,"duration":39691,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartBroken.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7151,"name":"read-resource","id":7152,"timestamp":2639144884,"duration":39660,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7151,"timestamp":2639144863,"duration":39876,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartCancel.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7153,"name":"read-resource","id":7154,"timestamp":2639144912,"duration":39843,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7153,"timestamp":2639144893,"duration":40060,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartCheck.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7155,"name":"read-resource","id":7156,"timestamp":2639144937,"duration":40032,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7155,"timestamp":2639144920,"duration":40244,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartCode.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7157,"name":"read-resource","id":7158,"timestamp":2639144966,"duration":40212,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7157,"timestamp":2639144944,"duration":40479,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartCog.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7159,"name":"read-resource","id":7160,"timestamp":2639144992,"duration":40449,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7159,"timestamp":2639144975,"duration":40674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartDiscount.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7161,"name":"read-resource","id":7162,"timestamp":2639145018,"duration":41133,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7161,"timestamp":2639145000,"duration":41375,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartDollar.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7163,"name":"read-resource","id":7164,"timestamp":2639145044,"duration":41347,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7163,"timestamp":2639145026,"duration":41568,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartDown.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7165,"name":"read-resource","id":7166,"timestamp":2639145071,"duration":43789,"tags":{},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7165,"timestamp":2639145052,"duration":44055,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartExclamation.js","layer":"app-pages-browser"},"startTime":1732132323776},{"traceId":"6d02d019348010b3","parentId":7167,"name":"read-resource","id":7168,"timestamp":2639154187,"duration":34938,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7167,"timestamp":2639154157,"duration":35181,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartFilled.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7171,"name":"read-resource","id":7172,"timestamp":2639154271,"duration":35082,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7171,"timestamp":2639154250,"duration":35361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartMinus.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7169,"name":"read-resource","id":7170,"timestamp":2639154233,"duration":35394,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7169,"timestamp":2639154210,"duration":35627,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartHandshake.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7173,"name":"read-resource","id":7174,"timestamp":2639154305,"duration":35547,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7173,"timestamp":2639154284,"duration":35762,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartOff.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7175,"name":"read-resource","id":7176,"timestamp":2639154337,"duration":35724,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7175,"timestamp":2639154317,"duration":35939,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartPause.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7179,"name":"read-resource","id":7180,"timestamp":2639154408,"duration":35862,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7179,"timestamp":2639154385,"duration":36068,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartPlus.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7177,"name":"read-resource","id":7178,"timestamp":2639154371,"duration":36098,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7177,"timestamp":2639154350,"duration":36322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartPin.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7181,"name":"read-resource","id":7182,"timestamp":2639154442,"duration":36244,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7181,"timestamp":2639154422,"duration":36460,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartQuestion.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7185,"name":"read-resource","id":7186,"timestamp":2639154507,"duration":36389,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7185,"timestamp":2639154487,"duration":36594,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartSearch.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7183,"name":"read-resource","id":7184,"timestamp":2639154475,"duration":36622,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7183,"timestamp":2639154454,"duration":36838,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartRateMonitor.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7187,"name":"read-resource","id":7188,"timestamp":2639154542,"duration":36764,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7187,"timestamp":2639154524,"duration":36973,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartShare.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7189,"name":"read-resource","id":7190,"timestamp":2639154573,"duration":36937,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7189,"timestamp":2639154554,"duration":37134,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartStar.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7195,"name":"read-resource","id":7196,"timestamp":2639154674,"duration":37029,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7195,"timestamp":2639154654,"duration":37221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeart.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7191,"name":"read-resource","id":7192,"timestamp":2639154604,"duration":37285,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7191,"timestamp":2639154586,"duration":37534,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartUp.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7193,"name":"read-resource","id":7194,"timestamp":2639154640,"duration":37495,"tags":{},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7193,"timestamp":2639154617,"duration":37712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartX.js","layer":"app-pages-browser"},"startTime":1732132323785},{"traceId":"6d02d019348010b3","parentId":7197,"name":"read-resource","id":7198,"timestamp":2639154705,"duration":37639,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7197,"timestamp":2639154686,"duration":37858,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartbeat.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7199,"name":"read-resource","id":7200,"timestamp":2639154738,"duration":37819,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7199,"timestamp":2639154719,"duration":37976,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHeartsOff.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7201,"name":"read-resource","id":7202,"timestamp":2639154768,"duration":37938,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7201,"timestamp":2639154749,"duration":38081,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHearts.js","layer":"app-pages-browser"},"startTime":1732132323786}] +[{"traceId":"6d02d019348010b3","parentId":7203,"name":"read-resource","id":7204,"timestamp":2639154800,"duration":38222,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7203,"timestamp":2639154780,"duration":38444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelicopterLanding.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7205,"name":"read-resource","id":7206,"timestamp":2639154832,"duration":38405,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7205,"timestamp":2639154813,"duration":38571,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelicopter.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7209,"name":"read-resource","id":7210,"timestamp":2639154903,"duration":38492,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7209,"timestamp":2639154883,"duration":38639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelmet.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7207,"name":"read-resource","id":7208,"timestamp":2639154869,"duration":38666,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7207,"timestamp":2639154844,"duration":38810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelmetOff.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7217,"name":"read-resource","id":7218,"timestamp":2639155032,"duration":38634,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7217,"timestamp":2639155013,"duration":38773,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpHexagonFilled.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7215,"name":"read-resource","id":7216,"timestamp":2639154999,"duration":38798,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7215,"timestamp":2639154980,"duration":38936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpHexagon.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7213,"name":"read-resource","id":7214,"timestamp":2639154967,"duration":38960,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7213,"timestamp":2639154948,"duration":39106,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpCircle.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7211,"name":"read-resource","id":7212,"timestamp":2639154936,"duration":39128,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7211,"timestamp":2639154917,"duration":39267,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpCircleFilled.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7219,"name":"read-resource","id":7220,"timestamp":2639155070,"duration":39200,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7219,"timestamp":2639155044,"duration":39437,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpOctagonFilled.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7221,"name":"read-resource","id":7222,"timestamp":2639155104,"duration":43483,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7221,"timestamp":2639155083,"duration":43745,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpOctagon.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7223,"name":"read-resource","id":7224,"timestamp":2639155137,"duration":43707,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7223,"timestamp":2639155117,"duration":43937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpOff.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7225,"name":"read-resource","id":7226,"timestamp":2639155169,"duration":43900,"tags":{},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7225,"timestamp":2639155150,"duration":44100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpSmall.js","layer":"app-pages-browser"},"startTime":1732132323786},{"traceId":"6d02d019348010b3","parentId":7229,"name":"read-resource","id":7230,"timestamp":2639160354,"duration":43066,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7229,"timestamp":2639160330,"duration":43361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpSquareRoundedFilled.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7227,"name":"read-resource","id":7228,"timestamp":2639160315,"duration":43394,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7227,"timestamp":2639160256,"duration":43700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpSquareFilled.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7231,"name":"read-resource","id":7232,"timestamp":2639160393,"duration":43579,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7231,"timestamp":2639160368,"duration":43880,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpSquareRounded.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7233,"name":"read-resource","id":7234,"timestamp":2639160424,"duration":43859,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7233,"timestamp":2639160403,"duration":44085,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpSquare.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7235,"name":"read-resource","id":7236,"timestamp":2639160456,"duration":44047,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7235,"timestamp":2639160435,"duration":44297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpTriangleFilled.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7237,"name":"read-resource","id":7238,"timestamp":2639160484,"duration":44264,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7237,"timestamp":2639160465,"duration":44509,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelpTriangle.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7239,"name":"read-resource","id":7240,"timestamp":2639160510,"duration":44480,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7239,"timestamp":2639160492,"duration":44718,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHelp.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7241,"name":"read-resource","id":7242,"timestamp":2639160543,"duration":44685,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7241,"timestamp":2639160520,"duration":44906,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHemisphereOff.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7243,"name":"read-resource","id":7244,"timestamp":2639160571,"duration":44883,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7243,"timestamp":2639160553,"duration":45093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHemispherePlus.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7245,"name":"read-resource","id":7246,"timestamp":2639160596,"duration":45065,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7245,"timestamp":2639160579,"duration":45262,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHemisphere.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7247,"name":"read-resource","id":7248,"timestamp":2639160627,"duration":45229,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7247,"timestamp":2639160604,"duration":45435,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon0Filled.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7249,"name":"read-resource","id":7250,"timestamp":2639160657,"duration":45396,"tags":{},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7249,"timestamp":2639160638,"duration":45644,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon1Filled.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7251,"name":"read-resource","id":7252,"timestamp":2639160683,"duration":45612,"tags":{},"startTime":1732132323792},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7251,"timestamp":2639160665,"duration":45756,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon2Filled.js","layer":"app-pages-browser"},"startTime":1732132323791},{"traceId":"6d02d019348010b3","parentId":7253,"name":"read-resource","id":7254,"timestamp":2639165280,"duration":41152,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7253,"timestamp":2639165257,"duration":41300,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon3Filled.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7255,"name":"read-resource","id":7256,"timestamp":2639165324,"duration":41243,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7255,"timestamp":2639165301,"duration":41404,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon3d.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7257,"name":"read-resource","id":7258,"timestamp":2639165362,"duration":41353,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7257,"timestamp":2639165341,"duration":41492,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon4Filled.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7259,"name":"read-resource","id":7260,"timestamp":2639165397,"duration":41447,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7259,"timestamp":2639165376,"duration":41589,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon5Filled.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7261,"name":"read-resource","id":7262,"timestamp":2639165430,"duration":41546,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7261,"timestamp":2639165410,"duration":41681,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon6Filled.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7263,"name":"read-resource","id":7264,"timestamp":2639165463,"duration":41639,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7263,"timestamp":2639165443,"duration":41783,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon7Filled.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7265,"name":"read-resource","id":7266,"timestamp":2639165499,"duration":41739,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7265,"timestamp":2639165476,"duration":41880,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon8Filled.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7267,"name":"read-resource","id":7268,"timestamp":2639165533,"duration":41834,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7267,"timestamp":2639165513,"duration":41968,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon9Filled.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7269,"name":"read-resource","id":7270,"timestamp":2639165565,"duration":41926,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7269,"timestamp":2639165546,"duration":42057,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonFilled.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7271,"name":"read-resource","id":7272,"timestamp":2639165599,"duration":42014,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7271,"timestamp":2639165578,"duration":42159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterA.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7273,"name":"read-resource","id":7274,"timestamp":2639165632,"duration":42115,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7273,"timestamp":2639165612,"duration":42249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterB.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7275,"name":"read-resource","id":7276,"timestamp":2639165663,"duration":42208,"tags":{},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7275,"timestamp":2639165644,"duration":42340,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterC.js","layer":"app-pages-browser"},"startTime":1732132323796},{"traceId":"6d02d019348010b3","parentId":7277,"name":"read-resource","id":7278,"timestamp":2639165699,"duration":42297,"tags":{},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7277,"timestamp":2639165676,"duration":42484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterD.js","layer":"app-pages-browser"},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":7281,"name":"read-resource","id":7282,"timestamp":2639165778,"duration":42394,"tags":{},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7281,"timestamp":2639165754,"duration":42538,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterF.js","layer":"app-pages-browser"},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":7279,"name":"read-resource","id":7280,"timestamp":2639165734,"duration":42569,"tags":{},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7279,"timestamp":2639165713,"duration":42717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterE.js","layer":"app-pages-browser"},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":7283,"name":"read-resource","id":7284,"timestamp":2639165811,"duration":42725,"tags":{},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7283,"timestamp":2639165792,"duration":42890,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterG.js","layer":"app-pages-browser"},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":7285,"name":"read-resource","id":7286,"timestamp":2639165843,"duration":46675,"tags":{},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7285,"timestamp":2639165824,"duration":46921,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterH.js","layer":"app-pages-browser"},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":7287,"name":"read-resource","id":7288,"timestamp":2639165874,"duration":46887,"tags":{},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7287,"timestamp":2639165855,"duration":47053,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterI.js","layer":"app-pages-browser"},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":7289,"name":"read-resource","id":7290,"timestamp":2639165905,"duration":47016,"tags":{},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7289,"timestamp":2639165886,"duration":47159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterJ.js","layer":"app-pages-browser"},"startTime":1732132323797},{"traceId":"6d02d019348010b3","parentId":7291,"name":"read-resource","id":7292,"timestamp":2639169767,"duration":43319,"tags":{},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7291,"timestamp":2639169733,"duration":43499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterK.js","layer":"app-pages-browser"},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":7293,"name":"read-resource","id":7294,"timestamp":2639169802,"duration":43441,"tags":{},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7293,"timestamp":2639169781,"duration":43580,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterL.js","layer":"app-pages-browser"},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":7295,"name":"read-resource","id":7296,"timestamp":2639169830,"duration":43542,"tags":{},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7295,"timestamp":2639169811,"duration":43678,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterM.js","layer":"app-pages-browser"},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":7297,"name":"read-resource","id":7298,"timestamp":2639169860,"duration":43644,"tags":{},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7297,"timestamp":2639169840,"duration":43784,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterN.js","layer":"app-pages-browser"},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":7299,"name":"read-resource","id":7300,"timestamp":2639169885,"duration":43749,"tags":{},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7299,"timestamp":2639169868,"duration":43887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterO.js","layer":"app-pages-browser"},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":7301,"name":"read-resource","id":7302,"timestamp":2639169910,"duration":43855,"tags":{},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7301,"timestamp":2639169891,"duration":43990,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterP.js","layer":"app-pages-browser"},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":7303,"name":"read-resource","id":7304,"timestamp":2639169931,"duration":43960,"tags":{},"startTime":1732132323801}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7303,"timestamp":2639169917,"duration":44351,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterQ.js","layer":"app-pages-browser"},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":7305,"name":"read-resource","id":7306,"timestamp":2639169950,"duration":44331,"tags":{},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7305,"timestamp":2639169936,"duration":44488,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterR.js","layer":"app-pages-browser"},"startTime":1732132323801},{"traceId":"6d02d019348010b3","parentId":7307,"name":"read-resource","id":7308,"timestamp":2639181058,"duration":35221,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7307,"timestamp":2639181003,"duration":35532,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterS.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7309,"name":"read-resource","id":7310,"timestamp":2639181109,"duration":35442,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7309,"timestamp":2639181087,"duration":35701,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterT.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7311,"name":"read-resource","id":7312,"timestamp":2639181140,"duration":35664,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7311,"timestamp":2639181122,"duration":35914,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterU.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7313,"name":"read-resource","id":7314,"timestamp":2639181169,"duration":35882,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7313,"timestamp":2639181151,"duration":36114,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterV.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7315,"name":"read-resource","id":7316,"timestamp":2639181195,"duration":36085,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7315,"timestamp":2639181179,"duration":36316,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterW.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7317,"name":"read-resource","id":7318,"timestamp":2639181224,"duration":36292,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7317,"timestamp":2639181202,"duration":36539,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterX.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7319,"name":"read-resource","id":7320,"timestamp":2639181247,"duration":36509,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7319,"timestamp":2639181231,"duration":36757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterY.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7321,"name":"read-resource","id":7322,"timestamp":2639181279,"duration":36734,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7321,"timestamp":2639181254,"duration":36985,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonLetterZ.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7323,"name":"read-resource","id":7324,"timestamp":2639181302,"duration":36952,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7323,"timestamp":2639181287,"duration":37161,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber0.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7325,"name":"read-resource","id":7326,"timestamp":2639181324,"duration":37138,"tags":{},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7325,"timestamp":2639181309,"duration":37378,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber1.js","layer":"app-pages-browser"},"startTime":1732132323812},{"traceId":"6d02d019348010b3","parentId":7331,"name":"read-resource","id":7332,"timestamp":2639188293,"duration":30852,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7331,"timestamp":2639188271,"duration":31116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber4.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7329,"name":"read-resource","id":7330,"timestamp":2639188262,"duration":31145,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7329,"timestamp":2639188239,"duration":31361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber3.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7333,"name":"read-resource","id":7334,"timestamp":2639188325,"duration":31322,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7333,"timestamp":2639188305,"duration":31543,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber5.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7335,"name":"read-resource","id":7336,"timestamp":2639188354,"duration":31508,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7335,"timestamp":2639188334,"duration":31808,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber6.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7337,"name":"read-resource","id":7338,"timestamp":2639188387,"duration":31789,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7337,"timestamp":2639188363,"duration":32014,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber7.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7339,"name":"read-resource","id":7340,"timestamp":2639188414,"duration":31977,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7339,"timestamp":2639188395,"duration":32230,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber8.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7327,"name":"read-resource","id":7328,"timestamp":2639188224,"duration":32416,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7327,"timestamp":2639188182,"duration":32643,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber2.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7341,"name":"read-resource","id":7342,"timestamp":2639188442,"duration":32401,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7341,"timestamp":2639188422,"duration":32634,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonNumber9.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7345,"name":"read-resource","id":7346,"timestamp":2639188493,"duration":32583,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7345,"timestamp":2639188477,"duration":32819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonPlus.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7347,"name":"read-resource","id":7348,"timestamp":2639188514,"duration":32797,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7347,"timestamp":2639188498,"duration":33032,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagon.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7343,"name":"read-resource","id":7344,"timestamp":2639188470,"duration":33080,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7343,"timestamp":2639188451,"duration":34268,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonOff.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7349,"name":"read-resource","id":7350,"timestamp":2639188537,"duration":34198,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7349,"timestamp":2639188521,"duration":34444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonalPrismOff.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7351,"name":"read-resource","id":7352,"timestamp":2639188563,"duration":34416,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7351,"timestamp":2639188542,"duration":34650,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonalPrismPlus.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7353,"name":"read-resource","id":7354,"timestamp":2639188591,"duration":34614,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7353,"timestamp":2639188569,"duration":34829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonalPrism.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7355,"name":"read-resource","id":7356,"timestamp":2639188613,"duration":34799,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7355,"timestamp":2639188597,"duration":35007,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonalPyramidOff.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7359,"name":"read-resource","id":7360,"timestamp":2639188700,"duration":37228,"tags":{},"startTime":1732132323820},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7359,"timestamp":2639188679,"duration":37454,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonalPyramid.js","layer":"app-pages-browser"},"startTime":1732132323820},{"traceId":"6d02d019348010b3","parentId":7357,"name":"read-resource","id":7358,"timestamp":2639188661,"duration":39668,"tags":{},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7357,"timestamp":2639188637,"duration":39920,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonalPyramidPlus.js","layer":"app-pages-browser"},"startTime":1732132323819},{"traceId":"6d02d019348010b3","parentId":7363,"name":"read-resource","id":7364,"timestamp":2639188789,"duration":39787,"tags":{},"startTime":1732132323820},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7363,"timestamp":2639188764,"duration":40003,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagons.js","layer":"app-pages-browser"},"startTime":1732132323820},{"traceId":"6d02d019348010b3","parentId":7361,"name":"read-resource","id":7362,"timestamp":2639188739,"duration":40042,"tags":{},"startTime":1732132323820},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7361,"timestamp":2639188716,"duration":40272,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHexagonsOff.js","layer":"app-pages-browser"},"startTime":1732132323820},{"traceId":"6d02d019348010b3","parentId":7365,"name":"read-resource","id":7366,"timestamp":2639201622,"duration":27794,"tags":{},"startTime":1732132323832},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7365,"timestamp":2639201587,"duration":28045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHierarchy2.js","layer":"app-pages-browser"},"startTime":1732132323832},{"traceId":"6d02d019348010b3","parentId":7367,"name":"read-resource","id":7368,"timestamp":2639201689,"duration":27957,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7367,"timestamp":2639201668,"duration":28209,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHierarchy3.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7369,"name":"read-resource","id":7370,"timestamp":2639201741,"duration":28149,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7369,"timestamp":2639201722,"duration":28356,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHierarchyOff.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7371,"name":"read-resource","id":7372,"timestamp":2639201796,"duration":28295,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7371,"timestamp":2639201772,"duration":28521,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHierarchy.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7373,"name":"read-resource","id":7374,"timestamp":2639201848,"duration":28459,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7373,"timestamp":2639201828,"duration":28673,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHighlightOff.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7375,"name":"read-resource","id":7376,"timestamp":2639201904,"duration":28621,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7375,"timestamp":2639201884,"duration":28834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHighlight.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7383,"name":"read-resource","id":7384,"timestamp":2639202119,"duration":28613,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7383,"timestamp":2639202099,"duration":28812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHome2.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7377,"name":"read-resource","id":7378,"timestamp":2639201958,"duration":28967,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7377,"timestamp":2639201938,"duration":29158,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHistoryOff.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7379,"name":"read-resource","id":7380,"timestamp":2639202011,"duration":29099,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7379,"timestamp":2639201991,"duration":29325,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHistoryToggle.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7381,"name":"read-resource","id":7382,"timestamp":2639202065,"duration":29264,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7381,"timestamp":2639202044,"duration":29454,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHistory.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7385,"name":"read-resource","id":7386,"timestamp":2639202178,"duration":29333,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7385,"timestamp":2639202153,"duration":29527,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeBolt.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7387,"name":"read-resource","id":7388,"timestamp":2639202231,"duration":29462,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7387,"timestamp":2639202211,"duration":29674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeCancel.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7389,"name":"read-resource","id":7390,"timestamp":2639202280,"duration":29617,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7389,"timestamp":2639202262,"duration":29844,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeCheck.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7391,"name":"read-resource","id":7392,"timestamp":2639202327,"duration":29792,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7391,"timestamp":2639202309,"duration":30013,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeCog.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7393,"name":"read-resource","id":7394,"timestamp":2639202376,"duration":29959,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7393,"timestamp":2639202358,"duration":30152,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeDollar.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7395,"name":"read-resource","id":7396,"timestamp":2639202422,"duration":30101,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7395,"timestamp":2639202405,"duration":30297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeDot.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7397,"name":"read-resource","id":7398,"timestamp":2639202468,"duration":30247,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7397,"timestamp":2639202451,"duration":30450,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeDown.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7399,"name":"read-resource","id":7400,"timestamp":2639202520,"duration":30395,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7399,"timestamp":2639202497,"duration":30725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeEco.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7401,"name":"read-resource","id":7402,"timestamp":2639202571,"duration":30668,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7401,"timestamp":2639202552,"duration":30923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeEdit.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7403,"name":"read-resource","id":7404,"timestamp":2639202621,"duration":30868,"tags":{},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7403,"timestamp":2639202602,"duration":31101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeExclamation.js","layer":"app-pages-browser"},"startTime":1732132323833}] +[{"traceId":"6d02d019348010b3","parentId":7405,"name":"read-resource","id":7406,"timestamp":2639202669,"duration":31334,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7405,"timestamp":2639202651,"duration":31591,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeHand.js","layer":"app-pages-browser"},"startTime":1732132323833},{"traceId":"6d02d019348010b3","parentId":7407,"name":"read-resource","id":7408,"timestamp":2639202720,"duration":31539,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7407,"timestamp":2639202699,"duration":31849,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeHeart.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7411,"name":"read-resource","id":7412,"timestamp":2639202825,"duration":31739,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7411,"timestamp":2639202801,"duration":32099,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeLink.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7409,"name":"read-resource","id":7410,"timestamp":2639202771,"duration":32145,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7409,"timestamp":2639202752,"duration":32563,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeInfinity.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7417,"name":"read-resource","id":7418,"timestamp":2639202972,"duration":32366,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7417,"timestamp":2639202954,"duration":32731,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeOff.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7419,"name":"read-resource","id":7420,"timestamp":2639203021,"duration":32679,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7419,"timestamp":2639203003,"duration":33101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomePlus.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7421,"name":"read-resource","id":7422,"timestamp":2639203069,"duration":43072,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7421,"timestamp":2639203051,"duration":43396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeQuestion.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7423,"name":"read-resource","id":7424,"timestamp":2639203117,"duration":43345,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7423,"timestamp":2639203099,"duration":43506,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeRibbon.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7413,"name":"read-resource","id":7414,"timestamp":2639202876,"duration":45349,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7413,"timestamp":2639202857,"duration":45595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeMinus.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7415,"name":"read-resource","id":7416,"timestamp":2639202924,"duration":45544,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7415,"timestamp":2639202905,"duration":45841,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeMove.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7425,"name":"read-resource","id":7426,"timestamp":2639203170,"duration":45592,"tags":{},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7425,"timestamp":2639203147,"duration":45843,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeSearch.js","layer":"app-pages-browser"},"startTime":1732132323834},{"traceId":"6d02d019348010b3","parentId":7427,"name":"read-resource","id":7428,"timestamp":2639211619,"duration":37388,"tags":{},"startTime":1732132323842},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7427,"timestamp":2639211583,"duration":37642,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeShare.js","layer":"app-pages-browser"},"startTime":1732132323842},{"traceId":"6d02d019348010b3","parentId":7429,"name":"read-resource","id":7430,"timestamp":2639211656,"duration":37584,"tags":{},"startTime":1732132323842},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7429,"timestamp":2639211633,"duration":37816,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeShield.js","layer":"app-pages-browser"},"startTime":1732132323842},{"traceId":"6d02d019348010b3","parentId":7431,"name":"read-resource","id":7432,"timestamp":2639211695,"duration":37794,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7431,"timestamp":2639211673,"duration":38044,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeSignal.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7433,"name":"read-resource","id":7434,"timestamp":2639211722,"duration":38009,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7433,"timestamp":2639211704,"duration":38256,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeStar.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7435,"name":"read-resource","id":7436,"timestamp":2639211748,"duration":38227,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7435,"timestamp":2639211730,"duration":38712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeStats.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7437,"name":"read-resource","id":7438,"timestamp":2639211779,"duration":38679,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7437,"timestamp":2639211756,"duration":38922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeUp.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7439,"name":"read-resource","id":7440,"timestamp":2639211804,"duration":38924,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7439,"timestamp":2639211787,"duration":39176,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHomeX.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7441,"name":"read-resource","id":7442,"timestamp":2639211830,"duration":39149,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7441,"timestamp":2639211812,"duration":39419,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHome.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7443,"name":"read-resource","id":7444,"timestamp":2639211855,"duration":39393,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7443,"timestamp":2639211838,"duration":39692,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHorseToy.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7445,"name":"read-resource","id":7446,"timestamp":2639211880,"duration":39666,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7445,"timestamp":2639211863,"duration":40043,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHorse.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7449,"name":"read-resource","id":7450,"timestamp":2639211935,"duration":40006,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7449,"timestamp":2639211916,"duration":40283,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHourglassEmpty.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7447,"name":"read-resource","id":7448,"timestamp":2639211908,"duration":40309,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7447,"timestamp":2639211889,"duration":40515,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHotelService.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7453,"name":"read-resource","id":7454,"timestamp":2639212038,"duration":40382,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7453,"timestamp":2639211985,"duration":40674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHourglassHigh.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7451,"name":"read-resource","id":7452,"timestamp":2639211977,"duration":40699,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7451,"timestamp":2639211944,"duration":40980,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHourglassFilled.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7457,"name":"read-resource","id":7458,"timestamp":2639212095,"duration":40843,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7457,"timestamp":2639212077,"duration":41093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHourglassOff.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7459,"name":"read-resource","id":7460,"timestamp":2639212120,"duration":41069,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7459,"timestamp":2639212103,"duration":41331,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHourglass.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7455,"name":"read-resource","id":7456,"timestamp":2639212069,"duration":41383,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7455,"timestamp":2639212048,"duration":41641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHourglassLow.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7461,"name":"read-resource","id":7462,"timestamp":2639212145,"duration":41560,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7461,"timestamp":2639212127,"duration":41836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHtml.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7463,"name":"read-resource","id":7464,"timestamp":2639212172,"duration":41809,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7463,"timestamp":2639212153,"duration":42164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpConnect.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7467,"name":"read-resource","id":7468,"timestamp":2639212232,"duration":42102,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7467,"timestamp":2639212214,"duration":42393,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpGet.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7465,"name":"read-resource","id":7466,"timestamp":2639212204,"duration":42419,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7465,"timestamp":2639212180,"duration":42584,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpDelete.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7473,"name":"read-resource","id":7474,"timestamp":2639212316,"duration":42461,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7473,"timestamp":2639212299,"duration":42629,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpPatch.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7469,"name":"read-resource","id":7470,"timestamp":2639212260,"duration":42680,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7469,"timestamp":2639212241,"duration":42832,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpHead.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7475,"name":"read-resource","id":7476,"timestamp":2639212341,"duration":42743,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7475,"timestamp":2639212324,"duration":42878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpPost.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7471,"name":"read-resource","id":7472,"timestamp":2639212291,"duration":42929,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7471,"timestamp":2639212270,"duration":43076,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpOptions.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7477,"name":"read-resource","id":7478,"timestamp":2639212370,"duration":42986,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7477,"timestamp":2639212348,"duration":43137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpPut.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7479,"name":"read-resource","id":7480,"timestamp":2639212396,"duration":43217,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7479,"timestamp":2639212379,"duration":43388,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpQue.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7483,"name":"read-resource","id":7484,"timestamp":2639212448,"duration":43331,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7483,"timestamp":2639212430,"duration":43469,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIceCream2.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7481,"name":"read-resource","id":7482,"timestamp":2639212421,"duration":44055,"tags":{},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7481,"timestamp":2639212404,"duration":44234,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconHttpTrace.js","layer":"app-pages-browser"},"startTime":1732132323843},{"traceId":"6d02d019348010b3","parentId":7485,"name":"read-resource","id":7486,"timestamp":2639215605,"duration":41064,"tags":{},"startTime":1732132323846},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7485,"timestamp":2639215582,"duration":41241,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIceCreamOff.js","layer":"app-pages-browser"},"startTime":1732132323846},{"traceId":"6d02d019348010b3","parentId":7487,"name":"read-resource","id":7488,"timestamp":2639215655,"duration":41180,"tags":{},"startTime":1732132323846},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7487,"timestamp":2639215627,"duration":41333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIceCream.js","layer":"app-pages-browser"},"startTime":1732132323846},{"traceId":"6d02d019348010b3","parentId":7489,"name":"read-resource","id":7490,"timestamp":2639215692,"duration":41279,"tags":{},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7489,"timestamp":2639215670,"duration":41422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIceSkating.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7491,"name":"read-resource","id":7492,"timestamp":2639215725,"duration":41378,"tags":{},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7491,"timestamp":2639215706,"duration":41521,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIconsOff.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7493,"name":"read-resource","id":7494,"timestamp":2639215759,"duration":41487,"tags":{},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7493,"timestamp":2639215740,"duration":41634,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIcons.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7495,"name":"read-resource","id":7496,"timestamp":2639215791,"duration":41594,"tags":{},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7495,"timestamp":2639215772,"duration":41740,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIdBadge2.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7497,"name":"read-resource","id":7498,"timestamp":2639215823,"duration":41700,"tags":{},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7497,"timestamp":2639215804,"duration":41843,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIdBadgeOff.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7499,"name":"read-resource","id":7500,"timestamp":2639215855,"duration":44942,"tags":{},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7499,"timestamp":2639215836,"duration":45138,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIdBadge.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7501,"name":"read-resource","id":7502,"timestamp":2639215890,"duration":45111,"tags":{},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7501,"timestamp":2639215867,"duration":45293,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIdOff.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7503,"name":"read-resource","id":7504,"timestamp":2639215923,"duration":45247,"tags":{},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7503,"timestamp":2639215903,"duration":45415,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconId.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7505,"name":"read-resource","id":7506,"timestamp":2639215956,"duration":45373,"tags":{},"startTime":1732132323847}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7505,"timestamp":2639215936,"duration":45759,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInboxOff.js","layer":"app-pages-browser"},"startTime":1732132323847},{"traceId":"6d02d019348010b3","parentId":7507,"name":"read-resource","id":7508,"timestamp":2639225415,"duration":36933,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7507,"timestamp":2639225368,"duration":37224,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInbox.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7509,"name":"read-resource","id":7510,"timestamp":2639225448,"duration":37159,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7509,"timestamp":2639225430,"duration":37476,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIndentDecrease.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7511,"name":"read-resource","id":7512,"timestamp":2639225470,"duration":38077,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7511,"timestamp":2639225454,"duration":38256,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIndentIncrease.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7513,"name":"read-resource","id":7514,"timestamp":2639225490,"duration":38232,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7513,"timestamp":2639225476,"duration":38375,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfinityOff.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7515,"name":"read-resource","id":7516,"timestamp":2639225509,"duration":38352,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7515,"timestamp":2639225495,"duration":38485,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfinity.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7517,"name":"read-resource","id":7518,"timestamp":2639225527,"duration":38465,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7517,"timestamp":2639225513,"duration":38702,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoCircleFilled.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7519,"name":"read-resource","id":7520,"timestamp":2639225546,"duration":38686,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7519,"timestamp":2639225532,"duration":38956,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoCircle.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7521,"name":"read-resource","id":7522,"timestamp":2639225569,"duration":38935,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7521,"timestamp":2639225551,"duration":39271,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoHexagonFilled.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7523,"name":"read-resource","id":7524,"timestamp":2639225589,"duration":39251,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7523,"timestamp":2639225575,"duration":39540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoHexagon.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7525,"name":"read-resource","id":7526,"timestamp":2639225608,"duration":39526,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7525,"timestamp":2639225595,"duration":39802,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoOctagonFilled.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7527,"name":"read-resource","id":7528,"timestamp":2639225626,"duration":39786,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7527,"timestamp":2639225613,"duration":40084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoOctagon.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7529,"name":"read-resource","id":7530,"timestamp":2639225646,"duration":40067,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7529,"timestamp":2639225631,"duration":40344,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoSmall.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7531,"name":"read-resource","id":7532,"timestamp":2639225664,"duration":40325,"tags":{},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7531,"timestamp":2639225651,"duration":40590,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoSquareFilled.js","layer":"app-pages-browser"},"startTime":1732132323856},{"traceId":"6d02d019348010b3","parentId":7533,"name":"read-resource","id":7534,"timestamp":2639225689,"duration":40567,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7533,"timestamp":2639225669,"duration":40832,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoSquareRoundedFilled.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7535,"name":"read-resource","id":7536,"timestamp":2639225710,"duration":40810,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7535,"timestamp":2639225695,"duration":41079,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoSquareRounded.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7537,"name":"read-resource","id":7538,"timestamp":2639225729,"duration":41062,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7537,"timestamp":2639225715,"duration":41570,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoSquare.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7539,"name":"read-resource","id":7540,"timestamp":2639225748,"duration":41553,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7539,"timestamp":2639225734,"duration":41768,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoTriangleFilled.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7541,"name":"read-resource","id":7542,"timestamp":2639225766,"duration":41749,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7541,"timestamp":2639225753,"duration":41900,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInfoTriangle.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7543,"name":"read-resource","id":7544,"timestamp":2639225786,"duration":41878,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7543,"timestamp":2639225772,"duration":42021,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowBottomFilled.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7545,"name":"read-resource","id":7546,"timestamp":2639225804,"duration":41999,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7545,"timestamp":2639225791,"duration":42130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowBottomLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7547,"name":"read-resource","id":7548,"timestamp":2639225826,"duration":42105,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7547,"timestamp":2639225809,"duration":42275,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowBottomLeft.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7549,"name":"read-resource","id":7550,"timestamp":2639225845,"duration":42250,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7549,"timestamp":2639225832,"duration":42385,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowBottomRightFilled.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7557,"name":"read-resource","id":7558,"timestamp":2639226350,"duration":41878,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7557,"timestamp":2639226323,"duration":42026,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowLeft.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7551,"name":"read-resource","id":7552,"timestamp":2639225864,"duration":44455,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7551,"timestamp":2639225850,"duration":44761,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowBottomRight.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7553,"name":"read-resource","id":7554,"timestamp":2639225883,"duration":44745,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7553,"timestamp":2639225869,"duration":44967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowBottom.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7555,"name":"read-resource","id":7556,"timestamp":2639225902,"duration":44950,"tags":{},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7555,"timestamp":2639225888,"duration":45111,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132323857},{"traceId":"6d02d019348010b3","parentId":7561,"name":"read-resource","id":7562,"timestamp":2639245157,"duration":26920,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7561,"timestamp":2639245133,"duration":27325,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowRight.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7563,"name":"read-resource","id":7564,"timestamp":2639245207,"duration":27272,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7563,"timestamp":2639245175,"duration":27587,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowTopFilled.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7559,"name":"read-resource","id":7560,"timestamp":2639245102,"duration":27685,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7559,"timestamp":2639245054,"duration":27999,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowRightFilled.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7565,"name":"read-resource","id":7566,"timestamp":2639245245,"duration":27824,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7565,"timestamp":2639245223,"duration":28111,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowTopLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7567,"name":"read-resource","id":7568,"timestamp":2639245280,"duration":28069,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7567,"timestamp":2639245259,"duration":28422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowTopLeft.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7571,"name":"read-resource","id":7572,"timestamp":2639245348,"duration":28354,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7571,"timestamp":2639245328,"duration":28638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowTopRight.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7573,"name":"read-resource","id":7574,"timestamp":2639245382,"duration":28604,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7573,"timestamp":2639245362,"duration":29178,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowTop.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7569,"name":"read-resource","id":7570,"timestamp":2639245313,"duration":29244,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7569,"timestamp":2639245293,"duration":29500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInnerShadowTopRightFilled.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7575,"name":"read-resource","id":7576,"timestamp":2639245417,"duration":29391,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7575,"timestamp":2639245397,"duration":29648,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInputAi.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7579,"name":"read-resource","id":7580,"timestamp":2639245488,"duration":29571,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7579,"timestamp":2639245468,"duration":29840,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInputSearch.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7577,"name":"read-resource","id":7578,"timestamp":2639245454,"duration":29871,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7577,"timestamp":2639245430,"duration":30133,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInputCheck.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7581,"name":"read-resource","id":7582,"timestamp":2639245521,"duration":31890,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7581,"timestamp":2639245502,"duration":32125,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconInputX.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7583,"name":"read-resource","id":7584,"timestamp":2639245555,"duration":32085,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7583,"timestamp":2639245535,"duration":32279,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIroning1.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7585,"name":"read-resource","id":7586,"timestamp":2639245586,"duration":32242,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7585,"timestamp":2639245568,"duration":32439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIroning2.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7587,"name":"read-resource","id":7588,"timestamp":2639245617,"duration":32403,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7587,"timestamp":2639245598,"duration":32610,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIroning3.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7589,"name":"read-resource","id":7590,"timestamp":2639245656,"duration":32565,"tags":{},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7589,"timestamp":2639245637,"duration":32769,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIroningOff.js","layer":"app-pages-browser"},"startTime":1732132323876},{"traceId":"6d02d019348010b3","parentId":7591,"name":"read-resource","id":7592,"timestamp":2639245691,"duration":32729,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7591,"timestamp":2639245668,"duration":32952,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIroningSteamOff.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7595,"name":"read-resource","id":7596,"timestamp":2639245756,"duration":32877,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7595,"timestamp":2639245738,"duration":33051,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIroning.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7593,"name":"read-resource","id":7594,"timestamp":2639245725,"duration":33078,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7593,"timestamp":2639245706,"duration":33269,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIroningSteam.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7597,"name":"read-resource","id":7598,"timestamp":2639245788,"duration":33199,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7597,"timestamp":2639245769,"duration":33422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIrregularPolyhedronOff.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7599,"name":"read-resource","id":7600,"timestamp":2639245820,"duration":33386,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7599,"timestamp":2639245801,"duration":33605,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIrregularPolyhedronPlus.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7601,"name":"read-resource","id":7602,"timestamp":2639245853,"duration":33567,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7601,"timestamp":2639245834,"duration":33772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconIrregularPolyhedron.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7603,"name":"read-resource","id":7604,"timestamp":2639245889,"duration":33730,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7603,"timestamp":2639245866,"duration":33931,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconItalic.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7605,"name":"read-resource","id":7606,"timestamp":2639245928,"duration":33884,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7605,"timestamp":2639245908,"duration":34091,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconJacket.js","layer":"app-pages-browser"},"startTime":1732132323877}] +[{"traceId":"6d02d019348010b3","parentId":7607,"name":"read-resource","id":7608,"timestamp":2639245973,"duration":36101,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7607,"timestamp":2639245941,"duration":36361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconJetpack.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7609,"name":"read-resource","id":7610,"timestamp":2639246010,"duration":36307,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7609,"timestamp":2639245990,"duration":36507,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconJewishStarFilled.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7611,"name":"read-resource","id":7612,"timestamp":2639246045,"duration":40242,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7611,"timestamp":2639246026,"duration":40642,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconJewishStar.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7613,"name":"read-resource","id":7614,"timestamp":2639246076,"duration":40609,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7613,"timestamp":2639246057,"duration":40878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconJpg.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7615,"name":"read-resource","id":7616,"timestamp":2639246107,"duration":40843,"tags":{},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7615,"timestamp":2639246088,"duration":41104,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconJson.js","layer":"app-pages-browser"},"startTime":1732132323877},{"traceId":"6d02d019348010b3","parentId":7619,"name":"read-resource","id":7620,"timestamp":2639248202,"duration":39182,"tags":{},"startTime":1732132323879},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7619,"timestamp":2639248159,"duration":39472,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKarate.js","layer":"app-pages-browser"},"startTime":1732132323879},{"traceId":"6d02d019348010b3","parentId":7617,"name":"read-resource","id":7618,"timestamp":2639248145,"duration":39505,"tags":{},"startTime":1732132323879},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7617,"timestamp":2639248112,"duration":39752,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconJumpRope.js","layer":"app-pages-browser"},"startTime":1732132323879},{"traceId":"6d02d019348010b3","parentId":7621,"name":"read-resource","id":7622,"timestamp":2639259344,"duration":29222,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7621,"timestamp":2639259310,"duration":29479,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKayak.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7625,"name":"read-resource","id":7626,"timestamp":2639259426,"duration":29378,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7625,"timestamp":2639259405,"duration":29588,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyOff.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7623,"name":"read-resource","id":7624,"timestamp":2639259389,"duration":29619,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7623,"timestamp":2639259366,"duration":29826,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKering.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7627,"name":"read-resource","id":7628,"timestamp":2639259463,"duration":29744,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7627,"timestamp":2639259438,"duration":29952,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKey.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7631,"name":"read-resource","id":7632,"timestamp":2639259527,"duration":29877,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7631,"timestamp":2639259508,"duration":30111,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyboardOff.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7629,"name":"read-resource","id":7630,"timestamp":2639259495,"duration":30138,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7629,"timestamp":2639259475,"duration":30434,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyboardHide.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7633,"name":"read-resource","id":7634,"timestamp":2639259559,"duration":30365,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7633,"timestamp":2639259540,"duration":30648,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyboardShow.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7639,"name":"read-resource","id":7640,"timestamp":2639259659,"duration":30544,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7639,"timestamp":2639259636,"duration":30817,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframeAlignCenter.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7637,"name":"read-resource","id":7638,"timestamp":2639259623,"duration":30845,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7637,"timestamp":2639259604,"duration":31139,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframeAlignCenterFilled.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7643,"name":"read-resource","id":7644,"timestamp":2639259725,"duration":31033,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7643,"timestamp":2639259706,"duration":31287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframeAlignHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7641,"name":"read-resource","id":7642,"timestamp":2639259693,"duration":31315,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7641,"timestamp":2639259673,"duration":31580,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframeAlignHorizontalFilled.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7645,"name":"read-resource","id":7646,"timestamp":2639259756,"duration":31513,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7645,"timestamp":2639259737,"duration":31783,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframeAlignVerticalFilled.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7635,"name":"read-resource","id":7636,"timestamp":2639259591,"duration":31946,"tags":{},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7635,"timestamp":2639259572,"duration":32196,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyboard.js","layer":"app-pages-browser"},"startTime":1732132323890},{"traceId":"6d02d019348010b3","parentId":7649,"name":"read-resource","id":7650,"timestamp":2639259819,"duration":31991,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7649,"timestamp":2639259800,"duration":32261,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframeFilled.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7653,"name":"read-resource","id":7654,"timestamp":2639259888,"duration":32363,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7653,"timestamp":2639259865,"duration":32649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframesFilled.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7655,"name":"read-resource","id":7656,"timestamp":2639259921,"duration":32610,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7655,"timestamp":2639259901,"duration":32786,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframes.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7647,"name":"read-resource","id":7648,"timestamp":2639259787,"duration":32913,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7647,"timestamp":2639259768,"duration":33060,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframeAlignVertical.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7657,"name":"read-resource","id":7658,"timestamp":2639259954,"duration":32886,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7657,"timestamp":2639259934,"duration":33035,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLadderOff.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7659,"name":"read-resource","id":7660,"timestamp":2639259986,"duration":32993,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7659,"timestamp":2639259967,"duration":33148,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLadder.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7663,"name":"read-resource","id":7664,"timestamp":2639260083,"duration":33042,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7663,"timestamp":2639260063,"duration":33194,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLambda.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7665,"name":"read-resource","id":7666,"timestamp":2639260114,"duration":33153,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7665,"timestamp":2639260095,"duration":33298,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLamp2.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7667,"name":"read-resource","id":7668,"timestamp":2639260148,"duration":33254,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7667,"timestamp":2639260126,"duration":33393,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLampOff.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7669,"name":"read-resource","id":7670,"timestamp":2639260181,"duration":33348,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7669,"timestamp":2639260162,"duration":33477,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLamp.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7671,"name":"read-resource","id":7672,"timestamp":2639260212,"duration":33437,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7671,"timestamp":2639260193,"duration":33564,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLane.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7673,"name":"read-resource","id":7674,"timestamp":2639260244,"duration":33523,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7673,"timestamp":2639260225,"duration":33670,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLanguageHiragana.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7675,"name":"read-resource","id":7676,"timestamp":2639260275,"duration":33629,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7675,"timestamp":2639260257,"duration":33779,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLanguageKatakana.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7677,"name":"read-resource","id":7678,"timestamp":2639260307,"duration":33739,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7677,"timestamp":2639260287,"duration":33882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLanguageOff.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7661,"name":"read-resource","id":7662,"timestamp":2639260048,"duration":34132,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7661,"timestamp":2639259999,"duration":34292,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLadle.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7651,"name":"read-resource","id":7652,"timestamp":2639259851,"duration":34450,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7651,"timestamp":2639259831,"duration":34588,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconKeyframe.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7679,"name":"read-resource","id":7680,"timestamp":2639260341,"duration":41579,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7679,"timestamp":2639260318,"duration":41810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLanguage.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7681,"name":"read-resource","id":7682,"timestamp":2639260374,"duration":41766,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7681,"timestamp":2639260354,"duration":41923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLassoOff.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7683,"name":"read-resource","id":7684,"timestamp":2639260405,"duration":41883,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7683,"timestamp":2639260386,"duration":42024,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLassoPolygon.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7685,"name":"read-resource","id":7686,"timestamp":2639260436,"duration":41983,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7685,"timestamp":2639260417,"duration":42122,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLasso.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7687,"name":"read-resource","id":7688,"timestamp":2639260469,"duration":42081,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7687,"timestamp":2639260449,"duration":42232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayersDifference.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7689,"name":"read-resource","id":7690,"timestamp":2639260501,"duration":42196,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7689,"timestamp":2639260481,"duration":42335,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayersIntersect2.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7691,"name":"read-resource","id":7692,"timestamp":2639260532,"duration":42294,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7691,"timestamp":2639260513,"duration":42423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayersIntersect.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7693,"name":"read-resource","id":7694,"timestamp":2639260570,"duration":42482,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7693,"timestamp":2639260545,"duration":42660,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayersLinked.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7695,"name":"read-resource","id":7696,"timestamp":2639260604,"duration":42813,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7695,"timestamp":2639260584,"duration":43101,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayersOff.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7697,"name":"read-resource","id":7698,"timestamp":2639260635,"duration":43071,"tags":{},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7697,"timestamp":2639260616,"duration":43307,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayersSubtract.js","layer":"app-pages-browser"},"startTime":1732132323891},{"traceId":"6d02d019348010b3","parentId":7699,"name":"read-resource","id":7700,"timestamp":2639263454,"duration":42590,"tags":{},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7699,"timestamp":2639263426,"duration":42907,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayersUnion.js","layer":"app-pages-browser"},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":7701,"name":"read-resource","id":7702,"timestamp":2639263476,"duration":42873,"tags":{},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7701,"timestamp":2639263464,"duration":43139,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayout2.js","layer":"app-pages-browser"},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":7709,"name":"read-resource","id":7710,"timestamp":2639263529,"duration":43089,"tags":{},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7709,"timestamp":2639263521,"duration":43459,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutAlignMiddle.js","layer":"app-pages-browser"},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":7703,"name":"read-resource","id":7704,"timestamp":2639263490,"duration":43512,"tags":{},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7703,"timestamp":2639263481,"duration":43778,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutAlignBottom.js","layer":"app-pages-browser"},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":7705,"name":"read-resource","id":7706,"timestamp":2639263503,"duration":43781,"tags":{},"startTime":1732132323894}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7705,"timestamp":2639263494,"duration":44319,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutAlignCenter.js","layer":"app-pages-browser"},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":7707,"name":"read-resource","id":7708,"timestamp":2639263517,"duration":44312,"tags":{},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7707,"timestamp":2639263507,"duration":44618,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutAlignLeft.js","layer":"app-pages-browser"},"startTime":1732132323894},{"traceId":"6d02d019348010b3","parentId":7715,"name":"read-resource","id":7716,"timestamp":2639269534,"duration":38607,"tags":{},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7715,"timestamp":2639269514,"duration":38942,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutBoardSplit.js","layer":"app-pages-browser"},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":7713,"name":"read-resource","id":7714,"timestamp":2639269498,"duration":38975,"tags":{},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7713,"timestamp":2639269472,"duration":39242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutAlignTop.js","layer":"app-pages-browser"},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":7711,"name":"read-resource","id":7712,"timestamp":2639269451,"duration":39279,"tags":{},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7711,"timestamp":2639269423,"duration":39533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutAlignRight.js","layer":"app-pages-browser"},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":7717,"name":"read-resource","id":7718,"timestamp":2639269568,"duration":39405,"tags":{},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7717,"timestamp":2639269548,"duration":39995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutBoard.js","layer":"app-pages-browser"},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":7721,"name":"read-resource","id":7722,"timestamp":2639269632,"duration":39941,"tags":{},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7721,"timestamp":2639269613,"duration":40192,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutBottombarCollapse.js","layer":"app-pages-browser"},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":7719,"name":"read-resource","id":7720,"timestamp":2639269601,"duration":40233,"tags":{},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7719,"timestamp":2639269582,"duration":40414,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutBottombarCollapseFilled.js","layer":"app-pages-browser"},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":7725,"name":"read-resource","id":7726,"timestamp":2639269699,"duration":40309,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7725,"timestamp":2639269676,"duration":40460,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutBottombarExpand.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7727,"name":"read-resource","id":7728,"timestamp":2639269733,"duration":40414,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7727,"timestamp":2639269713,"duration":40550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutBottombarFilled.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7723,"name":"read-resource","id":7724,"timestamp":2639269664,"duration":40610,"tags":{},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7723,"timestamp":2639269644,"duration":40753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutBottombarExpandFilled.js","layer":"app-pages-browser"},"startTime":1732132323900},{"traceId":"6d02d019348010b3","parentId":7733,"name":"read-resource","id":7734,"timestamp":2639269830,"duration":40579,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7733,"timestamp":2639269810,"duration":40725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutCollage.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7735,"name":"read-resource","id":7736,"timestamp":2639269862,"duration":40683,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7735,"timestamp":2639269844,"duration":40815,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutColumns.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7731,"name":"read-resource","id":7732,"timestamp":2639269797,"duration":40873,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7731,"timestamp":2639269777,"duration":41005,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutCards.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7729,"name":"read-resource","id":7730,"timestamp":2639269765,"duration":41028,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7729,"timestamp":2639269745,"duration":41157,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutBottombar.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7741,"name":"read-resource","id":7742,"timestamp":2639269962,"duration":40951,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7741,"timestamp":2639269943,"duration":41098,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutDistributeVertical.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7739,"name":"read-resource","id":7740,"timestamp":2639269930,"duration":41122,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7739,"timestamp":2639269907,"duration":41263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutDistributeHorizontal.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7737,"name":"read-resource","id":7738,"timestamp":2639269894,"duration":41287,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7737,"timestamp":2639269875,"duration":41422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutDashboard.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7745,"name":"read-resource","id":7746,"timestamp":2639270033,"duration":43187,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7745,"timestamp":2639270008,"duration":43387,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutGridRemove.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7747,"name":"read-resource","id":7748,"timestamp":2639270067,"duration":43340,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7747,"timestamp":2639270047,"duration":43493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutGrid.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7749,"name":"read-resource","id":7750,"timestamp":2639270098,"duration":43980,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7749,"timestamp":2639270079,"duration":44164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutKanban.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7743,"name":"read-resource","id":7744,"timestamp":2639269995,"duration":44277,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7743,"timestamp":2639269975,"duration":44450,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutGridAdd.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7751,"name":"read-resource","id":7752,"timestamp":2639270130,"duration":44323,"tags":{},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7751,"timestamp":2639270111,"duration":44482,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutList.js","layer":"app-pages-browser"},"startTime":1732132323901},{"traceId":"6d02d019348010b3","parentId":7759,"name":"read-resource","id":7760,"timestamp":2639277183,"duration":37705,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7759,"timestamp":2639277168,"duration":37962,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutNavbarFilled.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7757,"name":"read-resource","id":7758,"timestamp":2639277160,"duration":37986,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7757,"timestamp":2639277142,"duration":38234,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutNavbarExpand.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7761,"name":"read-resource","id":7762,"timestamp":2639277205,"duration":38191,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7761,"timestamp":2639277190,"duration":38431,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutNavbar.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7763,"name":"read-resource","id":7764,"timestamp":2639277225,"duration":38412,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7763,"timestamp":2639277210,"duration":38642,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutOff.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7765,"name":"read-resource","id":7766,"timestamp":2639277245,"duration":38623,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7765,"timestamp":2639277231,"duration":38892,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutRows.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7767,"name":"read-resource","id":7768,"timestamp":2639277264,"duration":38875,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7767,"timestamp":2639277251,"duration":39115,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarLeftCollapseFilled.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7769,"name":"read-resource","id":7770,"timestamp":2639277289,"duration":40531,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7769,"timestamp":2639277270,"duration":40812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarLeftCollapse.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7771,"name":"read-resource","id":7772,"timestamp":2639277310,"duration":40789,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7771,"timestamp":2639277295,"duration":41046,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarLeftExpandFilled.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7773,"name":"read-resource","id":7774,"timestamp":2639277330,"duration":41028,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7773,"timestamp":2639277316,"duration":41270,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarLeftExpand.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7775,"name":"read-resource","id":7776,"timestamp":2639277350,"duration":41252,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7775,"timestamp":2639277335,"duration":41500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarRightCollapseFilled.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7777,"name":"read-resource","id":7778,"timestamp":2639277369,"duration":41482,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7777,"timestamp":2639277356,"duration":41725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarRightCollapse.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7779,"name":"read-resource","id":7780,"timestamp":2639277388,"duration":42245,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7779,"timestamp":2639277375,"duration":42499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarRightExpandFilled.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7781,"name":"read-resource","id":7782,"timestamp":2639285662,"duration":34229,"tags":{},"startTime":1732132323916},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7781,"timestamp":2639285638,"duration":34516,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarRightExpand.js","layer":"app-pages-browser"},"startTime":1732132323916},{"traceId":"6d02d019348010b3","parentId":7783,"name":"read-resource","id":7784,"timestamp":2639285707,"duration":34466,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7783,"timestamp":2639285683,"duration":34684,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebarRight.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7785,"name":"read-resource","id":7786,"timestamp":2639285745,"duration":34639,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7785,"timestamp":2639285724,"duration":34880,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutSidebar.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7787,"name":"read-resource","id":7788,"timestamp":2639285784,"duration":34837,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7787,"timestamp":2639285760,"duration":35079,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayout.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7789,"name":"read-resource","id":7790,"timestamp":2639285818,"duration":35038,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7789,"timestamp":2639285798,"duration":35257,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLeafOff.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7791,"name":"read-resource","id":7792,"timestamp":2639285851,"duration":35219,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7791,"timestamp":2639285832,"duration":35449,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLeaf.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7793,"name":"read-resource","id":7794,"timestamp":2639285883,"duration":35415,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7793,"timestamp":2639285864,"duration":35640,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLegoOff.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7795,"name":"read-resource","id":7796,"timestamp":2639285915,"duration":35605,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7795,"timestamp":2639285896,"duration":35841,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLego.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7755,"name":"read-resource","id":7756,"timestamp":2639277134,"duration":44622,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7755,"timestamp":2639277108,"duration":44844,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutNavbarCollapse.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7753,"name":"read-resource","id":7754,"timestamp":2639277095,"duration":44872,"tags":{},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7753,"timestamp":2639277065,"duration":45037,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutNavbarCollapseFilled.js","layer":"app-pages-browser"},"startTime":1732132323908},{"traceId":"6d02d019348010b3","parentId":7797,"name":"read-resource","id":7798,"timestamp":2639285945,"duration":36173,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7797,"timestamp":2639285927,"duration":36327,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLemon2.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7799,"name":"read-resource","id":7800,"timestamp":2639285977,"duration":36289,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7799,"timestamp":2639285958,"duration":36436,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLemon.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7805,"name":"read-resource","id":7806,"timestamp":2639286076,"duration":36329,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7805,"timestamp":2639286057,"duration":36461,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterC.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7807,"name":"read-resource","id":7808,"timestamp":2639286107,"duration":38230,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7807,"timestamp":2639286088,"duration":38514,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLayoutNavbarExpandFilled.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7809,"name":"read-resource","id":7810,"timestamp":2639286142,"duration":38478,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7809,"timestamp":2639286121,"duration":38750,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterCaseLower.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7801,"name":"read-resource","id":7802,"timestamp":2639286012,"duration":38876,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7801,"timestamp":2639285990,"duration":39127,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterA.js","layer":"app-pages-browser"},"startTime":1732132323917}] +[{"traceId":"6d02d019348010b3","parentId":7803,"name":"read-resource","id":7804,"timestamp":2639286044,"duration":39391,"tags":{},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7803,"timestamp":2639286025,"duration":39715,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterB.js","layer":"app-pages-browser"},"startTime":1732132323917},{"traceId":"6d02d019348010b3","parentId":7813,"name":"read-resource","id":7814,"timestamp":2639300829,"duration":25708,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7813,"timestamp":2639300806,"duration":25939,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterCaseUpper.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7815,"name":"read-resource","id":7816,"timestamp":2639300871,"duration":25889,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7815,"timestamp":2639300846,"duration":26107,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterCase.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7817,"name":"read-resource","id":7818,"timestamp":2639300905,"duration":26062,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7817,"timestamp":2639300885,"duration":26244,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterD.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7819,"name":"read-resource","id":7820,"timestamp":2639300938,"duration":26203,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7819,"timestamp":2639300919,"duration":26388,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterE.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7821,"name":"read-resource","id":7822,"timestamp":2639300970,"duration":26351,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7821,"timestamp":2639300951,"duration":26537,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterF.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7823,"name":"read-resource","id":7824,"timestamp":2639301002,"duration":26499,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7823,"timestamp":2639300983,"duration":26688,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterG.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7825,"name":"read-resource","id":7826,"timestamp":2639301033,"duration":26652,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7825,"timestamp":2639301015,"duration":26847,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterH.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7829,"name":"read-resource","id":7830,"timestamp":2639301100,"duration":26776,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7829,"timestamp":2639301077,"duration":27017,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterJ.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7827,"name":"read-resource","id":7828,"timestamp":2639301065,"duration":27045,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7827,"timestamp":2639301046,"duration":27254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterI.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7811,"name":"read-resource","id":7812,"timestamp":2639300782,"duration":27532,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7811,"timestamp":2639300748,"duration":27766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterCaseToggle.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7833,"name":"read-resource","id":7834,"timestamp":2639301164,"duration":29003,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7833,"timestamp":2639301145,"duration":29247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterL.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7831,"name":"read-resource","id":7832,"timestamp":2639301133,"duration":29277,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7831,"timestamp":2639301114,"duration":29498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterK.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7835,"name":"read-resource","id":7836,"timestamp":2639301195,"duration":29432,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7835,"timestamp":2639301176,"duration":29636,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterM.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7839,"name":"read-resource","id":7840,"timestamp":2639301255,"duration":29573,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7839,"timestamp":2639301236,"duration":29770,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterO.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7837,"name":"read-resource","id":7838,"timestamp":2639301225,"duration":29797,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7837,"timestamp":2639301206,"duration":30000,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterN.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7841,"name":"read-resource","id":7842,"timestamp":2639301289,"duration":29933,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7841,"timestamp":2639301267,"duration":30153,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterP.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7843,"name":"read-resource","id":7844,"timestamp":2639301322,"duration":30120,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7843,"timestamp":2639301303,"duration":30327,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterQ.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7849,"name":"read-resource","id":7850,"timestamp":2639301415,"duration":30230,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7849,"timestamp":2639301395,"duration":30464,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterSpacing.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7845,"name":"read-resource","id":7846,"timestamp":2639301354,"duration":30521,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7845,"timestamp":2639301335,"duration":30754,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterR.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7853,"name":"read-resource","id":7854,"timestamp":2639301479,"duration":30625,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7853,"timestamp":2639301460,"duration":30819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterU.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7851,"name":"read-resource","id":7852,"timestamp":2639301447,"duration":30857,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7851,"timestamp":2639301428,"duration":31048,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterT.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7847,"name":"read-resource","id":7848,"timestamp":2639301384,"duration":31107,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7847,"timestamp":2639301366,"duration":31332,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterS.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7855,"name":"read-resource","id":7856,"timestamp":2639301513,"duration":31200,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7855,"timestamp":2639301491,"duration":31415,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterV.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7857,"name":"read-resource","id":7858,"timestamp":2639301545,"duration":31375,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7857,"timestamp":2639301526,"duration":31556,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterW.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7859,"name":"read-resource","id":7860,"timestamp":2639301577,"duration":31521,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7859,"timestamp":2639301558,"duration":31727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterX.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7861,"name":"read-resource","id":7862,"timestamp":2639301609,"duration":31692,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7861,"timestamp":2639301590,"duration":31891,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterY.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7863,"name":"read-resource","id":7864,"timestamp":2639301640,"duration":31858,"tags":{},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7863,"timestamp":2639301621,"duration":32059,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLetterZ.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7865,"name":"read-resource","id":7866,"timestamp":2639301671,"duration":32025,"tags":{},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7865,"timestamp":2639301652,"duration":32243,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLicenseOff.js","layer":"app-pages-browser"},"startTime":1732132323932},{"traceId":"6d02d019348010b3","parentId":7871,"name":"read-resource","id":7872,"timestamp":2639301777,"duration":32133,"tags":{},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7871,"timestamp":2639301752,"duration":32363,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLifebuoy.js","layer":"app-pages-browser"},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":7873,"name":"read-resource","id":7874,"timestamp":2639301816,"duration":32313,"tags":{},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7873,"timestamp":2639301797,"duration":32515,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLighter.js","layer":"app-pages-browser"},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":7867,"name":"read-resource","id":7868,"timestamp":2639301702,"duration":32656,"tags":{},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7867,"timestamp":2639301684,"duration":32869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLicense.js","layer":"app-pages-browser"},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":7869,"name":"read-resource","id":7870,"timestamp":2639301738,"duration":37296,"tags":{},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7869,"timestamp":2639301715,"duration":37577,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLifebuoyOff.js","layer":"app-pages-browser"},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":7875,"name":"read-resource","id":7876,"timestamp":2639301848,"duration":37460,"tags":{},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7875,"timestamp":2639301828,"duration":37677,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLineDashed.js","layer":"app-pages-browser"},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":7877,"name":"read-resource","id":7878,"timestamp":2639301879,"duration":37641,"tags":{},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7877,"timestamp":2639301860,"duration":37874,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLineDotted.js","layer":"app-pages-browser"},"startTime":1732132323933},{"traceId":"6d02d019348010b3","parentId":7879,"name":"read-resource","id":7880,"timestamp":2639305714,"duration":34140,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7879,"timestamp":2639305680,"duration":34412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLineHeight.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7881,"name":"read-resource","id":7882,"timestamp":2639305747,"duration":34365,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7881,"timestamp":2639305727,"duration":35112,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLine.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7883,"name":"read-resource","id":7884,"timestamp":2639305784,"duration":35079,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7883,"timestamp":2639305760,"duration":35312,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLinkOff.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7885,"name":"read-resource","id":7886,"timestamp":2639305834,"duration":35253,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7885,"timestamp":2639305793,"duration":35483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLink.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7887,"name":"read-resource","id":7888,"timestamp":2639305868,"duration":35423,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7887,"timestamp":2639305847,"duration":35642,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconListCheck.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7889,"name":"read-resource","id":7890,"timestamp":2639305906,"duration":35596,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7889,"timestamp":2639305881,"duration":35819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconListDetails.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7891,"name":"read-resource","id":7892,"timestamp":2639305932,"duration":35783,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7891,"timestamp":2639305914,"duration":35999,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconListLetters.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7893,"name":"read-resource","id":7894,"timestamp":2639305958,"duration":35975,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7893,"timestamp":2639305940,"duration":36186,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconListNumbers.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7897,"name":"read-resource","id":7898,"timestamp":2639306013,"duration":36127,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7897,"timestamp":2639305995,"duration":36341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconListTree.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7903,"name":"read-resource","id":7904,"timestamp":2639312520,"duration":29830,"tags":{},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7903,"timestamp":2639312493,"duration":30120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLivePhoto.js","layer":"app-pages-browser"},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":7905,"name":"read-resource","id":7906,"timestamp":2639312556,"duration":30071,"tags":{},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7905,"timestamp":2639312535,"duration":30284,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLiveView.js","layer":"app-pages-browser"},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":7907,"name":"read-resource","id":7908,"timestamp":2639312591,"duration":31661,"tags":{},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7907,"timestamp":2639312570,"duration":31957,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLoadBalancer.js","layer":"app-pages-browser"},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":7909,"name":"read-resource","id":7910,"timestamp":2639312624,"duration":31919,"tags":{},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7909,"timestamp":2639312604,"duration":32132,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLoader2.js","layer":"app-pages-browser"},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":7911,"name":"read-resource","id":7912,"timestamp":2639312655,"duration":32098,"tags":{},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7911,"timestamp":2639312636,"duration":32305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLoader3.js","layer":"app-pages-browser"},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":7899,"name":"read-resource","id":7900,"timestamp":2639312431,"duration":32525,"tags":{},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7899,"timestamp":2639312405,"duration":32787,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconList.js","layer":"app-pages-browser"},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":7913,"name":"read-resource","id":7914,"timestamp":2639312687,"duration":32522,"tags":{},"startTime":1732132323944}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7913,"timestamp":2639312667,"duration":33020,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLoaderQuarter.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7915,"name":"read-resource","id":7916,"timestamp":2639312720,"duration":32985,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7915,"timestamp":2639312701,"duration":33237,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLoader.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7917,"name":"read-resource","id":7918,"timestamp":2639312755,"duration":33199,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7917,"timestamp":2639312733,"duration":33419,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationBolt.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7919,"name":"read-resource","id":7920,"timestamp":2639312789,"duration":33379,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7919,"timestamp":2639312768,"duration":33583,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationBroken.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7921,"name":"read-resource","id":7922,"timestamp":2639312823,"duration":33542,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7921,"timestamp":2639312803,"duration":33736,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationCancel.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7923,"name":"read-resource","id":7924,"timestamp":2639312854,"duration":33699,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7923,"timestamp":2639312835,"duration":33890,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationCheck.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7925,"name":"read-resource","id":7926,"timestamp":2639312886,"duration":33854,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7925,"timestamp":2639312866,"duration":35331,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationCode.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7901,"name":"read-resource","id":7902,"timestamp":2639312477,"duration":35738,"tags":{},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7901,"timestamp":2639312452,"duration":36069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLivePhotoOff.js","layer":"app-pages-browser"},"startTime":1732132323943},{"traceId":"6d02d019348010b3","parentId":7927,"name":"read-resource","id":7928,"timestamp":2639312916,"duration":35621,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7927,"timestamp":2639312897,"duration":35878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationCog.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7895,"name":"read-resource","id":7896,"timestamp":2639305988,"duration":42802,"tags":{},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7895,"timestamp":2639305966,"duration":43018,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconListSearch.js","layer":"app-pages-browser"},"startTime":1732132323937},{"traceId":"6d02d019348010b3","parentId":7929,"name":"read-resource","id":7930,"timestamp":2639312949,"duration":36049,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7929,"timestamp":2639312929,"duration":36259,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationDiscount.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7931,"name":"read-resource","id":7932,"timestamp":2639312985,"duration":36217,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7931,"timestamp":2639312962,"duration":36423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationDollar.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7933,"name":"read-resource","id":7934,"timestamp":2639313019,"duration":36380,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7933,"timestamp":2639312999,"duration":36594,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationDown.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7935,"name":"read-resource","id":7936,"timestamp":2639313051,"duration":53095,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7935,"timestamp":2639313031,"duration":53496,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationExclamation.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7937,"name":"read-resource","id":7938,"timestamp":2639313083,"duration":57413,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7937,"timestamp":2639313063,"duration":57723,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationFilled.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7939,"name":"read-resource","id":7940,"timestamp":2639313115,"duration":57688,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7939,"timestamp":2639313096,"duration":57921,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationHeart.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7941,"name":"read-resource","id":7942,"timestamp":2639313148,"duration":57887,"tags":{},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7941,"timestamp":2639313128,"duration":58105,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationMinus.js","layer":"app-pages-browser"},"startTime":1732132323944},{"traceId":"6d02d019348010b3","parentId":7943,"name":"read-resource","id":7944,"timestamp":2639317442,"duration":53999,"tags":{},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7943,"timestamp":2639317408,"duration":54242,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationOff.js","layer":"app-pages-browser"},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":7945,"name":"read-resource","id":7946,"timestamp":2639317480,"duration":54188,"tags":{},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7945,"timestamp":2639317457,"duration":54420,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationPause.js","layer":"app-pages-browser"},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":7947,"name":"read-resource","id":7948,"timestamp":2639317518,"duration":54375,"tags":{},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7947,"timestamp":2639317497,"duration":54706,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationPin.js","layer":"app-pages-browser"},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":7949,"name":"read-resource","id":7950,"timestamp":2639317544,"duration":54676,"tags":{},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7949,"timestamp":2639317526,"duration":54882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationPlus.js","layer":"app-pages-browser"},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":7951,"name":"read-resource","id":7952,"timestamp":2639317577,"duration":54902,"tags":{},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7951,"timestamp":2639317553,"duration":55122,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationQuestion.js","layer":"app-pages-browser"},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":7953,"name":"read-resource","id":7954,"timestamp":2639317605,"duration":56089,"tags":{},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7953,"timestamp":2639317586,"duration":56333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationSearch.js","layer":"app-pages-browser"},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":7955,"name":"read-resource","id":7956,"timestamp":2639317632,"duration":56304,"tags":{},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7955,"timestamp":2639317613,"duration":56514,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationShare.js","layer":"app-pages-browser"},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":7957,"name":"read-resource","id":7958,"timestamp":2639317659,"duration":56482,"tags":{},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7957,"timestamp":2639317640,"duration":56705,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationStar.js","layer":"app-pages-browser"},"startTime":1732132323948},{"traceId":"6d02d019348010b3","parentId":7959,"name":"read-resource","id":7960,"timestamp":2639317725,"duration":56956,"tags":{},"startTime":1732132323949},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7959,"timestamp":2639317692,"duration":57200,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationUp.js","layer":"app-pages-browser"},"startTime":1732132323949},{"traceId":"6d02d019348010b3","parentId":7961,"name":"read-resource","id":7962,"timestamp":2639317759,"duration":57149,"tags":{},"startTime":1732132323949},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7961,"timestamp":2639317738,"duration":57362,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocationX.js","layer":"app-pages-browser"},"startTime":1732132323949},{"traceId":"6d02d019348010b3","parentId":7963,"name":"read-resource","id":7964,"timestamp":2639317791,"duration":57326,"tags":{},"startTime":1732132323949},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7963,"timestamp":2639317769,"duration":57539,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLocation.js","layer":"app-pages-browser"},"startTime":1732132323949},{"traceId":"6d02d019348010b3","parentId":7965,"name":"read-resource","id":7966,"timestamp":2639323473,"duration":51849,"tags":{},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7965,"timestamp":2639323446,"duration":52090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockAccessOff.js","layer":"app-pages-browser"},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":7967,"name":"read-resource","id":7968,"timestamp":2639323518,"duration":52034,"tags":{},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7967,"timestamp":2639323495,"duration":52274,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockAccess.js","layer":"app-pages-browser"},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":7969,"name":"read-resource","id":7970,"timestamp":2639323558,"duration":52225,"tags":{},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7969,"timestamp":2639323535,"duration":53955,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockBolt.js","layer":"app-pages-browser"},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":7971,"name":"read-resource","id":7972,"timestamp":2639323591,"duration":53918,"tags":{},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7971,"timestamp":2639323570,"duration":54159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockCancel.js","layer":"app-pages-browser"},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":7973,"name":"read-resource","id":7974,"timestamp":2639323623,"duration":54120,"tags":{},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7973,"timestamp":2639323604,"duration":54376,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockCheck.js","layer":"app-pages-browser"},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":7981,"name":"read-resource","id":7982,"timestamp":2639323760,"duration":54236,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7981,"timestamp":2639323741,"duration":54478,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockDown.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7979,"name":"read-resource","id":7980,"timestamp":2639323725,"duration":54510,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7979,"timestamp":2639323705,"duration":54749,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockDollar.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7975,"name":"read-resource","id":7976,"timestamp":2639323660,"duration":54809,"tags":{},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7975,"timestamp":2639323635,"duration":55027,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockCode.js","layer":"app-pages-browser"},"startTime":1732132323954},{"traceId":"6d02d019348010b3","parentId":7977,"name":"read-resource","id":7978,"timestamp":2639323693,"duration":54984,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7977,"timestamp":2639323673,"duration":55248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockCog.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7989,"name":"read-resource","id":7990,"timestamp":2639323911,"duration":55025,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7989,"timestamp":2639323880,"duration":55247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockOff.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7987,"name":"read-resource","id":7988,"timestamp":2639323868,"duration":55274,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7987,"timestamp":2639323849,"duration":55494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockMinus.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7985,"name":"read-resource","id":7986,"timestamp":2639323824,"duration":55534,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7985,"timestamp":2639323805,"duration":55757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockHeart.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7983,"name":"read-resource","id":7984,"timestamp":2639323792,"duration":55784,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7983,"timestamp":2639323773,"duration":56022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockExclamation.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7993,"name":"read-resource","id":7994,"timestamp":2639323980,"duration":55835,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7993,"timestamp":2639323961,"duration":56034,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockOpen.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7995,"name":"read-resource","id":7996,"timestamp":2639324041,"duration":55992,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7995,"timestamp":2639323993,"duration":56260,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockPause.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7991,"name":"read-resource","id":7992,"timestamp":2639323949,"duration":58446,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7991,"timestamp":2639323929,"duration":58695,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockOpenOff.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7997,"name":"read-resource","id":7998,"timestamp":2639324079,"duration":66585,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7997,"timestamp":2639324057,"duration":66890,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockPin.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":7999,"name":"read-resource","id":8000,"timestamp":2639324114,"duration":66857,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":7999,"timestamp":2639324094,"duration":67085,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockPlus.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":8001,"name":"read-resource","id":8002,"timestamp":2639324149,"duration":67045,"tags":{},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8001,"timestamp":2639324126,"duration":67287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockQuestion.js","layer":"app-pages-browser"},"startTime":1732132323955},{"traceId":"6d02d019348010b3","parentId":8003,"name":"read-resource","id":8004,"timestamp":2639329745,"duration":62066,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8003,"timestamp":2639329710,"duration":62337,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockSearch.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8005,"name":"read-resource","id":8006,"timestamp":2639329790,"duration":62271,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8005,"timestamp":2639329761,"duration":62512,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockShare.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8007,"name":"read-resource","id":8008,"timestamp":2639329823,"duration":62467,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8007,"timestamp":2639329800,"duration":62686,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockSquareRoundedFilled.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8009,"name":"read-resource","id":8010,"timestamp":2639329853,"duration":62647,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8009,"timestamp":2639329833,"duration":62849,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockSquareRounded.js","layer":"app-pages-browser"},"startTime":1732132323961}] +[{"traceId":"6d02d019348010b3","parentId":8011,"name":"read-resource","id":8012,"timestamp":2639329882,"duration":63074,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8011,"timestamp":2639329862,"duration":63291,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockSquare.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8013,"name":"read-resource","id":8014,"timestamp":2639329910,"duration":63257,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8013,"timestamp":2639329890,"duration":63476,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockStar.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8015,"name":"read-resource","id":8016,"timestamp":2639329936,"duration":63445,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8015,"timestamp":2639329918,"duration":63658,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockUp.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8017,"name":"read-resource","id":8018,"timestamp":2639329963,"duration":63627,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8017,"timestamp":2639329945,"duration":63868,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLockX.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8019,"name":"read-resource","id":8020,"timestamp":2639329993,"duration":63886,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8019,"timestamp":2639329970,"duration":64106,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLock.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8021,"name":"read-resource","id":8022,"timestamp":2639330020,"duration":64070,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8021,"timestamp":2639330001,"duration":64279,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogicAnd.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8023,"name":"read-resource","id":8024,"timestamp":2639330048,"duration":64248,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8023,"timestamp":2639330029,"duration":64459,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogicBuffer.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8025,"name":"read-resource","id":8026,"timestamp":2639330076,"duration":64427,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8025,"timestamp":2639330056,"duration":64644,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogicNand.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8033,"name":"read-resource","id":8034,"timestamp":2639336354,"duration":58363,"tags":{},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8033,"timestamp":2639336326,"duration":58606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogicXnor.js","layer":"app-pages-browser"},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":8029,"name":"read-resource","id":8030,"timestamp":2639330133,"duration":64816,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8029,"timestamp":2639330111,"duration":65029,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogicNot.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8027,"name":"read-resource","id":8028,"timestamp":2639330101,"duration":65055,"tags":{},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8027,"timestamp":2639330083,"duration":65288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogicNor.js","layer":"app-pages-browser"},"startTime":1732132323961},{"traceId":"6d02d019348010b3","parentId":8031,"name":"read-resource","id":8032,"timestamp":2639336282,"duration":59103,"tags":{},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8031,"timestamp":2639336245,"duration":59345,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogicOr.js","layer":"app-pages-browser"},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":8035,"name":"read-resource","id":8036,"timestamp":2639336403,"duration":59206,"tags":{},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8035,"timestamp":2639336385,"duration":59422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogicXor.js","layer":"app-pages-browser"},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":8037,"name":"read-resource","id":8038,"timestamp":2639336458,"duration":59364,"tags":{},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8037,"timestamp":2639336435,"duration":59593,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogin.js","layer":"app-pages-browser"},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":8039,"name":"read-resource","id":8040,"timestamp":2639336522,"duration":59521,"tags":{},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8039,"timestamp":2639336498,"duration":59727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogout2.js","layer":"app-pages-browser"},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":8041,"name":"read-resource","id":8042,"timestamp":2639336583,"duration":59657,"tags":{},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8041,"timestamp":2639336561,"duration":59880,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLogout.js","layer":"app-pages-browser"},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":8043,"name":"read-resource","id":8044,"timestamp":2639336642,"duration":59815,"tags":{},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8043,"timestamp":2639336620,"duration":60038,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLollipopOff.js","layer":"app-pages-browser"},"startTime":1732132323967},{"traceId":"6d02d019348010b3","parentId":8045,"name":"read-resource","id":8046,"timestamp":2639336700,"duration":59972,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8045,"timestamp":2639336675,"duration":60205,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLollipop.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8047,"name":"read-resource","id":8048,"timestamp":2639336766,"duration":60129,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8047,"timestamp":2639336740,"duration":60367,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLuggageOff.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8049,"name":"read-resource","id":8050,"timestamp":2639336827,"duration":60295,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8049,"timestamp":2639336804,"duration":60530,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLuggage.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8051,"name":"read-resource","id":8052,"timestamp":2639336887,"duration":60462,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8051,"timestamp":2639336865,"duration":60687,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLungsOff.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8053,"name":"read-resource","id":8054,"timestamp":2639336943,"duration":60624,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8053,"timestamp":2639336922,"duration":60849,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconLungs.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8055,"name":"read-resource","id":8056,"timestamp":2639337003,"duration":60782,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8055,"timestamp":2639336976,"duration":61021,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMacroOff.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8057,"name":"read-resource","id":8058,"timestamp":2639337055,"duration":60956,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8057,"timestamp":2639337034,"duration":61176,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMacro.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8059,"name":"read-resource","id":8060,"timestamp":2639337116,"duration":65171,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8059,"timestamp":2639337089,"duration":65423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMagnetOff.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8061,"name":"read-resource","id":8062,"timestamp":2639337164,"duration":65362,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8061,"timestamp":2639337146,"duration":65578,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMagnet.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8063,"name":"read-resource","id":8064,"timestamp":2639337209,"duration":65532,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8063,"timestamp":2639337191,"duration":65750,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailAi.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8065,"name":"read-resource","id":8066,"timestamp":2639337253,"duration":65702,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8065,"timestamp":2639337237,"duration":65908,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailBolt.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8067,"name":"read-resource","id":8068,"timestamp":2639337312,"duration":81314,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8067,"timestamp":2639337293,"duration":81723,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailCancel.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8069,"name":"read-resource","id":8070,"timestamp":2639337359,"duration":81799,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8069,"timestamp":2639337342,"duration":82078,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailCheck.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8071,"name":"read-resource","id":8072,"timestamp":2639337405,"duration":82032,"tags":{},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8071,"timestamp":2639337387,"duration":82282,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailCode.js","layer":"app-pages-browser"},"startTime":1732132323968},{"traceId":"6d02d019348010b3","parentId":8073,"name":"read-resource","id":8074,"timestamp":2639343877,"duration":75809,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8073,"timestamp":2639343846,"duration":76105,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailCog.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8075,"name":"read-resource","id":8076,"timestamp":2639343908,"duration":76074,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8075,"timestamp":2639343889,"duration":76361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailDollar.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8077,"name":"read-resource","id":8078,"timestamp":2639343929,"duration":76341,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8077,"timestamp":2639343915,"duration":76573,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailDown.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8079,"name":"read-resource","id":8080,"timestamp":2639343950,"duration":76555,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8079,"timestamp":2639343935,"duration":76799,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailExclamation.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8081,"name":"read-resource","id":8082,"timestamp":2639343972,"duration":76779,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8081,"timestamp":2639343957,"duration":77024,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailFast.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8083,"name":"read-resource","id":8084,"timestamp":2639343994,"duration":77003,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8083,"timestamp":2639343978,"duration":77239,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailFilled.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8085,"name":"read-resource","id":8086,"timestamp":2639344051,"duration":77182,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8085,"timestamp":2639343999,"duration":77448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailForward.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8087,"name":"read-resource","id":8088,"timestamp":2639344082,"duration":77383,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8087,"timestamp":2639344063,"duration":77601,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailHeart.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8089,"name":"read-resource","id":8090,"timestamp":2639344105,"duration":77576,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8089,"timestamp":2639344089,"duration":77796,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailMinus.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8091,"name":"read-resource","id":8092,"timestamp":2639344128,"duration":77772,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8091,"timestamp":2639344112,"duration":77987,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailOff.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8093,"name":"read-resource","id":8094,"timestamp":2639344152,"duration":77970,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8093,"timestamp":2639344135,"duration":78209,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailOpenedFilled.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8095,"name":"read-resource","id":8096,"timestamp":2639344174,"duration":78186,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8095,"timestamp":2639344159,"duration":78418,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailOpened.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8097,"name":"read-resource","id":8098,"timestamp":2639344205,"duration":78388,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8097,"timestamp":2639344180,"duration":78624,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailPause.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8099,"name":"read-resource","id":8100,"timestamp":2639344232,"duration":78591,"tags":{},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8099,"timestamp":2639344214,"duration":78831,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailPin.js","layer":"app-pages-browser"},"startTime":1732132323975},{"traceId":"6d02d019348010b3","parentId":8101,"name":"read-resource","id":8102,"timestamp":2639365031,"duration":58033,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8101,"timestamp":2639364973,"duration":58312,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailPlus.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8103,"name":"read-resource","id":8104,"timestamp":2639365111,"duration":58195,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8103,"timestamp":2639365088,"duration":58439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailQuestion.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8105,"name":"read-resource","id":8106,"timestamp":2639365171,"duration":58373,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8105,"timestamp":2639365145,"duration":58606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailSearch.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8107,"name":"read-resource","id":8108,"timestamp":2639365224,"duration":58544,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8107,"timestamp":2639365204,"duration":58780,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailShare.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8109,"name":"read-resource","id":8110,"timestamp":2639365283,"duration":58743,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8109,"timestamp":2639365263,"duration":58970,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailStar.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8111,"name":"read-resource","id":8112,"timestamp":2639365336,"duration":58911,"tags":{},"startTime":1732132323996}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8111,"timestamp":2639365316,"duration":59439,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailUp.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8113,"name":"read-resource","id":8114,"timestamp":2639365389,"duration":59382,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8113,"timestamp":2639365369,"duration":59618,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailX.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8115,"name":"read-resource","id":8116,"timestamp":2639365535,"duration":59481,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8115,"timestamp":2639365421,"duration":59778,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMail.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8119,"name":"read-resource","id":8120,"timestamp":2639365643,"duration":59570,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8119,"timestamp":2639365625,"duration":59813,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailbox.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8117,"name":"read-resource","id":8118,"timestamp":2639365595,"duration":59861,"tags":{},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8117,"timestamp":2639365572,"duration":60091,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMailboxOff.js","layer":"app-pages-browser"},"startTime":1732132323996},{"traceId":"6d02d019348010b3","parentId":8123,"name":"read-resource","id":8124,"timestamp":2639365735,"duration":59947,"tags":{},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8123,"timestamp":2639365717,"duration":60192,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconManualGearbox.js","layer":"app-pages-browser"},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":8121,"name":"read-resource","id":8122,"timestamp":2639365690,"duration":60240,"tags":{},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8121,"timestamp":2639365671,"duration":60492,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMan.js","layer":"app-pages-browser"},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":8125,"name":"read-resource","id":8126,"timestamp":2639365783,"duration":60395,"tags":{},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8125,"timestamp":2639365763,"duration":60628,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMap2.js","layer":"app-pages-browser"},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":8127,"name":"read-resource","id":8128,"timestamp":2639365854,"duration":60555,"tags":{},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8127,"timestamp":2639365828,"duration":60787,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapBolt.js","layer":"app-pages-browser"},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":8129,"name":"read-resource","id":8130,"timestamp":2639365910,"duration":65781,"tags":{},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8129,"timestamp":2639365888,"duration":65999,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapCancel.js","layer":"app-pages-browser"},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":8131,"name":"read-resource","id":8132,"timestamp":2639365962,"duration":66229,"tags":{},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8131,"timestamp":2639365942,"duration":66605,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapCheck.js","layer":"app-pages-browser"},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":8133,"name":"read-resource","id":8134,"timestamp":2639366017,"duration":66549,"tags":{},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8133,"timestamp":2639365996,"duration":66873,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapCode.js","layer":"app-pages-browser"},"startTime":1732132323997},{"traceId":"6d02d019348010b3","parentId":8135,"name":"read-resource","id":8136,"timestamp":2639373488,"duration":59400,"tags":{},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8135,"timestamp":2639373453,"duration":59842,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapCog.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8137,"name":"read-resource","id":8138,"timestamp":2639373525,"duration":59805,"tags":{},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8137,"timestamp":2639373502,"duration":60136,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapDiscount.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8139,"name":"read-resource","id":8140,"timestamp":2639373549,"duration":60110,"tags":{},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8139,"timestamp":2639373533,"duration":60440,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapDollar.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8141,"name":"read-resource","id":8142,"timestamp":2639373568,"duration":60423,"tags":{},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8141,"timestamp":2639373555,"duration":60738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapDown.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8143,"name":"read-resource","id":8144,"timestamp":2639373587,"duration":60722,"tags":{},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8143,"timestamp":2639373574,"duration":61030,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapEast.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8147,"name":"read-resource","id":8148,"timestamp":2639373639,"duration":61045,"tags":{},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8147,"timestamp":2639373623,"duration":61393,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapHeart.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8145,"name":"read-resource","id":8146,"timestamp":2639373615,"duration":62126,"tags":{},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8145,"timestamp":2639373593,"duration":62604,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapExclamation.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8149,"name":"read-resource","id":8150,"timestamp":2639373658,"duration":62558,"tags":{},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8149,"timestamp":2639373645,"duration":62851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapMinus.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8151,"name":"read-resource","id":8152,"timestamp":2639373677,"duration":62835,"tags":{},"startTime":1732132324005},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8151,"timestamp":2639373663,"duration":63195,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapNorth.js","layer":"app-pages-browser"},"startTime":1732132324004},{"traceId":"6d02d019348010b3","parentId":8153,"name":"read-resource","id":8154,"timestamp":2639381800,"duration":55075,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8153,"timestamp":2639381767,"duration":55405,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapOff.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8155,"name":"read-resource","id":8156,"timestamp":2639381837,"duration":55351,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8155,"timestamp":2639381815,"duration":55583,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPause.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8157,"name":"read-resource","id":8158,"timestamp":2639381864,"duration":55549,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8157,"timestamp":2639381845,"duration":55812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPin2.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8159,"name":"read-resource","id":8160,"timestamp":2639381906,"duration":55766,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8159,"timestamp":2639381872,"duration":56045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinBolt.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8161,"name":"read-resource","id":8162,"timestamp":2639381937,"duration":55997,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8161,"timestamp":2639381916,"duration":56228,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinCancel.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8163,"name":"read-resource","id":8164,"timestamp":2639381965,"duration":56195,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8163,"timestamp":2639381946,"duration":56413,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinCheck.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8165,"name":"read-resource","id":8166,"timestamp":2639381989,"duration":56406,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8165,"timestamp":2639381972,"duration":56735,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinCode.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8167,"name":"read-resource","id":8168,"timestamp":2639382011,"duration":56713,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8167,"timestamp":2639381995,"duration":57472,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinCog.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8171,"name":"read-resource","id":8172,"timestamp":2639382050,"duration":57434,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8171,"timestamp":2639382035,"duration":57655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinDown.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8173,"name":"read-resource","id":8174,"timestamp":2639382078,"duration":57625,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8173,"timestamp":2639382056,"duration":57825,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinExclamation.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8169,"name":"read-resource","id":8170,"timestamp":2639382030,"duration":57862,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8169,"timestamp":2639382017,"duration":58033,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinDollar.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8175,"name":"read-resource","id":8176,"timestamp":2639382099,"duration":57963,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8175,"timestamp":2639382085,"duration":58105,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinFilled.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8177,"name":"read-resource","id":8178,"timestamp":2639382118,"duration":58082,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8177,"timestamp":2639382104,"duration":58227,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinHeart.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8179,"name":"read-resource","id":8180,"timestamp":2639382137,"duration":58206,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8179,"timestamp":2639382123,"duration":58336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinMinus.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8181,"name":"read-resource","id":8182,"timestamp":2639382156,"duration":58313,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8181,"timestamp":2639382141,"duration":58444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinOff.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8183,"name":"read-resource","id":8184,"timestamp":2639382179,"duration":58417,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8183,"timestamp":2639382162,"duration":58553,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinPause.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8185,"name":"read-resource","id":8186,"timestamp":2639382201,"duration":58525,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8185,"timestamp":2639382185,"duration":58667,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinPin.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8187,"name":"read-resource","id":8188,"timestamp":2639382231,"duration":58632,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8187,"timestamp":2639382208,"duration":58772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinPlus.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8189,"name":"read-resource","id":8190,"timestamp":2639382261,"duration":58730,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8189,"timestamp":2639382240,"duration":58886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinQuestion.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8191,"name":"read-resource","id":8192,"timestamp":2639382291,"duration":66685,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8191,"timestamp":2639382271,"duration":66896,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinSearch.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8193,"name":"read-resource","id":8194,"timestamp":2639382317,"duration":66958,"tags":{},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8193,"timestamp":2639382299,"duration":67243,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinShare.js","layer":"app-pages-browser"},"startTime":1732132324013},{"traceId":"6d02d019348010b3","parentId":8195,"name":"read-resource","id":8196,"timestamp":2639385733,"duration":63945,"tags":{},"startTime":1732132324017},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8195,"timestamp":2639385697,"duration":64487,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinStar.js","layer":"app-pages-browser"},"startTime":1732132324017},{"traceId":"6d02d019348010b3","parentId":8197,"name":"read-resource","id":8198,"timestamp":2639401514,"duration":49706,"tags":{},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8197,"timestamp":2639401479,"duration":49982,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinUp.js","layer":"app-pages-browser"},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":8199,"name":"read-resource","id":8200,"timestamp":2639401550,"duration":49927,"tags":{},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8199,"timestamp":2639401529,"duration":50189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPinX.js","layer":"app-pages-browser"},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":8201,"name":"read-resource","id":8202,"timestamp":2639401575,"duration":50161,"tags":{},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8201,"timestamp":2639401558,"duration":50374,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPin.js","layer":"app-pages-browser"},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":8203,"name":"read-resource","id":8204,"timestamp":2639401600,"duration":50352,"tags":{},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8203,"timestamp":2639401582,"duration":50634,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPins.js","layer":"app-pages-browser"},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":8207,"name":"read-resource","id":8208,"timestamp":2639401658,"duration":50576,"tags":{},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8207,"timestamp":2639401633,"duration":50803,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapQuestion.js","layer":"app-pages-browser"},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":8209,"name":"read-resource","id":8210,"timestamp":2639401684,"duration":50767,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8209,"timestamp":2639401666,"duration":50987,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapSearch.js","layer":"app-pages-browser"},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":8211,"name":"read-resource","id":8212,"timestamp":2639401708,"duration":50963,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8211,"timestamp":2639401692,"duration":51199,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapShare.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8205,"name":"read-resource","id":8206,"timestamp":2639401625,"duration":51281,"tags":{},"startTime":1732132324032},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8205,"timestamp":2639401608,"duration":51526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapPlus.js","layer":"app-pages-browser"},"startTime":1732132324032}] +[{"traceId":"6d02d019348010b3","parentId":8213,"name":"read-resource","id":8214,"timestamp":2639401734,"duration":51665,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8213,"timestamp":2639401715,"duration":51881,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapSouth.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8215,"name":"read-resource","id":8216,"timestamp":2639401758,"duration":51853,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8215,"timestamp":2639401742,"duration":52100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapStar.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8217,"name":"read-resource","id":8218,"timestamp":2639401781,"duration":52077,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8217,"timestamp":2639401765,"duration":52297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapUp.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8219,"name":"read-resource","id":8220,"timestamp":2639401808,"duration":52269,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8219,"timestamp":2639401787,"duration":52477,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapWest.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8221,"name":"read-resource","id":8222,"timestamp":2639401839,"duration":52440,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8221,"timestamp":2639401821,"duration":52671,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMapX.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8223,"name":"read-resource","id":8224,"timestamp":2639401872,"duration":52636,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8223,"timestamp":2639401856,"duration":53006,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMap.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8225,"name":"read-resource","id":8226,"timestamp":2639401891,"duration":52988,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8225,"timestamp":2639401877,"duration":53216,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMarkdownOff.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8227,"name":"read-resource","id":8228,"timestamp":2639401910,"duration":53198,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8227,"timestamp":2639401896,"duration":53350,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMarkdown.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8229,"name":"read-resource","id":8230,"timestamp":2639401929,"duration":53330,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8229,"timestamp":2639401915,"duration":53467,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMarquee2.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8231,"name":"read-resource","id":8232,"timestamp":2639401953,"duration":53440,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8231,"timestamp":2639401936,"duration":53607,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMarqueeOff.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8233,"name":"read-resource","id":8234,"timestamp":2639401979,"duration":53578,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8233,"timestamp":2639401960,"duration":53717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMarquee.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8235,"name":"read-resource","id":8236,"timestamp":2639401999,"duration":53688,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8235,"timestamp":2639401985,"duration":53819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMars.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8237,"name":"read-resource","id":8238,"timestamp":2639402017,"duration":53797,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8237,"timestamp":2639402004,"duration":53926,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMaskOff.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8239,"name":"read-resource","id":8240,"timestamp":2639402035,"duration":53904,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8239,"timestamp":2639402022,"duration":54071,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMask.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8241,"name":"read-resource","id":8242,"timestamp":2639402060,"duration":54045,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8241,"timestamp":2639402043,"duration":54204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMasksTheaterOff.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8243,"name":"read-resource","id":8244,"timestamp":2639402082,"duration":54176,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8243,"timestamp":2639402067,"duration":54324,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMasksTheater.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8245,"name":"read-resource","id":8246,"timestamp":2639402106,"duration":54295,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8245,"timestamp":2639402089,"duration":54449,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMassage.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8247,"name":"read-resource","id":8248,"timestamp":2639402138,"duration":54412,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8247,"timestamp":2639402114,"duration":54553,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMatchstick.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8249,"name":"read-resource","id":8250,"timestamp":2639402165,"duration":54511,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8249,"timestamp":2639402147,"duration":54655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMath1Divide2.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8253,"name":"read-resource","id":8254,"timestamp":2639402212,"duration":54608,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8253,"timestamp":2639402195,"duration":54738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathAvg.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8251,"name":"read-resource","id":8252,"timestamp":2639402189,"duration":54756,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8251,"timestamp":2639402172,"duration":54886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMath1Divide3.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8257,"name":"read-resource","id":8258,"timestamp":2639402261,"duration":54808,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8257,"timestamp":2639402245,"duration":54943,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathEqualLower.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8259,"name":"read-resource","id":8260,"timestamp":2639403540,"duration":53659,"tags":{},"startTime":1732132324034},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8259,"timestamp":2639403511,"duration":53815,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathFunctionOff.js","layer":"app-pages-browser"},"startTime":1732132324034},{"traceId":"6d02d019348010b3","parentId":8255,"name":"read-resource","id":8256,"timestamp":2639402237,"duration":55100,"tags":{},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8255,"timestamp":2639402219,"duration":55228,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathEqualGreater.js","layer":"app-pages-browser"},"startTime":1732132324033},{"traceId":"6d02d019348010b3","parentId":8261,"name":"read-resource","id":8262,"timestamp":2639403581,"duration":53878,"tags":{},"startTime":1732132324034},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8261,"timestamp":2639403555,"duration":54018,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathFunctionY.js","layer":"app-pages-browser"},"startTime":1732132324034},{"traceId":"6d02d019348010b3","parentId":8263,"name":"read-resource","id":8264,"timestamp":2639403609,"duration":57555,"tags":{},"startTime":1732132324034},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8263,"timestamp":2639403590,"duration":57750,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathFunction.js","layer":"app-pages-browser"},"startTime":1732132324034},{"traceId":"6d02d019348010b3","parentId":8265,"name":"read-resource","id":8266,"timestamp":2639403636,"duration":57717,"tags":{},"startTime":1732132324034},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8265,"timestamp":2639403618,"duration":57861,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathGreater.js","layer":"app-pages-browser"},"startTime":1732132324034},{"traceId":"6d02d019348010b3","parentId":8271,"name":"read-resource","id":8272,"timestamp":2639429391,"duration":32307,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8271,"timestamp":2639429368,"duration":32533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathIntegrals.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8273,"name":"read-resource","id":8274,"timestamp":2639429431,"duration":32484,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8273,"timestamp":2639429410,"duration":32697,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathLower.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8275,"name":"read-resource","id":8276,"timestamp":2639429471,"duration":32651,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8275,"timestamp":2639429449,"duration":32877,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathMax.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8269,"name":"read-resource","id":8270,"timestamp":2639429346,"duration":32995,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8269,"timestamp":2639429320,"duration":33190,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathIntegral.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8267,"name":"read-resource","id":8268,"timestamp":2639429284,"duration":33239,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8267,"timestamp":2639429220,"duration":33502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathIntegralX.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8277,"name":"read-resource","id":8278,"timestamp":2639429514,"duration":33229,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8277,"timestamp":2639429488,"duration":33463,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathMin.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8285,"name":"read-resource","id":8286,"timestamp":2639429650,"duration":33317,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8285,"timestamp":2639429631,"duration":33526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathPi.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8279,"name":"read-resource","id":8280,"timestamp":2639429553,"duration":33619,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8279,"timestamp":2639429534,"duration":33800,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathNot.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8287,"name":"read-resource","id":8288,"timestamp":2639429688,"duration":33659,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8287,"timestamp":2639429668,"duration":33905,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathSymbols.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8281,"name":"read-resource","id":8282,"timestamp":2639429587,"duration":34001,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8281,"timestamp":2639429567,"duration":34223,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathOff.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8283,"name":"read-resource","id":8284,"timestamp":2639429621,"duration":34183,"tags":{},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8283,"timestamp":2639429601,"duration":34438,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathPiDivide2.js","layer":"app-pages-browser"},"startTime":1732132324060},{"traceId":"6d02d019348010b3","parentId":8289,"name":"read-resource","id":8290,"timestamp":2639429726,"duration":35854,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8289,"timestamp":2639429706,"duration":36116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathXDivide2.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8291,"name":"read-resource","id":8292,"timestamp":2639429769,"duration":36068,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8291,"timestamp":2639429743,"duration":36305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathXDivideY2.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8293,"name":"read-resource","id":8294,"timestamp":2639429812,"duration":36252,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8293,"timestamp":2639429788,"duration":36467,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathXDivideY.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8295,"name":"read-resource","id":8296,"timestamp":2639429856,"duration":36414,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8295,"timestamp":2639429834,"duration":36648,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathXMinusX.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8297,"name":"read-resource","id":8298,"timestamp":2639429898,"duration":36598,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8297,"timestamp":2639429878,"duration":36824,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathXMinusY.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8299,"name":"read-resource","id":8300,"timestamp":2639429936,"duration":36780,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8299,"timestamp":2639429917,"duration":37019,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathXPlusX.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8301,"name":"read-resource","id":8302,"timestamp":2639429974,"duration":36977,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8301,"timestamp":2639429954,"duration":37210,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathXPlusY.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8305,"name":"read-resource","id":8306,"timestamp":2639430056,"duration":37128,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8305,"timestamp":2639430032,"duration":37374,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathYMinusY.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8303,"name":"read-resource","id":8304,"timestamp":2639430014,"duration":37417,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8303,"timestamp":2639429994,"duration":37639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathXy.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8307,"name":"read-resource","id":8308,"timestamp":2639430092,"duration":37555,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8307,"timestamp":2639430071,"duration":37775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMathYPlusY.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8309,"name":"read-resource","id":8310,"timestamp":2639430123,"duration":37738,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8309,"timestamp":2639430104,"duration":37998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMath.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8311,"name":"read-resource","id":8312,"timestamp":2639430255,"duration":37862,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8311,"timestamp":2639430194,"duration":38133,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMaximizeOff.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8313,"name":"read-resource","id":8314,"timestamp":2639430337,"duration":38006,"tags":{},"startTime":1732132324061}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8313,"timestamp":2639430303,"duration":38526,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMaximize.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8315,"name":"read-resource","id":8316,"timestamp":2639430396,"duration":38448,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8315,"timestamp":2639430375,"duration":38704,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMeatOff.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8317,"name":"read-resource","id":8318,"timestamp":2639430475,"duration":38622,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8317,"timestamp":2639430441,"duration":38854,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMeat.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8319,"name":"read-resource","id":8320,"timestamp":2639430538,"duration":38769,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8319,"timestamp":2639430516,"duration":38925,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMedal2.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8321,"name":"read-resource","id":8322,"timestamp":2639430590,"duration":38863,"tags":{},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8321,"timestamp":2639430570,"duration":39001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMedal.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8323,"name":"read-resource","id":8324,"timestamp":2639430687,"duration":38928,"tags":{},"startTime":1732132324062},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8323,"timestamp":2639430610,"duration":39155,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMedicalCrossCircle.js","layer":"app-pages-browser"},"startTime":1732132324061},{"traceId":"6d02d019348010b3","parentId":8325,"name":"read-resource","id":8326,"timestamp":2639430729,"duration":41258,"tags":{},"startTime":1732132324062},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8325,"timestamp":2639430705,"duration":41542,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMedicalCrossFilled.js","layer":"app-pages-browser"},"startTime":1732132324062},{"traceId":"6d02d019348010b3","parentId":8327,"name":"read-resource","id":8328,"timestamp":2639430767,"duration":41496,"tags":{},"startTime":1732132324062},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8327,"timestamp":2639430745,"duration":41796,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMedicalCrossOff.js","layer":"app-pages-browser"},"startTime":1732132324062},{"traceId":"6d02d019348010b3","parentId":8329,"name":"read-resource","id":8330,"timestamp":2639432158,"duration":40818,"tags":{},"startTime":1732132324063},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8329,"timestamp":2639432113,"duration":41083,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMedicalCross.js","layer":"app-pages-browser"},"startTime":1732132324063},{"traceId":"6d02d019348010b3","parentId":8331,"name":"read-resource","id":8332,"timestamp":2639447676,"duration":25882,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8331,"timestamp":2639447639,"duration":26144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMedicineSyrup.js","layer":"app-pages-browser"},"startTime":1732132324078},{"traceId":"6d02d019348010b3","parentId":8333,"name":"read-resource","id":8334,"timestamp":2639447726,"duration":26073,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8333,"timestamp":2639447702,"duration":26308,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMeeple.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8335,"name":"read-resource","id":8336,"timestamp":2639447768,"duration":26261,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8335,"timestamp":2639447743,"duration":26493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMenorah.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8339,"name":"read-resource","id":8340,"timestamp":2639447838,"duration":26414,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8339,"timestamp":2639447818,"duration":26625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMenuDeep.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8341,"name":"read-resource","id":8342,"timestamp":2639447871,"duration":26594,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8341,"timestamp":2639447852,"duration":26822,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMenuOrder.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8347,"name":"read-resource","id":8348,"timestamp":2639447969,"duration":26720,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8347,"timestamp":2639447948,"duration":26954,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Cancel.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8345,"name":"read-resource","id":8346,"timestamp":2639447934,"duration":26982,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8345,"timestamp":2639447915,"duration":27220,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Bolt.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8349,"name":"read-resource","id":8350,"timestamp":2639448030,"duration":27119,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8349,"timestamp":2639447982,"duration":27379,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Check.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8343,"name":"read-resource","id":8344,"timestamp":2639447902,"duration":27474,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8343,"timestamp":2639447883,"duration":27676,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMenu.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8337,"name":"read-resource","id":8338,"timestamp":2639447805,"duration":27773,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8337,"timestamp":2639447784,"duration":28001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMenu2.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8351,"name":"read-resource","id":8352,"timestamp":2639448067,"duration":27731,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8351,"timestamp":2639448046,"duration":27953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Code.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8353,"name":"read-resource","id":8354,"timestamp":2639448101,"duration":27939,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8353,"timestamp":2639448080,"duration":28196,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Cog.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8355,"name":"read-resource","id":8356,"timestamp":2639448134,"duration":28157,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8355,"timestamp":2639448114,"duration":28387,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Dollar.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8357,"name":"read-resource","id":8358,"timestamp":2639448166,"duration":28351,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8357,"timestamp":2639448146,"duration":28569,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Down.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8359,"name":"read-resource","id":8360,"timestamp":2639448198,"duration":28534,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8359,"timestamp":2639448178,"duration":28751,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Exclamation.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8361,"name":"read-resource","id":8362,"timestamp":2639448228,"duration":28716,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8361,"timestamp":2639448209,"duration":28937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Heart.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8363,"name":"read-resource","id":8364,"timestamp":2639448264,"duration":28898,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8363,"timestamp":2639448241,"duration":29113,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Minus.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8365,"name":"read-resource","id":8366,"timestamp":2639448297,"duration":31451,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8365,"timestamp":2639448277,"duration":31772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Off.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8367,"name":"read-resource","id":8368,"timestamp":2639448328,"duration":31738,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8367,"timestamp":2639448309,"duration":31975,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Pause.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8369,"name":"read-resource","id":8370,"timestamp":2639448359,"duration":31940,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8369,"timestamp":2639448340,"duration":32170,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Pin.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8371,"name":"read-resource","id":8372,"timestamp":2639448390,"duration":32134,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8371,"timestamp":2639448371,"duration":32345,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Plus.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8373,"name":"read-resource","id":8374,"timestamp":2639448421,"duration":32309,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8373,"timestamp":2639448402,"duration":32560,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Question.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8375,"name":"read-resource","id":8376,"timestamp":2639448456,"duration":32521,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8375,"timestamp":2639448433,"duration":32766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Search.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8379,"name":"read-resource","id":8380,"timestamp":2639448520,"duration":32694,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8379,"timestamp":2639448501,"duration":32866,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Star.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8377,"name":"read-resource","id":8378,"timestamp":2639448488,"duration":32890,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8377,"timestamp":2639448469,"duration":33042,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Share.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8381,"name":"read-resource","id":8382,"timestamp":2639448552,"duration":32970,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8381,"timestamp":2639448533,"duration":33117,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2Up.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8383,"name":"read-resource","id":8384,"timestamp":2639448583,"duration":33078,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8383,"timestamp":2639448564,"duration":33222,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2X.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8385,"name":"read-resource","id":8386,"timestamp":2639448615,"duration":33228,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8385,"timestamp":2639448596,"duration":33388,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage2.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8387,"name":"read-resource","id":8388,"timestamp":2639448657,"duration":34782,"tags":{},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8387,"timestamp":2639448637,"duration":35108,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageBolt.js","layer":"app-pages-browser"},"startTime":1732132324079},{"traceId":"6d02d019348010b3","parentId":8389,"name":"read-resource","id":8390,"timestamp":2639448690,"duration":35074,"tags":{},"startTime":1732132324080},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8389,"timestamp":2639448670,"duration":35474,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCancel.js","layer":"app-pages-browser"},"startTime":1732132324080},{"traceId":"6d02d019348010b3","parentId":8391,"name":"read-resource","id":8392,"timestamp":2639451139,"duration":33577,"tags":{},"startTime":1732132324082},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8391,"timestamp":2639451104,"duration":33907,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageChatbot.js","layer":"app-pages-browser"},"startTime":1732132324082},{"traceId":"6d02d019348010b3","parentId":8393,"name":"read-resource","id":8394,"timestamp":2639451172,"duration":33857,"tags":{},"startTime":1732132324082},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8393,"timestamp":2639451152,"duration":34174,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCheck.js","layer":"app-pages-browser"},"startTime":1732132324082},{"traceId":"6d02d019348010b3","parentId":8395,"name":"read-resource","id":8396,"timestamp":2639451199,"duration":34143,"tags":{},"startTime":1732132324082},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8395,"timestamp":2639451181,"duration":34469,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircle2Filled.js","layer":"app-pages-browser"},"startTime":1732132324082},{"traceId":"6d02d019348010b3","parentId":8397,"name":"read-resource","id":8398,"timestamp":2639459069,"duration":26597,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8397,"timestamp":2639459043,"duration":26875,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircle2.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8399,"name":"read-resource","id":8400,"timestamp":2639459115,"duration":26818,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8399,"timestamp":2639459091,"duration":27098,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleBolt.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8401,"name":"read-resource","id":8402,"timestamp":2639459153,"duration":27051,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8401,"timestamp":2639459131,"duration":27362,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleCancel.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8403,"name":"read-resource","id":8404,"timestamp":2639459187,"duration":27333,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8403,"timestamp":2639459167,"duration":27606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleCheck.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8405,"name":"read-resource","id":8406,"timestamp":2639459220,"duration":27633,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8405,"timestamp":2639459200,"duration":27857,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleCode.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8409,"name":"read-resource","id":8410,"timestamp":2639459288,"duration":27841,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8409,"timestamp":2639459269,"duration":28073,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleDollar.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8411,"name":"read-resource","id":8412,"timestamp":2639459322,"duration":28034,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8411,"timestamp":2639459302,"duration":28655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleDown.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8413,"name":"read-resource","id":8414,"timestamp":2639459355,"duration":28620,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8413,"timestamp":2639459335,"duration":28997,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleExclamation.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8415,"name":"read-resource","id":8416,"timestamp":2639459387,"duration":28961,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8415,"timestamp":2639459367,"duration":29263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleHeart.js","layer":"app-pages-browser"},"startTime":1732132324090}] +[{"traceId":"6d02d019348010b3","parentId":8419,"name":"read-resource","id":8420,"timestamp":2639459450,"duration":29975,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8419,"timestamp":2639459430,"duration":30196,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleOff.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8417,"name":"read-resource","id":8418,"timestamp":2639459418,"duration":30225,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8417,"timestamp":2639459399,"duration":30444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleMinus.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8421,"name":"read-resource","id":8422,"timestamp":2639459485,"duration":30371,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8421,"timestamp":2639459462,"duration":30577,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCirclePause.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8423,"name":"read-resource","id":8424,"timestamp":2639459518,"duration":30537,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8423,"timestamp":2639459498,"duration":30775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCirclePin.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8425,"name":"read-resource","id":8426,"timestamp":2639459550,"duration":30738,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8425,"timestamp":2639459530,"duration":31021,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCirclePlus.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8427,"name":"read-resource","id":8428,"timestamp":2639459582,"duration":30983,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8427,"timestamp":2639459562,"duration":31133,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleQuestion.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8429,"name":"read-resource","id":8430,"timestamp":2639459614,"duration":31093,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8429,"timestamp":2639459595,"duration":31232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleSearch.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8431,"name":"read-resource","id":8432,"timestamp":2639459645,"duration":31193,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8431,"timestamp":2639459626,"duration":31343,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleShare.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8433,"name":"read-resource","id":8434,"timestamp":2639459680,"duration":31300,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8433,"timestamp":2639459657,"duration":31440,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleStar.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8435,"name":"read-resource","id":8436,"timestamp":2639459713,"duration":31396,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8435,"timestamp":2639459693,"duration":31530,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleUp.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8437,"name":"read-resource","id":8438,"timestamp":2639459744,"duration":31489,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8437,"timestamp":2639459725,"duration":31632,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleX.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8439,"name":"read-resource","id":8440,"timestamp":2639459775,"duration":31593,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8439,"timestamp":2639459756,"duration":31727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircle.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8441,"name":"read-resource","id":8442,"timestamp":2639459807,"duration":31689,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8441,"timestamp":2639459788,"duration":31839,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCode.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8443,"name":"read-resource","id":8444,"timestamp":2639459840,"duration":31799,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8443,"timestamp":2639459819,"duration":31957,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCog.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8445,"name":"read-resource","id":8446,"timestamp":2639459872,"duration":31916,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8445,"timestamp":2639459853,"duration":32053,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageDollar.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8447,"name":"read-resource","id":8448,"timestamp":2639459908,"duration":32008,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8447,"timestamp":2639459885,"duration":32217,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageDots.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8449,"name":"read-resource","id":8450,"timestamp":2639459941,"duration":32174,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8449,"timestamp":2639459921,"duration":32322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageDown.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8451,"name":"read-resource","id":8452,"timestamp":2639459971,"duration":39501,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8451,"timestamp":2639459953,"duration":39708,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageExclamation.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8453,"name":"read-resource","id":8454,"timestamp":2639460023,"duration":39650,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8453,"timestamp":2639459983,"duration":39819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageForward.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8455,"name":"read-resource","id":8456,"timestamp":2639460063,"duration":39810,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8455,"timestamp":2639460041,"duration":40006,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageHeart.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8457,"name":"read-resource","id":8458,"timestamp":2639460095,"duration":39964,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8457,"timestamp":2639460076,"duration":40122,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageLanguage.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8459,"name":"read-resource","id":8460,"timestamp":2639460131,"duration":40919,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8459,"timestamp":2639460108,"duration":41343,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageMinus.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8407,"name":"read-resource","id":8408,"timestamp":2639459255,"duration":42220,"tags":{},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8407,"timestamp":2639459231,"duration":42487,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageCircleCog.js","layer":"app-pages-browser"},"startTime":1732132324090},{"traceId":"6d02d019348010b3","parentId":8461,"name":"read-resource","id":8462,"timestamp":2639460164,"duration":41569,"tags":{},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8461,"timestamp":2639460144,"duration":41789,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageOff.js","layer":"app-pages-browser"},"startTime":1732132324091},{"traceId":"6d02d019348010b3","parentId":8463,"name":"read-resource","id":8464,"timestamp":2639465196,"duration":37828,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8463,"timestamp":2639465159,"duration":38260,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessagePause.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8465,"name":"read-resource","id":8466,"timestamp":2639465232,"duration":38206,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8465,"timestamp":2639465213,"duration":38486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessagePin.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8467,"name":"read-resource","id":8468,"timestamp":2639465258,"duration":38459,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8467,"timestamp":2639465240,"duration":38724,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessagePlus.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8469,"name":"read-resource","id":8470,"timestamp":2639465290,"duration":38785,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8469,"timestamp":2639465272,"duration":39012,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageQuestion.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8471,"name":"read-resource","id":8472,"timestamp":2639465317,"duration":38984,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8471,"timestamp":2639465297,"duration":39188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageReport.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8475,"name":"read-resource","id":8476,"timestamp":2639465382,"duration":39116,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8475,"timestamp":2639465362,"duration":39303,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageShare.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8477,"name":"read-resource","id":8478,"timestamp":2639465410,"duration":39266,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8477,"timestamp":2639465391,"duration":39472,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageStar.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8479,"name":"read-resource","id":8480,"timestamp":2639465438,"duration":39438,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8479,"timestamp":2639465420,"duration":39823,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageUp.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8473,"name":"read-resource","id":8474,"timestamp":2639465351,"duration":39908,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8473,"timestamp":2639465326,"duration":40164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageSearch.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8481,"name":"read-resource","id":8482,"timestamp":2639465466,"duration":40040,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8481,"timestamp":2639465447,"duration":40257,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessageX.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8483,"name":"read-resource","id":8484,"timestamp":2639465492,"duration":40390,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8483,"timestamp":2639465474,"duration":40625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8485,"name":"read-resource","id":8486,"timestamp":2639465523,"duration":40888,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8485,"timestamp":2639465499,"duration":41116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessagesOff.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8491,"name":"read-resource","id":8492,"timestamp":2639471319,"duration":35565,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8491,"timestamp":2639471295,"duration":35903,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMeteor.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8493,"name":"read-resource","id":8494,"timestamp":2639471355,"duration":35862,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8493,"timestamp":2639471334,"duration":36110,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMichelinBibGourmand.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8495,"name":"read-resource","id":8496,"timestamp":2639471389,"duration":36070,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8495,"timestamp":2639471370,"duration":36277,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMichelinStarGreen.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8497,"name":"read-resource","id":8498,"timestamp":2639471422,"duration":36240,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8497,"timestamp":2639471402,"duration":36435,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMichelinStar.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8489,"name":"read-resource","id":8490,"timestamp":2639471275,"duration":36576,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8489,"timestamp":2639471247,"duration":36839,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMeteorOff.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8499,"name":"read-resource","id":8500,"timestamp":2639471454,"duration":36647,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8499,"timestamp":2639471435,"duration":36849,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMickeyFilled.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8487,"name":"read-resource","id":8488,"timestamp":2639465549,"duration":42752,"tags":{},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8487,"timestamp":2639465531,"duration":42942,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMessages.js","layer":"app-pages-browser"},"startTime":1732132324096},{"traceId":"6d02d019348010b3","parentId":8501,"name":"read-resource","id":8502,"timestamp":2639471489,"duration":36999,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8501,"timestamp":2639471467,"duration":37204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMickey.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8503,"name":"read-resource","id":8504,"timestamp":2639471523,"duration":37161,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8503,"timestamp":2639471503,"duration":37366,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMicrophone2Off.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8505,"name":"read-resource","id":8506,"timestamp":2639471557,"duration":37328,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8505,"timestamp":2639471538,"duration":37518,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMicrophone2.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8511,"name":"read-resource","id":8512,"timestamp":2639471651,"duration":37434,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8511,"timestamp":2639471632,"duration":37667,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMicroscopeOff.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8509,"name":"read-resource","id":8510,"timestamp":2639471620,"duration":37695,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8509,"timestamp":2639471600,"duration":37944,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMicrophone.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8507,"name":"read-resource","id":8508,"timestamp":2639471588,"duration":37975,"tags":{},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8507,"timestamp":2639471570,"duration":38273,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMicrophoneOff.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8513,"name":"read-resource","id":8514,"timestamp":2639471684,"duration":38175,"tags":{},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8513,"timestamp":2639471665,"duration":38485,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMicroscope.js","layer":"app-pages-browser"},"startTime":1732132324102},{"traceId":"6d02d019348010b3","parentId":8515,"name":"read-resource","id":8516,"timestamp":2639471720,"duration":38445,"tags":{},"startTime":1732132324103}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8515,"timestamp":2639471697,"duration":39184,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMicrowaveOff.js","layer":"app-pages-browser"},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":8517,"name":"read-resource","id":8518,"timestamp":2639471754,"duration":43531,"tags":{},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8517,"timestamp":2639471734,"duration":43899,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMicrowave.js","layer":"app-pages-browser"},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":8519,"name":"read-resource","id":8520,"timestamp":2639471785,"duration":43865,"tags":{},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8519,"timestamp":2639471766,"duration":44022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMilitaryAward.js","layer":"app-pages-browser"},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":8521,"name":"read-resource","id":8522,"timestamp":2639471817,"duration":43984,"tags":{},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8521,"timestamp":2639471798,"duration":44127,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMilitaryRank.js","layer":"app-pages-browser"},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":8523,"name":"read-resource","id":8524,"timestamp":2639471847,"duration":44090,"tags":{},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8523,"timestamp":2639471829,"duration":44281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMilkOff.js","layer":"app-pages-browser"},"startTime":1732132324103},{"traceId":"6d02d019348010b3","parentId":8529,"name":"read-resource","id":8530,"timestamp":2639479171,"duration":38176,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8529,"timestamp":2639479151,"duration":38433,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMinimize.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8525,"name":"read-resource","id":8526,"timestamp":2639479099,"duration":38501,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8525,"timestamp":2639479046,"duration":38744,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMilk.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8527,"name":"read-resource","id":8528,"timestamp":2639479141,"duration":38665,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8527,"timestamp":2639479117,"duration":38886,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMilkshake.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8531,"name":"read-resource","id":8532,"timestamp":2639479199,"duration":38817,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8531,"timestamp":2639479180,"duration":39091,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMinusVertical.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8533,"name":"read-resource","id":8534,"timestamp":2639479235,"duration":39054,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8533,"timestamp":2639479207,"duration":39332,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMinus.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8535,"name":"read-resource","id":8536,"timestamp":2639479265,"duration":41085,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8535,"timestamp":2639479245,"duration":41540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMistOff.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8537,"name":"read-resource","id":8538,"timestamp":2639479292,"duration":41510,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8537,"timestamp":2639479273,"duration":41755,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMist.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8539,"name":"read-resource","id":8540,"timestamp":2639479327,"duration":41717,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8539,"timestamp":2639479301,"duration":41970,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMobiledataOff.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8541,"name":"read-resource","id":8542,"timestamp":2639479356,"duration":41932,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8541,"timestamp":2639479336,"duration":42143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMobiledata.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8543,"name":"read-resource","id":8544,"timestamp":2639479387,"duration":42109,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8543,"timestamp":2639479365,"duration":42329,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoneybag.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8545,"name":"read-resource","id":8546,"timestamp":2639479419,"duration":42293,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8545,"timestamp":2639479398,"duration":42598,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodAngry.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8547,"name":"read-resource","id":8548,"timestamp":2639479451,"duration":42563,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8547,"timestamp":2639479429,"duration":42782,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodAnnoyed2.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8549,"name":"read-resource","id":8550,"timestamp":2639479485,"duration":42741,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8549,"timestamp":2639479462,"duration":42938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodAnnoyed.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8551,"name":"read-resource","id":8552,"timestamp":2639479518,"duration":42898,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8551,"timestamp":2639479496,"duration":43149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodBoy.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8553,"name":"read-resource","id":8554,"timestamp":2639479559,"duration":43104,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8553,"timestamp":2639479529,"duration":43409,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodCheck.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8555,"name":"read-resource","id":8556,"timestamp":2639479589,"duration":43367,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8555,"timestamp":2639479568,"duration":43678,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodCog.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8557,"name":"read-resource","id":8558,"timestamp":2639479616,"duration":43646,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8557,"timestamp":2639479597,"duration":43912,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodConfuzedFilled.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8559,"name":"read-resource","id":8560,"timestamp":2639479643,"duration":43884,"tags":{},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8559,"timestamp":2639479624,"duration":44174,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodConfuzed.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8561,"name":"read-resource","id":8562,"timestamp":2639479669,"duration":44147,"tags":{},"startTime":1732132324111},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8561,"timestamp":2639479651,"duration":44486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodCrazyHappy.js","layer":"app-pages-browser"},"startTime":1732132324110},{"traceId":"6d02d019348010b3","parentId":8563,"name":"read-resource","id":8564,"timestamp":2639479703,"duration":44451,"tags":{},"startTime":1732132324111},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8563,"timestamp":2639479676,"duration":44786,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodCry.js","layer":"app-pages-browser"},"startTime":1732132324111},{"traceId":"6d02d019348010b3","parentId":8565,"name":"read-resource","id":8566,"timestamp":2639482896,"duration":41583,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8565,"timestamp":2639482874,"duration":41970,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodDollar.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8567,"name":"read-resource","id":8568,"timestamp":2639482941,"duration":41921,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8567,"timestamp":2639482918,"duration":42167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodEdit.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8573,"name":"read-resource","id":8574,"timestamp":2639483045,"duration":42058,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8573,"timestamp":2639483026,"duration":42266,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodHappyFilled.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8571,"name":"read-resource","id":8572,"timestamp":2639483012,"duration":42295,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8571,"timestamp":2639482993,"duration":42506,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodEmpty.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8575,"name":"read-resource","id":8576,"timestamp":2639483080,"duration":42440,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8575,"timestamp":2639483059,"duration":42749,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodHappy.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8569,"name":"read-resource","id":8570,"timestamp":2639482979,"duration":42845,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8569,"timestamp":2639482958,"duration":43366,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodEmptyFilled.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8577,"name":"read-resource","id":8578,"timestamp":2639483117,"duration":43231,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8577,"timestamp":2639483093,"duration":43483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodHeart.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8581,"name":"read-resource","id":8582,"timestamp":2639483181,"duration":46952,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8581,"timestamp":2639483162,"duration":47261,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodKid.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8583,"name":"read-resource","id":8584,"timestamp":2639483213,"duration":47519,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8583,"timestamp":2639483195,"duration":47744,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodLookLeft.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8585,"name":"read-resource","id":8586,"timestamp":2639483245,"duration":47728,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8585,"timestamp":2639483226,"duration":47938,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodLookRight.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8579,"name":"read-resource","id":8580,"timestamp":2639483149,"duration":48030,"tags":{},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8579,"timestamp":2639483130,"duration":48227,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodKidFilled.js","layer":"app-pages-browser"},"startTime":1732132324114},{"traceId":"6d02d019348010b3","parentId":8589,"name":"read-resource","id":8590,"timestamp":2639498469,"duration":33019,"tags":{},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8589,"timestamp":2639498447,"duration":33281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodNerd.js","layer":"app-pages-browser"},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":8591,"name":"read-resource","id":8592,"timestamp":2639498509,"duration":33284,"tags":{},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8591,"timestamp":2639498487,"duration":33557,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodNervous.js","layer":"app-pages-browser"},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":8593,"name":"read-resource","id":8594,"timestamp":2639498550,"duration":33511,"tags":{},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8593,"timestamp":2639498523,"duration":33766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodNeutralFilled.js","layer":"app-pages-browser"},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":8595,"name":"read-resource","id":8596,"timestamp":2639498585,"duration":33719,"tags":{},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8595,"timestamp":2639498565,"duration":33945,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodNeutral.js","layer":"app-pages-browser"},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":8597,"name":"read-resource","id":8598,"timestamp":2639498619,"duration":33908,"tags":{},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8597,"timestamp":2639498599,"duration":34142,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodOff.js","layer":"app-pages-browser"},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":8601,"name":"read-resource","id":8602,"timestamp":2639498682,"duration":34073,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8601,"timestamp":2639498663,"duration":34320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodPlus.js","layer":"app-pages-browser"},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":8599,"name":"read-resource","id":8600,"timestamp":2639498650,"duration":34349,"tags":{},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8599,"timestamp":2639498631,"duration":34592,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodPin.js","layer":"app-pages-browser"},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":8603,"name":"read-resource","id":8604,"timestamp":2639498714,"duration":34525,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8603,"timestamp":2639498695,"duration":34740,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSad2.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8605,"name":"read-resource","id":8606,"timestamp":2639498748,"duration":34704,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8605,"timestamp":2639498728,"duration":34974,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSadDizzy.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8607,"name":"read-resource","id":8608,"timestamp":2639498785,"duration":34934,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8607,"timestamp":2639498762,"duration":35279,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSadFilled.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8609,"name":"read-resource","id":8610,"timestamp":2639498818,"duration":37270,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8609,"timestamp":2639498798,"duration":37586,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSadSquint.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8611,"name":"read-resource","id":8612,"timestamp":2639498850,"duration":37551,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8611,"timestamp":2639498831,"duration":37792,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSad.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8613,"name":"read-resource","id":8614,"timestamp":2639498882,"duration":37757,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8613,"timestamp":2639498862,"duration":37994,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSearch.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8615,"name":"read-resource","id":8616,"timestamp":2639498913,"duration":37979,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8615,"timestamp":2639498894,"duration":38270,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodShare.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8587,"name":"read-resource","id":8588,"timestamp":2639498419,"duration":38768,"tags":{},"startTime":1732132324129},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8587,"timestamp":2639498382,"duration":39050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodMinus.js","layer":"app-pages-browser"},"startTime":1732132324129}] +[{"traceId":"6d02d019348010b3","parentId":8617,"name":"read-resource","id":8618,"timestamp":2639498944,"duration":38840,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8617,"timestamp":2639498926,"duration":39071,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSick.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8625,"name":"read-resource","id":8626,"timestamp":2639499076,"duration":38957,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8625,"timestamp":2639499056,"duration":39191,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSmileDizzy.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8627,"name":"read-resource","id":8628,"timestamp":2639499108,"duration":39156,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8627,"timestamp":2639499089,"duration":39389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSmileFilled.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8629,"name":"read-resource","id":8630,"timestamp":2639499141,"duration":39358,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8629,"timestamp":2639499122,"duration":39623,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSmile.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8631,"name":"read-resource","id":8632,"timestamp":2639499174,"duration":39588,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8631,"timestamp":2639499155,"duration":39841,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSuprised.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8633,"name":"read-resource","id":8634,"timestamp":2639499208,"duration":39805,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8633,"timestamp":2639499186,"duration":40077,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodTongueWink2.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8621,"name":"read-resource","id":8622,"timestamp":2639499012,"duration":40267,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8621,"timestamp":2639498993,"duration":40486,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSing.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8619,"name":"read-resource","id":8620,"timestamp":2639498980,"duration":40515,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8619,"timestamp":2639498957,"duration":40804,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSilence.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8623,"name":"read-resource","id":8624,"timestamp":2639499044,"duration":40736,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8623,"timestamp":2639499025,"duration":40965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodSmileBeam.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8635,"name":"read-resource","id":8636,"timestamp":2639499241,"duration":40806,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8635,"timestamp":2639499222,"duration":41373,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodTongueWink.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8643,"name":"read-resource","id":8644,"timestamp":2639499365,"duration":41244,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8643,"timestamp":2639499347,"duration":41396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodWink2.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8639,"name":"read-resource","id":8640,"timestamp":2639499305,"duration":41449,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8639,"timestamp":2639499285,"duration":41609,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodUnamused.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8637,"name":"read-resource","id":8638,"timestamp":2639499273,"duration":41633,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8637,"timestamp":2639499254,"duration":41776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodTongue.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8645,"name":"read-resource","id":8646,"timestamp":2639499395,"duration":41866,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8645,"timestamp":2639499377,"duration":42039,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodWink.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8641,"name":"read-resource","id":8642,"timestamp":2639499335,"duration":45074,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8641,"timestamp":2639499316,"duration":45460,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodUp.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8647,"name":"read-resource","id":8648,"timestamp":2639499432,"duration":45369,"tags":{},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8647,"timestamp":2639499408,"duration":45614,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodWrrr.js","layer":"app-pages-browser"},"startTime":1732132324130},{"traceId":"6d02d019348010b3","parentId":8653,"name":"read-resource","id":8654,"timestamp":2639502795,"duration":42392,"tags":{},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8653,"timestamp":2639502777,"duration":42696,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoon2.js","layer":"app-pages-browser"},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":8651,"name":"read-resource","id":8652,"timestamp":2639502767,"duration":42725,"tags":{},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8651,"timestamp":2639502747,"duration":42998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodXd.js","layer":"app-pages-browser"},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":8655,"name":"read-resource","id":8656,"timestamp":2639502822,"duration":42941,"tags":{},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8655,"timestamp":2639502804,"duration":43236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoonFilled.js","layer":"app-pages-browser"},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":8657,"name":"read-resource","id":8658,"timestamp":2639502940,"duration":43120,"tags":{},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8657,"timestamp":2639502907,"duration":43408,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoonOff.js","layer":"app-pages-browser"},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":8659,"name":"read-resource","id":8660,"timestamp":2639502966,"duration":43879,"tags":{},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8659,"timestamp":2639502948,"duration":44132,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoonStars.js","layer":"app-pages-browser"},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":8661,"name":"read-resource","id":8662,"timestamp":2639502991,"duration":44106,"tags":{},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8661,"timestamp":2639502973,"duration":44366,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoon.js","layer":"app-pages-browser"},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":8649,"name":"read-resource","id":8650,"timestamp":2639502733,"duration":44623,"tags":{},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8649,"timestamp":2639502697,"duration":44929,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoodX.js","layer":"app-pages-browser"},"startTime":1732132324134},{"traceId":"6d02d019348010b3","parentId":8665,"name":"read-resource","id":8666,"timestamp":2639514242,"duration":33402,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8665,"timestamp":2639514217,"duration":33768,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMotorbike.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8663,"name":"read-resource","id":8664,"timestamp":2639514148,"duration":33888,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8663,"timestamp":2639514077,"duration":34273,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoped.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8667,"name":"read-resource","id":8668,"timestamp":2639514285,"duration":34083,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8667,"timestamp":2639514263,"duration":34379,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMountainOff.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8669,"name":"read-resource","id":8670,"timestamp":2639514322,"duration":34337,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8669,"timestamp":2639514300,"duration":34636,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMountain.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8671,"name":"read-resource","id":8672,"timestamp":2639514356,"duration":34596,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8671,"timestamp":2639514336,"duration":34851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMouse2.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8673,"name":"read-resource","id":8674,"timestamp":2639514390,"duration":36668,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8673,"timestamp":2639514370,"duration":36922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMouseFilled.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8675,"name":"read-resource","id":8676,"timestamp":2639514429,"duration":36880,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8675,"timestamp":2639514403,"duration":37159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMouseOff.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8677,"name":"read-resource","id":8678,"timestamp":2639514462,"duration":37116,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8677,"timestamp":2639514442,"duration":37336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMouse.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8679,"name":"read-resource","id":8680,"timestamp":2639514497,"duration":37294,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8679,"timestamp":2639514477,"duration":37442,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMoustache.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8681,"name":"read-resource","id":8682,"timestamp":2639514530,"duration":37400,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8681,"timestamp":2639514511,"duration":37597,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMovieOff.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8683,"name":"read-resource","id":8684,"timestamp":2639514562,"duration":37557,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8683,"timestamp":2639514542,"duration":37720,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMovie.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8685,"name":"read-resource","id":8686,"timestamp":2639514593,"duration":37680,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8685,"timestamp":2639514574,"duration":37819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMugOff.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8687,"name":"read-resource","id":8688,"timestamp":2639514629,"duration":37775,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8687,"timestamp":2639514606,"duration":37912,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMug.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8689,"name":"read-resource","id":8690,"timestamp":2639514663,"duration":37867,"tags":{},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8689,"timestamp":2639514642,"duration":38014,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMultiplier05x.js","layer":"app-pages-browser"},"startTime":1732132324145},{"traceId":"6d02d019348010b3","parentId":8691,"name":"read-resource","id":8692,"timestamp":2639514698,"duration":37968,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8691,"timestamp":2639514677,"duration":38110,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMultiplier15x.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8693,"name":"read-resource","id":8694,"timestamp":2639514730,"duration":38069,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8693,"timestamp":2639514710,"duration":38202,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMultiplier1x.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8695,"name":"read-resource","id":8696,"timestamp":2639514766,"duration":38156,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8695,"timestamp":2639514745,"duration":38293,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMultiplier2x.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8697,"name":"read-resource","id":8698,"timestamp":2639514799,"duration":38250,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8697,"timestamp":2639514778,"duration":38402,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMushroomFilled.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8699,"name":"read-resource","id":8700,"timestamp":2639514832,"duration":38360,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8699,"timestamp":2639514813,"duration":38496,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMushroomOff.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8701,"name":"read-resource","id":8702,"timestamp":2639514870,"duration":38448,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8701,"timestamp":2639514847,"duration":38582,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMushroom.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8703,"name":"read-resource","id":8704,"timestamp":2639514906,"duration":38534,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8703,"timestamp":2639514884,"duration":38699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicBolt.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8705,"name":"read-resource","id":8706,"timestamp":2639514953,"duration":38642,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8705,"timestamp":2639514929,"duration":38793,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicCancel.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8707,"name":"read-resource","id":8708,"timestamp":2639514990,"duration":38742,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8707,"timestamp":2639514968,"duration":38878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicCheck.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8709,"name":"read-resource","id":8710,"timestamp":2639515024,"duration":38834,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8709,"timestamp":2639515004,"duration":38976,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicCode.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8711,"name":"read-resource","id":8712,"timestamp":2639515056,"duration":39208,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8711,"timestamp":2639515037,"duration":39500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicCog.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8713,"name":"read-resource","id":8714,"timestamp":2639515088,"duration":39463,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8713,"timestamp":2639515069,"duration":39719,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicDiscount.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8715,"name":"read-resource","id":8716,"timestamp":2639515121,"duration":39682,"tags":{},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8715,"timestamp":2639515102,"duration":39917,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicDollar.js","layer":"app-pages-browser"},"startTime":1732132324146},{"traceId":"6d02d019348010b3","parentId":8717,"name":"read-resource","id":8718,"timestamp":2639520117,"duration":44851,"tags":{},"startTime":1732132324151}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8717,"timestamp":2639520068,"duration":45517,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicDown.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8719,"name":"read-resource","id":8720,"timestamp":2639520152,"duration":45448,"tags":{},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8719,"timestamp":2639520134,"duration":45616,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicExclamation.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8721,"name":"read-resource","id":8722,"timestamp":2639520175,"duration":45586,"tags":{},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8721,"timestamp":2639520159,"duration":45731,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicHeart.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8723,"name":"read-resource","id":8724,"timestamp":2639520206,"duration":45694,"tags":{},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8723,"timestamp":2639520181,"duration":45841,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicMinus.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8725,"name":"read-resource","id":8726,"timestamp":2639520229,"duration":45803,"tags":{},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8725,"timestamp":2639520214,"duration":45947,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicOff.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8727,"name":"read-resource","id":8728,"timestamp":2639520252,"duration":45920,"tags":{},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8727,"timestamp":2639520237,"duration":46065,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicPause.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8731,"name":"read-resource","id":8732,"timestamp":2639520291,"duration":46020,"tags":{},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8731,"timestamp":2639520277,"duration":46154,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicPlus.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8729,"name":"read-resource","id":8730,"timestamp":2639520272,"duration":46169,"tags":{},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8729,"timestamp":2639520258,"duration":46300,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicPin.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8733,"name":"read-resource","id":8734,"timestamp":2639520318,"duration":46251,"tags":{},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8733,"timestamp":2639520299,"duration":46389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicQuestion.js","layer":"app-pages-browser"},"startTime":1732132324151},{"traceId":"6d02d019348010b3","parentId":8739,"name":"read-resource","id":8740,"timestamp":2639528569,"duration":38129,"tags":{},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8739,"timestamp":2639528538,"duration":38283,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicStar.js","layer":"app-pages-browser"},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":8735,"name":"read-resource","id":8736,"timestamp":2639528284,"duration":38547,"tags":{},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8735,"timestamp":2639528224,"duration":38727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicSearch.js","layer":"app-pages-browser"},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":8737,"name":"read-resource","id":8738,"timestamp":2639528338,"duration":38624,"tags":{},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8737,"timestamp":2639528314,"duration":38764,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicShare.js","layer":"app-pages-browser"},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":8745,"name":"read-resource","id":8746,"timestamp":2639528742,"duration":38346,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8745,"timestamp":2639528721,"duration":38484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusic.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8741,"name":"read-resource","id":8742,"timestamp":2639528611,"duration":38605,"tags":{},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8741,"timestamp":2639528586,"duration":38766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicUp.js","layer":"app-pages-browser"},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":8743,"name":"read-resource","id":8744,"timestamp":2639528642,"duration":38721,"tags":{},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8743,"timestamp":2639528624,"duration":38856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconMusicX.js","layer":"app-pages-browser"},"startTime":1732132324159},{"traceId":"6d02d019348010b3","parentId":8747,"name":"read-resource","id":8748,"timestamp":2639528798,"duration":38692,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8747,"timestamp":2639528777,"duration":38820,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationBolt.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8749,"name":"read-resource","id":8750,"timestamp":2639528851,"duration":38756,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8749,"timestamp":2639528831,"duration":38887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationCancel.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8751,"name":"read-resource","id":8752,"timestamp":2639528903,"duration":38825,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8751,"timestamp":2639528883,"duration":38963,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationCheck.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8753,"name":"read-resource","id":8754,"timestamp":2639528965,"duration":38891,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8753,"timestamp":2639528936,"duration":39038,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationCode.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8755,"name":"read-resource","id":8756,"timestamp":2639529022,"duration":38962,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8755,"timestamp":2639529000,"duration":39157,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationCog.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8761,"name":"read-resource","id":8762,"timestamp":2639529187,"duration":38983,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8761,"timestamp":2639529166,"duration":39120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationDown.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8759,"name":"read-resource","id":8760,"timestamp":2639529130,"duration":39167,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8759,"timestamp":2639529110,"duration":39310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationDollar.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8757,"name":"read-resource","id":8758,"timestamp":2639529077,"duration":39354,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8757,"timestamp":2639529055,"duration":39494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationDiscount.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8763,"name":"read-resource","id":8764,"timestamp":2639529236,"duration":39323,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8763,"timestamp":2639529218,"duration":39454,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationExclamation.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8765,"name":"read-resource","id":8766,"timestamp":2639529283,"duration":39400,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8765,"timestamp":2639529266,"duration":39528,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationFilled.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8767,"name":"read-resource","id":8768,"timestamp":2639529336,"duration":39467,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8767,"timestamp":2639529313,"duration":39608,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationHeart.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8769,"name":"read-resource","id":8770,"timestamp":2639529387,"duration":39546,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8769,"timestamp":2639529367,"duration":39689,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationMinus.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8771,"name":"read-resource","id":8772,"timestamp":2639529439,"duration":39628,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8771,"timestamp":2639529419,"duration":39758,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationNorth.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8773,"name":"read-resource","id":8774,"timestamp":2639529494,"duration":40486,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8773,"timestamp":2639529474,"duration":40728,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationOff.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8775,"name":"read-resource","id":8776,"timestamp":2639529545,"duration":44123,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8775,"timestamp":2639529526,"duration":44383,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationPause.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8777,"name":"read-resource","id":8778,"timestamp":2639529595,"duration":44329,"tags":{},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8777,"timestamp":2639529575,"duration":44512,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationPin.js","layer":"app-pages-browser"},"startTime":1732132324160},{"traceId":"6d02d019348010b3","parentId":8779,"name":"read-resource","id":8780,"timestamp":2639535597,"duration":38550,"tags":{},"startTime":1732132324166},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8779,"timestamp":2639535541,"duration":38752,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationPlus.js","layer":"app-pages-browser"},"startTime":1732132324166},{"traceId":"6d02d019348010b3","parentId":8781,"name":"read-resource","id":8782,"timestamp":2639535637,"duration":38667,"tags":{},"startTime":1732132324166},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8781,"timestamp":2639535617,"duration":38818,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationQuestion.js","layer":"app-pages-browser"},"startTime":1732132324166},{"traceId":"6d02d019348010b3","parentId":8789,"name":"read-resource","id":8790,"timestamp":2639535779,"duration":38667,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8789,"timestamp":2639535757,"duration":38818,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationUp.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8791,"name":"read-resource","id":8792,"timestamp":2639535809,"duration":38776,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8791,"timestamp":2639535789,"duration":38919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationX.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8793,"name":"read-resource","id":8794,"timestamp":2639535841,"duration":38877,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8793,"timestamp":2639535817,"duration":39013,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigation.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8795,"name":"read-resource","id":8796,"timestamp":2639535868,"duration":38972,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8795,"timestamp":2639535850,"duration":39114,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNeedleThread.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8797,"name":"read-resource","id":8798,"timestamp":2639535896,"duration":39078,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8797,"timestamp":2639535877,"duration":39217,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNeedle.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8799,"name":"read-resource","id":8800,"timestamp":2639535922,"duration":39183,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8799,"timestamp":2639535904,"duration":39334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNetworkOff.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8785,"name":"read-resource","id":8786,"timestamp":2639535694,"duration":39556,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8785,"timestamp":2639535673,"duration":39699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationShare.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8783,"name":"read-resource","id":8784,"timestamp":2639535664,"duration":39718,"tags":{},"startTime":1732132324166},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8783,"timestamp":2639535646,"duration":39848,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationSearch.js","layer":"app-pages-browser"},"startTime":1732132324166},{"traceId":"6d02d019348010b3","parentId":8801,"name":"read-resource","id":8802,"timestamp":2639535948,"duration":39556,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8801,"timestamp":2639535930,"duration":39706,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNetwork.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8803,"name":"read-resource","id":8804,"timestamp":2639535975,"duration":40291,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8803,"timestamp":2639535957,"duration":40471,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNewSection.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8805,"name":"read-resource","id":8806,"timestamp":2639536052,"duration":40388,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8805,"timestamp":2639535984,"duration":40583,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNewsOff.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8809,"name":"read-resource","id":8810,"timestamp":2639543158,"duration":33419,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8809,"timestamp":2639543135,"duration":33568,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNfcOff.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8811,"name":"read-resource","id":8812,"timestamp":2639543195,"duration":33519,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8811,"timestamp":2639543174,"duration":33664,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNfc.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8813,"name":"read-resource","id":8814,"timestamp":2639543229,"duration":33619,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8813,"timestamp":2639543209,"duration":33759,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNoCopyright.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8815,"name":"read-resource","id":8816,"timestamp":2639543263,"duration":33715,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8815,"timestamp":2639543243,"duration":33857,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNoCreativeCommons.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8817,"name":"read-resource","id":8818,"timestamp":2639543300,"duration":33809,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8817,"timestamp":2639543276,"duration":33943,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNoDerivatives.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8819,"name":"read-resource","id":8820,"timestamp":2639543334,"duration":33902,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8819,"timestamp":2639543314,"duration":34039,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNorthStar.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8821,"name":"read-resource","id":8822,"timestamp":2639543366,"duration":33997,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8821,"timestamp":2639543348,"duration":34129,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNoteOff.js","layer":"app-pages-browser"},"startTime":1732132324174}] +[{"traceId":"6d02d019348010b3","parentId":8823,"name":"read-resource","id":8824,"timestamp":2639543399,"duration":34248,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8823,"timestamp":2639543379,"duration":34485,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNote.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8825,"name":"read-resource","id":8826,"timestamp":2639543431,"duration":34447,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8825,"timestamp":2639543412,"duration":34594,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNotebookOff.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8829,"name":"read-resource","id":8830,"timestamp":2639543502,"duration":34515,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8829,"timestamp":2639543477,"duration":34673,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNotesOff.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8827,"name":"read-resource","id":8828,"timestamp":2639543464,"duration":34697,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8827,"timestamp":2639543444,"duration":34831,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNotebook.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8831,"name":"read-resource","id":8832,"timestamp":2639543535,"duration":34751,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8831,"timestamp":2639543515,"duration":34887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNotes.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8833,"name":"read-resource","id":8834,"timestamp":2639543567,"duration":34845,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8833,"timestamp":2639543547,"duration":34984,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNotificationOff.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8835,"name":"read-resource","id":8836,"timestamp":2639543612,"duration":34930,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8835,"timestamp":2639543591,"duration":35073,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNotification.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8837,"name":"read-resource","id":8838,"timestamp":2639543645,"duration":35031,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8837,"timestamp":2639543625,"duration":35163,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber0.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8839,"name":"read-resource","id":8840,"timestamp":2639543678,"duration":35121,"tags":{},"startTime":1732132324175},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8839,"timestamp":2639543659,"duration":35252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber1.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8807,"name":"read-resource","id":8808,"timestamp":2639543113,"duration":35918,"tags":{},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8807,"timestamp":2639543074,"duration":36110,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNews.js","layer":"app-pages-browser"},"startTime":1732132324174},{"traceId":"6d02d019348010b3","parentId":8841,"name":"read-resource","id":8842,"timestamp":2639543710,"duration":35486,"tags":{},"startTime":1732132324175},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8841,"timestamp":2639543691,"duration":35626,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber2.js","layer":"app-pages-browser"},"startTime":1732132324175},{"traceId":"6d02d019348010b3","parentId":8787,"name":"read-resource","id":8788,"timestamp":2639535746,"duration":43581,"tags":{},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8787,"timestamp":2639535704,"duration":43738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNavigationStar.js","layer":"app-pages-browser"},"startTime":1732132324167},{"traceId":"6d02d019348010b3","parentId":8843,"name":"read-resource","id":8844,"timestamp":2639543745,"duration":40294,"tags":{},"startTime":1732132324175},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8843,"timestamp":2639543723,"duration":40500,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber3.js","layer":"app-pages-browser"},"startTime":1732132324175},{"traceId":"6d02d019348010b3","parentId":8847,"name":"read-resource","id":8848,"timestamp":2639550656,"duration":34116,"tags":{},"startTime":1732132324181},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8847,"timestamp":2639550636,"duration":34288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber5.js","layer":"app-pages-browser"},"startTime":1732132324181},{"traceId":"6d02d019348010b3","parentId":8849,"name":"read-resource","id":8850,"timestamp":2639550683,"duration":34254,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8849,"timestamp":2639550665,"duration":34398,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber6.js","layer":"app-pages-browser"},"startTime":1732132324181},{"traceId":"6d02d019348010b3","parentId":8851,"name":"read-resource","id":8852,"timestamp":2639550763,"duration":34310,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8851,"timestamp":2639550692,"duration":34494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber7.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8853,"name":"read-resource","id":8854,"timestamp":2639550797,"duration":34400,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8853,"timestamp":2639550776,"duration":34548,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber8.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8855,"name":"read-resource","id":8856,"timestamp":2639550820,"duration":34515,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8855,"timestamp":2639550805,"duration":34646,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber9.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8857,"name":"read-resource","id":8858,"timestamp":2639550844,"duration":34617,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8857,"timestamp":2639550828,"duration":34750,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8859,"name":"read-resource","id":8860,"timestamp":2639550868,"duration":34720,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8859,"timestamp":2639550851,"duration":34855,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumbers.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8861,"name":"read-resource","id":8862,"timestamp":2639550893,"duration":34825,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8861,"timestamp":2639550876,"duration":34962,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNurse.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8863,"name":"read-resource","id":8864,"timestamp":2639550914,"duration":34935,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8863,"timestamp":2639550899,"duration":35063,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNut.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8865,"name":"read-resource","id":8866,"timestamp":2639550942,"duration":35032,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8865,"timestamp":2639550920,"duration":35171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOctagonFilled.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8867,"name":"read-resource","id":8868,"timestamp":2639550965,"duration":35137,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8867,"timestamp":2639550949,"duration":35269,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOctagonOff.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8869,"name":"read-resource","id":8870,"timestamp":2639550986,"duration":35331,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8869,"timestamp":2639550971,"duration":35493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOctagon.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8845,"name":"read-resource","id":8846,"timestamp":2639550620,"duration":35856,"tags":{},"startTime":1732132324181},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8845,"timestamp":2639550565,"duration":36026,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconNumber4.js","layer":"app-pages-browser"},"startTime":1732132324181},{"traceId":"6d02d019348010b3","parentId":8871,"name":"read-resource","id":8872,"timestamp":2639551011,"duration":37680,"tags":{},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8871,"timestamp":2639550993,"duration":37972,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOctahedronOff.js","layer":"app-pages-browser"},"startTime":1732132324182},{"traceId":"6d02d019348010b3","parentId":8873,"name":"read-resource","id":8874,"timestamp":2639564106,"duration":25420,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8873,"timestamp":2639564062,"duration":25732,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOctahedronPlus.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8875,"name":"read-resource","id":8876,"timestamp":2639564154,"duration":25656,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8875,"timestamp":2639564131,"duration":25950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOctahedron.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8877,"name":"read-resource","id":8878,"timestamp":2639564193,"duration":25907,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8877,"timestamp":2639564172,"duration":26173,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOld.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8879,"name":"read-resource","id":8880,"timestamp":2639564229,"duration":26131,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8879,"timestamp":2639564208,"duration":26415,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOlympicsOff.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8881,"name":"read-resource","id":8882,"timestamp":2639564268,"duration":26371,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8881,"timestamp":2639564243,"duration":26641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOlympics.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8883,"name":"read-resource","id":8884,"timestamp":2639564303,"duration":26596,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8883,"timestamp":2639564282,"duration":26860,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOm.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8885,"name":"read-resource","id":8886,"timestamp":2639564336,"duration":26830,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8885,"timestamp":2639564316,"duration":27070,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOmega.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8887,"name":"read-resource","id":8888,"timestamp":2639564368,"duration":27032,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8887,"timestamp":2639564349,"duration":27281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOutbound.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8889,"name":"read-resource","id":8890,"timestamp":2639564401,"duration":27244,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8889,"timestamp":2639564381,"duration":27824,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOutlet.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8891,"name":"read-resource","id":8892,"timestamp":2639564435,"duration":27787,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8891,"timestamp":2639564415,"duration":28004,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOvalFilled.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8893,"name":"read-resource","id":8894,"timestamp":2639564468,"duration":27966,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8893,"timestamp":2639564449,"duration":28188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOvalVerticalFilled.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8895,"name":"read-resource","id":8896,"timestamp":2639564505,"duration":28148,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8895,"timestamp":2639564480,"duration":28310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOvalVertical.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8897,"name":"read-resource","id":8898,"timestamp":2639564542,"duration":28260,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8897,"timestamp":2639564523,"duration":28394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOval.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8899,"name":"read-resource","id":8900,"timestamp":2639564573,"duration":28354,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8899,"timestamp":2639564554,"duration":28490,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconOverline.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8901,"name":"read-resource","id":8902,"timestamp":2639564607,"duration":28450,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8901,"timestamp":2639564587,"duration":28606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPackageExport.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8903,"name":"read-resource","id":8904,"timestamp":2639564640,"duration":28564,"tags":{},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8903,"timestamp":2639564620,"duration":28707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPackageImport.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8905,"name":"read-resource","id":8906,"timestamp":2639564672,"duration":28666,"tags":{},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8905,"timestamp":2639564653,"duration":28809,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPackageOff.js","layer":"app-pages-browser"},"startTime":1732132324195},{"traceId":"6d02d019348010b3","parentId":8907,"name":"read-resource","id":8908,"timestamp":2639564709,"duration":28765,"tags":{},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8907,"timestamp":2639564685,"duration":28906,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPackage.js","layer":"app-pages-browser"},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":8909,"name":"read-resource","id":8910,"timestamp":2639564742,"duration":28860,"tags":{},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8909,"timestamp":2639564722,"duration":29020,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPackages.js","layer":"app-pages-browser"},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":8911,"name":"read-resource","id":8912,"timestamp":2639564774,"duration":30861,"tags":{},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8911,"timestamp":2639564755,"duration":31115,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPacman.js","layer":"app-pages-browser"},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":8913,"name":"read-resource","id":8914,"timestamp":2639564808,"duration":31079,"tags":{},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8913,"timestamp":2639564787,"duration":31425,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPageBreak.js","layer":"app-pages-browser"},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":8915,"name":"read-resource","id":8916,"timestamp":2639564839,"duration":31410,"tags":{},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8915,"timestamp":2639564821,"duration":31640,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPaintFilled.js","layer":"app-pages-browser"},"startTime":1732132324196},{"traceId":"6d02d019348010b3","parentId":8917,"name":"read-resource","id":8918,"timestamp":2639572674,"duration":24389,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8917,"timestamp":2639572649,"duration":24685,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPaintOff.js","layer":"app-pages-browser"},"startTime":1732132324203},{"traceId":"6d02d019348010b3","parentId":8919,"name":"read-resource","id":8920,"timestamp":2639572719,"duration":24639,"tags":{},"startTime":1732132324204}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8919,"timestamp":2639572695,"duration":25247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPaint.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8921,"name":"read-resource","id":8922,"timestamp":2639572761,"duration":25196,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8921,"timestamp":2639572735,"duration":25458,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPaletteOff.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8923,"name":"read-resource","id":8924,"timestamp":2639572797,"duration":25417,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8923,"timestamp":2639572776,"duration":25655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPalette.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8925,"name":"read-resource","id":8926,"timestamp":2639572831,"duration":25616,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8925,"timestamp":2639572810,"duration":25881,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPanoramaHorizontalOff.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8927,"name":"read-resource","id":8928,"timestamp":2639572866,"duration":25843,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8927,"timestamp":2639572845,"duration":26050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPanoramaHorizontal.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8929,"name":"read-resource","id":8930,"timestamp":2639572899,"duration":27341,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8929,"timestamp":2639572879,"duration":27613,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPanoramaVerticalOff.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8931,"name":"read-resource","id":8932,"timestamp":2639572933,"duration":27581,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8931,"timestamp":2639572911,"duration":27842,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPanoramaVertical.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8933,"name":"read-resource","id":8934,"timestamp":2639572970,"duration":27798,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8933,"timestamp":2639572946,"duration":28036,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPaperBagOff.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8935,"name":"read-resource","id":8936,"timestamp":2639573004,"duration":27994,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8935,"timestamp":2639572984,"duration":28288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPaperBag.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8937,"name":"read-resource","id":8938,"timestamp":2639573037,"duration":28256,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8937,"timestamp":2639573019,"duration":28760,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPaperclip.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8939,"name":"read-resource","id":8940,"timestamp":2639573069,"duration":28723,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8939,"timestamp":2639573050,"duration":28879,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconParachuteOff.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8941,"name":"read-resource","id":8942,"timestamp":2639573101,"duration":28838,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8941,"timestamp":2639573083,"duration":28981,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconParachute.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8943,"name":"read-resource","id":8944,"timestamp":2639573133,"duration":28942,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8943,"timestamp":2639573114,"duration":29078,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconParenthesesOff.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8945,"name":"read-resource","id":8946,"timestamp":2639573165,"duration":29037,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8945,"timestamp":2639573146,"duration":29177,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconParentheses.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8953,"name":"read-resource","id":8954,"timestamp":2639573298,"duration":29036,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8953,"timestamp":2639573279,"duration":29195,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPawFilled.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8947,"name":"read-resource","id":8948,"timestamp":2639573202,"duration":29282,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8947,"timestamp":2639573178,"duration":29418,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconParkingOff.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8949,"name":"read-resource","id":8950,"timestamp":2639573234,"duration":29372,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8949,"timestamp":2639573215,"duration":29504,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconParking.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8951,"name":"read-resource","id":8952,"timestamp":2639573266,"duration":29463,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8951,"timestamp":2639573247,"duration":29622,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPassword.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8955,"name":"read-resource","id":8956,"timestamp":2639573330,"duration":29550,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8955,"timestamp":2639573311,"duration":29720,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPawOff.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8957,"name":"read-resource","id":8958,"timestamp":2639573362,"duration":29679,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8957,"timestamp":2639573343,"duration":29829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPaw.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8959,"name":"read-resource","id":8960,"timestamp":2639573394,"duration":29788,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8959,"timestamp":2639573374,"duration":29924,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPdf.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8961,"name":"read-resource","id":8962,"timestamp":2639573428,"duration":29880,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8961,"timestamp":2639573405,"duration":30022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPeace.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8963,"name":"read-resource","id":8964,"timestamp":2639573461,"duration":29978,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8963,"timestamp":2639573442,"duration":30113,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilBolt.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8965,"name":"read-resource","id":8966,"timestamp":2639573494,"duration":30071,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8965,"timestamp":2639573474,"duration":30206,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilCancel.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8967,"name":"read-resource","id":8968,"timestamp":2639573527,"duration":37296,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8967,"timestamp":2639573507,"duration":37590,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilCheck.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8969,"name":"read-resource","id":8970,"timestamp":2639573558,"duration":37989,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8969,"timestamp":2639573539,"duration":38241,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilCode.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8971,"name":"read-resource","id":8972,"timestamp":2639573589,"duration":38207,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8971,"timestamp":2639573570,"duration":38531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilCog.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8973,"name":"read-resource","id":8974,"timestamp":2639573627,"duration":38496,"tags":{},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8973,"timestamp":2639573603,"duration":38755,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilDiscount.js","layer":"app-pages-browser"},"startTime":1732132324204},{"traceId":"6d02d019348010b3","parentId":8975,"name":"read-resource","id":8976,"timestamp":2639582549,"duration":30000,"tags":{},"startTime":1732132324213},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8975,"timestamp":2639582510,"duration":30258,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilDollar.js","layer":"app-pages-browser"},"startTime":1732132324213},{"traceId":"6d02d019348010b3","parentId":8977,"name":"read-resource","id":8978,"timestamp":2639582585,"duration":30198,"tags":{},"startTime":1732132324213},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8977,"timestamp":2639582564,"duration":30445,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilDown.js","layer":"app-pages-browser"},"startTime":1732132324213},{"traceId":"6d02d019348010b3","parentId":8985,"name":"read-resource","id":8986,"timestamp":2639582899,"duration":30125,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8985,"timestamp":2639582865,"duration":30419,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilOff.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":8979,"name":"read-resource","id":8980,"timestamp":2639582616,"duration":30686,"tags":{},"startTime":1732132324213},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8979,"timestamp":2639582595,"duration":31000,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilExclamation.js","layer":"app-pages-browser"},"startTime":1732132324213},{"traceId":"6d02d019348010b3","parentId":8981,"name":"read-resource","id":8982,"timestamp":2639582768,"duration":30843,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8981,"timestamp":2639582626,"duration":31191,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilHeart.js","layer":"app-pages-browser"},"startTime":1732132324213},{"traceId":"6d02d019348010b3","parentId":8989,"name":"read-resource","id":8990,"timestamp":2639583036,"duration":30796,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8989,"timestamp":2639583010,"duration":31022,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilPin.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":8991,"name":"read-resource","id":8992,"timestamp":2639583089,"duration":30957,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8991,"timestamp":2639583070,"duration":31182,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilPlus.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":8993,"name":"read-resource","id":8994,"timestamp":2639583143,"duration":31124,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8993,"timestamp":2639583123,"duration":31402,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilQuestion.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":8995,"name":"read-resource","id":8996,"timestamp":2639583210,"duration":31332,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8995,"timestamp":2639583186,"duration":31590,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilSearch.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":8997,"name":"read-resource","id":8998,"timestamp":2639583250,"duration":31542,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8997,"timestamp":2639583228,"duration":31829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilShare.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":8999,"name":"read-resource","id":9000,"timestamp":2639583283,"duration":31790,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8999,"timestamp":2639583263,"duration":32040,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilStar.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9001,"name":"read-resource","id":9002,"timestamp":2639583315,"duration":32011,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9001,"timestamp":2639583296,"duration":32265,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilUp.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9003,"name":"read-resource","id":9004,"timestamp":2639583350,"duration":32226,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9003,"timestamp":2639583327,"duration":32513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilX.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9005,"name":"read-resource","id":9006,"timestamp":2639583384,"duration":32471,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9005,"timestamp":2639583364,"duration":32758,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencil.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9007,"name":"read-resource","id":9008,"timestamp":2639583416,"duration":32725,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9007,"timestamp":2639583396,"duration":32990,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPennant2Filled.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":8983,"name":"read-resource","id":8984,"timestamp":2639582831,"duration":33572,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8983,"timestamp":2639582809,"duration":33960,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilMinus.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9011,"name":"read-resource","id":9012,"timestamp":2639583478,"duration":33309,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9011,"timestamp":2639583459,"duration":33554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPennantFilled.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":8987,"name":"read-resource","id":8988,"timestamp":2639582968,"duration":34062,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":8987,"timestamp":2639582943,"duration":34278,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPencilPause.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9009,"name":"read-resource","id":9010,"timestamp":2639583446,"duration":33787,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9009,"timestamp":2639583427,"duration":33932,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPennant2.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9015,"name":"read-resource","id":9016,"timestamp":2639583547,"duration":33822,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9015,"timestamp":2639583523,"duration":33968,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPennant.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9013,"name":"read-resource","id":9014,"timestamp":2639583510,"duration":34000,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9013,"timestamp":2639583491,"duration":34185,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPennantOff.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9017,"name":"read-resource","id":9018,"timestamp":2639583581,"duration":34140,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9017,"timestamp":2639583561,"duration":34297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPentagonFilled.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9021,"name":"read-resource","id":9022,"timestamp":2639583646,"duration":34245,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9021,"timestamp":2639583625,"duration":34387,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPentagonPlus.js","layer":"app-pages-browser"},"startTime":1732132324214}] +[{"traceId":"6d02d019348010b3","parentId":9019,"name":"read-resource","id":9020,"timestamp":2639583613,"duration":34591,"tags":{},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9019,"timestamp":2639583594,"duration":34829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPentagonOff.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9023,"name":"read-resource","id":9024,"timestamp":2639583679,"duration":34764,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9023,"timestamp":2639583659,"duration":34912,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPentagon.js","layer":"app-pages-browser"},"startTime":1732132324214},{"traceId":"6d02d019348010b3","parentId":9025,"name":"read-resource","id":9026,"timestamp":2639583709,"duration":37298,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9025,"timestamp":2639583691,"duration":37488,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPentagram.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9027,"name":"read-resource","id":9028,"timestamp":2639583740,"duration":37451,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9027,"timestamp":2639583721,"duration":37603,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPepperOff.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9029,"name":"read-resource","id":9030,"timestamp":2639583774,"duration":37561,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9029,"timestamp":2639583752,"duration":37709,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPepper.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9033,"name":"read-resource","id":9034,"timestamp":2639583849,"duration":37623,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9033,"timestamp":2639583827,"duration":37777,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPerfume.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9037,"name":"read-resource","id":9038,"timestamp":2639583913,"duration":37701,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9037,"timestamp":2639583894,"duration":37836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPerspective.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9039,"name":"read-resource","id":9040,"timestamp":2639583944,"duration":37877,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9039,"timestamp":2639583926,"duration":38040,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoneCall.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9031,"name":"read-resource","id":9032,"timestamp":2639583813,"duration":38912,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9031,"timestamp":2639583793,"duration":39094,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPercentage.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9041,"name":"read-resource","id":9042,"timestamp":2639583974,"duration":39190,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9041,"timestamp":2639583955,"duration":39488,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoneCalling.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9035,"name":"read-resource","id":9036,"timestamp":2639583883,"duration":39702,"tags":{},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9035,"timestamp":2639583862,"duration":39944,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPerspectiveOff.js","layer":"app-pages-browser"},"startTime":1732132324215},{"traceId":"6d02d019348010b3","parentId":9045,"name":"read-resource","id":9046,"timestamp":2639588271,"duration":36972,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9045,"timestamp":2639588229,"duration":37254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoneFilled.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9047,"name":"read-resource","id":9048,"timestamp":2639588307,"duration":37197,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9047,"timestamp":2639588283,"duration":37442,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoneIncoming.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9049,"name":"read-resource","id":9050,"timestamp":2639588345,"duration":37397,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9049,"timestamp":2639588317,"duration":37617,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoneOff.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9051,"name":"read-resource","id":9052,"timestamp":2639588372,"duration":37577,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9051,"timestamp":2639588354,"duration":37833,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoneOutgoing.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9053,"name":"read-resource","id":9054,"timestamp":2639588404,"duration":37819,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9053,"timestamp":2639588381,"duration":38068,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhonePause.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9055,"name":"read-resource","id":9056,"timestamp":2639588430,"duration":38034,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9055,"timestamp":2639588412,"duration":38240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhonePlus.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9057,"name":"read-resource","id":9058,"timestamp":2639588455,"duration":38212,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9057,"timestamp":2639588438,"duration":38465,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoneX.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9059,"name":"read-resource","id":9060,"timestamp":2639588482,"duration":38436,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9059,"timestamp":2639588464,"duration":38699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhone.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9061,"name":"read-resource","id":9062,"timestamp":2639588529,"duration":38649,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9061,"timestamp":2639588490,"duration":38939,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoAi.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9063,"name":"read-resource","id":9064,"timestamp":2639588566,"duration":38879,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9063,"timestamp":2639588541,"duration":39143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoBolt.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9065,"name":"read-resource","id":9066,"timestamp":2639588598,"duration":39100,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9065,"timestamp":2639588580,"duration":39531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoCancel.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9067,"name":"read-resource","id":9068,"timestamp":2639588631,"duration":39493,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9067,"timestamp":2639588606,"duration":39663,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoCheck.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9069,"name":"read-resource","id":9070,"timestamp":2639588656,"duration":40110,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9069,"timestamp":2639588639,"duration":40288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoCircleMinus.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9071,"name":"read-resource","id":9072,"timestamp":2639594750,"duration":34189,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9071,"timestamp":2639594723,"duration":34352,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoCirclePlus.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9075,"name":"read-resource","id":9076,"timestamp":2639594830,"duration":34257,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9075,"timestamp":2639594809,"duration":34409,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoCode.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9077,"name":"read-resource","id":9078,"timestamp":2639594864,"duration":34366,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9077,"timestamp":2639594844,"duration":34532,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoCog.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9079,"name":"read-resource","id":9080,"timestamp":2639594897,"duration":34490,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9079,"timestamp":2639594877,"duration":34631,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoDollar.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9081,"name":"read-resource","id":9082,"timestamp":2639594934,"duration":34585,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9081,"timestamp":2639594910,"duration":34735,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoDown.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9083,"name":"read-resource","id":9084,"timestamp":2639594968,"duration":34686,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9083,"timestamp":2639594948,"duration":34829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoEdit.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9085,"name":"read-resource","id":9086,"timestamp":2639595000,"duration":34788,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9085,"timestamp":2639594981,"duration":34946,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoExclamation.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9089,"name":"read-resource","id":9090,"timestamp":2639595065,"duration":34872,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9089,"timestamp":2639595046,"duration":35016,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoHeart.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9091,"name":"read-resource","id":9092,"timestamp":2639595097,"duration":34975,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9091,"timestamp":2639595077,"duration":35120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoHexagon.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9093,"name":"read-resource","id":9094,"timestamp":2639595128,"duration":35080,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9093,"timestamp":2639595109,"duration":35221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoMinus.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9087,"name":"read-resource","id":9088,"timestamp":2639595032,"duration":35309,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9087,"timestamp":2639595013,"duration":35448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoFilled.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9095,"name":"read-resource","id":9096,"timestamp":2639595164,"duration":35308,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9095,"timestamp":2639595141,"duration":35451,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoOff.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9099,"name":"read-resource","id":9100,"timestamp":2639595231,"duration":35373,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9099,"timestamp":2639595211,"duration":35511,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoPentagon.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9097,"name":"read-resource","id":9098,"timestamp":2639595197,"duration":35535,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9097,"timestamp":2639595178,"duration":35675,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoPause.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9101,"name":"read-resource","id":9102,"timestamp":2639595263,"duration":35599,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9101,"timestamp":2639595243,"duration":35747,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoPin.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9103,"name":"read-resource","id":9104,"timestamp":2639595293,"duration":35708,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9103,"timestamp":2639595275,"duration":35847,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoPlus.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9105,"name":"read-resource","id":9106,"timestamp":2639595330,"duration":35803,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9105,"timestamp":2639595310,"duration":35951,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoQuestion.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9107,"name":"read-resource","id":9108,"timestamp":2639595367,"duration":35951,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9107,"timestamp":2639595343,"duration":36122,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoSearch.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9109,"name":"read-resource","id":9110,"timestamp":2639595401,"duration":36075,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9109,"timestamp":2639595381,"duration":36221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoSensor2.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9043,"name":"read-resource","id":9044,"timestamp":2639588214,"duration":43399,"tags":{},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9043,"timestamp":2639588181,"duration":43547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoneCheck.js","layer":"app-pages-browser"},"startTime":1732132324219},{"traceId":"6d02d019348010b3","parentId":9073,"name":"read-resource","id":9074,"timestamp":2639594795,"duration":36943,"tags":{},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9073,"timestamp":2639594771,"duration":37083,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoCircle.js","layer":"app-pages-browser"},"startTime":1732132324226},{"traceId":"6d02d019348010b3","parentId":9111,"name":"read-resource","id":9112,"timestamp":2639599884,"duration":35125,"tags":{},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9111,"timestamp":2639599852,"duration":35428,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoSensor3.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9113,"name":"read-resource","id":9114,"timestamp":2639599919,"duration":35376,"tags":{},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9113,"timestamp":2639599898,"duration":35632,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoSensor.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9115,"name":"read-resource","id":9116,"timestamp":2639599978,"duration":35571,"tags":{},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9115,"timestamp":2639599929,"duration":35869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoShare.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9117,"name":"read-resource","id":9118,"timestamp":2639600043,"duration":35771,"tags":{},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9117,"timestamp":2639599990,"duration":36100,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoShield.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9119,"name":"read-resource","id":9120,"timestamp":2639600084,"duration":36022,"tags":{},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9119,"timestamp":2639600058,"duration":36265,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoSquareRounded.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9121,"name":"read-resource","id":9122,"timestamp":2639600112,"duration":36226,"tags":{},"startTime":1732132324231}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9121,"timestamp":2639600093,"duration":36743,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoStar.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9123,"name":"read-resource","id":9124,"timestamp":2639600139,"duration":36714,"tags":{},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9123,"timestamp":2639600120,"duration":36951,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoUp.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9125,"name":"read-resource","id":9126,"timestamp":2639600165,"duration":36921,"tags":{},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9125,"timestamp":2639600147,"duration":37151,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhotoX.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9127,"name":"read-resource","id":9128,"timestamp":2639600192,"duration":37120,"tags":{},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9127,"timestamp":2639600173,"duration":37342,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhoto.js","layer":"app-pages-browser"},"startTime":1732132324231},{"traceId":"6d02d019348010b3","parentId":9129,"name":"read-resource","id":9130,"timestamp":2639609965,"duration":27568,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9129,"timestamp":2639609939,"duration":27812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPhysotherapist.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9131,"name":"read-resource","id":9132,"timestamp":2639610010,"duration":27757,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9131,"timestamp":2639609987,"duration":27981,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPiano.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9133,"name":"read-resource","id":9134,"timestamp":2639610048,"duration":29322,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9133,"timestamp":2639610027,"duration":29550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPick.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9135,"name":"read-resource","id":9136,"timestamp":2639610085,"duration":29508,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9135,"timestamp":2639610063,"duration":29752,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPictureInPictureOff.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9137,"name":"read-resource","id":9138,"timestamp":2639610120,"duration":29710,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9137,"timestamp":2639610099,"duration":29967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPictureInPictureOn.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9139,"name":"read-resource","id":9140,"timestamp":2639610157,"duration":29925,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9139,"timestamp":2639610133,"duration":30159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPictureInPictureTop.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9141,"name":"read-resource","id":9142,"timestamp":2639610192,"duration":30119,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9141,"timestamp":2639610171,"duration":30340,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPictureInPicture.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9143,"name":"read-resource","id":9144,"timestamp":2639610224,"duration":30302,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9143,"timestamp":2639610205,"duration":30519,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPigMoney.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9145,"name":"read-resource","id":9146,"timestamp":2639610256,"duration":30483,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9145,"timestamp":2639610237,"duration":30707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPigOff.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9147,"name":"read-resource","id":9148,"timestamp":2639610287,"duration":30671,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9147,"timestamp":2639610268,"duration":30899,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPig.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9149,"name":"read-resource","id":9150,"timestamp":2639610320,"duration":30864,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9149,"timestamp":2639610301,"duration":31069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPilcrow.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9151,"name":"read-resource","id":9152,"timestamp":2639610353,"duration":31032,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9151,"timestamp":2639610334,"duration":31252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPillOff.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9153,"name":"read-resource","id":9154,"timestamp":2639610390,"duration":31210,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9153,"timestamp":2639610367,"duration":31416,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPill.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9155,"name":"read-resource","id":9156,"timestamp":2639610423,"duration":31376,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9155,"timestamp":2639610404,"duration":31584,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPills.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9157,"name":"read-resource","id":9158,"timestamp":2639610455,"duration":31547,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9157,"timestamp":2639610434,"duration":31879,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPinFilled.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9159,"name":"read-resource","id":9160,"timestamp":2639610486,"duration":33280,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9159,"timestamp":2639610467,"duration":33582,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPin.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9161,"name":"read-resource","id":9162,"timestamp":2639610517,"duration":33555,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9161,"timestamp":2639610498,"duration":33831,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPingPong.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9163,"name":"read-resource","id":9164,"timestamp":2639610549,"duration":33803,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9163,"timestamp":2639610529,"duration":34055,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPinnedFilled.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9165,"name":"read-resource","id":9166,"timestamp":2639610581,"duration":34017,"tags":{},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9165,"timestamp":2639610562,"duration":34263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPinnedOff.js","layer":"app-pages-browser"},"startTime":1732132324241},{"traceId":"6d02d019348010b3","parentId":9167,"name":"read-resource","id":9168,"timestamp":2639619987,"duration":25784,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9167,"timestamp":2639619949,"duration":26043,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPinned.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9169,"name":"read-resource","id":9170,"timestamp":2639620069,"duration":25940,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9169,"timestamp":2639620045,"duration":26170,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPizzaOff.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9173,"name":"read-resource","id":9174,"timestamp":2639620142,"duration":26090,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9173,"timestamp":2639620122,"duration":26311,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaceholder.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9171,"name":"read-resource","id":9172,"timestamp":2639620109,"duration":26340,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9171,"timestamp":2639620088,"duration":26564,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPizza.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9175,"name":"read-resource","id":9176,"timestamp":2639620178,"duration":26489,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9175,"timestamp":2639620157,"duration":26718,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaneArrival.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9177,"name":"read-resource","id":9178,"timestamp":2639620211,"duration":26680,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9177,"timestamp":2639620191,"duration":26892,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaneDeparture.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9179,"name":"read-resource","id":9180,"timestamp":2639620249,"duration":26850,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9179,"timestamp":2639620225,"duration":27057,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaneInflight.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9181,"name":"read-resource","id":9182,"timestamp":2639620283,"duration":27014,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9181,"timestamp":2639620263,"duration":27232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaneOff.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9183,"name":"read-resource","id":9184,"timestamp":2639620315,"duration":27194,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9183,"timestamp":2639620296,"duration":27392,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaneTilt.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9187,"name":"read-resource","id":9188,"timestamp":2639620377,"duration":27335,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9187,"timestamp":2639620358,"duration":27554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlanetOff.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9185,"name":"read-resource","id":9186,"timestamp":2639620346,"duration":27580,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9185,"timestamp":2639620327,"duration":27810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlane.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9189,"name":"read-resource","id":9190,"timestamp":2639620408,"duration":27744,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9189,"timestamp":2639620390,"duration":27953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlanet.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9191,"name":"read-resource","id":9192,"timestamp":2639620439,"duration":27919,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9191,"timestamp":2639620420,"duration":28138,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlant2Off.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9195,"name":"read-resource","id":9196,"timestamp":2639620506,"duration":28067,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9195,"timestamp":2639620487,"duration":28310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlantOff.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9193,"name":"read-resource","id":9194,"timestamp":2639620475,"duration":28338,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9193,"timestamp":2639620452,"duration":28567,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlant2.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9197,"name":"read-resource","id":9198,"timestamp":2639620540,"duration":30624,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9197,"timestamp":2639620519,"duration":30887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlant.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9199,"name":"read-resource","id":9200,"timestamp":2639620574,"duration":30848,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9199,"timestamp":2639620554,"duration":31107,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayBasketball.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9203,"name":"read-resource","id":9204,"timestamp":2639620639,"duration":31040,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9203,"timestamp":2639620620,"duration":31277,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayCard.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9201,"name":"read-resource","id":9202,"timestamp":2639620608,"duration":31305,"tags":{},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9201,"timestamp":2639620588,"duration":31558,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayCardOff.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9207,"name":"read-resource","id":9208,"timestamp":2639620707,"duration":31455,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9207,"timestamp":2639620682,"duration":31690,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayHandball.js","layer":"app-pages-browser"},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":9209,"name":"read-resource","id":9210,"timestamp":2639620739,"duration":31648,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9209,"timestamp":2639620720,"duration":31876,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayVolleyball.js","layer":"app-pages-browser"},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":9205,"name":"read-resource","id":9206,"timestamp":2639620670,"duration":31938,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9205,"timestamp":2639620651,"duration":32165,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayFootball.js","layer":"app-pages-browser"},"startTime":1732132324251},{"traceId":"6d02d019348010b3","parentId":9211,"name":"read-resource","id":9212,"timestamp":2639620771,"duration":32059,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9211,"timestamp":2639620752,"duration":32268,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerEjectFilled.js","layer":"app-pages-browser"},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":9213,"name":"read-resource","id":9214,"timestamp":2639620802,"duration":32235,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9213,"timestamp":2639620783,"duration":32448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerEject.js","layer":"app-pages-browser"},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":9219,"name":"read-resource","id":9220,"timestamp":2639620904,"duration":32342,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9219,"timestamp":2639620879,"duration":32511,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerPlayFilled.js","layer":"app-pages-browser"},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":9221,"name":"read-resource","id":9222,"timestamp":2639620938,"duration":32511,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9221,"timestamp":2639620918,"duration":32675,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerPlay.js","layer":"app-pages-browser"},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":9215,"name":"read-resource","id":9216,"timestamp":2639620834,"duration":39742,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9215,"timestamp":2639620814,"duration":40009,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerPauseFilled.js","layer":"app-pages-browser"},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":9217,"name":"read-resource","id":9218,"timestamp":2639620866,"duration":39974,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9217,"timestamp":2639620847,"duration":40196,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerPause.js","layer":"app-pages-browser"},"startTime":1732132324252}] +[{"traceId":"6d02d019348010b3","parentId":9223,"name":"read-resource","id":9224,"timestamp":2639620970,"duration":40333,"tags":{},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9223,"timestamp":2639620952,"duration":40560,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerRecordFilled.js","layer":"app-pages-browser"},"startTime":1732132324252},{"traceId":"6d02d019348010b3","parentId":9225,"name":"read-resource","id":9226,"timestamp":2639624920,"duration":36703,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9225,"timestamp":2639624835,"duration":36974,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerRecord.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9227,"name":"read-resource","id":9228,"timestamp":2639624976,"duration":36848,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9227,"timestamp":2639624935,"duration":37086,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerSkipBackFilled.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9229,"name":"read-resource","id":9230,"timestamp":2639625007,"duration":37030,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9229,"timestamp":2639624988,"duration":37237,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerSkipBack.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9231,"name":"read-resource","id":9232,"timestamp":2639625033,"duration":37206,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9231,"timestamp":2639625015,"duration":37573,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerSkipForwardFilled.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9233,"name":"read-resource","id":9234,"timestamp":2639625059,"duration":37546,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9233,"timestamp":2639625041,"duration":37755,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerSkipForward.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9235,"name":"read-resource","id":9236,"timestamp":2639625085,"duration":37727,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9235,"timestamp":2639625067,"duration":37923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerStopFilled.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9237,"name":"read-resource","id":9238,"timestamp":2639625112,"duration":37892,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9237,"timestamp":2639625094,"duration":38096,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerStop.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9239,"name":"read-resource","id":9240,"timestamp":2639625163,"duration":38041,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9239,"timestamp":2639625121,"duration":38291,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerTrackNextFilled.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9241,"name":"read-resource","id":9242,"timestamp":2639625200,"duration":38524,"tags":{},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9241,"timestamp":2639625176,"duration":38765,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerTrackNext.js","layer":"app-pages-browser"},"startTime":1732132324256},{"traceId":"6d02d019348010b3","parentId":9245,"name":"read-resource","id":9246,"timestamp":2639633384,"duration":31017,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9245,"timestamp":2639633361,"duration":31268,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerTrackPrev.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9243,"name":"read-resource","id":9244,"timestamp":2639633338,"duration":31308,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9243,"timestamp":2639633313,"duration":31541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlayerTrackPrevFilled.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9247,"name":"read-resource","id":9248,"timestamp":2639633423,"duration":31448,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9247,"timestamp":2639633400,"duration":31675,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaylistAdd.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9253,"name":"read-resource","id":9254,"timestamp":2639633523,"duration":31569,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9253,"timestamp":2639633504,"duration":31773,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaylist.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9249,"name":"read-resource","id":9250,"timestamp":2639633457,"duration":31834,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9249,"timestamp":2639633437,"duration":31995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaylistOff.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9251,"name":"read-resource","id":9252,"timestamp":2639633491,"duration":31953,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9251,"timestamp":2639633471,"duration":32104,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaylistX.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9255,"name":"read-resource","id":9256,"timestamp":2639633560,"duration":32026,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9255,"timestamp":2639633536,"duration":32166,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaystationCircle.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9257,"name":"read-resource","id":9258,"timestamp":2639633594,"duration":32119,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9257,"timestamp":2639633573,"duration":32251,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaystationSquare.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9261,"name":"read-resource","id":9262,"timestamp":2639633659,"duration":32176,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9261,"timestamp":2639633639,"duration":32317,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaystationX.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9259,"name":"read-resource","id":9260,"timestamp":2639633626,"duration":32340,"tags":{},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9259,"timestamp":2639633607,"duration":32477,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlaystationTriangle.js","layer":"app-pages-browser"},"startTime":1732132324264},{"traceId":"6d02d019348010b3","parentId":9263,"name":"read-resource","id":9264,"timestamp":2639633693,"duration":32403,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9263,"timestamp":2639633674,"duration":32556,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlugConnectedX.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9265,"name":"read-resource","id":9266,"timestamp":2639633725,"duration":32514,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9265,"timestamp":2639633706,"duration":32656,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlugConnected.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9269,"name":"read-resource","id":9270,"timestamp":2639633793,"duration":32580,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9269,"timestamp":2639633770,"duration":32728,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlugX.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9267,"name":"read-resource","id":9268,"timestamp":2639633757,"duration":32752,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9267,"timestamp":2639633738,"duration":32893,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlugOff.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9271,"name":"read-resource","id":9272,"timestamp":2639633826,"duration":32816,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9271,"timestamp":2639633807,"duration":32954,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlug.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9273,"name":"read-resource","id":9274,"timestamp":2639633859,"duration":32913,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9273,"timestamp":2639633840,"duration":33049,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlusEqual.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9275,"name":"read-resource","id":9276,"timestamp":2639633891,"duration":33008,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9275,"timestamp":2639633872,"duration":33137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlusMinus.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9277,"name":"read-resource","id":9278,"timestamp":2639633923,"duration":33098,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9277,"timestamp":2639633903,"duration":33264,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPlus.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9283,"name":"read-resource","id":9284,"timestamp":2639634024,"duration":33156,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9283,"timestamp":2639634003,"duration":33307,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPodium.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9279,"name":"read-resource","id":9280,"timestamp":2639633954,"duration":33367,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9279,"timestamp":2639633936,"duration":33501,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPng.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9285,"name":"read-resource","id":9286,"timestamp":2639634057,"duration":33392,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9285,"timestamp":2639634037,"duration":33527,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointFilled.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9281,"name":"read-resource","id":9282,"timestamp":2639633990,"duration":33593,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9281,"timestamp":2639633966,"duration":33742,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPodiumOff.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9287,"name":"read-resource","id":9288,"timestamp":2639634092,"duration":33627,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9287,"timestamp":2639634069,"duration":33765,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointOff.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9289,"name":"read-resource","id":9290,"timestamp":2639634128,"duration":36494,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9289,"timestamp":2639634106,"duration":36680,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPoint.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9293,"name":"read-resource","id":9294,"timestamp":2639634193,"duration":36605,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9293,"timestamp":2639634173,"duration":36754,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerCancel.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9295,"name":"read-resource","id":9296,"timestamp":2639634224,"duration":36714,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9295,"timestamp":2639634205,"duration":36850,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerCheck.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9291,"name":"read-resource","id":9292,"timestamp":2639634161,"duration":36903,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9291,"timestamp":2639634142,"duration":37041,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerBolt.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9297,"name":"read-resource","id":9298,"timestamp":2639634256,"duration":36938,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9297,"timestamp":2639634237,"duration":37076,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerCode.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9299,"name":"read-resource","id":9300,"timestamp":2639634288,"duration":37037,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9299,"timestamp":2639634268,"duration":37185,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerCog.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9301,"name":"read-resource","id":9302,"timestamp":2639634323,"duration":37141,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9301,"timestamp":2639634300,"duration":37277,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerDollar.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9303,"name":"read-resource","id":9304,"timestamp":2639634358,"duration":37327,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9303,"timestamp":2639634337,"duration":37502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerDown.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9305,"name":"read-resource","id":9306,"timestamp":2639634389,"duration":37754,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9305,"timestamp":2639634370,"duration":38052,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerExclamation.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9307,"name":"read-resource","id":9308,"timestamp":2639634422,"duration":38017,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9307,"timestamp":2639634403,"duration":38254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerFilled.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9309,"name":"read-resource","id":9310,"timestamp":2639634454,"duration":38220,"tags":{},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9309,"timestamp":2639634435,"duration":38433,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerHeart.js","layer":"app-pages-browser"},"startTime":1732132324265},{"traceId":"6d02d019348010b3","parentId":9313,"name":"read-resource","id":9314,"timestamp":2639639077,"duration":35762,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9313,"timestamp":2639639054,"duration":36191,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerOff.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9311,"name":"read-resource","id":9312,"timestamp":2639639032,"duration":36232,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9311,"timestamp":2639638979,"duration":36522,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerMinus.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9315,"name":"read-resource","id":9316,"timestamp":2639639106,"duration":36411,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9315,"timestamp":2639639087,"duration":36654,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerPause.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9317,"name":"read-resource","id":9318,"timestamp":2639639132,"duration":36625,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9317,"timestamp":2639639114,"duration":36867,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerPin.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9321,"name":"read-resource","id":9322,"timestamp":2639639187,"duration":36811,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9321,"timestamp":2639639168,"duration":37121,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerQuestion.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9319,"name":"read-resource","id":9320,"timestamp":2639639159,"duration":37146,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9319,"timestamp":2639639140,"duration":37384,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerPlus.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9323,"name":"read-resource","id":9324,"timestamp":2639639215,"duration":37325,"tags":{},"startTime":1732132324270}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9323,"timestamp":2639639196,"duration":38139,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerSearch.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9325,"name":"read-resource","id":9326,"timestamp":2639639248,"duration":38101,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9325,"timestamp":2639639223,"duration":38263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerShare.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9329,"name":"read-resource","id":9330,"timestamp":2639639305,"duration":38194,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9329,"timestamp":2639639287,"duration":38336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerUp.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9327,"name":"read-resource","id":9328,"timestamp":2639639278,"duration":38356,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9327,"timestamp":2639639259,"duration":38493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerStar.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9331,"name":"read-resource","id":9332,"timestamp":2639639332,"duration":38676,"tags":{},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9331,"timestamp":2639639314,"duration":38839,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointerX.js","layer":"app-pages-browser"},"startTime":1732132324270},{"traceId":"6d02d019348010b3","parentId":9337,"name":"read-resource","id":9338,"timestamp":2639643151,"duration":35014,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9337,"timestamp":2639643129,"duration":35164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPokeball.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9339,"name":"read-resource","id":9340,"timestamp":2639643190,"duration":35115,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9339,"timestamp":2639643165,"duration":35274,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPokerChip.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9335,"name":"read-resource","id":9336,"timestamp":2639643113,"duration":35336,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9335,"timestamp":2639643090,"duration":35496,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPokeballOff.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9341,"name":"read-resource","id":9342,"timestamp":2639643225,"duration":35371,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9341,"timestamp":2639643204,"duration":35542,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPolaroidFilled.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9343,"name":"read-resource","id":9344,"timestamp":2639643259,"duration":35498,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9343,"timestamp":2639643239,"duration":35650,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPolaroid.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9345,"name":"read-resource","id":9346,"timestamp":2639643293,"duration":35607,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9345,"timestamp":2639643274,"duration":35756,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPolygonOff.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9349,"name":"read-resource","id":9350,"timestamp":2639643363,"duration":35676,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9349,"timestamp":2639643344,"duration":35814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPoo.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9347,"name":"read-resource","id":9348,"timestamp":2639643330,"duration":35838,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9347,"timestamp":2639643305,"duration":35990,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPolygon.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9351,"name":"read-resource","id":9352,"timestamp":2639643395,"duration":35910,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9351,"timestamp":2639643375,"duration":36063,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPoolOff.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9355,"name":"read-resource","id":9356,"timestamp":2639643459,"duration":37716,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9355,"timestamp":2639643440,"duration":37898,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPower.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9353,"name":"read-resource","id":9354,"timestamp":2639643428,"duration":38337,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9353,"timestamp":2639643408,"duration":38528,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPool.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9333,"name":"read-resource","id":9334,"timestamp":2639643067,"duration":38880,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9333,"timestamp":2639643043,"duration":39026,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPointer.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9357,"name":"read-resource","id":9358,"timestamp":2639643502,"duration":38579,"tags":{},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9357,"timestamp":2639643482,"duration":38716,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPray.js","layer":"app-pages-browser"},"startTime":1732132324274},{"traceId":"6d02d019348010b3","parentId":9359,"name":"read-resource","id":9360,"timestamp":2639650602,"duration":31936,"tags":{},"startTime":1732132324281},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9359,"timestamp":2639650554,"duration":32245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPremiumRights.js","layer":"app-pages-browser"},"startTime":1732132324281},{"traceId":"6d02d019348010b3","parentId":9361,"name":"read-resource","id":9362,"timestamp":2639650644,"duration":32171,"tags":{},"startTime":1732132324281},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9361,"timestamp":2639650618,"duration":32403,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPrescription.js","layer":"app-pages-browser"},"startTime":1732132324281},{"traceId":"6d02d019348010b3","parentId":9363,"name":"read-resource","id":9364,"timestamp":2639650671,"duration":32364,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9363,"timestamp":2639650653,"duration":32639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPresentationAnalytics.js","layer":"app-pages-browser"},"startTime":1732132324281},{"traceId":"6d02d019348010b3","parentId":9365,"name":"read-resource","id":9366,"timestamp":2639650698,"duration":32610,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9365,"timestamp":2639650680,"duration":32891,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPresentationOff.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9367,"name":"read-resource","id":9368,"timestamp":2639650728,"duration":32859,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9367,"timestamp":2639650707,"duration":33087,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPresentation.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9369,"name":"read-resource","id":9370,"timestamp":2639650757,"duration":33072,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9369,"timestamp":2639650737,"duration":33324,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPrinterOff.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9371,"name":"read-resource","id":9372,"timestamp":2639650785,"duration":33291,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9371,"timestamp":2639650766,"duration":33541,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPrinter.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9373,"name":"read-resource","id":9374,"timestamp":2639650816,"duration":33507,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9373,"timestamp":2639650793,"duration":33756,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPrismOff.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9375,"name":"read-resource","id":9376,"timestamp":2639650859,"duration":33705,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9375,"timestamp":2639650837,"duration":33957,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPrismPlus.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9377,"name":"read-resource","id":9378,"timestamp":2639650889,"duration":33920,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9377,"timestamp":2639650870,"duration":34159,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPrism.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9379,"name":"read-resource","id":9380,"timestamp":2639650914,"duration":34130,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9379,"timestamp":2639650897,"duration":34413,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPrison.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9381,"name":"read-resource","id":9382,"timestamp":2639650941,"duration":34383,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9381,"timestamp":2639650923,"duration":34631,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconProgressAlert.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9383,"name":"read-resource","id":9384,"timestamp":2639650970,"duration":36666,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9383,"timestamp":2639650951,"duration":37002,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconProgressBolt.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9385,"name":"read-resource","id":9386,"timestamp":2639650995,"duration":36974,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9385,"timestamp":2639650978,"duration":37411,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconProgressCheck.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9387,"name":"read-resource","id":9388,"timestamp":2639651025,"duration":37378,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9387,"timestamp":2639651002,"duration":37545,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconProgressDown.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9389,"name":"read-resource","id":9390,"timestamp":2639651050,"duration":37508,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9389,"timestamp":2639651032,"duration":37660,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconProgressHelp.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9391,"name":"read-resource","id":9392,"timestamp":2639651076,"duration":38152,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9391,"timestamp":2639651059,"duration":38341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconProgressX.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9393,"name":"read-resource","id":9394,"timestamp":2639651104,"duration":38308,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9393,"timestamp":2639651084,"duration":38463,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconProgress.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9395,"name":"read-resource","id":9396,"timestamp":2639651134,"duration":38425,"tags":{},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9395,"timestamp":2639651114,"duration":38572,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPrompt.js","layer":"app-pages-browser"},"startTime":1732132324282},{"traceId":"6d02d019348010b3","parentId":9397,"name":"read-resource","id":9398,"timestamp":2639660091,"duration":29606,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9397,"timestamp":2639660057,"duration":29775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPropellerOff.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9399,"name":"read-resource","id":9400,"timestamp":2639660135,"duration":29708,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9399,"timestamp":2639660112,"duration":29851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPropeller.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9401,"name":"read-resource","id":9402,"timestamp":2639660170,"duration":29804,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9401,"timestamp":2639660150,"duration":29948,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPumpkinScary.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9403,"name":"read-resource","id":9404,"timestamp":2639660208,"duration":29899,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9403,"timestamp":2639660189,"duration":30050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPuzzle2.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9405,"name":"read-resource","id":9406,"timestamp":2639660241,"duration":30008,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9405,"timestamp":2639660221,"duration":30149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPuzzleFilled.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9407,"name":"read-resource","id":9408,"timestamp":2639660273,"duration":30108,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9407,"timestamp":2639660254,"duration":30240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPuzzleOff.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9409,"name":"read-resource","id":9410,"timestamp":2639660304,"duration":30199,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9409,"timestamp":2639660285,"duration":30334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPuzzle.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9411,"name":"read-resource","id":9412,"timestamp":2639660340,"duration":31893,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9411,"timestamp":2639660317,"duration":32163,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPyramidOff.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9413,"name":"read-resource","id":9414,"timestamp":2639660373,"duration":32123,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9413,"timestamp":2639660354,"duration":32382,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPyramidPlus.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9415,"name":"read-resource","id":9416,"timestamp":2639660404,"duration":32347,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9415,"timestamp":2639660385,"duration":32548,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconPyramid.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9417,"name":"read-resource","id":9418,"timestamp":2639660435,"duration":32513,"tags":{},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9417,"timestamp":2639660416,"duration":32799,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconQrcodeOff.js","layer":"app-pages-browser"},"startTime":1732132324291},{"traceId":"6d02d019348010b3","parentId":9419,"name":"read-resource","id":9420,"timestamp":2639669439,"duration":24385,"tags":{},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9419,"timestamp":2639669409,"duration":24720,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconQrcode.js","layer":"app-pages-browser"},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":9421,"name":"read-resource","id":9422,"timestamp":2639669491,"duration":24654,"tags":{},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9421,"timestamp":2639669462,"duration":24922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconQuestionMark.js","layer":"app-pages-browser"},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":9423,"name":"read-resource","id":9424,"timestamp":2639669528,"duration":24871,"tags":{},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9423,"timestamp":2639669507,"duration":25143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconQuoteOff.js","layer":"app-pages-browser"},"startTime":1732132324300}] +[{"traceId":"6d02d019348010b3","parentId":9425,"name":"read-resource","id":9426,"timestamp":2639669564,"duration":25400,"tags":{},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9425,"timestamp":2639669542,"duration":25671,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconQuote.js","layer":"app-pages-browser"},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":9433,"name":"read-resource","id":9434,"timestamp":2639669699,"duration":25536,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9433,"timestamp":2639669677,"duration":25773,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadar.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9427,"name":"read-resource","id":9428,"timestamp":2639669599,"duration":25873,"tags":{},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9427,"timestamp":2639669578,"duration":26120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconQuotes.js","layer":"app-pages-browser"},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":9429,"name":"read-resource","id":9430,"timestamp":2639669632,"duration":26083,"tags":{},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9429,"timestamp":2639669612,"duration":26330,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadar2.js","layer":"app-pages-browser"},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":9431,"name":"read-resource","id":9432,"timestamp":2639669663,"duration":26303,"tags":{},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9431,"timestamp":2639669644,"duration":26566,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadarOff.js","layer":"app-pages-browser"},"startTime":1732132324300},{"traceId":"6d02d019348010b3","parentId":9435,"name":"read-resource","id":9436,"timestamp":2639669734,"duration":26492,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9435,"timestamp":2639669713,"duration":26725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadioOff.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9437,"name":"read-resource","id":9438,"timestamp":2639669765,"duration":26707,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9437,"timestamp":2639669746,"duration":26934,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadio.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9439,"name":"read-resource","id":9440,"timestamp":2639669797,"duration":26899,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9439,"timestamp":2639669777,"duration":27177,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadioactiveFilled.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9441,"name":"read-resource","id":9442,"timestamp":2639669829,"duration":27141,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9441,"timestamp":2639669810,"duration":27404,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadioactiveOff.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9443,"name":"read-resource","id":9444,"timestamp":2639669861,"duration":27369,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9443,"timestamp":2639669842,"duration":27608,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadioactive.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9445,"name":"read-resource","id":9446,"timestamp":2639669893,"duration":27573,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9445,"timestamp":2639669874,"duration":27812,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadiusBottomLeft.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9447,"name":"read-resource","id":9448,"timestamp":2639669930,"duration":27771,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9447,"timestamp":2639669906,"duration":27980,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadiusBottomRight.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9449,"name":"read-resource","id":9450,"timestamp":2639669966,"duration":27955,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9449,"timestamp":2639669944,"duration":28167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadiusTopLeft.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9451,"name":"read-resource","id":9452,"timestamp":2639669999,"duration":28126,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9451,"timestamp":2639669979,"duration":29562,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRadiusTopRight.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9453,"name":"read-resource","id":9454,"timestamp":2639670032,"duration":29524,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9453,"timestamp":2639670013,"duration":29685,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRainbowOff.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9455,"name":"read-resource","id":9456,"timestamp":2639670063,"duration":29645,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9455,"timestamp":2639670045,"duration":29808,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRainbow.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9457,"name":"read-resource","id":9458,"timestamp":2639670095,"duration":29770,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9457,"timestamp":2639670076,"duration":29919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRating12Plus.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9461,"name":"read-resource","id":9462,"timestamp":2639670161,"duration":29870,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9461,"timestamp":2639670138,"duration":30049,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRating16Plus.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9459,"name":"read-resource","id":9460,"timestamp":2639670126,"duration":30072,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9459,"timestamp":2639670107,"duration":30224,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRating14Plus.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9463,"name":"read-resource","id":9464,"timestamp":2639670194,"duration":30149,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9463,"timestamp":2639670174,"duration":30294,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRating18Plus.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9465,"name":"read-resource","id":9466,"timestamp":2639670227,"duration":30250,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9465,"timestamp":2639670207,"duration":30391,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRating21Plus.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9469,"name":"read-resource","id":9470,"timestamp":2639670290,"duration":30318,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9469,"timestamp":2639670271,"duration":30451,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRazor.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9467,"name":"read-resource","id":9468,"timestamp":2639670258,"duration":30474,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9467,"timestamp":2639670239,"duration":30619,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRazorElectric.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9471,"name":"read-resource","id":9472,"timestamp":2639670321,"duration":30548,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9471,"timestamp":2639670302,"duration":30677,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReceipt2.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9473,"name":"read-resource","id":9474,"timestamp":2639670356,"duration":30633,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9473,"timestamp":2639670333,"duration":30806,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReceiptOff.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9475,"name":"read-resource","id":9476,"timestamp":2639670390,"duration":30760,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9475,"timestamp":2639670370,"duration":30893,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReceiptRefund.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9477,"name":"read-resource","id":9478,"timestamp":2639670422,"duration":30852,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9477,"timestamp":2639670403,"duration":31001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReceiptTax.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9479,"name":"read-resource","id":9480,"timestamp":2639670453,"duration":38684,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9479,"timestamp":2639670434,"duration":38882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReceipt.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9481,"name":"read-resource","id":9482,"timestamp":2639670485,"duration":38915,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9481,"timestamp":2639670466,"duration":39102,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRecharging.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9483,"name":"read-resource","id":9484,"timestamp":2639670516,"duration":39390,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9483,"timestamp":2639670497,"duration":39786,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRecordMailOff.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9485,"name":"read-resource","id":9486,"timestamp":2639670546,"duration":39753,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9485,"timestamp":2639670528,"duration":40063,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRecordMail.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9487,"name":"read-resource","id":9488,"timestamp":2639670582,"duration":40024,"tags":{},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9487,"timestamp":2639670559,"duration":40326,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangleFilled.js","layer":"app-pages-browser"},"startTime":1732132324301},{"traceId":"6d02d019348010b3","parentId":9489,"name":"read-resource","id":9490,"timestamp":2639674487,"duration":38438,"tags":{},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9489,"timestamp":2639674452,"duration":38853,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangleRoundedBottom.js","layer":"app-pages-browser"},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":9491,"name":"read-resource","id":9492,"timestamp":2639674521,"duration":38797,"tags":{},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9491,"timestamp":2639674500,"duration":38943,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangleRoundedTop.js","layer":"app-pages-browser"},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":9495,"name":"read-resource","id":9496,"timestamp":2639674607,"duration":38847,"tags":{},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9495,"timestamp":2639674560,"duration":39009,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangleVertical.js","layer":"app-pages-browser"},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":9497,"name":"read-resource","id":9498,"timestamp":2639674640,"duration":38941,"tags":{},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9497,"timestamp":2639674618,"duration":39080,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangle.js","layer":"app-pages-browser"},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":9499,"name":"read-resource","id":9500,"timestamp":2639674667,"duration":39043,"tags":{},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9499,"timestamp":2639674649,"duration":39189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangularPrismOff.js","layer":"app-pages-browser"},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":9501,"name":"read-resource","id":9502,"timestamp":2639674695,"duration":39152,"tags":{},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9501,"timestamp":2639674676,"duration":39296,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangularPrismPlus.js","layer":"app-pages-browser"},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":9503,"name":"read-resource","id":9504,"timestamp":2639674721,"duration":39262,"tags":{},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9503,"timestamp":2639674703,"duration":39399,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangularPrism.js","layer":"app-pages-browser"},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":9505,"name":"read-resource","id":9506,"timestamp":2639674747,"duration":39365,"tags":{},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9505,"timestamp":2639674729,"duration":39503,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRecycleOff.js","layer":"app-pages-browser"},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":9507,"name":"read-resource","id":9508,"timestamp":2639674772,"duration":39472,"tags":{},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9507,"timestamp":2639674755,"duration":39637,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRecycle.js","layer":"app-pages-browser"},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":9509,"name":"read-resource","id":9510,"timestamp":2639674807,"duration":39596,"tags":{},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9509,"timestamp":2639674781,"duration":39753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRefreshAlert.js","layer":"app-pages-browser"},"startTime":1732132324306},{"traceId":"6d02d019348010b3","parentId":9511,"name":"read-resource","id":9512,"timestamp":2639680472,"duration":34072,"tags":{},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9511,"timestamp":2639680449,"duration":34213,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRefreshDot.js","layer":"app-pages-browser"},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":9513,"name":"read-resource","id":9514,"timestamp":2639680515,"duration":34156,"tags":{},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9513,"timestamp":2639680492,"duration":34292,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRefreshOff.js","layer":"app-pages-browser"},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":9515,"name":"read-resource","id":9516,"timestamp":2639680554,"duration":34241,"tags":{},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9515,"timestamp":2639680530,"duration":34374,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRefresh.js","layer":"app-pages-browser"},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":9517,"name":"read-resource","id":9518,"timestamp":2639680589,"duration":34327,"tags":{},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9517,"timestamp":2639680569,"duration":34480,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRegexOff.js","layer":"app-pages-browser"},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":9519,"name":"read-resource","id":9520,"timestamp":2639680623,"duration":34436,"tags":{},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9519,"timestamp":2639680602,"duration":34632,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRegex.js","layer":"app-pages-browser"},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":9521,"name":"read-resource","id":9522,"timestamp":2639680656,"duration":34594,"tags":{},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9521,"timestamp":2639680636,"duration":34808,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRegistered.js","layer":"app-pages-browser"},"startTime":1732132324311},{"traceId":"6d02d019348010b3","parentId":9523,"name":"read-resource","id":9524,"timestamp":2639680690,"duration":34770,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9523,"timestamp":2639680669,"duration":35058,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRelationManyToMany.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9525,"name":"read-resource","id":9526,"timestamp":2639680723,"duration":35020,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9525,"timestamp":2639680703,"duration":35287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRelationOneToMany.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9527,"name":"read-resource","id":9528,"timestamp":2639680758,"duration":35275,"tags":{},"startTime":1732132324312}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9527,"timestamp":2639680735,"duration":36124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRelationOneToOne.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9529,"name":"read-resource","id":9530,"timestamp":2639680791,"duration":36088,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9529,"timestamp":2639680771,"duration":36325,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReload.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9531,"name":"read-resource","id":9532,"timestamp":2639680823,"duration":36295,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9531,"timestamp":2639680804,"duration":36534,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReorder.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9533,"name":"read-resource","id":9534,"timestamp":2639680854,"duration":36497,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9533,"timestamp":2639680835,"duration":36661,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRepeatOff.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9535,"name":"read-resource","id":9536,"timestamp":2639680885,"duration":36623,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9535,"timestamp":2639680865,"duration":36764,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRepeatOnce.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9537,"name":"read-resource","id":9538,"timestamp":2639680916,"duration":36724,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9537,"timestamp":2639680897,"duration":36856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRepeat.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9541,"name":"read-resource","id":9542,"timestamp":2639680981,"duration":36782,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9541,"timestamp":2639680959,"duration":36930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReplaceOff.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9539,"name":"read-resource","id":9540,"timestamp":2639680947,"duration":36953,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9539,"timestamp":2639680928,"duration":37109,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReplaceFilled.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9543,"name":"read-resource","id":9544,"timestamp":2639681015,"duration":37032,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9543,"timestamp":2639680994,"duration":37171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReplace.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9545,"name":"read-resource","id":9546,"timestamp":2639681047,"duration":37234,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9545,"timestamp":2639681028,"duration":37406,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReportAnalytics.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9547,"name":"read-resource","id":9548,"timestamp":2639681079,"duration":37735,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9547,"timestamp":2639681059,"duration":37927,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReportMedical.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9549,"name":"read-resource","id":9550,"timestamp":2639681111,"duration":37888,"tags":{},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9549,"timestamp":2639681092,"duration":38048,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReportMoney.js","layer":"app-pages-browser"},"startTime":1732132324312},{"traceId":"6d02d019348010b3","parentId":9493,"name":"read-resource","id":9494,"timestamp":2639674550,"duration":44602,"tags":{},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9493,"timestamp":2639674530,"duration":44736,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRectangleVerticalFilled.js","layer":"app-pages-browser"},"startTime":1732132324305},{"traceId":"6d02d019348010b3","parentId":9551,"name":"read-resource","id":9552,"timestamp":2639687032,"duration":35233,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9551,"timestamp":2639686995,"duration":35546,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReportOff.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9553,"name":"read-resource","id":9554,"timestamp":2639687102,"duration":35530,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9553,"timestamp":2639687047,"duration":35918,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReportSearch.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9555,"name":"read-resource","id":9556,"timestamp":2639687202,"duration":35779,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9555,"timestamp":2639687129,"duration":36223,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReport.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9557,"name":"read-resource","id":9558,"timestamp":2639687239,"duration":36131,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9557,"timestamp":2639687214,"duration":36507,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconReservedLine.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9559,"name":"read-resource","id":9560,"timestamp":2639687270,"duration":36469,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9559,"timestamp":2639687248,"duration":36736,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconResize.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9561,"name":"read-resource","id":9562,"timestamp":2639687297,"duration":36788,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9561,"timestamp":2639687279,"duration":37001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRestore.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9563,"name":"read-resource","id":9564,"timestamp":2639687323,"duration":37021,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9563,"timestamp":2639687305,"duration":37378,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindBackward10.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9565,"name":"read-resource","id":9566,"timestamp":2639687349,"duration":37352,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9565,"timestamp":2639687332,"duration":37616,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindBackward15.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9567,"name":"read-resource","id":9568,"timestamp":2639687384,"duration":37581,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9567,"timestamp":2639687357,"duration":37809,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindBackward20.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9569,"name":"read-resource","id":9570,"timestamp":2639687410,"duration":37772,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9569,"timestamp":2639687392,"duration":38004,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindBackward30.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9571,"name":"read-resource","id":9572,"timestamp":2639687438,"duration":37973,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9571,"timestamp":2639687418,"duration":38237,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindBackward40.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9573,"name":"read-resource","id":9574,"timestamp":2639687487,"duration":38183,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9573,"timestamp":2639687447,"duration":38430,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindBackward5.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9575,"name":"read-resource","id":9576,"timestamp":2639687518,"duration":38374,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9575,"timestamp":2639687498,"duration":38602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindBackward50.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9577,"name":"read-resource","id":9578,"timestamp":2639687549,"duration":38566,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9577,"timestamp":2639687526,"duration":38796,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindBackward60.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9579,"name":"read-resource","id":9580,"timestamp":2639687584,"duration":39391,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9579,"timestamp":2639687561,"duration":39574,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindForward10.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9581,"name":"read-resource","id":9582,"timestamp":2639687609,"duration":39538,"tags":{},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9581,"timestamp":2639687591,"duration":39686,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindForward15.js","layer":"app-pages-browser"},"startTime":1732132324318},{"traceId":"6d02d019348010b3","parentId":9583,"name":"read-resource","id":9584,"timestamp":2639691524,"duration":35763,"tags":{},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9583,"timestamp":2639691502,"duration":35915,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindForward20.js","layer":"app-pages-browser"},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":9585,"name":"read-resource","id":9586,"timestamp":2639691568,"duration":35860,"tags":{},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9585,"timestamp":2639691545,"duration":36013,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindForward30.js","layer":"app-pages-browser"},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":9589,"name":"read-resource","id":9590,"timestamp":2639691640,"duration":37629,"tags":{},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9589,"timestamp":2639691617,"duration":37818,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindForward5.js","layer":"app-pages-browser"},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":9587,"name":"read-resource","id":9588,"timestamp":2639691604,"duration":37843,"tags":{},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9587,"timestamp":2639691583,"duration":37995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindForward40.js","layer":"app-pages-browser"},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":9591,"name":"read-resource","id":9592,"timestamp":2639691674,"duration":37919,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9591,"timestamp":2639691654,"duration":38075,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindForward50.js","layer":"app-pages-browser"},"startTime":1732132324322},{"traceId":"6d02d019348010b3","parentId":9595,"name":"read-resource","id":9596,"timestamp":2639691737,"duration":38002,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9595,"timestamp":2639691718,"duration":38137,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRibbonHealth.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9593,"name":"read-resource","id":9594,"timestamp":2639691706,"duration":38159,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9593,"timestamp":2639691686,"duration":38310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRewindForward60.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9597,"name":"read-resource","id":9598,"timestamp":2639691771,"duration":38235,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9597,"timestamp":2639691751,"duration":38380,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRings.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9599,"name":"read-resource","id":9600,"timestamp":2639691803,"duration":38338,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9599,"timestamp":2639691784,"duration":38484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRippleOff.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9603,"name":"read-resource","id":9604,"timestamp":2639691871,"duration":38408,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9603,"timestamp":2639691851,"duration":38562,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRoadOff.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9601,"name":"read-resource","id":9602,"timestamp":2639691838,"duration":39219,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9601,"timestamp":2639691815,"duration":39462,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRipple.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9605,"name":"read-resource","id":9606,"timestamp":2639691902,"duration":39388,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9605,"timestamp":2639691883,"duration":39540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRoadSign.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9607,"name":"read-resource","id":9608,"timestamp":2639691936,"duration":39497,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9607,"timestamp":2639691915,"duration":39659,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRoad.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9609,"name":"read-resource","id":9610,"timestamp":2639691967,"duration":39618,"tags":{},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9609,"timestamp":2639691948,"duration":39766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRobotOff.js","layer":"app-pages-browser"},"startTime":1732132324323},{"traceId":"6d02d019348010b3","parentId":9611,"name":"read-resource","id":9612,"timestamp":2639707931,"duration":26658,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9611,"timestamp":2639707894,"duration":27150,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRobot.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9613,"name":"read-resource","id":9614,"timestamp":2639707980,"duration":27080,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9613,"timestamp":2639707957,"duration":27436,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRocketOff.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9615,"name":"read-resource","id":9616,"timestamp":2639708056,"duration":27361,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9615,"timestamp":2639707998,"duration":27702,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRocket.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9617,"name":"read-resource","id":9618,"timestamp":2639708103,"duration":27613,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9617,"timestamp":2639708076,"duration":27874,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRollerSkating.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9621,"name":"read-resource","id":9622,"timestamp":2639708171,"duration":27820,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9621,"timestamp":2639708151,"duration":28145,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRollercoaster.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9619,"name":"read-resource","id":9620,"timestamp":2639708138,"duration":28174,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9619,"timestamp":2639708117,"duration":28531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRollercoasterOff.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9623,"name":"read-resource","id":9624,"timestamp":2639708204,"duration":28465,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9623,"timestamp":2639708184,"duration":28704,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteFilled.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9627,"name":"read-resource","id":9628,"timestamp":2639708268,"duration":28637,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9627,"timestamp":2639708249,"duration":28965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber1.js","layer":"app-pages-browser"},"startTime":1732132324339}] +[{"traceId":"6d02d019348010b3","parentId":9625,"name":"read-resource","id":9626,"timestamp":2639708236,"duration":29366,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9625,"timestamp":2639708216,"duration":29749,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber0.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9629,"name":"read-resource","id":9630,"timestamp":2639708300,"duration":29682,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9629,"timestamp":2639708280,"duration":29986,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber2.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9631,"name":"read-resource","id":9632,"timestamp":2639708336,"duration":29947,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9631,"timestamp":2639708313,"duration":30410,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber3.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9633,"name":"read-resource","id":9634,"timestamp":2639708368,"duration":30372,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9633,"timestamp":2639708348,"duration":30600,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber4.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9635,"name":"read-resource","id":9636,"timestamp":2639708400,"duration":30560,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9635,"timestamp":2639708381,"duration":30713,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber5.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9637,"name":"read-resource","id":9638,"timestamp":2639708432,"duration":30673,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9637,"timestamp":2639708412,"duration":30816,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber6.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9639,"name":"read-resource","id":9640,"timestamp":2639708464,"duration":30776,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9639,"timestamp":2639708444,"duration":30924,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber7.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9641,"name":"read-resource","id":9642,"timestamp":2639708495,"duration":30884,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9641,"timestamp":2639708476,"duration":31029,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber8.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9643,"name":"read-resource","id":9644,"timestamp":2639708530,"duration":30997,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9643,"timestamp":2639708507,"duration":31141,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosetteNumber9.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9645,"name":"read-resource","id":9646,"timestamp":2639708563,"duration":31097,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9645,"timestamp":2639708543,"duration":31228,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRosette.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9647,"name":"read-resource","id":9648,"timestamp":2639708594,"duration":31188,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9647,"timestamp":2639708575,"duration":31331,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRotate2.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9649,"name":"read-resource","id":9650,"timestamp":2639708625,"duration":31293,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9649,"timestamp":2639708606,"duration":31462,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRotate360.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9653,"name":"read-resource","id":9654,"timestamp":2639708688,"duration":31392,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9653,"timestamp":2639708669,"duration":31540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRotateClockwise.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9655,"name":"read-resource","id":9656,"timestamp":2639708719,"duration":31501,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9655,"timestamp":2639708700,"duration":31632,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRotateDot.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9651,"name":"read-resource","id":9652,"timestamp":2639708657,"duration":31686,"tags":{},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9651,"timestamp":2639708638,"duration":31826,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRotateClockwise2.js","layer":"app-pages-browser"},"startTime":1732132324339},{"traceId":"6d02d019348010b3","parentId":9657,"name":"read-resource","id":9658,"timestamp":2639708755,"duration":31720,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9657,"timestamp":2639708732,"duration":31854,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRotateRectangle.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9661,"name":"read-resource","id":9662,"timestamp":2639708824,"duration":31771,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9661,"timestamp":2639708804,"duration":31914,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRoute2.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9663,"name":"read-resource","id":9664,"timestamp":2639708855,"duration":31873,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9663,"timestamp":2639708836,"duration":32012,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRouteOff.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9659,"name":"read-resource","id":9660,"timestamp":2639708791,"duration":32067,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9659,"timestamp":2639708769,"duration":32205,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRotate.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9671,"name":"read-resource","id":9672,"timestamp":2639708990,"duration":31994,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9671,"timestamp":2639708965,"duration":32135,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRowInsertBottom.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9665,"name":"read-resource","id":9666,"timestamp":2639708887,"duration":32224,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9665,"timestamp":2639708868,"duration":32365,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRoute.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9669,"name":"read-resource","id":9670,"timestamp":2639708952,"duration":32293,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9669,"timestamp":2639708933,"duration":32435,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRouter.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9667,"name":"read-resource","id":9668,"timestamp":2639708920,"duration":32510,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9667,"timestamp":2639708900,"duration":32685,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRouterOff.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9673,"name":"read-resource","id":9674,"timestamp":2639709033,"duration":33207,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9673,"timestamp":2639709009,"duration":33388,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRowInsertTop.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9675,"name":"read-resource","id":9676,"timestamp":2639709066,"duration":33344,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9675,"timestamp":2639709047,"duration":33491,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRowRemove.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9677,"name":"read-resource","id":9678,"timestamp":2639709097,"duration":33454,"tags":{},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9677,"timestamp":2639709078,"duration":33595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRss.js","layer":"app-pages-browser"},"startTime":1732132324340},{"traceId":"6d02d019348010b3","parentId":9685,"name":"read-resource","id":9686,"timestamp":2639712861,"duration":33021,"tags":{},"startTime":1732132324344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9685,"timestamp":2639712843,"duration":33485,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRuler2.js","layer":"app-pages-browser"},"startTime":1732132324344},{"traceId":"6d02d019348010b3","parentId":9679,"name":"read-resource","id":9680,"timestamp":2639712663,"duration":33690,"tags":{},"startTime":1732132324343},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9679,"timestamp":2639712631,"duration":33924,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRubberStampOff.js","layer":"app-pages-browser"},"startTime":1732132324343},{"traceId":"6d02d019348010b3","parentId":9681,"name":"read-resource","id":9682,"timestamp":2639712789,"duration":33780,"tags":{},"startTime":1732132324344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9681,"timestamp":2639712676,"duration":34086,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRubberStamp.js","layer":"app-pages-browser"},"startTime":1732132324344},{"traceId":"6d02d019348010b3","parentId":9683,"name":"read-resource","id":9684,"timestamp":2639712834,"duration":34305,"tags":{},"startTime":1732132324344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9683,"timestamp":2639712808,"duration":34564,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRuler2Off.js","layer":"app-pages-browser"},"startTime":1732132324344},{"traceId":"6d02d019348010b3","parentId":9687,"name":"read-resource","id":9688,"timestamp":2639712893,"duration":34494,"tags":{},"startTime":1732132324344},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9687,"timestamp":2639712870,"duration":34753,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRuler3.js","layer":"app-pages-browser"},"startTime":1732132324344},{"traceId":"6d02d019348010b3","parentId":9689,"name":"read-resource","id":9690,"timestamp":2639720651,"duration":27228,"tags":{},"startTime":1732132324351},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9689,"timestamp":2639720628,"duration":27527,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRulerMeasure.js","layer":"app-pages-browser"},"startTime":1732132324351},{"traceId":"6d02d019348010b3","parentId":9691,"name":"read-resource","id":9692,"timestamp":2639720694,"duration":27475,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9691,"timestamp":2639720672,"duration":27723,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRulerOff.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9693,"name":"read-resource","id":9694,"timestamp":2639720730,"duration":27706,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9693,"timestamp":2639720710,"duration":27942,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRuler.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9695,"name":"read-resource","id":9696,"timestamp":2639720762,"duration":27902,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9695,"timestamp":2639720743,"duration":28119,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconRun.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9697,"name":"read-resource","id":9698,"timestamp":2639720797,"duration":28078,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9697,"timestamp":2639720775,"duration":28273,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSTurnDown.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9699,"name":"read-resource","id":9700,"timestamp":2639720830,"duration":28230,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9699,"timestamp":2639720811,"duration":28416,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSTurnLeft.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9701,"name":"read-resource","id":9702,"timestamp":2639720871,"duration":28408,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9701,"timestamp":2639720844,"duration":28739,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSTurnRight.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9703,"name":"read-resource","id":9704,"timestamp":2639720905,"duration":28693,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9703,"timestamp":2639720885,"duration":28933,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSTurnUp.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9705,"name":"read-resource","id":9706,"timestamp":2639720937,"duration":28897,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9705,"timestamp":2639720918,"duration":29243,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSailboat2.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9707,"name":"read-resource","id":9708,"timestamp":2639720969,"duration":35904,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9707,"timestamp":2639720949,"duration":36133,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSailboatOff.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9709,"name":"read-resource","id":9710,"timestamp":2639721000,"duration":36094,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9709,"timestamp":2639720981,"duration":36246,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSailboat.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9711,"name":"read-resource","id":9712,"timestamp":2639721038,"duration":36201,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9711,"timestamp":2639721016,"duration":36358,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSalad.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9713,"name":"read-resource","id":9714,"timestamp":2639721075,"duration":36310,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9713,"timestamp":2639721052,"duration":36465,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSalt.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9715,"name":"read-resource","id":9716,"timestamp":2639721104,"duration":36424,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9715,"timestamp":2639721086,"duration":36574,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSatelliteOff.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9717,"name":"read-resource","id":9718,"timestamp":2639721392,"duration":36279,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9717,"timestamp":2639721370,"duration":36425,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSatellite.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9719,"name":"read-resource","id":9720,"timestamp":2639721447,"duration":36357,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9719,"timestamp":2639721426,"duration":36496,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSausage.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9721,"name":"read-resource","id":9722,"timestamp":2639721482,"duration":36452,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9721,"timestamp":2639721463,"duration":36593,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScaleOff.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9723,"name":"read-resource","id":9724,"timestamp":2639721515,"duration":36551,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9723,"timestamp":2639721495,"duration":36683,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScaleOutlineOff.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9725,"name":"read-resource","id":9726,"timestamp":2639721546,"duration":36643,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9725,"timestamp":2639721527,"duration":36775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScaleOutline.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9727,"name":"read-resource","id":9728,"timestamp":2639721580,"duration":36732,"tags":{},"startTime":1732132324352}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9727,"timestamp":2639721558,"duration":37123,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScale.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9729,"name":"read-resource","id":9730,"timestamp":2639721615,"duration":37080,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9729,"timestamp":2639721593,"duration":37245,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScanEye.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9731,"name":"read-resource","id":9732,"timestamp":2639721645,"duration":37204,"tags":{},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9731,"timestamp":2639721627,"duration":37344,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScan.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9733,"name":"read-resource","id":9734,"timestamp":2639721677,"duration":37304,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9733,"timestamp":2639721658,"duration":37450,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSchemaOff.js","layer":"app-pages-browser"},"startTime":1732132324352},{"traceId":"6d02d019348010b3","parentId":9735,"name":"read-resource","id":9736,"timestamp":2639721709,"duration":37411,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9735,"timestamp":2639721690,"duration":37555,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSchema.js","layer":"app-pages-browser"},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":9737,"name":"read-resource","id":9738,"timestamp":2639721740,"duration":37514,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9737,"timestamp":2639721721,"duration":37655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSchoolBell.js","layer":"app-pages-browser"},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":9739,"name":"read-resource","id":9740,"timestamp":2639721776,"duration":37609,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9739,"timestamp":2639721753,"duration":37746,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSchoolOff.js","layer":"app-pages-browser"},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":9741,"name":"read-resource","id":9742,"timestamp":2639721809,"duration":37700,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9741,"timestamp":2639721789,"duration":37828,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSchool.js","layer":"app-pages-browser"},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":9743,"name":"read-resource","id":9744,"timestamp":2639721840,"duration":37923,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9743,"timestamp":2639721821,"duration":38217,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScissorsOff.js","layer":"app-pages-browser"},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":9745,"name":"read-resource","id":9746,"timestamp":2639721872,"duration":38188,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9745,"timestamp":2639721853,"duration":38455,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScissors.js","layer":"app-pages-browser"},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":9747,"name":"read-resource","id":9748,"timestamp":2639721914,"duration":38409,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9747,"timestamp":2639721895,"duration":38724,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScooterElectric.js","layer":"app-pages-browser"},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":9749,"name":"read-resource","id":9750,"timestamp":2639721945,"duration":38690,"tags":{},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9749,"timestamp":2639721927,"duration":39010,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScooter.js","layer":"app-pages-browser"},"startTime":1732132324353},{"traceId":"6d02d019348010b3","parentId":9751,"name":"read-resource","id":9752,"timestamp":2639728574,"duration":38029,"tags":{},"startTime":1732132324359},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9751,"timestamp":2639728536,"duration":38405,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScoreboard.js","layer":"app-pages-browser"},"startTime":1732132324359},{"traceId":"6d02d019348010b3","parentId":9753,"name":"read-resource","id":9754,"timestamp":2639728623,"duration":38334,"tags":{},"startTime":1732132324359},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9753,"timestamp":2639728596,"duration":38566,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScreenShareOff.js","layer":"app-pages-browser"},"startTime":1732132324359},{"traceId":"6d02d019348010b3","parentId":9755,"name":"read-resource","id":9756,"timestamp":2639728661,"duration":38517,"tags":{},"startTime":1732132324359},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9755,"timestamp":2639728639,"duration":39059,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScreenShare.js","layer":"app-pages-browser"},"startTime":1732132324359},{"traceId":"6d02d019348010b3","parentId":9759,"name":"read-resource","id":9760,"timestamp":2639728744,"duration":38972,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9759,"timestamp":2639728723,"duration":39349,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScribbleOff.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9757,"name":"read-resource","id":9758,"timestamp":2639728708,"duration":39381,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9757,"timestamp":2639728675,"duration":39705,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScreenshot.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9761,"name":"read-resource","id":9762,"timestamp":2639728820,"duration":39577,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9761,"timestamp":2639728797,"duration":39919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScribble.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9763,"name":"read-resource","id":9764,"timestamp":2639728861,"duration":39873,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9763,"timestamp":2639728840,"duration":40178,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScriptMinus.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9765,"name":"read-resource","id":9766,"timestamp":2639728897,"duration":40139,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9765,"timestamp":2639728877,"duration":40671,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScriptPlus.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9767,"name":"read-resource","id":9768,"timestamp":2639728936,"duration":40629,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9767,"timestamp":2639728911,"duration":40798,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScriptX.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9769,"name":"read-resource","id":9770,"timestamp":2639728969,"duration":40752,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9769,"timestamp":2639728950,"duration":40887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScript.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9771,"name":"read-resource","id":9772,"timestamp":2639729001,"duration":40846,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9771,"timestamp":2639728981,"duration":40994,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScubaMaskOff.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9773,"name":"read-resource","id":9774,"timestamp":2639729034,"duration":40953,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9773,"timestamp":2639729014,"duration":41088,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconScubaMask.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9775,"name":"read-resource","id":9776,"timestamp":2639729067,"duration":41048,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9775,"timestamp":2639729046,"duration":41189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSdk.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9777,"name":"read-resource","id":9778,"timestamp":2639729098,"duration":41149,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9777,"timestamp":2639729079,"duration":41280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSearchOff.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9779,"name":"read-resource","id":9780,"timestamp":2639729134,"duration":41304,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9779,"timestamp":2639729112,"duration":41475,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSearch.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9781,"name":"read-resource","id":9782,"timestamp":2639729168,"duration":43585,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9781,"timestamp":2639729147,"duration":43769,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSectionSign.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9783,"name":"read-resource","id":9784,"timestamp":2639729200,"duration":43729,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9783,"timestamp":2639729181,"duration":43897,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSection.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9785,"name":"read-resource","id":9786,"timestamp":2639729232,"duration":43857,"tags":{},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9785,"timestamp":2639729213,"duration":44007,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSeedingOff.js","layer":"app-pages-browser"},"startTime":1732132324360},{"traceId":"6d02d019348010b3","parentId":9787,"name":"read-resource","id":9788,"timestamp":2639734060,"duration":39353,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9787,"timestamp":2639734018,"duration":39656,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSeeding.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9789,"name":"read-resource","id":9790,"timestamp":2639734096,"duration":39595,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9789,"timestamp":2639734075,"duration":39944,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSelectAll.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9791,"name":"read-resource","id":9792,"timestamp":2639734125,"duration":39910,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9791,"timestamp":2639734106,"duration":40167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSelect.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9793,"name":"read-resource","id":9794,"timestamp":2639734153,"duration":40135,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9793,"timestamp":2639734134,"duration":40392,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSelector.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9795,"name":"read-resource","id":9796,"timestamp":2639734276,"duration":40265,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9795,"timestamp":2639734203,"duration":40592,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSendOff.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9797,"name":"read-resource","id":9798,"timestamp":2639734314,"duration":40503,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9797,"timestamp":2639734289,"duration":40742,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSend.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9799,"name":"read-resource","id":9800,"timestamp":2639734346,"duration":40702,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9799,"timestamp":2639734323,"duration":40971,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSeo.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9801,"name":"read-resource","id":9802,"timestamp":2639734373,"duration":40968,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9801,"timestamp":2639734355,"duration":41237,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSeparatorHorizontal.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9803,"name":"read-resource","id":9804,"timestamp":2639734398,"duration":41211,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9803,"timestamp":2639734380,"duration":41422,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSeparatorVertical.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9805,"name":"read-resource","id":9806,"timestamp":2639734422,"duration":41410,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9805,"timestamp":2639734406,"duration":41632,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSeparator.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9807,"name":"read-resource","id":9808,"timestamp":2639734450,"duration":41602,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9807,"timestamp":2639734432,"duration":41761,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconServer2.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9809,"name":"read-resource","id":9810,"timestamp":2639734529,"duration":41675,"tags":{},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9809,"timestamp":2639734457,"duration":41879,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconServerBolt.js","layer":"app-pages-browser"},"startTime":1732132324365},{"traceId":"6d02d019348010b3","parentId":9811,"name":"read-resource","id":9812,"timestamp":2639744416,"duration":32541,"tags":{},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9811,"timestamp":2639744389,"duration":32766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconServerCog.js","layer":"app-pages-browser"},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":9813,"name":"read-resource","id":9814,"timestamp":2639744464,"duration":32709,"tags":{},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9813,"timestamp":2639744437,"duration":32871,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconServerOff.js","layer":"app-pages-browser"},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":9815,"name":"read-resource","id":9816,"timestamp":2639744501,"duration":32817,"tags":{},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9815,"timestamp":2639744480,"duration":32965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconServer.js","layer":"app-pages-browser"},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":9817,"name":"read-resource","id":9818,"timestamp":2639744537,"duration":32920,"tags":{},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9817,"timestamp":2639744516,"duration":33054,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconServicemark.js","layer":"app-pages-browser"},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":9819,"name":"read-resource","id":9820,"timestamp":2639744569,"duration":33012,"tags":{},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9819,"timestamp":2639744549,"duration":33146,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettings2.js","layer":"app-pages-browser"},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":9821,"name":"read-resource","id":9822,"timestamp":2639744602,"duration":33105,"tags":{},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9821,"timestamp":2639744583,"duration":33251,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsAutomation.js","layer":"app-pages-browser"},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":9823,"name":"read-resource","id":9824,"timestamp":2639744634,"duration":33210,"tags":{},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9823,"timestamp":2639744615,"duration":33348,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsBolt.js","layer":"app-pages-browser"},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":9825,"name":"read-resource","id":9826,"timestamp":2639744666,"duration":33308,"tags":{},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9825,"timestamp":2639744647,"duration":33453,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsCancel.js","layer":"app-pages-browser"},"startTime":1732132324375},{"traceId":"6d02d019348010b3","parentId":9827,"name":"read-resource","id":9828,"timestamp":2639744704,"duration":33407,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9827,"timestamp":2639744680,"duration":33550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsCheck.js","layer":"app-pages-browser"},"startTime":1732132324376}] +[{"traceId":"6d02d019348010b3","parentId":9829,"name":"read-resource","id":9830,"timestamp":2639744738,"duration":33683,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9829,"timestamp":2639744717,"duration":33937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsCode.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9831,"name":"read-resource","id":9832,"timestamp":2639744770,"duration":33898,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9831,"timestamp":2639744750,"duration":34064,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsCog.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9837,"name":"read-resource","id":9838,"timestamp":2639744866,"duration":33959,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9837,"timestamp":2639744846,"duration":34108,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsExclamation.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9835,"name":"read-resource","id":9836,"timestamp":2639744833,"duration":34132,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9835,"timestamp":2639744815,"duration":34276,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsDown.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9833,"name":"read-resource","id":9834,"timestamp":2639744802,"duration":34298,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9833,"timestamp":2639744783,"duration":34445,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsDollar.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9839,"name":"read-resource","id":9840,"timestamp":2639744897,"duration":34341,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9839,"timestamp":2639744878,"duration":34473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsFilled.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9847,"name":"read-resource","id":9848,"timestamp":2639745029,"duration":34332,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9847,"timestamp":2639745010,"duration":34470,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsPause.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9841,"name":"read-resource","id":9842,"timestamp":2639744933,"duration":34557,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9841,"timestamp":2639744910,"duration":34694,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsHeart.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9843,"name":"read-resource","id":9844,"timestamp":2639744965,"duration":34649,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9843,"timestamp":2639744946,"duration":34793,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsMinus.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9845,"name":"read-resource","id":9846,"timestamp":2639744997,"duration":34753,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9845,"timestamp":2639744978,"duration":34887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsOff.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9849,"name":"read-resource","id":9850,"timestamp":2639745061,"duration":34813,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9849,"timestamp":2639745042,"duration":34953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsPin.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9853,"name":"read-resource","id":9854,"timestamp":2639745128,"duration":37694,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9853,"timestamp":2639745105,"duration":37888,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsQuestion.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9855,"name":"read-resource","id":9856,"timestamp":2639745164,"duration":37842,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9855,"timestamp":2639745141,"duration":37997,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsSearch.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9857,"name":"read-resource","id":9858,"timestamp":2639745200,"duration":37950,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9857,"timestamp":2639745176,"duration":38130,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsShare.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9859,"name":"read-resource","id":9860,"timestamp":2639745232,"duration":38088,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9859,"timestamp":2639745213,"duration":38402,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsStar.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9863,"name":"read-resource","id":9864,"timestamp":2639745295,"duration":38337,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9863,"timestamp":2639745276,"duration":38553,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsX.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9851,"name":"read-resource","id":9852,"timestamp":2639745092,"duration":38752,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9851,"timestamp":2639745073,"duration":39001,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsPlus.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9865,"name":"read-resource","id":9866,"timestamp":2639745326,"duration":38764,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9865,"timestamp":2639745307,"duration":38999,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettings.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9867,"name":"read-resource","id":9868,"timestamp":2639745364,"duration":38956,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9867,"timestamp":2639745338,"duration":39184,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShadowOff.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9871,"name":"read-resource","id":9872,"timestamp":2639745430,"duration":39108,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9871,"timestamp":2639745411,"duration":39321,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShape2.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9873,"name":"read-resource","id":9874,"timestamp":2639745468,"duration":39290,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9873,"timestamp":2639745448,"duration":39505,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShape3.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9875,"name":"read-resource","id":9876,"timestamp":2639745500,"duration":39564,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9875,"timestamp":2639745481,"duration":39808,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShapeOff.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9861,"name":"read-resource","id":9862,"timestamp":2639745263,"duration":40058,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9861,"timestamp":2639745244,"duration":40281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSettingsUp.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9869,"name":"read-resource","id":9870,"timestamp":2639745398,"duration":40142,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9869,"timestamp":2639745377,"duration":40350,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShadow.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9877,"name":"read-resource","id":9878,"timestamp":2639745531,"duration":40218,"tags":{},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9877,"timestamp":2639745512,"duration":40413,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShape.js","layer":"app-pages-browser"},"startTime":1732132324376},{"traceId":"6d02d019348010b3","parentId":9879,"name":"read-resource","id":9880,"timestamp":2639756373,"duration":31151,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9879,"timestamp":2639756337,"duration":36059,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShare2.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9883,"name":"read-resource","id":9884,"timestamp":2639756460,"duration":35956,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9883,"timestamp":2639756439,"duration":36184,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShareOff.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9885,"name":"read-resource","id":9886,"timestamp":2639756495,"duration":36140,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9885,"timestamp":2639756475,"duration":36336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShare.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9889,"name":"read-resource","id":9890,"timestamp":2639756566,"duration":36262,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9889,"timestamp":2639756542,"duration":36441,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldBolt.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9881,"name":"read-resource","id":9882,"timestamp":2639756422,"duration":36573,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9881,"timestamp":2639756398,"duration":36741,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShare3.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9893,"name":"read-resource","id":9894,"timestamp":2639756632,"duration":36518,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9893,"timestamp":2639756612,"duration":36707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldCheckFilled.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9887,"name":"read-resource","id":9888,"timestamp":2639756529,"duration":36803,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9887,"timestamp":2639756508,"duration":36995,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShiJumping.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9891,"name":"read-resource","id":9892,"timestamp":2639756599,"duration":36919,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9891,"timestamp":2639756580,"duration":37090,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldCancel.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9897,"name":"read-resource","id":9898,"timestamp":2639756697,"duration":36984,"tags":{},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9897,"timestamp":2639756677,"duration":37153,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldCheckeredFilled.js","layer":"app-pages-browser"},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":9895,"name":"read-resource","id":9896,"timestamp":2639756665,"duration":37176,"tags":{},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9895,"timestamp":2639756645,"duration":37346,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldCheck.js","layer":"app-pages-browser"},"startTime":1732132324387},{"traceId":"6d02d019348010b3","parentId":9901,"name":"read-resource","id":9902,"timestamp":2639756760,"duration":37243,"tags":{},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9901,"timestamp":2639756741,"duration":37403,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldChevron.js","layer":"app-pages-browser"},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":9905,"name":"read-resource","id":9906,"timestamp":2639756829,"duration":37326,"tags":{},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9905,"timestamp":2639756810,"duration":37529,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldCog.js","layer":"app-pages-browser"},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":9903,"name":"read-resource","id":9904,"timestamp":2639756796,"duration":38621,"tags":{},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9903,"timestamp":2639756773,"duration":38834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldCode.js","layer":"app-pages-browser"},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":9899,"name":"read-resource","id":9900,"timestamp":2639756729,"duration":38896,"tags":{},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9899,"timestamp":2639756710,"duration":39089,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldCheckered.js","layer":"app-pages-browser"},"startTime":1732132324388},{"traceId":"6d02d019348010b3","parentId":9909,"name":"read-resource","id":9910,"timestamp":2639764274,"duration":36123,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9909,"timestamp":2639764252,"duration":38066,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldDown.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9911,"name":"read-resource","id":9912,"timestamp":2639764309,"duration":38039,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9911,"timestamp":2639764283,"duration":38263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldExclamation.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9917,"name":"read-resource","id":9918,"timestamp":2639764375,"duration":38186,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9917,"timestamp":2639764362,"duration":41163,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldHalf.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9915,"name":"read-resource","id":9916,"timestamp":2639764356,"duration":41189,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9915,"timestamp":2639764341,"duration":41463,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldHalfFilled.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9913,"name":"read-resource","id":9914,"timestamp":2639764335,"duration":41484,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9913,"timestamp":2639764317,"duration":41686,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldFilled.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9919,"name":"read-resource","id":9920,"timestamp":2639764395,"duration":41622,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9919,"timestamp":2639764381,"duration":41811,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldHeart.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9927,"name":"read-resource","id":9928,"timestamp":2639764482,"duration":41725,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9927,"timestamp":2639764468,"duration":41913,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldOff.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9921,"name":"read-resource","id":9922,"timestamp":2639764413,"duration":41981,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9921,"timestamp":2639764400,"duration":42175,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldLockFilled.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9923,"name":"read-resource","id":9924,"timestamp":2639764439,"duration":42150,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9923,"timestamp":2639764419,"duration":42349,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldLock.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9931,"name":"read-resource","id":9932,"timestamp":2639764520,"duration":42262,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9931,"timestamp":2639764507,"duration":42450,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldPin.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9925,"name":"read-resource","id":9926,"timestamp":2639764462,"duration":42507,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9925,"timestamp":2639764447,"duration":42693,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldMinus.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9929,"name":"read-resource","id":9930,"timestamp":2639764501,"duration":42653,"tags":{},"startTime":1732132324395}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9929,"timestamp":2639764489,"duration":43138,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldPause.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9935,"name":"read-resource","id":9936,"timestamp":2639764558,"duration":43084,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9935,"timestamp":2639764545,"duration":43289,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldQuestion.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9933,"name":"read-resource","id":9934,"timestamp":2639764538,"duration":43310,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9933,"timestamp":2639764525,"duration":43523,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldPlus.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9937,"name":"read-resource","id":9938,"timestamp":2639764580,"duration":43481,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9937,"timestamp":2639764563,"duration":43703,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldSearch.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9939,"name":"read-resource","id":9940,"timestamp":2639764601,"duration":43680,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9939,"timestamp":2639764587,"duration":43901,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldShare.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9943,"name":"read-resource","id":9944,"timestamp":2639764656,"duration":43847,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9943,"timestamp":2639764636,"duration":44060,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldUp.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9941,"name":"read-resource","id":9942,"timestamp":2639764624,"duration":44086,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9941,"timestamp":2639764606,"duration":44278,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldStar.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9947,"name":"read-resource","id":9948,"timestamp":2639764721,"duration":44177,"tags":{},"startTime":1732132324396},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9947,"timestamp":2639764701,"duration":44357,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShield.js","layer":"app-pages-browser"},"startTime":1732132324396},{"traceId":"6d02d019348010b3","parentId":9949,"name":"read-resource","id":9950,"timestamp":2639764748,"duration":44661,"tags":{},"startTime":1732132324396},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9949,"timestamp":2639764729,"duration":44893,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShipOff.js","layer":"app-pages-browser"},"startTime":1732132324396},{"traceId":"6d02d019348010b3","parentId":9945,"name":"read-resource","id":9946,"timestamp":2639764689,"duration":45543,"tags":{},"startTime":1732132324396},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9945,"timestamp":2639764665,"duration":45775,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldX.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9907,"name":"read-resource","id":9908,"timestamp":2639764236,"duration":46255,"tags":{},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9907,"timestamp":2639764193,"duration":50455,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShieldDollar.js","layer":"app-pages-browser"},"startTime":1732132324395},{"traceId":"6d02d019348010b3","parentId":9955,"name":"read-resource","id":9956,"timestamp":2639772234,"duration":42434,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9955,"timestamp":2639772213,"duration":42665,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShirtOff.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9951,"name":"read-resource","id":9952,"timestamp":2639772153,"duration":42739,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9951,"timestamp":2639772122,"duration":42970,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShip.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9953,"name":"read-resource","id":9954,"timestamp":2639772197,"duration":42909,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9953,"timestamp":2639772174,"duration":43114,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShirtFilled.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9961,"name":"read-resource","id":9962,"timestamp":2639772341,"duration":42962,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9961,"timestamp":2639772317,"duration":43182,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoeOff.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9957,"name":"read-resource","id":9958,"timestamp":2639772270,"duration":43242,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9957,"timestamp":2639772248,"duration":43470,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShirtSport.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9959,"name":"read-resource","id":9960,"timestamp":2639772303,"duration":43429,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9959,"timestamp":2639772283,"duration":43641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShirt.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9963,"name":"read-resource","id":9964,"timestamp":2639772375,"duration":43563,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9963,"timestamp":2639772355,"duration":43889,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoe.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9965,"name":"read-resource","id":9966,"timestamp":2639772406,"duration":53373,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9965,"timestamp":2639772387,"duration":53654,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBagCheck.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9967,"name":"read-resource","id":9968,"timestamp":2639772439,"duration":53619,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9967,"timestamp":2639772419,"duration":53875,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBagDiscount.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9969,"name":"read-resource","id":9970,"timestamp":2639772472,"duration":53837,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9969,"timestamp":2639772451,"duration":54076,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBagEdit.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9975,"name":"read-resource","id":9976,"timestamp":2639772576,"duration":53966,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9975,"timestamp":2639772555,"duration":54204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBagPlus.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9971,"name":"read-resource","id":9972,"timestamp":2639772506,"duration":54281,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9971,"timestamp":2639772485,"duration":54525,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBagExclamation.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9973,"name":"read-resource","id":9974,"timestamp":2639772543,"duration":55057,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9973,"timestamp":2639772519,"duration":55414,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBagMinus.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9979,"name":"read-resource","id":9980,"timestamp":2639772640,"duration":56314,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9979,"timestamp":2639772621,"duration":56709,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBagX.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9977,"name":"read-resource","id":9978,"timestamp":2639772608,"duration":56743,"tags":{},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9977,"timestamp":2639772589,"duration":57114,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBagSearch.js","layer":"app-pages-browser"},"startTime":1732132324403},{"traceId":"6d02d019348010b3","parentId":9981,"name":"read-resource","id":9982,"timestamp":2639781646,"duration":50940,"tags":{},"startTime":1732132324412},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9981,"timestamp":2639781623,"duration":51194,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingBag.js","layer":"app-pages-browser"},"startTime":1732132324412},{"traceId":"6d02d019348010b3","parentId":9983,"name":"read-resource","id":9984,"timestamp":2639781693,"duration":51141,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9983,"timestamp":2639781667,"duration":51389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartBolt.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":9985,"name":"read-resource","id":9986,"timestamp":2639781731,"duration":51341,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9985,"timestamp":2639781709,"duration":51596,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartCancel.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":9987,"name":"read-resource","id":9988,"timestamp":2639781765,"duration":51556,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9987,"timestamp":2639781744,"duration":51797,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartCheck.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":9989,"name":"read-resource","id":9990,"timestamp":2639781798,"duration":51758,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9989,"timestamp":2639781778,"duration":52007,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartCode.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":9991,"name":"read-resource","id":9992,"timestamp":2639781835,"duration":51967,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9991,"timestamp":2639781812,"duration":52253,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartCog.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":9993,"name":"read-resource","id":9994,"timestamp":2639781879,"duration":52202,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9993,"timestamp":2639781855,"duration":52444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartCopy.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":9995,"name":"read-resource","id":9996,"timestamp":2639781913,"duration":52404,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9995,"timestamp":2639781893,"duration":52653,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartDiscount.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":9997,"name":"read-resource","id":9998,"timestamp":2639781947,"duration":52613,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9997,"timestamp":2639781927,"duration":52852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartDollar.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":9999,"name":"read-resource","id":10000,"timestamp":2639781979,"duration":52815,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":9999,"timestamp":2639781960,"duration":53052,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartDown.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10001,"name":"read-resource","id":10002,"timestamp":2639782012,"duration":53017,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10001,"timestamp":2639781992,"duration":53262,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartExclamation.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10003,"name":"read-resource","id":10004,"timestamp":2639782044,"duration":53226,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10003,"timestamp":2639782024,"duration":53455,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartFilled.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10005,"name":"read-resource","id":10006,"timestamp":2639782075,"duration":53421,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10005,"timestamp":2639782056,"duration":53653,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartHeart.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10007,"name":"read-resource","id":10008,"timestamp":2639782109,"duration":53614,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10007,"timestamp":2639782087,"duration":53844,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartMinus.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10009,"name":"read-resource","id":10010,"timestamp":2639782143,"duration":53804,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10009,"timestamp":2639782123,"duration":54173,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartOff.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10011,"name":"read-resource","id":10012,"timestamp":2639782175,"duration":54138,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10011,"timestamp":2639782156,"duration":54377,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartPause.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10015,"name":"read-resource","id":10016,"timestamp":2639782238,"duration":54310,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10015,"timestamp":2639782219,"duration":54549,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartPlus.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10013,"name":"read-resource","id":10014,"timestamp":2639782205,"duration":54578,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10013,"timestamp":2639782187,"duration":54813,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartPin.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10019,"name":"read-resource","id":10020,"timestamp":2639782305,"duration":54710,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10019,"timestamp":2639782281,"duration":54960,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartSearch.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10017,"name":"read-resource","id":10018,"timestamp":2639782269,"duration":54987,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10017,"timestamp":2639782250,"duration":55225,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartQuestion.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10021,"name":"read-resource","id":10022,"timestamp":2639782338,"duration":55153,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10021,"timestamp":2639782318,"duration":55385,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartShare.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10023,"name":"read-resource","id":10024,"timestamp":2639782370,"duration":55348,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10023,"timestamp":2639782351,"duration":55569,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartStar.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10027,"name":"read-resource","id":10028,"timestamp":2639782435,"duration":55497,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10027,"timestamp":2639782416,"duration":55706,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartX.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10025,"name":"read-resource","id":10026,"timestamp":2639782402,"duration":55734,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10025,"timestamp":2639782382,"duration":55945,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCartUp.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10029,"name":"read-resource","id":10030,"timestamp":2639782467,"duration":55873,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10029,"timestamp":2639782447,"duration":56077,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShoppingCart.js","layer":"app-pages-browser"},"startTime":1732132324413}] +[{"traceId":"6d02d019348010b3","parentId":10031,"name":"read-resource","id":10032,"timestamp":2639782497,"duration":56450,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10031,"timestamp":2639782480,"duration":56654,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShovel.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10033,"name":"read-resource","id":10034,"timestamp":2639782531,"duration":56616,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10033,"timestamp":2639782509,"duration":56817,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconShredder.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10035,"name":"read-resource","id":10036,"timestamp":2639782564,"duration":56775,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10035,"timestamp":2639782544,"duration":56951,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10037,"name":"read-resource","id":10038,"timestamp":2639782594,"duration":56913,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10037,"timestamp":2639782576,"duration":57087,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignLeft.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10039,"name":"read-resource","id":10040,"timestamp":2639782624,"duration":57049,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10039,"timestamp":2639782606,"duration":57214,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignRightFilled.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10041,"name":"read-resource","id":10042,"timestamp":2639782655,"duration":57176,"tags":{},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10041,"timestamp":2639782636,"duration":57357,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignRight.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10043,"name":"read-resource","id":10044,"timestamp":2639782686,"duration":57571,"tags":{},"startTime":1732132324414},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10043,"timestamp":2639782667,"duration":57777,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignal2g.js","layer":"app-pages-browser"},"startTime":1732132324413},{"traceId":"6d02d019348010b3","parentId":10047,"name":"read-resource","id":10048,"timestamp":2639782751,"duration":57917,"tags":{},"startTime":1732132324414},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10047,"timestamp":2639782728,"duration":58113,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignal4gPlus.js","layer":"app-pages-browser"},"startTime":1732132324414},{"traceId":"6d02d019348010b3","parentId":10045,"name":"read-resource","id":10046,"timestamp":2639782717,"duration":58137,"tags":{},"startTime":1732132324414},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10045,"timestamp":2639782698,"duration":58306,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignal3g.js","layer":"app-pages-browser"},"startTime":1732132324414},{"traceId":"6d02d019348010b3","parentId":10049,"name":"read-resource","id":10050,"timestamp":2639782784,"duration":58234,"tags":{},"startTime":1732132324414},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10049,"timestamp":2639782765,"duration":58404,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignal4g.js","layer":"app-pages-browser"},"startTime":1732132324414},{"traceId":"6d02d019348010b3","parentId":10051,"name":"read-resource","id":10052,"timestamp":2639787142,"duration":59764,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10051,"timestamp":2639787114,"duration":60020,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignal5g.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10053,"name":"read-resource","id":10054,"timestamp":2639787170,"duration":59979,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10053,"timestamp":2639787152,"duration":60197,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignal6g.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10055,"name":"read-resource","id":10056,"timestamp":2639787195,"duration":60169,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10055,"timestamp":2639787177,"duration":60431,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignalE.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10057,"name":"read-resource","id":10058,"timestamp":2639787216,"duration":60406,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10057,"timestamp":2639787202,"duration":60626,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignalG.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10059,"name":"read-resource","id":10060,"timestamp":2639787235,"duration":60632,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10059,"timestamp":2639787222,"duration":61173,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignalHPlus.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10061,"name":"read-resource","id":10062,"timestamp":2639787253,"duration":61157,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10061,"timestamp":2639787240,"duration":61354,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignalH.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10065,"name":"read-resource","id":10066,"timestamp":2639787287,"duration":61320,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10065,"timestamp":2639787274,"duration":61513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignatureOff.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10063,"name":"read-resource","id":10064,"timestamp":2639787270,"duration":61532,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10063,"timestamp":2639787258,"duration":61721,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignalLte.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10067,"name":"read-resource","id":10068,"timestamp":2639787305,"duration":61686,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10067,"timestamp":2639787292,"duration":61842,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSignature.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10069,"name":"read-resource","id":10070,"timestamp":2639787326,"duration":61820,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10069,"timestamp":2639787309,"duration":62002,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSitemapOff.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10071,"name":"read-resource","id":10072,"timestamp":2639787344,"duration":61979,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10071,"timestamp":2639787332,"duration":62149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSitemap.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10073,"name":"read-resource","id":10074,"timestamp":2639787363,"duration":62129,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10073,"timestamp":2639787350,"duration":62305,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSkateboardOff.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10075,"name":"read-resource","id":10076,"timestamp":2639787385,"duration":62281,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10075,"timestamp":2639787368,"duration":62448,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSkateboard.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10077,"name":"read-resource","id":10078,"timestamp":2639787406,"duration":62420,"tags":{},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10077,"timestamp":2639787390,"duration":62618,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSkateboarding.js","layer":"app-pages-browser"},"startTime":1732132324418},{"traceId":"6d02d019348010b3","parentId":10079,"name":"read-resource","id":10080,"timestamp":2639795136,"duration":54883,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10079,"timestamp":2639795106,"duration":55071,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSkull.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10081,"name":"read-resource","id":10082,"timestamp":2639795172,"duration":55015,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10081,"timestamp":2639795150,"duration":55181,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSlash.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10083,"name":"read-resource","id":10084,"timestamp":2639795192,"duration":55150,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10083,"timestamp":2639795178,"duration":55310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSlashes.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10085,"name":"read-resource","id":10086,"timestamp":2639795211,"duration":55289,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10085,"timestamp":2639795197,"duration":55454,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSleigh.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10087,"name":"read-resource","id":10088,"timestamp":2639795229,"duration":55433,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10087,"timestamp":2639795216,"duration":55582,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSlice.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10089,"name":"read-resource","id":10090,"timestamp":2639795245,"duration":55566,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10089,"timestamp":2639795233,"duration":55752,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSlideshow.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10091,"name":"read-resource","id":10092,"timestamp":2639795262,"duration":55735,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10091,"timestamp":2639795249,"duration":55906,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSmartHomeOff.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10093,"name":"read-resource","id":10094,"timestamp":2639795280,"duration":55887,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10093,"timestamp":2639795267,"duration":56046,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSmartHome.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10095,"name":"read-resource","id":10096,"timestamp":2639795304,"duration":56020,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10095,"timestamp":2639795285,"duration":56189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSmokingNo.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10097,"name":"read-resource","id":10098,"timestamp":2639795322,"duration":56895,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10097,"timestamp":2639795310,"duration":57104,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSmoking.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10101,"name":"read-resource","id":10102,"timestamp":2639795364,"duration":57321,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10101,"timestamp":2639795344,"duration":57554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSnowflake.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10099,"name":"read-resource","id":10100,"timestamp":2639795339,"duration":61042,"tags":{},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10099,"timestamp":2639795327,"duration":61341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSnowflakeOff.js","layer":"app-pages-browser"},"startTime":1732132324426},{"traceId":"6d02d019348010b3","parentId":10103,"name":"read-resource","id":10104,"timestamp":2639797112,"duration":59625,"tags":{},"startTime":1732132324428},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10103,"timestamp":2639797082,"duration":59918,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSnowman.js","layer":"app-pages-browser"},"startTime":1732132324428},{"traceId":"6d02d019348010b3","parentId":10105,"name":"read-resource","id":10106,"timestamp":2639797163,"duration":60191,"tags":{},"startTime":1732132324428},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10105,"timestamp":2639797138,"duration":60601,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSoccerField.js","layer":"app-pages-browser"},"startTime":1732132324428},{"traceId":"6d02d019348010b3","parentId":10107,"name":"read-resource","id":10108,"timestamp":2639824582,"duration":34349,"tags":{},"startTime":1732132324455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10107,"timestamp":2639824531,"duration":34646,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSocialOff.js","layer":"app-pages-browser"},"startTime":1732132324455},{"traceId":"6d02d019348010b3","parentId":10109,"name":"read-resource","id":10110,"timestamp":2639824629,"duration":34562,"tags":{},"startTime":1732132324455},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10109,"timestamp":2639824604,"duration":34809,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSocial.js","layer":"app-pages-browser"},"startTime":1732132324455},{"traceId":"6d02d019348010b3","parentId":10111,"name":"read-resource","id":10112,"timestamp":2639824677,"duration":34752,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10111,"timestamp":2639824652,"duration":34962,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSock.js","layer":"app-pages-browser"},"startTime":1732132324455},{"traceId":"6d02d019348010b3","parentId":10113,"name":"read-resource","id":10114,"timestamp":2639824712,"duration":34920,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10113,"timestamp":2639824692,"duration":35142,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSofaOff.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10115,"name":"read-resource","id":10116,"timestamp":2639824762,"duration":35086,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10115,"timestamp":2639824734,"duration":35341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSofa.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10117,"name":"read-resource","id":10118,"timestamp":2639824797,"duration":35293,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10117,"timestamp":2639824775,"duration":35547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSolarPanel2.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10119,"name":"read-resource","id":10120,"timestamp":2639824840,"duration":35496,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10119,"timestamp":2639824816,"duration":35728,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSolarPanel.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10121,"name":"read-resource","id":10122,"timestamp":2639824882,"duration":35676,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10121,"timestamp":2639824861,"duration":35882,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSort09.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10123,"name":"read-resource","id":10124,"timestamp":2639824918,"duration":35839,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10123,"timestamp":2639824897,"duration":36050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSort90.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10125,"name":"read-resource","id":10126,"timestamp":2639824959,"duration":36003,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10125,"timestamp":2639824937,"duration":36224,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortAZ.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10127,"name":"read-resource","id":10128,"timestamp":2639824992,"duration":36184,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10127,"timestamp":2639824972,"duration":36399,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortAscending2.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10129,"name":"read-resource","id":10130,"timestamp":2639825040,"duration":36346,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10129,"timestamp":2639825010,"duration":36577,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortAscendingLetters.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10131,"name":"read-resource","id":10132,"timestamp":2639825082,"duration":36519,"tags":{},"startTime":1732132324456}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10131,"timestamp":2639825059,"duration":37233,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortAscendingNumbers.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10133,"name":"read-resource","id":10134,"timestamp":2639825124,"duration":37184,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10133,"timestamp":2639825102,"duration":37416,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortAscending.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10135,"name":"read-resource","id":10136,"timestamp":2639825167,"duration":37364,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10135,"timestamp":2639825145,"duration":37585,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortDescending2.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10137,"name":"read-resource","id":10138,"timestamp":2639825198,"duration":37547,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10137,"timestamp":2639825179,"duration":37782,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortDescendingLetters.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10139,"name":"read-resource","id":10140,"timestamp":2639825240,"duration":37736,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10139,"timestamp":2639825218,"duration":38020,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortDescendingNumbers.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10141,"name":"read-resource","id":10142,"timestamp":2639825291,"duration":37960,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10141,"timestamp":2639825262,"duration":38188,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortDescending.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10145,"name":"read-resource","id":10146,"timestamp":2639825372,"duration":38092,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10145,"timestamp":2639825344,"duration":38306,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSos.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10147,"name":"read-resource","id":10148,"timestamp":2639825410,"duration":38253,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10147,"timestamp":2639825388,"duration":38478,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSoupOff.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10149,"name":"read-resource","id":10150,"timestamp":2639825449,"duration":38431,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10149,"timestamp":2639825428,"duration":38674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSoup.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10151,"name":"read-resource","id":10152,"timestamp":2639825490,"duration":38626,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10151,"timestamp":2639825468,"duration":38837,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSourceCode.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10153,"name":"read-resource","id":10154,"timestamp":2639825528,"duration":41665,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10153,"timestamp":2639825507,"duration":41852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpaceOff.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10155,"name":"read-resource","id":10156,"timestamp":2639825575,"duration":41796,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10155,"timestamp":2639825545,"duration":41958,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpace.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10157,"name":"read-resource","id":10158,"timestamp":2639825613,"duration":41901,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10157,"timestamp":2639825591,"duration":42045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpacingHorizontal.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10159,"name":"read-resource","id":10160,"timestamp":2639825653,"duration":41993,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10159,"timestamp":2639825631,"duration":42132,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpacingVertical.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10161,"name":"read-resource","id":10162,"timestamp":2639825693,"duration":42152,"tags":{},"startTime":1732132324457},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10161,"timestamp":2639825672,"duration":42473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpadeFilled.js","layer":"app-pages-browser"},"startTime":1732132324457},{"traceId":"6d02d019348010b3","parentId":10163,"name":"read-resource","id":10164,"timestamp":2639825732,"duration":42667,"tags":{},"startTime":1732132324457},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10163,"timestamp":2639825711,"duration":42898,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpade.js","layer":"app-pages-browser"},"startTime":1732132324457},{"traceId":"6d02d019348010b3","parentId":10143,"name":"read-resource","id":10144,"timestamp":2639825324,"duration":43331,"tags":{},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10143,"timestamp":2639825304,"duration":43656,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSortZA.js","layer":"app-pages-browser"},"startTime":1732132324456},{"traceId":"6d02d019348010b3","parentId":10165,"name":"read-resource","id":10166,"timestamp":2639831930,"duration":38978,"tags":{},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10165,"timestamp":2639831893,"duration":39314,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSparkles.js","layer":"app-pages-browser"},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":10167,"name":"read-resource","id":10168,"timestamp":2639832080,"duration":39151,"tags":{},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10167,"timestamp":2639831974,"duration":39550,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpeakerphone.js","layer":"app-pages-browser"},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":10169,"name":"read-resource","id":10170,"timestamp":2639832145,"duration":39396,"tags":{},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10169,"timestamp":2639832118,"duration":39644,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpeedboat.js","layer":"app-pages-browser"},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":10171,"name":"read-resource","id":10172,"timestamp":2639832211,"duration":39575,"tags":{},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10171,"timestamp":2639832184,"duration":39810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSphereOff.js","layer":"app-pages-browser"},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":10173,"name":"read-resource","id":10174,"timestamp":2639832274,"duration":39765,"tags":{},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10173,"timestamp":2639832248,"duration":40025,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpherePlus.js","layer":"app-pages-browser"},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":10175,"name":"read-resource","id":10176,"timestamp":2639832334,"duration":40767,"tags":{},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10175,"timestamp":2639832310,"duration":41071,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSphere.js","layer":"app-pages-browser"},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":10177,"name":"read-resource","id":10178,"timestamp":2639832399,"duration":41577,"tags":{},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10177,"timestamp":2639832373,"duration":41987,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpider.js","layer":"app-pages-browser"},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":10179,"name":"read-resource","id":10180,"timestamp":2639832461,"duration":41937,"tags":{},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10179,"timestamp":2639832434,"duration":42376,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpiralOff.js","layer":"app-pages-browser"},"startTime":1732132324463},{"traceId":"6d02d019348010b3","parentId":10181,"name":"read-resource","id":10182,"timestamp":2639845674,"duration":36459,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10181,"timestamp":2639845579,"duration":36987,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpiral.js","layer":"app-pages-browser"},"startTime":1732132324476},{"traceId":"6d02d019348010b3","parentId":10183,"name":"read-resource","id":10184,"timestamp":2639845731,"duration":36853,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10183,"timestamp":2639845701,"duration":37162,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSportBillard.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10187,"name":"read-resource","id":10188,"timestamp":2639845794,"duration":37084,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10187,"timestamp":2639845774,"duration":37384,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpyOff.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10189,"name":"read-resource","id":10190,"timestamp":2639845823,"duration":37352,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10189,"timestamp":2639845803,"duration":37657,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpy.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10191,"name":"read-resource","id":10192,"timestamp":2639845872,"duration":38815,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10191,"timestamp":2639845832,"duration":39192,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSql.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10195,"name":"read-resource","id":10196,"timestamp":2639845971,"duration":39069,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10195,"timestamp":2639845947,"duration":39413,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare1Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10197,"name":"read-resource","id":10198,"timestamp":2639845999,"duration":39376,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10197,"timestamp":2639845980,"duration":39776,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare2Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10193,"name":"read-resource","id":10194,"timestamp":2639845937,"duration":39835,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10193,"timestamp":2639845905,"duration":40142,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare0Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10199,"name":"read-resource","id":10200,"timestamp":2639846024,"duration":40039,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10199,"timestamp":2639846006,"duration":40288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare3Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10201,"name":"read-resource","id":10202,"timestamp":2639846049,"duration":40264,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10201,"timestamp":2639846031,"duration":40475,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare4Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10203,"name":"read-resource","id":10204,"timestamp":2639846075,"duration":40443,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10203,"timestamp":2639846056,"duration":40621,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare5Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10207,"name":"read-resource","id":10208,"timestamp":2639846222,"duration":40467,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10207,"timestamp":2639846187,"duration":40662,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare7Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10209,"name":"read-resource","id":10210,"timestamp":2639846256,"duration":40606,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10209,"timestamp":2639846234,"duration":40927,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare8Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10211,"name":"read-resource","id":10212,"timestamp":2639846285,"duration":40890,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10211,"timestamp":2639846266,"duration":41150,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare9Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10215,"name":"read-resource","id":10216,"timestamp":2639846406,"duration":41025,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10215,"timestamp":2639846384,"duration":41369,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareArrowDown.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10213,"name":"read-resource","id":10214,"timestamp":2639846364,"duration":41404,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10213,"timestamp":2639846312,"duration":41778,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareArrowDownFilled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10217,"name":"read-resource","id":10218,"timestamp":2639846435,"duration":41678,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10217,"timestamp":2639846415,"duration":41840,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareArrowLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10205,"name":"read-resource","id":10206,"timestamp":2639846168,"duration":42183,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10205,"timestamp":2639846084,"duration":42407,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare6Filled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10219,"name":"read-resource","id":10220,"timestamp":2639846463,"duration":42040,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10219,"timestamp":2639846444,"duration":42183,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareArrowLeft.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10221,"name":"read-resource","id":10222,"timestamp":2639846498,"duration":42139,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10221,"timestamp":2639846472,"duration":42288,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareArrowRightFilled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10223,"name":"read-resource","id":10224,"timestamp":2639846550,"duration":42219,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10223,"timestamp":2639846508,"duration":42381,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareArrowRight.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10229,"name":"read-resource","id":10230,"timestamp":2639846644,"duration":42255,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10229,"timestamp":2639846631,"duration":42383,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareAsteriskFilled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10225,"name":"read-resource","id":10226,"timestamp":2639846604,"duration":42420,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10225,"timestamp":2639846582,"duration":42554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareArrowUpFilled.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10231,"name":"read-resource","id":10232,"timestamp":2639846663,"duration":42483,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10231,"timestamp":2639846650,"duration":42624,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareAsterisk.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10233,"name":"read-resource","id":10234,"timestamp":2639846681,"duration":42602,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10233,"timestamp":2639846668,"duration":42729,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareCheckFilled.js","layer":"app-pages-browser"},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":10235,"name":"read-resource","id":10236,"timestamp":2639846703,"duration":42703,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10235,"timestamp":2639846686,"duration":42829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareCheck.js","layer":"app-pages-browser"},"startTime":1732132324478}] +[{"traceId":"6d02d019348010b3","parentId":10239,"name":"read-resource","id":10240,"timestamp":2639846739,"duration":42974,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10239,"timestamp":2639846726,"duration":43172,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronDown.js","layer":"app-pages-browser"},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":10237,"name":"read-resource","id":10238,"timestamp":2639846721,"duration":43192,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10237,"timestamp":2639846708,"duration":43341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronDownFilled.js","layer":"app-pages-browser"},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":10241,"name":"read-resource","id":10242,"timestamp":2639846758,"duration":43317,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10241,"timestamp":2639846744,"duration":43466,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":10243,"name":"read-resource","id":10244,"timestamp":2639846778,"duration":43459,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10243,"timestamp":2639846763,"duration":43614,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronLeft.js","layer":"app-pages-browser"},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":10245,"name":"read-resource","id":10246,"timestamp":2639846800,"duration":43588,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10245,"timestamp":2639846785,"duration":43719,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronRightFilled.js","layer":"app-pages-browser"},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":10247,"name":"read-resource","id":10248,"timestamp":2639846824,"duration":43690,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10247,"timestamp":2639846805,"duration":43829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronRight.js","layer":"app-pages-browser"},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":10249,"name":"read-resource","id":10250,"timestamp":2639846843,"duration":43801,"tags":{},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10249,"timestamp":2639846830,"duration":43927,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronUpFilled.js","layer":"app-pages-browser"},"startTime":1732132324478},{"traceId":"6d02d019348010b3","parentId":10227,"name":"read-resource","id":10228,"timestamp":2639846625,"duration":44735,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10227,"timestamp":2639846611,"duration":44909,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareArrowUp.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10185,"name":"read-resource","id":10186,"timestamp":2639845764,"duration":45767,"tags":{},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10185,"timestamp":2639845742,"duration":45939,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSpray.js","layer":"app-pages-browser"},"startTime":1732132324477},{"traceId":"6d02d019348010b3","parentId":10253,"name":"read-resource","id":10254,"timestamp":2639854880,"duration":36811,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10253,"timestamp":2639854850,"duration":36969,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronsDownFilled.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10255,"name":"read-resource","id":10256,"timestamp":2639854939,"duration":39763,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10255,"timestamp":2639854916,"duration":39954,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronsDown.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10257,"name":"read-resource","id":10258,"timestamp":2639854991,"duration":39892,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10257,"timestamp":2639854971,"duration":40043,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronsLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10263,"name":"read-resource","id":10264,"timestamp":2639855162,"duration":39862,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10263,"timestamp":2639855126,"duration":40024,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronsRight.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10251,"name":"read-resource","id":10252,"timestamp":2639854804,"duration":40356,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10251,"timestamp":2639854770,"duration":40504,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronUp.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10259,"name":"read-resource","id":10260,"timestamp":2639855038,"duration":40246,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10259,"timestamp":2639855020,"duration":40385,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronsLeft.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10261,"name":"read-resource","id":10262,"timestamp":2639855091,"duration":40324,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10261,"timestamp":2639855070,"duration":40475,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronsRightFilled.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10265,"name":"read-resource","id":10266,"timestamp":2639855218,"duration":40336,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10265,"timestamp":2639855197,"duration":40473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronsUpFilled.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10267,"name":"read-resource","id":10268,"timestamp":2639855278,"duration":40402,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10267,"timestamp":2639855252,"duration":40540,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareChevronsUp.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10269,"name":"read-resource","id":10270,"timestamp":2639855333,"duration":40469,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10269,"timestamp":2639855311,"duration":40603,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareDotFilled.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10271,"name":"read-resource","id":10272,"timestamp":2639855393,"duration":40530,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10271,"timestamp":2639855366,"duration":40712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareDot.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10273,"name":"read-resource","id":10274,"timestamp":2639855455,"duration":40635,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10273,"timestamp":2639855431,"duration":40790,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF0Filled.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10275,"name":"read-resource","id":10276,"timestamp":2639855513,"duration":40718,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10275,"timestamp":2639855491,"duration":40859,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF0.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10277,"name":"read-resource","id":10278,"timestamp":2639855574,"duration":40786,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10277,"timestamp":2639855551,"duration":40925,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF1Filled.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10279,"name":"read-resource","id":10280,"timestamp":2639855635,"duration":40850,"tags":{},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10279,"timestamp":2639855611,"duration":41000,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF1.js","layer":"app-pages-browser"},"startTime":1732132324486},{"traceId":"6d02d019348010b3","parentId":10281,"name":"read-resource","id":10282,"timestamp":2639855698,"duration":40923,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10281,"timestamp":2639855671,"duration":41067,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF2Filled.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10283,"name":"read-resource","id":10284,"timestamp":2639855757,"duration":40990,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10283,"timestamp":2639855735,"duration":41129,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF2.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10285,"name":"read-resource","id":10286,"timestamp":2639855815,"duration":41059,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10285,"timestamp":2639855792,"duration":41205,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF3Filled.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10289,"name":"read-resource","id":10290,"timestamp":2639855931,"duration":41076,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10289,"timestamp":2639855908,"duration":41218,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF4Filled.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10287,"name":"read-resource","id":10288,"timestamp":2639855872,"duration":41263,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10287,"timestamp":2639855851,"duration":41498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF3.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10291,"name":"read-resource","id":10292,"timestamp":2639855988,"duration":41375,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10291,"timestamp":2639855967,"duration":41600,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF4.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10293,"name":"read-resource","id":10294,"timestamp":2639856082,"duration":41498,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10293,"timestamp":2639856054,"duration":41699,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF5Filled.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10297,"name":"read-resource","id":10298,"timestamp":2639856199,"duration":41966,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10297,"timestamp":2639856177,"duration":42449,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF6Filled.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10299,"name":"read-resource","id":10300,"timestamp":2639856253,"duration":42859,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10299,"timestamp":2639856230,"duration":43266,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF6.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10295,"name":"read-resource","id":10296,"timestamp":2639856141,"duration":43374,"tags":{},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10295,"timestamp":2639856118,"duration":43779,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF5.js","layer":"app-pages-browser"},"startTime":1732132324487},{"traceId":"6d02d019348010b3","parentId":10303,"name":"read-resource","id":10304,"timestamp":2639866403,"duration":36009,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10303,"timestamp":2639866381,"duration":36200,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF7.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10305,"name":"read-resource","id":10306,"timestamp":2639866443,"duration":36150,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10305,"timestamp":2639866421,"duration":36302,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF8Filled.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10307,"name":"read-resource","id":10308,"timestamp":2639866478,"duration":36256,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10307,"timestamp":2639866458,"duration":36406,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF8.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10301,"name":"read-resource","id":10302,"timestamp":2639866358,"duration":36515,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10301,"timestamp":2639866329,"duration":36661,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF7Filled.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10311,"name":"read-resource","id":10312,"timestamp":2639866543,"duration":36458,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10311,"timestamp":2639866524,"duration":36611,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF9.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10309,"name":"read-resource","id":10310,"timestamp":2639866512,"duration":36633,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10309,"timestamp":2639866492,"duration":36771,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareF9Filled.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10313,"name":"read-resource","id":10314,"timestamp":2639866578,"duration":36693,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10313,"timestamp":2639866555,"duration":36829,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareFilled.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10317,"name":"read-resource","id":10318,"timestamp":2639866646,"duration":36747,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10317,"timestamp":2639866627,"duration":36880,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareForbid.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10319,"name":"read-resource","id":10320,"timestamp":2639866678,"duration":36840,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10319,"timestamp":2639866658,"duration":36994,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareHalf.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10321,"name":"read-resource","id":10322,"timestamp":2639866711,"duration":36952,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10321,"timestamp":2639866692,"duration":37094,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareKey.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10315,"name":"read-resource","id":10316,"timestamp":2639866613,"duration":37183,"tags":{},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10315,"timestamp":2639866593,"duration":37315,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareForbid2.js","layer":"app-pages-browser"},"startTime":1732132324497},{"traceId":"6d02d019348010b3","parentId":10323,"name":"read-resource","id":10324,"timestamp":2639866743,"duration":37174,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10323,"timestamp":2639866724,"duration":37349,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterA.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10327,"name":"read-resource","id":10328,"timestamp":2639866810,"duration":37274,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10327,"timestamp":2639866787,"duration":37427,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterC.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10325,"name":"read-resource","id":10326,"timestamp":2639866774,"duration":37451,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10325,"timestamp":2639866755,"duration":37582,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterB.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10329,"name":"read-resource","id":10330,"timestamp":2639866843,"duration":37503,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10329,"timestamp":2639866824,"duration":37636,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterD.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10331,"name":"read-resource","id":10332,"timestamp":2639866875,"duration":37594,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10331,"timestamp":2639866856,"duration":37728,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterE.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10333,"name":"read-resource","id":10334,"timestamp":2639866906,"duration":37687,"tags":{},"startTime":1732132324498}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10333,"timestamp":2639866887,"duration":38098,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterF.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10335,"name":"read-resource","id":10336,"timestamp":2639866939,"duration":38059,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10335,"timestamp":2639866920,"duration":38208,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterG.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10337,"name":"read-resource","id":10338,"timestamp":2639866970,"duration":38167,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10337,"timestamp":2639866951,"duration":38308,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterH.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10343,"name":"read-resource","id":10344,"timestamp":2639867070,"duration":38200,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10343,"timestamp":2639867051,"duration":38343,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterK.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10347,"name":"read-resource","id":10348,"timestamp":2639867135,"duration":38270,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10347,"timestamp":2639867115,"duration":38410,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterM.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10339,"name":"read-resource","id":10340,"timestamp":2639867001,"duration":38534,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10339,"timestamp":2639866982,"duration":38664,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterI.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10341,"name":"read-resource","id":10342,"timestamp":2639867037,"duration":38690,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10341,"timestamp":2639867013,"duration":38851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterJ.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10349,"name":"read-resource","id":10350,"timestamp":2639867166,"duration":38709,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10349,"timestamp":2639867147,"duration":38843,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterN.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10345,"name":"read-resource","id":10346,"timestamp":2639867102,"duration":38899,"tags":{},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10345,"timestamp":2639867083,"duration":39033,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterL.js","layer":"app-pages-browser"},"startTime":1732132324498},{"traceId":"6d02d019348010b3","parentId":10351,"name":"read-resource","id":10352,"timestamp":2639870527,"duration":39191,"tags":{},"startTime":1732132324501},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10351,"timestamp":2639870495,"duration":39452,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterO.js","layer":"app-pages-browser"},"startTime":1732132324501},{"traceId":"6d02d019348010b3","parentId":10353,"name":"read-resource","id":10354,"timestamp":2639870660,"duration":39301,"tags":{},"startTime":1732132324501},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10353,"timestamp":2639870624,"duration":39552,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterP.js","layer":"app-pages-browser"},"startTime":1732132324501},{"traceId":"6d02d019348010b3","parentId":10355,"name":"read-resource","id":10356,"timestamp":2639870730,"duration":39459,"tags":{},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10355,"timestamp":2639870698,"duration":39707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterQ.js","layer":"app-pages-browser"},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":10357,"name":"read-resource","id":10358,"timestamp":2639870764,"duration":39654,"tags":{},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10357,"timestamp":2639870740,"duration":39910,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterR.js","layer":"app-pages-browser"},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":10359,"name":"read-resource","id":10360,"timestamp":2639870791,"duration":39873,"tags":{},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10359,"timestamp":2639870773,"duration":40143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterS.js","layer":"app-pages-browser"},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":10361,"name":"read-resource","id":10362,"timestamp":2639870817,"duration":40113,"tags":{},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10361,"timestamp":2639870799,"duration":40324,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterT.js","layer":"app-pages-browser"},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":10363,"name":"read-resource","id":10364,"timestamp":2639870842,"duration":40295,"tags":{},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10363,"timestamp":2639870825,"duration":40530,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterU.js","layer":"app-pages-browser"},"startTime":1732132324502},{"traceId":"6d02d019348010b3","parentId":10367,"name":"read-resource","id":10368,"timestamp":2639872944,"duration":38425,"tags":{},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10367,"timestamp":2639872917,"duration":38687,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterW.js","layer":"app-pages-browser"},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":10365,"name":"read-resource","id":10366,"timestamp":2639872904,"duration":38714,"tags":{},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10365,"timestamp":2639872872,"duration":38988,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterV.js","layer":"app-pages-browser"},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":10369,"name":"read-resource","id":10370,"timestamp":2639872977,"duration":38897,"tags":{},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10369,"timestamp":2639872955,"duration":39196,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterX.js","layer":"app-pages-browser"},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":10371,"name":"read-resource","id":10372,"timestamp":2639873037,"duration":39972,"tags":{},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10371,"timestamp":2639873011,"duration":40207,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterY.js","layer":"app-pages-browser"},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":10373,"name":"read-resource","id":10374,"timestamp":2639873075,"duration":40158,"tags":{},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10373,"timestamp":2639873056,"duration":40367,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareLetterZ.js","layer":"app-pages-browser"},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":10379,"name":"read-resource","id":10380,"timestamp":2639881662,"duration":34413,"tags":{},"startTime":1732132324512},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10379,"timestamp":2639881636,"duration":34679,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber0.js","layer":"app-pages-browser"},"startTime":1732132324512},{"traceId":"6d02d019348010b3","parentId":10375,"name":"read-resource","id":10376,"timestamp":2639873650,"duration":42700,"tags":{},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10375,"timestamp":2639873617,"duration":42966,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareMinusFilled.js","layer":"app-pages-browser"},"startTime":1732132324504},{"traceId":"6d02d019348010b3","parentId":10377,"name":"read-resource","id":10378,"timestamp":2639881611,"duration":35295,"tags":{},"startTime":1732132324512},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10377,"timestamp":2639881573,"duration":35633,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareMinus.js","layer":"app-pages-browser"},"startTime":1732132324512},{"traceId":"6d02d019348010b3","parentId":10381,"name":"read-resource","id":10382,"timestamp":2639893476,"duration":24931,"tags":{},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10381,"timestamp":2639893442,"duration":25221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber1.js","layer":"app-pages-browser"},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":10383,"name":"read-resource","id":10384,"timestamp":2639893522,"duration":25155,"tags":{},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10383,"timestamp":2639893499,"duration":25407,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber2.js","layer":"app-pages-browser"},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":10385,"name":"read-resource","id":10386,"timestamp":2639893560,"duration":25360,"tags":{},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10385,"timestamp":2639893539,"duration":25575,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber3.js","layer":"app-pages-browser"},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":10387,"name":"read-resource","id":10388,"timestamp":2639893595,"duration":25535,"tags":{},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10387,"timestamp":2639893573,"duration":25778,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber4.js","layer":"app-pages-browser"},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":10389,"name":"read-resource","id":10390,"timestamp":2639893631,"duration":25734,"tags":{},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10389,"timestamp":2639893610,"duration":25969,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber5.js","layer":"app-pages-browser"},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":10391,"name":"read-resource","id":10392,"timestamp":2639893665,"duration":25930,"tags":{},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10391,"timestamp":2639893644,"duration":26194,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber6.js","layer":"app-pages-browser"},"startTime":1732132324524},{"traceId":"6d02d019348010b3","parentId":10393,"name":"read-resource","id":10394,"timestamp":2639893705,"duration":26150,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10393,"timestamp":2639893678,"duration":26433,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber7.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10395,"name":"read-resource","id":10396,"timestamp":2639893739,"duration":26388,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10395,"timestamp":2639893718,"duration":26619,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber8.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10397,"name":"read-resource","id":10398,"timestamp":2639893773,"duration":26580,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10397,"timestamp":2639893753,"duration":26782,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareNumber9.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10399,"name":"read-resource","id":10400,"timestamp":2639893803,"duration":26804,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10399,"timestamp":2639893785,"duration":27018,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareOff.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10401,"name":"read-resource","id":10402,"timestamp":2639893835,"duration":26983,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10401,"timestamp":2639893816,"duration":27229,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquarePlus.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10403,"name":"read-resource","id":10404,"timestamp":2639893870,"duration":27189,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10403,"timestamp":2639893850,"duration":27431,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoot2.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10405,"name":"read-resource","id":10406,"timestamp":2639893907,"duration":27389,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10405,"timestamp":2639893883,"duration":27639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoot.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10407,"name":"read-resource","id":10408,"timestamp":2639893940,"duration":27595,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10407,"timestamp":2639893920,"duration":27834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRotatedFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10409,"name":"read-resource","id":10410,"timestamp":2639893973,"duration":27806,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10409,"timestamp":2639893953,"duration":28246,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRotatedForbid2.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10411,"name":"read-resource","id":10412,"timestamp":2639894016,"duration":28198,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10411,"timestamp":2639893992,"duration":28435,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRotatedForbid.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10413,"name":"read-resource","id":10414,"timestamp":2639894049,"duration":28393,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10413,"timestamp":2639894029,"duration":28621,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRotatedOff.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10415,"name":"read-resource","id":10416,"timestamp":2639894080,"duration":28585,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10415,"timestamp":2639894061,"duration":28742,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRotated.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10417,"name":"read-resource","id":10418,"timestamp":2639894113,"duration":28703,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10417,"timestamp":2639894093,"duration":28848,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedArrowDownFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10419,"name":"read-resource","id":10420,"timestamp":2639894148,"duration":28803,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10419,"timestamp":2639894125,"duration":28950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedArrowDown.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10421,"name":"read-resource","id":10422,"timestamp":2639894181,"duration":28905,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10421,"timestamp":2639894162,"duration":29045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedArrowLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10423,"name":"read-resource","id":10424,"timestamp":2639894212,"duration":29004,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10423,"timestamp":2639894192,"duration":29142,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedArrowLeft.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10425,"name":"read-resource","id":10426,"timestamp":2639894243,"duration":29103,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10425,"timestamp":2639894224,"duration":29243,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedArrowRightFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10427,"name":"read-resource","id":10428,"timestamp":2639894275,"duration":29202,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10427,"timestamp":2639894255,"duration":29334,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedArrowRight.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10429,"name":"read-resource","id":10430,"timestamp":2639894308,"duration":29292,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10429,"timestamp":2639894288,"duration":29428,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedArrowUpFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10431,"name":"read-resource","id":10432,"timestamp":2639894344,"duration":29382,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10431,"timestamp":2639894320,"duration":29523,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedArrowUp.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10433,"name":"read-resource","id":10434,"timestamp":2639894377,"duration":29476,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10433,"timestamp":2639894357,"duration":29614,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedCheckFilled.js","layer":"app-pages-browser"},"startTime":1732132324525}] +[{"traceId":"6d02d019348010b3","parentId":10435,"name":"read-resource","id":10436,"timestamp":2639894411,"duration":29799,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10435,"timestamp":2639894392,"duration":30031,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedCheck.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10443,"name":"read-resource","id":10444,"timestamp":2639894537,"duration":29913,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10443,"timestamp":2639894517,"duration":30093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronLeft.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10437,"name":"read-resource","id":10438,"timestamp":2639894443,"duration":30180,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10437,"timestamp":2639894424,"duration":30322,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronDownFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10439,"name":"read-resource","id":10440,"timestamp":2639894474,"duration":30281,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10439,"timestamp":2639894455,"duration":30423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronDown.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10441,"name":"read-resource","id":10442,"timestamp":2639894506,"duration":30382,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10441,"timestamp":2639894486,"duration":30527,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10445,"name":"read-resource","id":10446,"timestamp":2639894574,"duration":33351,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10445,"timestamp":2639894550,"duration":33658,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronRightFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10447,"name":"read-resource","id":10448,"timestamp":2639894608,"duration":44100,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10447,"timestamp":2639894587,"duration":44434,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronRight.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10449,"name":"read-resource","id":10450,"timestamp":2639894642,"duration":44426,"tags":{},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10449,"timestamp":2639894622,"duration":44649,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronUpFilled.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10451,"name":"read-resource","id":10452,"timestamp":2639894674,"duration":44610,"tags":{},"startTime":1732132324526},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10451,"timestamp":2639894654,"duration":44766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronUp.js","layer":"app-pages-browser"},"startTime":1732132324525},{"traceId":"6d02d019348010b3","parentId":10453,"name":"read-resource","id":10454,"timestamp":2639901569,"duration":37863,"tags":{},"startTime":1732132324532},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10453,"timestamp":2639901542,"duration":38024,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronsDownFilled.js","layer":"app-pages-browser"},"startTime":1732132324532},{"traceId":"6d02d019348010b3","parentId":10455,"name":"read-resource","id":10456,"timestamp":2639901613,"duration":37963,"tags":{},"startTime":1732132324532},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10455,"timestamp":2639901589,"duration":38108,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronsDown.js","layer":"app-pages-browser"},"startTime":1732132324532},{"traceId":"6d02d019348010b3","parentId":10457,"name":"read-resource","id":10458,"timestamp":2639901655,"duration":38053,"tags":{},"startTime":1732132324532},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10457,"timestamp":2639901629,"duration":38194,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronsLeftFilled.js","layer":"app-pages-browser"},"startTime":1732132324532},{"traceId":"6d02d019348010b3","parentId":10459,"name":"read-resource","id":10460,"timestamp":2639901691,"duration":38143,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10459,"timestamp":2639901669,"duration":38281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronsLeft.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10461,"name":"read-resource","id":10462,"timestamp":2639901723,"duration":38237,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10461,"timestamp":2639901704,"duration":38415,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronsRightFilled.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10463,"name":"read-resource","id":10464,"timestamp":2639901757,"duration":38374,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10463,"timestamp":2639901737,"duration":38517,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronsRight.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10465,"name":"read-resource","id":10466,"timestamp":2639901789,"duration":38477,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10465,"timestamp":2639901769,"duration":38612,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronsUpFilled.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10467,"name":"read-resource","id":10468,"timestamp":2639901821,"duration":38570,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10467,"timestamp":2639901802,"duration":38708,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedChevronsUp.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10469,"name":"read-resource","id":10470,"timestamp":2639901868,"duration":38652,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10469,"timestamp":2639901835,"duration":38814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedFilled.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10471,"name":"read-resource","id":10472,"timestamp":2639901911,"duration":38747,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10471,"timestamp":2639901891,"duration":38876,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterA.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10473,"name":"read-resource","id":10474,"timestamp":2639901944,"duration":38832,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10473,"timestamp":2639901924,"duration":38963,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterB.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10475,"name":"read-resource","id":10476,"timestamp":2639901977,"duration":38920,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10475,"timestamp":2639901957,"duration":39055,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterC.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10477,"name":"read-resource","id":10478,"timestamp":2639902009,"duration":39013,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10477,"timestamp":2639901989,"duration":39145,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterD.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10479,"name":"read-resource","id":10480,"timestamp":2639902041,"duration":39103,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10479,"timestamp":2639902022,"duration":39232,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterE.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10481,"name":"read-resource","id":10482,"timestamp":2639902075,"duration":39190,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10481,"timestamp":2639902055,"duration":39319,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterF.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10483,"name":"read-resource","id":10484,"timestamp":2639902111,"duration":39273,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10483,"timestamp":2639902087,"duration":39411,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterG.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10485,"name":"read-resource","id":10486,"timestamp":2639902143,"duration":39365,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10485,"timestamp":2639902124,"duration":39498,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterH.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10487,"name":"read-resource","id":10488,"timestamp":2639902175,"duration":39457,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10487,"timestamp":2639902156,"duration":39586,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterI.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10489,"name":"read-resource","id":10490,"timestamp":2639902206,"duration":39545,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10489,"timestamp":2639902187,"duration":39672,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterJ.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10491,"name":"read-resource","id":10492,"timestamp":2639902238,"duration":39631,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10491,"timestamp":2639902218,"duration":39768,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterK.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10493,"name":"read-resource","id":10494,"timestamp":2639902270,"duration":39945,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10493,"timestamp":2639902251,"duration":40117,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterL.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10495,"name":"read-resource","id":10496,"timestamp":2639902303,"duration":40679,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10495,"timestamp":2639902282,"duration":40856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterM.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10497,"name":"read-resource","id":10498,"timestamp":2639902339,"duration":40810,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10497,"timestamp":2639902315,"duration":40951,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterN.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10499,"name":"read-resource","id":10500,"timestamp":2639902371,"duration":40905,"tags":{},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10499,"timestamp":2639902352,"duration":41045,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterO.js","layer":"app-pages-browser"},"startTime":1732132324533},{"traceId":"6d02d019348010b3","parentId":10503,"name":"read-resource","id":10504,"timestamp":2639908918,"duration":38331,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10503,"timestamp":2639908895,"duration":38612,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterQ.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10505,"name":"read-resource","id":10506,"timestamp":2639908949,"duration":38573,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10505,"timestamp":2639908928,"duration":38781,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterR.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10507,"name":"read-resource","id":10508,"timestamp":2639909009,"duration":38714,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10507,"timestamp":2639908987,"duration":38972,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterS.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10509,"name":"read-resource","id":10510,"timestamp":2639909041,"duration":38932,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10509,"timestamp":2639909019,"duration":39185,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterT.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10513,"name":"read-resource","id":10514,"timestamp":2639909118,"duration":39101,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10513,"timestamp":2639909096,"duration":39274,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterV.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10511,"name":"read-resource","id":10512,"timestamp":2639909067,"duration":39314,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10511,"timestamp":2639909049,"duration":39475,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterU.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10515,"name":"read-resource","id":10516,"timestamp":2639909144,"duration":39392,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10515,"timestamp":2639909127,"duration":39620,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterW.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10519,"name":"read-resource","id":10520,"timestamp":2639909200,"duration":39563,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10519,"timestamp":2639909176,"duration":39787,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterY.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10521,"name":"read-resource","id":10522,"timestamp":2639909234,"duration":39744,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10521,"timestamp":2639909211,"duration":39934,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterZ.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10525,"name":"read-resource","id":10526,"timestamp":2639909294,"duration":39863,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10525,"timestamp":2639909273,"duration":40040,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedMinus.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10523,"name":"read-resource","id":10524,"timestamp":2639909265,"duration":40065,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10523,"timestamp":2639909244,"duration":40254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedMinusFilled.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10501,"name":"read-resource","id":10502,"timestamp":2639908881,"duration":40630,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10501,"timestamp":2639908849,"duration":40860,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterP.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10517,"name":"read-resource","id":10518,"timestamp":2639909168,"duration":40554,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10517,"timestamp":2639909152,"duration":40749,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedLetterX.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10527,"name":"read-resource","id":10528,"timestamp":2639909319,"duration":40593,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10527,"timestamp":2639909302,"duration":40759,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber0Filled.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10529,"name":"read-resource","id":10530,"timestamp":2639909356,"duration":40716,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10529,"timestamp":2639909326,"duration":40919,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber0.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10531,"name":"read-resource","id":10532,"timestamp":2639909385,"duration":40872,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10531,"timestamp":2639909363,"duration":41078,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber1Filled.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10533,"name":"read-resource","id":10534,"timestamp":2639909418,"duration":41038,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10533,"timestamp":2639909393,"duration":41291,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber1.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10535,"name":"read-resource","id":10536,"timestamp":2639909456,"duration":41242,"tags":{},"startTime":1732132324540}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10535,"timestamp":2639909433,"duration":41851,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber2Filled.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10537,"name":"read-resource","id":10538,"timestamp":2639909482,"duration":41816,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10537,"timestamp":2639909464,"duration":42348,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber2.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10543,"name":"read-resource","id":10544,"timestamp":2639909565,"duration":42263,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10543,"timestamp":2639909542,"duration":42533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber4Filled.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10545,"name":"read-resource","id":10546,"timestamp":2639909591,"duration":42500,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10545,"timestamp":2639909573,"duration":42663,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber4.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10547,"name":"read-resource","id":10548,"timestamp":2639909622,"duration":42626,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10547,"timestamp":2639909599,"duration":42773,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber5Filled.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10549,"name":"read-resource","id":10550,"timestamp":2639909650,"duration":43513,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10549,"timestamp":2639909631,"duration":43694,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber5.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10553,"name":"read-resource","id":10554,"timestamp":2639914599,"duration":38737,"tags":{},"startTime":1732132324545},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10553,"timestamp":2639914574,"duration":38888,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber6.js","layer":"app-pages-browser"},"startTime":1732132324545},{"traceId":"6d02d019348010b3","parentId":10555,"name":"read-resource","id":10556,"timestamp":2639914630,"duration":38842,"tags":{},"startTime":1732132324545},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10555,"timestamp":2639914608,"duration":38991,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber7Filled.js","layer":"app-pages-browser"},"startTime":1732132324545},{"traceId":"6d02d019348010b3","parentId":10557,"name":"read-resource","id":10558,"timestamp":2639914658,"duration":38951,"tags":{},"startTime":1732132324545},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10557,"timestamp":2639914639,"duration":39084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber7.js","layer":"app-pages-browser"},"startTime":1732132324545},{"traceId":"6d02d019348010b3","parentId":10551,"name":"read-resource","id":10552,"timestamp":2639914553,"duration":39181,"tags":{},"startTime":1732132324545},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10551,"timestamp":2639914505,"duration":39355,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber6Filled.js","layer":"app-pages-browser"},"startTime":1732132324545},{"traceId":"6d02d019348010b3","parentId":10559,"name":"read-resource","id":10560,"timestamp":2639914692,"duration":39179,"tags":{},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10559,"timestamp":2639914670,"duration":39320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber8Filled.js","layer":"app-pages-browser"},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":10563,"name":"read-resource","id":10564,"timestamp":2639914768,"duration":39232,"tags":{},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10563,"timestamp":2639914738,"duration":39381,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber9Filled.js","layer":"app-pages-browser"},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":10565,"name":"read-resource","id":10566,"timestamp":2639914794,"duration":39335,"tags":{},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10565,"timestamp":2639914776,"duration":39467,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber9.js","layer":"app-pages-browser"},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":10561,"name":"read-resource","id":10562,"timestamp":2639914727,"duration":39526,"tags":{},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10561,"timestamp":2639914703,"duration":39673,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber8.js","layer":"app-pages-browser"},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":10541,"name":"read-resource","id":10542,"timestamp":2639909534,"duration":44852,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10541,"timestamp":2639909516,"duration":44987,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber3.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10539,"name":"read-resource","id":10540,"timestamp":2639909508,"duration":45004,"tags":{},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10539,"timestamp":2639909490,"duration":45144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedNumber3Filled.js","layer":"app-pages-browser"},"startTime":1732132324540},{"traceId":"6d02d019348010b3","parentId":10567,"name":"read-resource","id":10568,"timestamp":2639914821,"duration":39824,"tags":{},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10567,"timestamp":2639914802,"duration":39960,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedPlusFilled.js","layer":"app-pages-browser"},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":10569,"name":"read-resource","id":10570,"timestamp":2639914857,"duration":42850,"tags":{},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10569,"timestamp":2639914831,"duration":43050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedPlus.js","layer":"app-pages-browser"},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":10571,"name":"read-resource","id":10572,"timestamp":2639914882,"duration":43010,"tags":{},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10571,"timestamp":2639914865,"duration":43164,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedXFilled.js","layer":"app-pages-browser"},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":10573,"name":"read-resource","id":10574,"timestamp":2639914907,"duration":43133,"tags":{},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10573,"timestamp":2639914890,"duration":43269,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRoundedX.js","layer":"app-pages-browser"},"startTime":1732132324546},{"traceId":"6d02d019348010b3","parentId":10575,"name":"read-resource","id":10576,"timestamp":2639916836,"duration":41487,"tags":{},"startTime":1732132324548},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10575,"timestamp":2639916793,"duration":41698,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareRounded.js","layer":"app-pages-browser"},"startTime":1732132324548},{"traceId":"6d02d019348010b3","parentId":10577,"name":"read-resource","id":10578,"timestamp":2639916882,"duration":41620,"tags":{},"startTime":1732132324548},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10577,"timestamp":2639916859,"duration":41772,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareToggleHorizontal.js","layer":"app-pages-browser"},"startTime":1732132324548},{"traceId":"6d02d019348010b3","parentId":10579,"name":"read-resource","id":10580,"timestamp":2639926502,"duration":32804,"tags":{},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10579,"timestamp":2639926470,"duration":33005,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareToggle.js","layer":"app-pages-browser"},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":10581,"name":"read-resource","id":10582,"timestamp":2639926556,"duration":32930,"tags":{},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10581,"timestamp":2639926527,"duration":33088,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareXFilled.js","layer":"app-pages-browser"},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":10583,"name":"read-resource","id":10584,"timestamp":2639926597,"duration":33028,"tags":{},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10583,"timestamp":2639926574,"duration":33169,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquareX.js","layer":"app-pages-browser"},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":10585,"name":"read-resource","id":10586,"timestamp":2639926634,"duration":33119,"tags":{},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10585,"timestamp":2639926613,"duration":33252,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare.js","layer":"app-pages-browser"},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":10587,"name":"read-resource","id":10588,"timestamp":2639926669,"duration":33206,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10587,"timestamp":2639926647,"duration":33351,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquaresDiagonal.js","layer":"app-pages-browser"},"startTime":1732132324557},{"traceId":"6d02d019348010b3","parentId":10589,"name":"read-resource","id":10590,"timestamp":2639926702,"duration":33332,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10589,"timestamp":2639926682,"duration":33494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSquaresFilled.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10591,"name":"read-resource","id":10592,"timestamp":2639926736,"duration":33450,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10591,"timestamp":2639926716,"duration":33587,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStack2.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10593,"name":"read-resource","id":10594,"timestamp":2639926767,"duration":33546,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10593,"timestamp":2639926748,"duration":33681,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStack3.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10595,"name":"read-resource","id":10596,"timestamp":2639926805,"duration":33634,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10595,"timestamp":2639926782,"duration":33779,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStackPop.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10597,"name":"read-resource","id":10598,"timestamp":2639926837,"duration":33733,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10597,"timestamp":2639926818,"duration":33869,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStackPush.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10599,"name":"read-resource","id":10600,"timestamp":2639926870,"duration":33828,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10599,"timestamp":2639926851,"duration":33955,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStack.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10601,"name":"read-resource","id":10602,"timestamp":2639926902,"duration":33914,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10601,"timestamp":2639926882,"duration":34047,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStairsDown.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10603,"name":"read-resource","id":10604,"timestamp":2639926935,"duration":34004,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10603,"timestamp":2639926915,"duration":34146,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStairsUp.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10605,"name":"read-resource","id":10606,"timestamp":2639926967,"duration":34104,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10605,"timestamp":2639926947,"duration":34230,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStairs.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10607,"name":"read-resource","id":10608,"timestamp":2639927003,"duration":34183,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10607,"timestamp":2639926980,"duration":34316,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStarFilled.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10609,"name":"read-resource","id":10610,"timestamp":2639927037,"duration":34269,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10609,"timestamp":2639927017,"duration":34400,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStarHalfFilled.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10611,"name":"read-resource","id":10612,"timestamp":2639927070,"duration":34356,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10611,"timestamp":2639927051,"duration":34489,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStarHalf.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10613,"name":"read-resource","id":10614,"timestamp":2639927102,"duration":34448,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10613,"timestamp":2639927083,"duration":34578,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStarOff.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10615,"name":"read-resource","id":10616,"timestamp":2639927133,"duration":34539,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10615,"timestamp":2639927113,"duration":34664,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStar.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10617,"name":"read-resource","id":10618,"timestamp":2639927165,"duration":36587,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10617,"timestamp":2639927146,"duration":36783,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStarsFilled.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10619,"name":"read-resource","id":10620,"timestamp":2639927197,"duration":36744,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10619,"timestamp":2639927178,"duration":36940,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStarsOff.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10621,"name":"read-resource","id":10622,"timestamp":2639927233,"duration":36897,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10621,"timestamp":2639927210,"duration":37048,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStars.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10623,"name":"read-resource","id":10624,"timestamp":2639927266,"duration":37002,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10623,"timestamp":2639927246,"duration":37138,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStatusChange.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10625,"name":"read-resource","id":10626,"timestamp":2639927298,"duration":37096,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10625,"timestamp":2639927278,"duration":37261,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSteam.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10627,"name":"read-resource","id":10628,"timestamp":2639927329,"duration":37221,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10627,"timestamp":2639927310,"duration":37369,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSteeringWheelOff.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10629,"name":"read-resource","id":10630,"timestamp":2639927360,"duration":37328,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10629,"timestamp":2639927341,"duration":37473,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSteeringWheel.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10631,"name":"read-resource","id":10632,"timestamp":2639927392,"duration":37431,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10631,"timestamp":2639927373,"duration":37567,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStepInto.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10633,"name":"read-resource","id":10634,"timestamp":2639927424,"duration":37526,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10633,"timestamp":2639927404,"duration":37662,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStepOut.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10635,"name":"read-resource","id":10636,"timestamp":2639927459,"duration":37616,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10635,"timestamp":2639927436,"duration":37760,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStereoGlasses.js","layer":"app-pages-browser"},"startTime":1732132324558}] +[{"traceId":"6d02d019348010b3","parentId":10637,"name":"read-resource","id":10638,"timestamp":2639927492,"duration":38120,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10637,"timestamp":2639927473,"duration":38402,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStethoscopeOff.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10639,"name":"read-resource","id":10640,"timestamp":2639927524,"duration":38370,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10639,"timestamp":2639927505,"duration":38644,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStethoscope.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10641,"name":"read-resource","id":10642,"timestamp":2639927555,"duration":38609,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10641,"timestamp":2639927536,"duration":38809,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSticker.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10643,"name":"read-resource","id":10644,"timestamp":2639927588,"duration":38830,"tags":{},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10643,"timestamp":2639927569,"duration":39071,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStormOff.js","layer":"app-pages-browser"},"startTime":1732132324558},{"traceId":"6d02d019348010b3","parentId":10645,"name":"read-resource","id":10646,"timestamp":2639938629,"duration":30478,"tags":{},"startTime":1732132324569},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10645,"timestamp":2639938581,"duration":30802,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStorm.js","layer":"app-pages-browser"},"startTime":1732132324569},{"traceId":"6d02d019348010b3","parentId":10647,"name":"read-resource","id":10648,"timestamp":2639946410,"duration":27591,"tags":{},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10647,"timestamp":2639946367,"duration":27923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStretching2.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10649,"name":"read-resource","id":10650,"timestamp":2639946472,"duration":27841,"tags":{},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10649,"timestamp":2639946447,"duration":28129,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStretching.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10651,"name":"read-resource","id":10652,"timestamp":2639946507,"duration":28084,"tags":{},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10651,"timestamp":2639946482,"duration":28306,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconStrikethrough.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10653,"name":"read-resource","id":10654,"timestamp":2639946538,"duration":28296,"tags":{},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10653,"timestamp":2639946518,"duration":28516,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSubmarine.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10655,"name":"read-resource","id":10656,"timestamp":2639946566,"duration":28482,"tags":{},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10655,"timestamp":2639946547,"duration":28713,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSubscript.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10657,"name":"read-resource","id":10658,"timestamp":2639946595,"duration":28679,"tags":{},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10657,"timestamp":2639946575,"duration":28950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSubtask.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10659,"name":"read-resource","id":10660,"timestamp":2639946622,"duration":28917,"tags":{},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10659,"timestamp":2639946603,"duration":29140,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSumOff.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10661,"name":"read-resource","id":10662,"timestamp":2639946646,"duration":29139,"tags":{},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10661,"timestamp":2639946628,"duration":29340,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSum.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10663,"name":"read-resource","id":10664,"timestamp":2639946671,"duration":29310,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10663,"timestamp":2639946653,"duration":29703,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunFilled.js","layer":"app-pages-browser"},"startTime":1732132324577},{"traceId":"6d02d019348010b3","parentId":10665,"name":"read-resource","id":10666,"timestamp":2639946702,"duration":29668,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10665,"timestamp":2639946679,"duration":29986,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunHigh.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10667,"name":"read-resource","id":10668,"timestamp":2639946730,"duration":29950,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10667,"timestamp":2639946712,"duration":30209,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunLow.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10669,"name":"read-resource","id":10670,"timestamp":2639946758,"duration":30177,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10669,"timestamp":2639946739,"duration":30427,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunMoon.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10671,"name":"read-resource","id":10672,"timestamp":2639946784,"duration":30396,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10671,"timestamp":2639946767,"duration":30657,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunOff.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10673,"name":"read-resource","id":10674,"timestamp":2639946809,"duration":30630,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10673,"timestamp":2639946791,"duration":30949,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunWind.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10675,"name":"read-resource","id":10676,"timestamp":2639946833,"duration":30924,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10675,"timestamp":2639946816,"duration":31155,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSun.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10677,"name":"read-resource","id":10678,"timestamp":2639946858,"duration":31129,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10677,"timestamp":2639946840,"duration":31381,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunglasses.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10679,"name":"read-resource","id":10680,"timestamp":2639946901,"duration":31334,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10679,"timestamp":2639946879,"duration":31615,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunrise.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10681,"name":"read-resource","id":10682,"timestamp":2639946955,"duration":31561,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10681,"timestamp":2639946930,"duration":31821,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunset2.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10683,"name":"read-resource","id":10684,"timestamp":2639946984,"duration":31788,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10683,"timestamp":2639946965,"duration":32072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSunset.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10685,"name":"read-resource","id":10686,"timestamp":2639947012,"duration":32040,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10685,"timestamp":2639946992,"duration":32289,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSuperscript.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10687,"name":"read-resource","id":10688,"timestamp":2639947037,"duration":32272,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10687,"timestamp":2639947020,"duration":32445,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSvg.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10689,"name":"read-resource","id":10690,"timestamp":2639947063,"duration":32412,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10689,"timestamp":2639947046,"duration":32553,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwimming.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10691,"name":"read-resource","id":10692,"timestamp":2639947088,"duration":32522,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10691,"timestamp":2639947070,"duration":32661,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwipe.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10693,"name":"read-resource","id":10694,"timestamp":2639947112,"duration":32642,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10693,"timestamp":2639947096,"duration":32780,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwitch2.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10695,"name":"read-resource","id":10696,"timestamp":2639947144,"duration":33447,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10695,"timestamp":2639947120,"duration":33639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwitch3.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10697,"name":"read-resource","id":10698,"timestamp":2639947171,"duration":33614,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10697,"timestamp":2639947153,"duration":33773,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwitchHorizontal.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10699,"name":"read-resource","id":10700,"timestamp":2639947196,"duration":33741,"tags":{},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10699,"timestamp":2639947179,"duration":33879,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwitchVertical.js","layer":"app-pages-browser"},"startTime":1732132324578},{"traceId":"6d02d019348010b3","parentId":10701,"name":"read-resource","id":10702,"timestamp":2639956491,"duration":24578,"tags":{},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10701,"timestamp":2639956460,"duration":24751,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwitch.js","layer":"app-pages-browser"},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":10703,"name":"read-resource","id":10704,"timestamp":2639956536,"duration":24685,"tags":{},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10703,"timestamp":2639956512,"duration":24835,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwordOff.js","layer":"app-pages-browser"},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":10705,"name":"read-resource","id":10706,"timestamp":2639956572,"duration":24786,"tags":{},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10705,"timestamp":2639956551,"duration":24936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSword.js","layer":"app-pages-browser"},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":10707,"name":"read-resource","id":10708,"timestamp":2639956606,"duration":24892,"tags":{},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10707,"timestamp":2639956586,"duration":25035,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconSwords.js","layer":"app-pages-browser"},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":10709,"name":"read-resource","id":10710,"timestamp":2639956643,"duration":24988,"tags":{},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10709,"timestamp":2639956619,"duration":25134,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableAlias.js","layer":"app-pages-browser"},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":10711,"name":"read-resource","id":10712,"timestamp":2639956677,"duration":25085,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10711,"timestamp":2639956656,"duration":25239,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableColumn.js","layer":"app-pages-browser"},"startTime":1732132324587},{"traceId":"6d02d019348010b3","parentId":10713,"name":"read-resource","id":10714,"timestamp":2639956710,"duration":25196,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10713,"timestamp":2639956691,"duration":25336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableDown.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10715,"name":"read-resource","id":10716,"timestamp":2639956742,"duration":25295,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10715,"timestamp":2639956722,"duration":25434,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableExport.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10721,"name":"read-resource","id":10722,"timestamp":2639956844,"duration":25322,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10721,"timestamp":2639956821,"duration":25462,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableImport.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10719,"name":"read-resource","id":10720,"timestamp":2639956809,"duration":25496,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10719,"timestamp":2639956789,"duration":25641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableHeart.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10717,"name":"read-resource","id":10718,"timestamp":2639956776,"duration":25663,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10717,"timestamp":2639956756,"duration":25822,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableFilled.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10727,"name":"read-resource","id":10728,"timestamp":2639956944,"duration":25644,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10727,"timestamp":2639956924,"duration":25798,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableOptions.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10725,"name":"read-resource","id":10726,"timestamp":2639956911,"duration":25821,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10725,"timestamp":2639956891,"duration":25960,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableOff.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10723,"name":"read-resource","id":10724,"timestamp":2639956878,"duration":25984,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10723,"timestamp":2639956857,"duration":26124,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableMinus.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10733,"name":"read-resource","id":10734,"timestamp":2639957039,"duration":25951,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10733,"timestamp":2639957019,"duration":26109,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableShare.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10729,"name":"read-resource","id":10730,"timestamp":2639956975,"duration":26163,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10729,"timestamp":2639956956,"duration":26311,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTablePlus.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10731,"name":"read-resource","id":10732,"timestamp":2639957006,"duration":26271,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10731,"timestamp":2639956987,"duration":26414,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableRow.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10735,"name":"read-resource","id":10736,"timestamp":2639957075,"duration":26335,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10735,"timestamp":2639957051,"duration":26476,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTableShortcut.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10737,"name":"read-resource","id":10738,"timestamp":2639957109,"duration":26427,"tags":{},"startTime":1732132324588}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10737,"timestamp":2639957089,"duration":26892,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTable.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10741,"name":"read-resource","id":10742,"timestamp":2639957172,"duration":26822,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10741,"timestamp":2639957154,"duration":27033,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTag.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10739,"name":"read-resource","id":10740,"timestamp":2639957141,"duration":27058,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10739,"timestamp":2639957122,"duration":27200,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTagOff.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10743,"name":"read-resource","id":10744,"timestamp":2639957203,"duration":27129,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10743,"timestamp":2639957184,"duration":27268,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTagsOff.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10745,"name":"read-resource","id":10746,"timestamp":2639957234,"duration":27227,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10745,"timestamp":2639957215,"duration":27369,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTags.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10749,"name":"read-resource","id":10750,"timestamp":2639957302,"duration":27293,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10749,"timestamp":2639957278,"duration":27432,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTallymark2.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10751,"name":"read-resource","id":10752,"timestamp":2639957336,"duration":27384,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10751,"timestamp":2639957316,"duration":27517,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTallymark3.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10747,"name":"read-resource","id":10748,"timestamp":2639957266,"duration":27577,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10747,"timestamp":2639957246,"duration":27700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTallymark1.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10753,"name":"read-resource","id":10754,"timestamp":2639957369,"duration":27588,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10753,"timestamp":2639957349,"duration":27728,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTallymark4.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10755,"name":"read-resource","id":10756,"timestamp":2639957400,"duration":27686,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10755,"timestamp":2639957381,"duration":27825,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTallymarks.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10757,"name":"read-resource","id":10758,"timestamp":2639957431,"duration":27784,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10757,"timestamp":2639957412,"duration":27916,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTank.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10759,"name":"read-resource","id":10760,"timestamp":2639957463,"duration":27876,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10759,"timestamp":2639957444,"duration":28030,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTargetArrow.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10761,"name":"read-resource","id":10762,"timestamp":2639957498,"duration":37518,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10761,"timestamp":2639957475,"duration":37858,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTargetOff.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10763,"name":"read-resource","id":10764,"timestamp":2639957531,"duration":38365,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10763,"timestamp":2639957511,"duration":38706,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTarget.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10765,"name":"read-resource","id":10766,"timestamp":2639957561,"duration":39256,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10765,"timestamp":2639957543,"duration":39740,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTeapot.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10767,"name":"read-resource","id":10768,"timestamp":2639957593,"duration":39704,"tags":{},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10767,"timestamp":2639957574,"duration":39905,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTelescopeOff.js","layer":"app-pages-browser"},"startTime":1732132324588},{"traceId":"6d02d019348010b3","parentId":10769,"name":"read-resource","id":10770,"timestamp":2639962921,"duration":34570,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10769,"timestamp":2639962899,"duration":34726,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTelescope.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10771,"name":"read-resource","id":10772,"timestamp":2639962971,"duration":34664,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10771,"timestamp":2639962942,"duration":34814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTemperatureCelsius.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10773,"name":"read-resource","id":10774,"timestamp":2639963008,"duration":34758,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10773,"timestamp":2639962986,"duration":34902,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTemperatureFahrenheit.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10775,"name":"read-resource","id":10776,"timestamp":2639963042,"duration":34854,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10775,"timestamp":2639963022,"duration":34991,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTemperatureMinus.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10777,"name":"read-resource","id":10778,"timestamp":2639963075,"duration":34947,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10777,"timestamp":2639963056,"duration":35079,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTemperatureOff.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10779,"name":"read-resource","id":10780,"timestamp":2639963107,"duration":35037,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10779,"timestamp":2639963088,"duration":35171,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTemperaturePlus.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10781,"name":"read-resource","id":10782,"timestamp":2639963140,"duration":35128,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10781,"timestamp":2639963120,"duration":35266,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTemperature.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10783,"name":"read-resource","id":10784,"timestamp":2639963174,"duration":35223,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10783,"timestamp":2639963154,"duration":35367,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTemplateOff.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10785,"name":"read-resource","id":10786,"timestamp":2639963210,"duration":35321,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10785,"timestamp":2639963187,"duration":35478,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTemplate.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10787,"name":"read-resource","id":10788,"timestamp":2639963243,"duration":35431,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10787,"timestamp":2639963224,"duration":35563,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTentOff.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10789,"name":"read-resource","id":10790,"timestamp":2639963275,"duration":35522,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10789,"timestamp":2639963256,"duration":35655,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTent.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10791,"name":"read-resource","id":10792,"timestamp":2639963306,"duration":35615,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10791,"timestamp":2639963287,"duration":35751,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTerminal2.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10793,"name":"read-resource","id":10794,"timestamp":2639963339,"duration":35710,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10793,"timestamp":2639963318,"duration":35840,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTerminal.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10795,"name":"read-resource","id":10796,"timestamp":2639963371,"duration":35797,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10795,"timestamp":2639963352,"duration":35925,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTestPipe2.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10797,"name":"read-resource","id":10798,"timestamp":2639963404,"duration":35883,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10797,"timestamp":2639963384,"duration":36024,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTestPipeOff.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10799,"name":"read-resource","id":10800,"timestamp":2639963440,"duration":35978,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10799,"timestamp":2639963416,"duration":36116,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTestPipe.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10801,"name":"read-resource","id":10802,"timestamp":2639963472,"duration":36071,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10801,"timestamp":2639963452,"duration":36297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTex.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10803,"name":"read-resource","id":10804,"timestamp":2639963504,"duration":36260,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10803,"timestamp":2639963485,"duration":36474,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextCaption.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10805,"name":"read-resource","id":10806,"timestamp":2639963547,"duration":36426,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10805,"timestamp":2639963529,"duration":36646,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextColor.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10807,"name":"read-resource","id":10808,"timestamp":2639963579,"duration":36607,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10807,"timestamp":2639963559,"duration":36757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextDecrease.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10809,"name":"read-resource","id":10810,"timestamp":2639963616,"duration":38847,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10809,"timestamp":2639963592,"duration":39042,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextDirectionLtr.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10811,"name":"read-resource","id":10812,"timestamp":2639963649,"duration":38996,"tags":{},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10811,"timestamp":2639963630,"duration":39147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextDirectionRtl.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10813,"name":"read-resource","id":10814,"timestamp":2639963683,"duration":39103,"tags":{},"startTime":1732132324595},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10813,"timestamp":2639963662,"duration":39254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextIncrease.js","layer":"app-pages-browser"},"startTime":1732132324594},{"traceId":"6d02d019348010b3","parentId":10815,"name":"read-resource","id":10816,"timestamp":2639963715,"duration":39210,"tags":{},"startTime":1732132324595},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10815,"timestamp":2639963696,"duration":39354,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextOrientation.js","layer":"app-pages-browser"},"startTime":1732132324595},{"traceId":"6d02d019348010b3","parentId":10819,"name":"read-resource","id":10820,"timestamp":2639968379,"duration":35437,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10819,"timestamp":2639968358,"duration":35712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextRecognition.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10821,"name":"read-resource","id":10822,"timestamp":2639968433,"duration":35653,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10821,"timestamp":2639968389,"duration":35930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextResize.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10823,"name":"read-resource","id":10824,"timestamp":2639968485,"duration":35850,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10823,"timestamp":2639968444,"duration":36119,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextSize.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10825,"name":"read-resource","id":10826,"timestamp":2639968519,"duration":36058,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10825,"timestamp":2639968498,"duration":36262,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextSpellcheck.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10827,"name":"read-resource","id":10828,"timestamp":2639968548,"duration":36226,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10827,"timestamp":2639968528,"duration":36438,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextWrapDisabled.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10829,"name":"read-resource","id":10830,"timestamp":2639968574,"duration":36406,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10829,"timestamp":2639968556,"duration":36622,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextWrap.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10831,"name":"read-resource","id":10832,"timestamp":2639968604,"duration":36588,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10831,"timestamp":2639968582,"duration":36814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTexture.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10833,"name":"read-resource","id":10834,"timestamp":2639968630,"duration":36779,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10833,"timestamp":2639968613,"duration":36997,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTheater.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10835,"name":"read-resource","id":10836,"timestamp":2639968655,"duration":36967,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10835,"timestamp":2639968638,"duration":37204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconThermometer.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10837,"name":"read-resource","id":10838,"timestamp":2639968679,"duration":37185,"tags":{},"startTime":1732132324600},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10837,"timestamp":2639968662,"duration":37405,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconThumbDownFilled.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10841,"name":"read-resource","id":10842,"timestamp":2639968764,"duration":37320,"tags":{},"startTime":1732132324600},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10841,"timestamp":2639968713,"duration":37545,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconThumbDown.js","layer":"app-pages-browser"},"startTime":1732132324600}] +[{"traceId":"6d02d019348010b3","parentId":10843,"name":"read-resource","id":10844,"timestamp":2639968805,"duration":39828,"tags":{},"startTime":1732132324600},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10843,"timestamp":2639968776,"duration":40114,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconThumbUpFilled.js","layer":"app-pages-browser"},"startTime":1732132324600},{"traceId":"6d02d019348010b3","parentId":10817,"name":"read-resource","id":10818,"timestamp":2639968344,"duration":40834,"tags":{},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10817,"timestamp":2639968308,"duration":41102,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTextPlus.js","layer":"app-pages-browser"},"startTime":1732132324599},{"traceId":"6d02d019348010b3","parentId":10845,"name":"read-resource","id":10846,"timestamp":2639970059,"duration":39822,"tags":{},"startTime":1732132324601},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10845,"timestamp":2639970002,"duration":40103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconThumbUpOff.js","layer":"app-pages-browser"},"startTime":1732132324601},{"traceId":"6d02d019348010b3","parentId":10839,"name":"read-resource","id":10840,"timestamp":2639968705,"duration":43934,"tags":{},"startTime":1732132324600},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10839,"timestamp":2639968686,"duration":44348,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconThumbDownOff.js","layer":"app-pages-browser"},"startTime":1732132324600},{"traceId":"6d02d019348010b3","parentId":10847,"name":"read-resource","id":10848,"timestamp":2639992932,"duration":21073,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10847,"timestamp":2639992894,"duration":21394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconThumbUp.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10849,"name":"read-resource","id":10850,"timestamp":2639992981,"duration":21322,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10849,"timestamp":2639992957,"duration":21668,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTicTac.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10851,"name":"read-resource","id":10852,"timestamp":2639993020,"duration":21643,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10851,"timestamp":2639992999,"duration":21942,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTicketOff.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10853,"name":"read-resource","id":10854,"timestamp":2639993056,"duration":21900,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10853,"timestamp":2639993035,"duration":22155,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTicket.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10857,"name":"read-resource","id":10858,"timestamp":2639993125,"duration":22127,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10857,"timestamp":2639993101,"duration":22383,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTilde.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10859,"name":"read-resource","id":10860,"timestamp":2639993158,"duration":22424,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10859,"timestamp":2639993138,"duration":22777,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTiltShiftOff.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10861,"name":"read-resource","id":10862,"timestamp":2639993190,"duration":22741,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10861,"timestamp":2639993171,"duration":23204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTiltShift.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10863,"name":"read-resource","id":10864,"timestamp":2639993224,"duration":23165,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10863,"timestamp":2639993204,"duration":23544,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDuration0.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10865,"name":"read-resource","id":10866,"timestamp":2639993257,"duration":23505,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10865,"timestamp":2639993237,"duration":23935,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDuration10.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10867,"name":"read-resource","id":10868,"timestamp":2639993289,"duration":23898,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10867,"timestamp":2639993269,"duration":24266,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDuration15.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10869,"name":"read-resource","id":10870,"timestamp":2639993320,"duration":24231,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10869,"timestamp":2639993301,"duration":24567,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDuration30.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10871,"name":"read-resource","id":10872,"timestamp":2639993356,"duration":24531,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10871,"timestamp":2639993332,"duration":24819,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDuration45.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10873,"name":"read-resource","id":10874,"timestamp":2639993390,"duration":24778,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10873,"timestamp":2639993370,"duration":25123,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDuration5.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10875,"name":"read-resource","id":10876,"timestamp":2639993422,"duration":25088,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10875,"timestamp":2639993403,"duration":25539,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDuration60.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10879,"name":"read-resource","id":10880,"timestamp":2639993486,"duration":25476,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10879,"timestamp":2639993466,"duration":25702,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDurationOff.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10877,"name":"read-resource","id":10878,"timestamp":2639993454,"duration":25726,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10877,"timestamp":2639993435,"duration":25876,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeDuration90.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10883,"name":"read-resource","id":10884,"timestamp":2639993553,"duration":25769,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10883,"timestamp":2639993529,"duration":25931,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimelineEventMinus.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10881,"name":"read-resource","id":10882,"timestamp":2639993517,"duration":25954,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10881,"timestamp":2639993498,"duration":26103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimelineEventExclamation.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10885,"name":"read-resource","id":10886,"timestamp":2639993588,"duration":26023,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10885,"timestamp":2639993567,"duration":26177,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimelineEventPlus.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10889,"name":"read-resource","id":10890,"timestamp":2639993649,"duration":26106,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10889,"timestamp":2639993630,"duration":26257,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimelineEventX.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10887,"name":"read-resource","id":10888,"timestamp":2639993618,"duration":26281,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10887,"timestamp":2639993600,"duration":26463,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimelineEventText.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10893,"name":"read-resource","id":10894,"timestamp":2639993713,"duration":26361,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10893,"timestamp":2639993694,"duration":26513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimeline.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10891,"name":"read-resource","id":10892,"timestamp":2639993680,"duration":26536,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10891,"timestamp":2639993661,"duration":26679,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTimelineEvent.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10895,"name":"read-resource","id":10896,"timestamp":2639993744,"duration":26605,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10895,"timestamp":2639993726,"duration":26744,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTir.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10903,"name":"read-resource","id":10904,"timestamp":2639993880,"duration":26599,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10903,"timestamp":2639993861,"duration":26742,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToiletPaper.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10897,"name":"read-resource","id":10898,"timestamp":2639993780,"duration":26873,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10897,"timestamp":2639993758,"duration":27033,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToggleLeft.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10899,"name":"read-resource","id":10900,"timestamp":2639993814,"duration":26989,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10899,"timestamp":2639993794,"duration":27134,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToggleRight.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10901,"name":"read-resource","id":10902,"timestamp":2639993846,"duration":27092,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10901,"timestamp":2639993826,"duration":27236,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToiletPaperOff.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10905,"name":"read-resource","id":10906,"timestamp":2639993913,"duration":27159,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10905,"timestamp":2639993893,"duration":27300,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToml.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10911,"name":"read-resource","id":10912,"timestamp":2639994015,"duration":27187,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10911,"timestamp":2639993988,"duration":27320,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToolsKitchen2.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10913,"name":"read-resource","id":10914,"timestamp":2639994048,"duration":27270,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10913,"timestamp":2639994028,"duration":27420,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToolsKitchenOff.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10907,"name":"read-resource","id":10908,"timestamp":2639993945,"duration":27513,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10907,"timestamp":2639993926,"duration":27641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTool.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10909,"name":"read-resource","id":10910,"timestamp":2639993977,"duration":27599,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10909,"timestamp":2639993958,"duration":27740,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToolsKitchen2Off.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10915,"name":"read-resource","id":10916,"timestamp":2639994078,"duration":27629,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10915,"timestamp":2639994060,"duration":27769,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToolsKitchen.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10917,"name":"read-resource","id":10918,"timestamp":2639994110,"duration":27728,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10917,"timestamp":2639994091,"duration":27877,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconToolsOff.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10921,"name":"read-resource","id":10922,"timestamp":2639994173,"duration":27807,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10921,"timestamp":2639994154,"duration":27937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTooltip.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10919,"name":"read-resource","id":10920,"timestamp":2639994141,"duration":27970,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10919,"timestamp":2639994123,"duration":28110,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTools.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10927,"name":"read-resource","id":10928,"timestamp":2639994274,"duration":27970,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10927,"timestamp":2639994255,"duration":28133,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyFullHierarchy.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10925,"name":"read-resource","id":10926,"timestamp":2639994241,"duration":28157,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10925,"timestamp":2639994221,"duration":28314,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyComplex.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10923,"name":"read-resource","id":10924,"timestamp":2639994208,"duration":28337,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10923,"timestamp":2639994186,"duration":28484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyBus.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10929,"name":"read-resource","id":10930,"timestamp":2639994305,"duration":28374,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10929,"timestamp":2639994286,"duration":28521,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyFull.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10931,"name":"read-resource","id":10932,"timestamp":2639994337,"duration":28480,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10931,"timestamp":2639994317,"duration":28621,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyRing2.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10933,"name":"read-resource","id":10934,"timestamp":2639994368,"duration":28580,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10933,"timestamp":2639994349,"duration":28725,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyRing3.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10935,"name":"read-resource","id":10936,"timestamp":2639994400,"duration":28684,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10935,"timestamp":2639994381,"duration":28834,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyRing.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10937,"name":"read-resource","id":10938,"timestamp":2639994436,"duration":28787,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10937,"timestamp":2639994413,"duration":28941,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyStar2.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10939,"name":"read-resource","id":10940,"timestamp":2639994469,"duration":28894,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10939,"timestamp":2639994450,"duration":29053,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyStar3.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10941,"name":"read-resource","id":10942,"timestamp":2639994500,"duration":29013,"tags":{},"startTime":1732132324625}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10941,"timestamp":2639994482,"duration":29505,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyStarRing2.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10943,"name":"read-resource","id":10944,"timestamp":2639994533,"duration":29490,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10943,"timestamp":2639994514,"duration":29697,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyStarRing3.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10945,"name":"read-resource","id":10946,"timestamp":2639994565,"duration":29657,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10945,"timestamp":2639994546,"duration":29822,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyStarRing.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10947,"name":"read-resource","id":10948,"timestamp":2639994598,"duration":29780,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10947,"timestamp":2639994577,"duration":29931,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTopologyStar.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10949,"name":"read-resource","id":10950,"timestamp":2639994632,"duration":29887,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10949,"timestamp":2639994609,"duration":30034,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTorii.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10951,"name":"read-resource","id":10952,"timestamp":2639994664,"duration":29991,"tags":{},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10951,"timestamp":2639994645,"duration":30131,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTornado.js","layer":"app-pages-browser"},"startTime":1732132324625},{"traceId":"6d02d019348010b3","parentId":10953,"name":"read-resource","id":10954,"timestamp":2639994696,"duration":33997,"tags":{},"startTime":1732132324626},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10953,"timestamp":2639994676,"duration":34214,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTournament.js","layer":"app-pages-browser"},"startTime":1732132324626},{"traceId":"6d02d019348010b3","parentId":10955,"name":"read-resource","id":10956,"timestamp":2639994727,"duration":34190,"tags":{},"startTime":1732132324626},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10955,"timestamp":2639994708,"duration":34360,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTowerOff.js","layer":"app-pages-browser"},"startTime":1732132324626},{"traceId":"6d02d019348010b3","parentId":10957,"name":"read-resource","id":10958,"timestamp":2639994757,"duration":42353,"tags":{},"startTime":1732132324626},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10957,"timestamp":2639994738,"duration":42714,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTower.js","layer":"app-pages-browser"},"startTime":1732132324626},{"traceId":"6d02d019348010b3","parentId":10959,"name":"read-resource","id":10960,"timestamp":2639994787,"duration":42741,"tags":{},"startTime":1732132324626},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10959,"timestamp":2639994769,"duration":43070,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrack.js","layer":"app-pages-browser"},"startTime":1732132324626},{"traceId":"6d02d019348010b3","parentId":10855,"name":"read-resource","id":10856,"timestamp":2639993088,"duration":44781,"tags":{},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10855,"timestamp":2639993068,"duration":45112,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTie.js","layer":"app-pages-browser"},"startTime":1732132324624},{"traceId":"6d02d019348010b3","parentId":10961,"name":"read-resource","id":10962,"timestamp":2639996700,"duration":41496,"tags":{},"startTime":1732132324628},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10961,"timestamp":2639996670,"duration":41934,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTractor.js","layer":"app-pages-browser"},"startTime":1732132324628},{"traceId":"6d02d019348010b3","parentId":10963,"name":"read-resource","id":10964,"timestamp":2639996789,"duration":41828,"tags":{},"startTime":1732132324628},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10963,"timestamp":2639996714,"duration":42033,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrademark.js","layer":"app-pages-browser"},"startTime":1732132324628},{"traceId":"6d02d019348010b3","parentId":10965,"name":"read-resource","id":10966,"timestamp":2640001664,"duration":37094,"tags":{},"startTime":1732132324632},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10965,"timestamp":2640001634,"duration":37254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrafficConeOff.js","layer":"app-pages-browser"},"startTime":1732132324632},{"traceId":"6d02d019348010b3","parentId":10967,"name":"read-resource","id":10968,"timestamp":2640001703,"duration":37195,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10967,"timestamp":2640001683,"duration":37333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrafficCone.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10969,"name":"read-resource","id":10970,"timestamp":2640001733,"duration":37294,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10969,"timestamp":2640001715,"duration":37440,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrafficLightsOff.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10971,"name":"read-resource","id":10972,"timestamp":2640001759,"duration":37407,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10971,"timestamp":2640001743,"duration":37543,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrafficLights.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10979,"name":"read-resource","id":10980,"timestamp":2640001964,"duration":37333,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10979,"timestamp":2640001941,"duration":37469,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransferVertical.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10973,"name":"read-resource","id":10974,"timestamp":2640001806,"duration":37615,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10973,"timestamp":2640001779,"duration":37767,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrain.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10975,"name":"read-resource","id":10976,"timestamp":2640001835,"duration":37722,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10975,"timestamp":2640001816,"duration":37858,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransferIn.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10977,"name":"read-resource","id":10978,"timestamp":2640001913,"duration":37773,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10977,"timestamp":2640001896,"duration":37908,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransferOut.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10981,"name":"read-resource","id":10982,"timestamp":2640001998,"duration":37816,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10981,"timestamp":2640001978,"duration":37953,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransfer.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10983,"name":"read-resource","id":10984,"timestamp":2640002032,"duration":37908,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10983,"timestamp":2640002012,"duration":38109,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransformFilled.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10985,"name":"read-resource","id":10986,"timestamp":2640002064,"duration":38069,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10985,"timestamp":2640002044,"duration":38217,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransform.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10987,"name":"read-resource","id":10988,"timestamp":2640002097,"duration":38175,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10987,"timestamp":2640002078,"duration":38315,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransitionBottom.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10989,"name":"read-resource","id":10990,"timestamp":2640002129,"duration":38273,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10989,"timestamp":2640002109,"duration":38410,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransitionLeft.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10991,"name":"read-resource","id":10992,"timestamp":2640002165,"duration":38363,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10991,"timestamp":2640002140,"duration":38502,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransitionRight.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10993,"name":"read-resource","id":10994,"timestamp":2640002198,"duration":38454,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10993,"timestamp":2640002178,"duration":38595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTransitionTop.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10995,"name":"read-resource","id":10996,"timestamp":2640002231,"duration":38554,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10995,"timestamp":2640002210,"duration":38688,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrashFilled.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10997,"name":"read-resource","id":10998,"timestamp":2640002261,"duration":38646,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10997,"timestamp":2640002243,"duration":38787,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrashOff.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":10999,"name":"read-resource","id":11000,"timestamp":2640002293,"duration":38747,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":10999,"timestamp":2640002273,"duration":38879,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrashXFilled.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":11001,"name":"read-resource","id":11002,"timestamp":2640002326,"duration":39010,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11001,"timestamp":2640002307,"duration":39203,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrashX.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":11003,"name":"read-resource","id":11004,"timestamp":2640002360,"duration":39686,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11003,"timestamp":2640002338,"duration":39868,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrash.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":11005,"name":"read-resource","id":11006,"timestamp":2640002395,"duration":39824,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11005,"timestamp":2640002373,"duration":39977,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTreadmill.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":11007,"name":"read-resource","id":11008,"timestamp":2640002426,"duration":39933,"tags":{},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11007,"timestamp":2640002408,"duration":40069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTree.js","layer":"app-pages-browser"},"startTime":1732132324633},{"traceId":"6d02d019348010b3","parentId":11011,"name":"read-resource","id":11012,"timestamp":2640007814,"duration":37072,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11011,"timestamp":2640007794,"duration":37542,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrekking.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11009,"name":"read-resource","id":11010,"timestamp":2640007779,"duration":37598,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11009,"timestamp":2640007740,"duration":37887,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrees.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11017,"name":"read-resource","id":11018,"timestamp":2640007897,"duration":37744,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11017,"timestamp":2640007877,"duration":37958,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrendingDown.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11013,"name":"read-resource","id":11014,"timestamp":2640007842,"duration":38006,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11013,"timestamp":2640007823,"duration":38213,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrendingDown2.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11015,"name":"read-resource","id":11016,"timestamp":2640007869,"duration":38181,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11015,"timestamp":2640007850,"duration":38386,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrendingDown3.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11019,"name":"read-resource","id":11020,"timestamp":2640007926,"duration":38324,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11019,"timestamp":2640007906,"duration":38532,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrendingUp2.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11021,"name":"read-resource","id":11022,"timestamp":2640007961,"duration":38491,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11021,"timestamp":2640007937,"duration":38696,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrendingUp3.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11023,"name":"read-resource","id":11024,"timestamp":2640008374,"duration":38273,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11023,"timestamp":2640007970,"duration":38862,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrendingUp.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11025,"name":"read-resource","id":11026,"timestamp":2640008423,"duration":38424,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11025,"timestamp":2640008394,"duration":38635,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTriangleFilled.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11027,"name":"read-resource","id":11028,"timestamp":2640008464,"duration":38586,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11027,"timestamp":2640008437,"duration":38794,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTriangleInvertedFilled.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11029,"name":"read-resource","id":11030,"timestamp":2640008491,"duration":38754,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11029,"timestamp":2640008473,"duration":38950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTriangleInverted.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11031,"name":"read-resource","id":11032,"timestamp":2640008519,"duration":38917,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11031,"timestamp":2640008499,"duration":39118,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTriangleOff.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11033,"name":"read-resource","id":11034,"timestamp":2640008545,"duration":40915,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11033,"timestamp":2640008526,"duration":41163,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTriangleSquareCircleFilled.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11035,"name":"read-resource","id":11036,"timestamp":2640008578,"duration":41126,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11035,"timestamp":2640008553,"duration":41352,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTriangleSquareCircle.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11037,"name":"read-resource","id":11038,"timestamp":2640008607,"duration":41313,"tags":{},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11037,"timestamp":2640008588,"duration":41537,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTriangle.js","layer":"app-pages-browser"},"startTime":1732132324639},{"traceId":"6d02d019348010b3","parentId":11039,"name":"read-resource","id":11040,"timestamp":2640010530,"duration":40095,"tags":{},"startTime":1732132324641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11039,"timestamp":2640010499,"duration":40336,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTriangles.js","layer":"app-pages-browser"},"startTime":1732132324641}] +[{"traceId":"6d02d019348010b3","parentId":11045,"name":"read-resource","id":11046,"timestamp":2640013245,"duration":40218,"tags":{},"startTime":1732132324644},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11045,"timestamp":2640013212,"duration":41144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrophyFilled.js","layer":"app-pages-browser"},"startTime":1732132324644},{"traceId":"6d02d019348010b3","parentId":11043,"name":"read-resource","id":11044,"timestamp":2640010585,"duration":43792,"tags":{},"startTime":1732132324641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11043,"timestamp":2640010570,"duration":44042,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrolley.js","layer":"app-pages-browser"},"startTime":1732132324641},{"traceId":"6d02d019348010b3","parentId":11041,"name":"read-resource","id":11042,"timestamp":2640010561,"duration":44066,"tags":{},"startTime":1732132324641},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11041,"timestamp":2640010543,"duration":44277,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrident.js","layer":"app-pages-browser"},"startTime":1732132324641},{"traceId":"6d02d019348010b3","parentId":11047,"name":"read-resource","id":11048,"timestamp":2640026923,"duration":29841,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11047,"timestamp":2640026887,"duration":30108,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrophyOff.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11049,"name":"read-resource","id":11050,"timestamp":2640026970,"duration":30038,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11049,"timestamp":2640026947,"duration":30254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrophy.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11051,"name":"read-resource","id":11052,"timestamp":2640027008,"duration":30205,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11051,"timestamp":2640026987,"duration":30425,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTrowel.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11053,"name":"read-resource","id":11054,"timestamp":2640027043,"duration":30385,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11053,"timestamp":2640027022,"duration":30604,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTruckDelivery.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11057,"name":"read-resource","id":11058,"timestamp":2640027110,"duration":30530,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11057,"timestamp":2640027090,"duration":30752,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTruckOff.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11063,"name":"read-resource","id":11064,"timestamp":2640027216,"duration":30640,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11063,"timestamp":2640027197,"duration":30864,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTxt.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11065,"name":"read-resource","id":11066,"timestamp":2640027249,"duration":30827,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11065,"timestamp":2640027228,"duration":31069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTypographyOff.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11067,"name":"read-resource","id":11068,"timestamp":2640027283,"duration":31030,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11067,"timestamp":2640027263,"duration":31255,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTypography.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11069,"name":"read-resource","id":11070,"timestamp":2640027314,"duration":31218,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11069,"timestamp":2640027295,"duration":31452,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUfoOff.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11071,"name":"read-resource","id":11072,"timestamp":2640027346,"duration":31415,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11071,"timestamp":2640027328,"duration":31639,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUfo.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11073,"name":"read-resource","id":11074,"timestamp":2640027382,"duration":31599,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11073,"timestamp":2640027359,"duration":31806,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUmbrellaFilled.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11075,"name":"read-resource","id":11076,"timestamp":2640027416,"duration":31767,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11075,"timestamp":2640027396,"duration":31972,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUmbrellaOff.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11077,"name":"read-resource","id":11078,"timestamp":2640027448,"duration":31934,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11077,"timestamp":2640027429,"duration":32127,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUmbrella.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11079,"name":"read-resource","id":11080,"timestamp":2640027479,"duration":32091,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11079,"timestamp":2640027460,"duration":32296,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUnderline.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11081,"name":"read-resource","id":11082,"timestamp":2640027510,"duration":32260,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11081,"timestamp":2640027491,"duration":32533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUnlink.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11083,"name":"read-resource","id":11084,"timestamp":2640027543,"duration":32501,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11083,"timestamp":2640027523,"duration":32722,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUpload.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11085,"name":"read-resource","id":11086,"timestamp":2640027574,"duration":32685,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11085,"timestamp":2640027555,"duration":32889,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUrgent.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11087,"name":"read-resource","id":11088,"timestamp":2640027609,"duration":32849,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11087,"timestamp":2640027586,"duration":33082,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUsb.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11089,"name":"read-resource","id":11090,"timestamp":2640027641,"duration":33042,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11089,"timestamp":2640027622,"duration":33254,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserBolt.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11091,"name":"read-resource","id":11092,"timestamp":2640027672,"duration":33219,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11091,"timestamp":2640027653,"duration":33434,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserCancel.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11093,"name":"read-resource","id":11094,"timestamp":2640027703,"duration":33398,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11093,"timestamp":2640027684,"duration":33598,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserCheck.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11095,"name":"read-resource","id":11096,"timestamp":2640027736,"duration":33561,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11095,"timestamp":2640027716,"duration":33760,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserCircle.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11097,"name":"read-resource","id":11098,"timestamp":2640027768,"duration":33732,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11097,"timestamp":2640027749,"duration":33940,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserCode.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11099,"name":"read-resource","id":11100,"timestamp":2640027805,"duration":33898,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11099,"timestamp":2640027782,"duration":34145,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserCog.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11101,"name":"read-resource","id":11102,"timestamp":2640027839,"duration":34103,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11101,"timestamp":2640027819,"duration":34308,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserDollar.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11103,"name":"read-resource","id":11104,"timestamp":2640027871,"duration":34270,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11103,"timestamp":2640027852,"duration":34478,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserDown.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11105,"name":"read-resource","id":11106,"timestamp":2640027902,"duration":34441,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11105,"timestamp":2640027883,"duration":34640,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserEdit.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11107,"name":"read-resource","id":11108,"timestamp":2640027935,"duration":34602,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11107,"timestamp":2640027915,"duration":34814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserExclamation.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11059,"name":"read-resource","id":11060,"timestamp":2640027147,"duration":35596,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11059,"timestamp":2640027123,"duration":35813,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTruckReturn.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11061,"name":"read-resource","id":11062,"timestamp":2640027181,"duration":35769,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11061,"timestamp":2640027160,"duration":35969,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTruck.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11055,"name":"read-resource","id":11056,"timestamp":2640027077,"duration":36100,"tags":{},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11055,"timestamp":2640027057,"duration":36311,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconTruckLoading.js","layer":"app-pages-browser"},"startTime":1732132324658},{"traceId":"6d02d019348010b3","parentId":11109,"name":"read-resource","id":11110,"timestamp":2640027965,"duration":35421,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11109,"timestamp":2640027947,"duration":35638,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserHeart.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11111,"name":"read-resource","id":11112,"timestamp":2640027996,"duration":35601,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11111,"timestamp":2640027977,"duration":35811,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserHexagon.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11115,"name":"read-resource","id":11116,"timestamp":2640028091,"duration":35711,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11115,"timestamp":2640028071,"duration":35916,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserOff.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11117,"name":"read-resource","id":11118,"timestamp":2640028123,"duration":36144,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11117,"timestamp":2640028104,"duration":36397,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserPause.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11119,"name":"read-resource","id":11120,"timestamp":2640028155,"duration":36363,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11119,"timestamp":2640028136,"duration":36578,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserPentagon.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11121,"name":"read-resource","id":11122,"timestamp":2640028186,"duration":36550,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11121,"timestamp":2640028167,"duration":36760,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserPin.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11123,"name":"read-resource","id":11124,"timestamp":2640028216,"duration":36725,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11123,"timestamp":2640028198,"duration":36936,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserPlus.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11127,"name":"read-resource","id":11128,"timestamp":2640028286,"duration":36861,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11127,"timestamp":2640028266,"duration":37072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserSearch.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11125,"name":"read-resource","id":11126,"timestamp":2640028253,"duration":37099,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11125,"timestamp":2640028229,"duration":37330,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserQuestion.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11129,"name":"read-resource","id":11130,"timestamp":2640028323,"duration":37250,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11129,"timestamp":2640028298,"duration":37483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserShare.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11131,"name":"read-resource","id":11132,"timestamp":2640028356,"duration":37438,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11131,"timestamp":2640028336,"duration":37641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserShield.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11133,"name":"read-resource","id":11134,"timestamp":2640028388,"duration":37603,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11133,"timestamp":2640028368,"duration":37808,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserSquareRounded.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11135,"name":"read-resource","id":11136,"timestamp":2640028420,"duration":37771,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11135,"timestamp":2640028401,"duration":37981,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserSquare.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11141,"name":"read-resource","id":11142,"timestamp":2640028517,"duration":37880,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11141,"timestamp":2640028498,"duration":38043,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserX.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11139,"name":"read-resource","id":11140,"timestamp":2640028485,"duration":38067,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11139,"timestamp":2640028462,"duration":38214,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserUp.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11137,"name":"read-resource","id":11138,"timestamp":2640028450,"duration":38235,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11137,"timestamp":2640028431,"duration":38373,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserStar.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11143,"name":"read-resource","id":11144,"timestamp":2640028547,"duration":38271,"tags":{},"startTime":1732132324659}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11143,"timestamp":2640028528,"duration":38590,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUser.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11145,"name":"read-resource","id":11146,"timestamp":2640028578,"duration":38555,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11145,"timestamp":2640028559,"duration":38705,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUsersGroup.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11147,"name":"read-resource","id":11148,"timestamp":2640028611,"duration":45116,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11147,"timestamp":2640028592,"duration":45518,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUsersMinus.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11149,"name":"read-resource","id":11150,"timestamp":2640028642,"duration":45838,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11149,"timestamp":2640028623,"duration":46127,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUsersPlus.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11113,"name":"read-resource","id":11114,"timestamp":2640028054,"duration":46710,"tags":{},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11113,"timestamp":2640028027,"duration":46975,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUserMinus.js","layer":"app-pages-browser"},"startTime":1732132324659},{"traceId":"6d02d019348010b3","parentId":11151,"name":"read-resource","id":11152,"timestamp":2640037025,"duration":37994,"tags":{},"startTime":1732132324668},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11151,"timestamp":2640036973,"duration":38284,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUsers.js","layer":"app-pages-browser"},"startTime":1732132324668},{"traceId":"6d02d019348010b3","parentId":11153,"name":"read-resource","id":11154,"timestamp":2640037075,"duration":38198,"tags":{},"startTime":1732132324668},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11153,"timestamp":2640037045,"duration":39189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUvIndex.js","layer":"app-pages-browser"},"startTime":1732132324668},{"traceId":"6d02d019348010b3","parentId":11155,"name":"read-resource","id":11156,"timestamp":2640043631,"duration":33360,"tags":{},"startTime":1732132324674},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11155,"timestamp":2640043608,"duration":33555,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconUxCircle.js","layer":"app-pages-browser"},"startTime":1732132324674},{"traceId":"6d02d019348010b3","parentId":11157,"name":"read-resource","id":11158,"timestamp":2640043675,"duration":33501,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11157,"timestamp":2640043652,"duration":33674,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVaccineBottleOff.js","layer":"app-pages-browser"},"startTime":1732132324674},{"traceId":"6d02d019348010b3","parentId":11159,"name":"read-resource","id":11160,"timestamp":2640043713,"duration":33785,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11159,"timestamp":2640043692,"duration":33967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVaccineBottle.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11161,"name":"read-resource","id":11162,"timestamp":2640043748,"duration":33923,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11161,"timestamp":2640043726,"duration":34093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVaccineOff.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11163,"name":"read-resource","id":11164,"timestamp":2640043781,"duration":34048,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11163,"timestamp":2640043762,"duration":34199,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVaccine.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11165,"name":"read-resource","id":11166,"timestamp":2640043818,"duration":34153,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11165,"timestamp":2640043795,"duration":34293,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVacuumCleaner.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11167,"name":"read-resource","id":11168,"timestamp":2640043853,"duration":34244,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11167,"timestamp":2640043832,"duration":34387,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVariableMinus.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11169,"name":"read-resource","id":11170,"timestamp":2640043885,"duration":34345,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11169,"timestamp":2640043866,"duration":34499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVariableOff.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11171,"name":"read-resource","id":11172,"timestamp":2640043917,"duration":34457,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11171,"timestamp":2640043898,"duration":34595,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVariablePlus.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11173,"name":"read-resource","id":11174,"timestamp":2640043949,"duration":34554,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11173,"timestamp":2640043929,"duration":34688,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVariable.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11175,"name":"read-resource","id":11176,"timestamp":2640043980,"duration":34648,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11175,"timestamp":2640043961,"duration":34801,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVectorBezier2.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11177,"name":"read-resource","id":11178,"timestamp":2640044043,"duration":34730,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11177,"timestamp":2640043992,"duration":34913,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVectorBezierArc.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11185,"name":"read-resource","id":11186,"timestamp":2640044186,"duration":34729,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11185,"timestamp":2640044167,"duration":34872,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVectorSpline.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11179,"name":"read-resource","id":11180,"timestamp":2640044087,"duration":34961,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11179,"timestamp":2640044064,"duration":35120,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVectorBezierCircle.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11181,"name":"read-resource","id":11182,"timestamp":2640044121,"duration":35073,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11181,"timestamp":2640044099,"duration":35234,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVectorBezier.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11183,"name":"read-resource","id":11184,"timestamp":2640044154,"duration":35188,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11183,"timestamp":2640044135,"duration":35341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVectorOff.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11187,"name":"read-resource","id":11188,"timestamp":2640044217,"duration":35269,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11187,"timestamp":2640044198,"duration":35416,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVectorTriangleOff.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11189,"name":"read-resource","id":11190,"timestamp":2640044248,"duration":35375,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11189,"timestamp":2640044230,"duration":35514,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVectorTriangle.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11191,"name":"read-resource","id":11192,"timestamp":2640044279,"duration":35474,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11191,"timestamp":2640044260,"duration":35625,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVector.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11193,"name":"read-resource","id":11194,"timestamp":2640044310,"duration":35586,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11193,"timestamp":2640044291,"duration":35751,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVenus.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11195,"name":"read-resource","id":11196,"timestamp":2640044349,"duration":35706,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11195,"timestamp":2640044326,"duration":35893,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVersionsFilled.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11197,"name":"read-resource","id":11198,"timestamp":2640044381,"duration":35848,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11197,"timestamp":2640044362,"duration":35986,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVersionsOff.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11199,"name":"read-resource","id":11200,"timestamp":2640044412,"duration":35947,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11199,"timestamp":2640044393,"duration":36086,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVersions.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11201,"name":"read-resource","id":11202,"timestamp":2640044443,"duration":38317,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11201,"timestamp":2640044424,"duration":38576,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVideoMinus.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11205,"name":"read-resource","id":11206,"timestamp":2640044509,"duration":39375,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11205,"timestamp":2640044490,"duration":39667,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVideoPlus.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11207,"name":"read-resource","id":11208,"timestamp":2640044543,"duration":39664,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11207,"timestamp":2640044520,"duration":39935,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVideo.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11209,"name":"read-resource","id":11210,"timestamp":2640049115,"duration":35379,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11209,"timestamp":2640049073,"duration":35633,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconView360Off.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11203,"name":"read-resource","id":11204,"timestamp":2640044477,"duration":40244,"tags":{},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11203,"timestamp":2640044457,"duration":40531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVideoOff.js","layer":"app-pages-browser"},"startTime":1732132324675},{"traceId":"6d02d019348010b3","parentId":11211,"name":"read-resource","id":11212,"timestamp":2640049149,"duration":35883,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11211,"timestamp":2640049129,"duration":36138,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconView360.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11213,"name":"read-resource","id":11214,"timestamp":2640049182,"duration":36098,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11213,"timestamp":2640049156,"duration":36396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconViewfinderOff.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11215,"name":"read-resource","id":11216,"timestamp":2640049208,"duration":42779,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11215,"timestamp":2640049191,"duration":43170,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconViewfinder.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11217,"name":"read-resource","id":11218,"timestamp":2640049235,"duration":43142,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11217,"timestamp":2640049216,"duration":43392,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconViewportNarrow.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11219,"name":"read-resource","id":11220,"timestamp":2640049262,"duration":43363,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11219,"timestamp":2640049244,"duration":43580,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconViewportWide.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11221,"name":"read-resource","id":11222,"timestamp":2640049287,"duration":43558,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11221,"timestamp":2640049270,"duration":43766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVinyl.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11223,"name":"read-resource","id":11224,"timestamp":2640049312,"duration":43736,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11223,"timestamp":2640049294,"duration":43922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVipOff.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11225,"name":"read-resource","id":11226,"timestamp":2640049342,"duration":43912,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11225,"timestamp":2640049322,"duration":44113,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVip.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11229,"name":"read-resource","id":11230,"timestamp":2640049407,"duration":44043,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11229,"timestamp":2640049387,"duration":44338,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVirusSearch.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11231,"name":"read-resource","id":11232,"timestamp":2640049432,"duration":44307,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11231,"timestamp":2640049415,"duration":44633,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVirus.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11233,"name":"read-resource","id":11234,"timestamp":2640050514,"duration":43549,"tags":{},"startTime":1732132324681},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11233,"timestamp":2640050483,"duration":43788,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVocabularyOff.js","layer":"app-pages-browser"},"startTime":1732132324681},{"traceId":"6d02d019348010b3","parentId":11235,"name":"read-resource","id":11236,"timestamp":2640050550,"duration":43735,"tags":{},"startTime":1732132324681},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11235,"timestamp":2640050528,"duration":44004,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVocabulary.js","layer":"app-pages-browser"},"startTime":1732132324681},{"traceId":"6d02d019348010b3","parentId":11237,"name":"read-resource","id":11238,"timestamp":2640050584,"duration":43964,"tags":{},"startTime":1732132324681},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11237,"timestamp":2640050560,"duration":44200,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVolcano.js","layer":"app-pages-browser"},"startTime":1732132324681},{"traceId":"6d02d019348010b3","parentId":11227,"name":"read-resource","id":11228,"timestamp":2640049377,"duration":45530,"tags":{},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11227,"timestamp":2640049352,"duration":45896,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVirusOff.js","layer":"app-pages-browser"},"startTime":1732132324680},{"traceId":"6d02d019348010b3","parentId":11239,"name":"read-resource","id":11240,"timestamp":2640051276,"duration":43988,"tags":{},"startTime":1732132324682},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11239,"timestamp":2640051238,"duration":44224,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVolume2.js","layer":"app-pages-browser"},"startTime":1732132324682},{"traceId":"6d02d019348010b3","parentId":11243,"name":"read-resource","id":11244,"timestamp":2640056694,"duration":41338,"tags":{},"startTime":1732132324688},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11243,"timestamp":2640056668,"duration":41607,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVolumeOff.js","layer":"app-pages-browser"},"startTime":1732132324688}] +[{"traceId":"6d02d019348010b3","parentId":11241,"name":"read-resource","id":11242,"timestamp":2640056655,"duration":41899,"tags":{},"startTime":1732132324687},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11241,"timestamp":2640056621,"duration":42151,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVolume3.js","layer":"app-pages-browser"},"startTime":1732132324687},{"traceId":"6d02d019348010b3","parentId":11245,"name":"read-resource","id":11246,"timestamp":2640056723,"duration":42168,"tags":{},"startTime":1732132324688},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11245,"timestamp":2640056702,"duration":42420,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVolume.js","layer":"app-pages-browser"},"startTime":1732132324688},{"traceId":"6d02d019348010b3","parentId":11247,"name":"read-resource","id":11248,"timestamp":2640071312,"duration":28280,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11247,"timestamp":2640071268,"duration":28542,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconVs.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11249,"name":"read-resource","id":11250,"timestamp":2640071350,"duration":28474,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11249,"timestamp":2640071329,"duration":28735,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWalk.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11257,"name":"read-resource","id":11258,"timestamp":2640071505,"duration":28575,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11257,"timestamp":2640071486,"duration":28790,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWallet.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11259,"name":"read-resource","id":11260,"timestamp":2640071530,"duration":28760,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11259,"timestamp":2640071513,"duration":28983,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWallpaperOff.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11261,"name":"read-resource","id":11262,"timestamp":2640071555,"duration":28956,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11261,"timestamp":2640071538,"duration":29150,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWallpaper.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11263,"name":"read-resource","id":11264,"timestamp":2640071583,"duration":29118,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11263,"timestamp":2640071562,"duration":29381,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWandOff.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11251,"name":"read-resource","id":11252,"timestamp":2640071407,"duration":29553,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11251,"timestamp":2640071360,"duration":29836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWallOff.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11267,"name":"read-resource","id":11268,"timestamp":2640071633,"duration":29579,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11267,"timestamp":2640071615,"duration":29784,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDry1.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11253,"name":"read-resource","id":11254,"timestamp":2640071441,"duration":29973,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11253,"timestamp":2640071419,"duration":30229,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWall.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11255,"name":"read-resource","id":11256,"timestamp":2640071471,"duration":30189,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11255,"timestamp":2640071450,"duration":30415,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWalletOff.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11265,"name":"read-resource","id":11266,"timestamp":2640071608,"duration":30271,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11265,"timestamp":2640071591,"duration":30484,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWand.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11275,"name":"read-resource","id":11276,"timestamp":2640071785,"duration":30305,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11275,"timestamp":2640071766,"duration":30524,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryDip.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11269,"name":"read-resource","id":11270,"timestamp":2640071662,"duration":30644,"tags":{},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11269,"timestamp":2640071641,"duration":30873,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDry2.js","layer":"app-pages-browser"},"startTime":1732132324702},{"traceId":"6d02d019348010b3","parentId":11271,"name":"read-resource","id":11272,"timestamp":2640071717,"duration":30810,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11271,"timestamp":2640071672,"duration":31065,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDry3.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11273,"name":"read-resource","id":11274,"timestamp":2640071754,"duration":30997,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11273,"timestamp":2640071728,"duration":31212,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryA.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11277,"name":"read-resource","id":11278,"timestamp":2640071817,"duration":31140,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11277,"timestamp":2640071794,"duration":31390,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryF.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11279,"name":"read-resource","id":11280,"timestamp":2640071842,"duration":31356,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11279,"timestamp":2640071824,"duration":31588,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryFlat.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11281,"name":"read-resource","id":11282,"timestamp":2640071867,"duration":31564,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11281,"timestamp":2640071849,"duration":31797,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryHang.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11285,"name":"read-resource","id":11286,"timestamp":2640071919,"duration":31743,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11285,"timestamp":2640071900,"duration":31954,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryP.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11283,"name":"read-resource","id":11284,"timestamp":2640071892,"duration":31975,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11283,"timestamp":2640071875,"duration":32204,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryOff.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11291,"name":"read-resource","id":11292,"timestamp":2640072078,"duration":34016,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11291,"timestamp":2640072054,"duration":34221,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDry.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11289,"name":"read-resource","id":11290,"timestamp":2640072045,"duration":34242,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11289,"timestamp":2640072021,"duration":34392,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryW.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11287,"name":"read-resource","id":11288,"timestamp":2640071970,"duration":34453,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11287,"timestamp":2640071949,"duration":34602,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryShade.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11297,"name":"read-resource","id":11298,"timestamp":2640072189,"duration":34373,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11297,"timestamp":2640072168,"duration":34527,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashEco.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11293,"name":"read-resource","id":11294,"timestamp":2640072120,"duration":34586,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11293,"timestamp":2640072093,"duration":34729,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDrycleanOff.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11295,"name":"read-resource","id":11296,"timestamp":2640072157,"duration":34676,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11295,"timestamp":2640072131,"duration":34808,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashDryclean.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11299,"name":"read-resource","id":11300,"timestamp":2640072216,"duration":34734,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11299,"timestamp":2640072197,"duration":34874,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashGentle.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11301,"name":"read-resource","id":11302,"timestamp":2640072267,"duration":34815,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11301,"timestamp":2640072244,"duration":34965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashHand.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11305,"name":"read-resource","id":11306,"timestamp":2640072337,"duration":34883,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11305,"timestamp":2640072320,"duration":35031,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashOff.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11303,"name":"read-resource","id":11304,"timestamp":2640072312,"duration":35050,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11303,"timestamp":2640072278,"duration":35253,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashMachine.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11307,"name":"read-resource","id":11308,"timestamp":2640072364,"duration":35179,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11307,"timestamp":2640072346,"duration":35318,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashPress.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11311,"name":"read-resource","id":11312,"timestamp":2640072419,"duration":35255,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11311,"timestamp":2640072397,"duration":35401,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashTemperature2.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11309,"name":"read-resource","id":11310,"timestamp":2640072389,"duration":35420,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11309,"timestamp":2640072372,"duration":35559,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashTemperature1.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11315,"name":"read-resource","id":11316,"timestamp":2640072472,"duration":35470,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11315,"timestamp":2640072453,"duration":35670,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashTemperature4.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11313,"name":"read-resource","id":11314,"timestamp":2640072446,"duration":35689,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11313,"timestamp":2640072428,"duration":35859,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashTemperature3.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11317,"name":"read-resource","id":11318,"timestamp":2640072519,"duration":35779,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11317,"timestamp":2640072480,"duration":35951,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashTemperature5.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11319,"name":"read-resource","id":11320,"timestamp":2640072559,"duration":35882,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11319,"timestamp":2640072532,"duration":36094,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashTemperature6.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11325,"name":"read-resource","id":11326,"timestamp":2640072646,"duration":35993,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11325,"timestamp":2640072628,"duration":36129,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWash.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11321,"name":"read-resource","id":11322,"timestamp":2640072590,"duration":36176,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11321,"timestamp":2640072573,"duration":36307,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashTumbleDry.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11329,"name":"read-resource","id":11330,"timestamp":2640072696,"duration":36194,"tags":{},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11329,"timestamp":2640072677,"duration":36321,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWaveSawTool.js","layer":"app-pages-browser"},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":11327,"name":"read-resource","id":11328,"timestamp":2640072670,"duration":36339,"tags":{},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11327,"timestamp":2640072653,"duration":36483,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWaterpolo.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11331,"name":"read-resource","id":11332,"timestamp":2640072721,"duration":36425,"tags":{},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11331,"timestamp":2640072703,"duration":36554,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWaveSine.js","layer":"app-pages-browser"},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":11323,"name":"read-resource","id":11324,"timestamp":2640072620,"duration":36646,"tags":{},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11323,"timestamp":2640072598,"duration":36778,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWashTumbleOff.js","layer":"app-pages-browser"},"startTime":1732132324703},{"traceId":"6d02d019348010b3","parentId":11333,"name":"read-resource","id":11334,"timestamp":2640072748,"duration":36636,"tags":{},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11333,"timestamp":2640072730,"duration":36760,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWaveSquare.js","layer":"app-pages-browser"},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":11335,"name":"read-resource","id":11336,"timestamp":2640072873,"duration":36627,"tags":{},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11335,"timestamp":2640072757,"duration":36861,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWebhookOff.js","layer":"app-pages-browser"},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":11337,"name":"read-resource","id":11338,"timestamp":2640072926,"duration":36702,"tags":{},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11337,"timestamp":2640072892,"duration":36847,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWebhook.js","layer":"app-pages-browser"},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":11339,"name":"read-resource","id":11340,"timestamp":2640072953,"duration":37050,"tags":{},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11339,"timestamp":2640072934,"duration":37276,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWeight.js","layer":"app-pages-browser"},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":11341,"name":"read-resource","id":11342,"timestamp":2640072989,"duration":37701,"tags":{},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11341,"timestamp":2640072969,"duration":37998,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWheel.js","layer":"app-pages-browser"},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":11343,"name":"read-resource","id":11344,"timestamp":2640073016,"duration":37968,"tags":{},"startTime":1732132324704}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11343,"timestamp":2640072997,"duration":38480,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWheelchairOff.js","layer":"app-pages-browser"},"startTime":1732132324704},{"traceId":"6d02d019348010b3","parentId":11345,"name":"read-resource","id":11346,"timestamp":2640074382,"duration":37265,"tags":{},"startTime":1732132324705},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11345,"timestamp":2640074344,"duration":37461,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWheelchair.js","layer":"app-pages-browser"},"startTime":1732132324705},{"traceId":"6d02d019348010b3","parentId":11347,"name":"read-resource","id":11348,"timestamp":2640081741,"duration":38936,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11347,"timestamp":2640081710,"duration":39501,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWhirl.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11349,"name":"read-resource","id":11350,"timestamp":2640081785,"duration":39442,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11349,"timestamp":2640081762,"duration":39654,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWifi0.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11351,"name":"read-resource","id":11352,"timestamp":2640081823,"duration":39607,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11351,"timestamp":2640081802,"duration":39810,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWifi1.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11353,"name":"read-resource","id":11354,"timestamp":2640081859,"duration":39767,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11353,"timestamp":2640081836,"duration":39980,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWifi2.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11355,"name":"read-resource","id":11356,"timestamp":2640081893,"duration":39938,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11355,"timestamp":2640081873,"duration":40173,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWifiOff.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11357,"name":"read-resource","id":11358,"timestamp":2640081927,"duration":40134,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11357,"timestamp":2640081908,"duration":40347,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWifi.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11365,"name":"read-resource","id":11366,"timestamp":2640082059,"duration":40210,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11365,"timestamp":2640082039,"duration":40396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindmillOff.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11359,"name":"read-resource","id":11360,"timestamp":2640081961,"duration":40487,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11359,"timestamp":2640081941,"duration":40635,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindOff.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11361,"name":"read-resource","id":11362,"timestamp":2640081992,"duration":40594,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11361,"timestamp":2640081973,"duration":40736,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWind.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11363,"name":"read-resource","id":11364,"timestamp":2640082026,"duration":40694,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11363,"timestamp":2640082006,"duration":40828,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindmillFilled.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11367,"name":"read-resource","id":11368,"timestamp":2640082100,"duration":40744,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11367,"timestamp":2640082074,"duration":40892,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindmill.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11371,"name":"read-resource","id":11372,"timestamp":2640082166,"duration":40810,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11371,"timestamp":2640082148,"duration":40954,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindowMinimize.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11369,"name":"read-resource","id":11370,"timestamp":2640082135,"duration":40976,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11369,"timestamp":2640082115,"duration":41118,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindowMaximize.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11375,"name":"read-resource","id":11376,"timestamp":2640082230,"duration":41015,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11375,"timestamp":2640082211,"duration":41157,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindow.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11373,"name":"read-resource","id":11374,"timestamp":2640082198,"duration":41181,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11373,"timestamp":2640082179,"duration":41316,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindowOff.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11377,"name":"read-resource","id":11378,"timestamp":2640082262,"duration":41242,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11377,"timestamp":2640082243,"duration":41381,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWindsock.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11379,"name":"read-resource","id":11380,"timestamp":2640082308,"duration":41326,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11379,"timestamp":2640082287,"duration":41487,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWiperWash.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11381,"name":"read-resource","id":11382,"timestamp":2640082340,"duration":41444,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11381,"timestamp":2640082321,"duration":41580,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWiper.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11383,"name":"read-resource","id":11384,"timestamp":2640082378,"duration":41533,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11383,"timestamp":2640082354,"duration":41712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWoman.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11387,"name":"read-resource","id":11388,"timestamp":2640082442,"duration":41635,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11387,"timestamp":2640082424,"duration":41785,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldBolt.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11385,"name":"read-resource","id":11386,"timestamp":2640082412,"duration":41807,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11385,"timestamp":2640082393,"duration":41957,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWood.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11389,"name":"read-resource","id":11390,"timestamp":2640082474,"duration":41885,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11389,"timestamp":2640082455,"duration":42029,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldCancel.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11397,"name":"read-resource","id":11398,"timestamp":2640082605,"duration":41891,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11397,"timestamp":2640082584,"duration":42037,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldDollar.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11399,"name":"read-resource","id":11400,"timestamp":2640082636,"duration":42060,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11399,"timestamp":2640082617,"duration":42230,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldDown.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11395,"name":"read-resource","id":11396,"timestamp":2640082572,"duration":43101,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11395,"timestamp":2640082549,"duration":43314,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldCog.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11393,"name":"read-resource","id":11394,"timestamp":2640082537,"duration":43338,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11393,"timestamp":2640082519,"duration":43493,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldCode.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11391,"name":"read-resource","id":11392,"timestamp":2640082506,"duration":43516,"tags":{},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11391,"timestamp":2640082487,"duration":43665,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldCheck.js","layer":"app-pages-browser"},"startTime":1732132324713},{"traceId":"6d02d019348010b3","parentId":11543,"name":"next-swc-transform","id":11544,"timestamp":2640117388,"duration":9135,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11491,"name":"next-swc-loader","id":11543,"timestamp":2640117282,"duration":9247,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1951,"name":"build-module-js","id":11491,"timestamp":2640114706,"duration":14056,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1732132324746},{"traceId":"6d02d019348010b3","parentId":11545,"name":"next-swc-transform","id":11546,"timestamp":2640117460,"duration":11361,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11492,"name":"next-swc-loader","id":11545,"timestamp":2640117394,"duration":11431,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1957,"name":"build-module-js","id":11492,"timestamp":2640114864,"duration":15538,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1732132324746},{"traceId":"6d02d019348010b3","parentId":11556,"name":"read-resource","id":11557,"timestamp":2640131882,"duration":378,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2086,"name":"build-module-mjs","id":11556,"timestamp":2640131856,"duration":850,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11558,"name":"read-resource","id":11559,"timestamp":2640131900,"duration":810,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2088,"name":"build-module-mjs","id":11558,"timestamp":2640131887,"duration":1134,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11560,"name":"read-resource","id":11561,"timestamp":2640131919,"duration":1106,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11560,"timestamp":2640131903,"duration":1240,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/debug/record.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11562,"name":"read-resource","id":11563,"timestamp":2640131933,"duration":1213,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2132,"name":"build-module-mjs","id":11562,"timestamp":2640131923,"duration":1352,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11564,"name":"read-resource","id":11565,"timestamp":2640131946,"duration":1333,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2136,"name":"build-module-mjs","id":11564,"timestamp":2640131936,"duration":1477,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11566,"name":"read-resource","id":11567,"timestamp":2640131957,"duration":1459,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11566,"timestamp":2640131948,"duration":2315,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11568,"name":"read-resource","id":11569,"timestamp":2640131972,"duration":2297,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11568,"timestamp":2640131960,"duration":2568,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11570,"name":"read-resource","id":11571,"timestamp":2640131983,"duration":2549,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11570,"timestamp":2640131974,"duration":3552,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11572,"name":"read-resource","id":11573,"timestamp":2640131995,"duration":3537,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11572,"timestamp":2640131985,"duration":4147,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11574,"name":"read-resource","id":11575,"timestamp":2640132034,"duration":4104,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11574,"timestamp":2640131998,"duration":4412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/transitions.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11576,"name":"read-resource","id":11577,"timestamp":2640132054,"duration":4362,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11576,"timestamp":2640132039,"duration":4760,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11578,"name":"read-resource","id":11579,"timestamp":2640132067,"duration":4737,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11578,"timestamp":2640132057,"duration":5460,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11580,"name":"read-resource","id":11581,"timestamp":2640132079,"duration":5443,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11580,"timestamp":2640132070,"duration":5904,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11582,"name":"read-resource","id":11583,"timestamp":2640132092,"duration":5887,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11582,"timestamp":2640132082,"duration":6051,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11584,"name":"read-resource","id":11585,"timestamp":2640132106,"duration":6032,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11584,"timestamp":2640132094,"duration":6333,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11586,"name":"read-resource","id":11587,"timestamp":2640132118,"duration":6314,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2112,"name":"build-module-mjs","id":11586,"timestamp":2640132109,"duration":6457,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/node/state.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11588,"name":"read-resource","id":11589,"timestamp":2640132131,"duration":6439,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2142,"name":"build-module-mjs","id":11588,"timestamp":2640132122,"duration":37587,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11590,"name":"read-resource","id":11591,"timestamp":2640132144,"duration":37574,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2144,"name":"build-module-mjs","id":11590,"timestamp":2640132135,"duration":38821,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11592,"name":"read-resource","id":11593,"timestamp":2640132157,"duration":38806,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2104,"name":"build-module-mjs","id":11592,"timestamp":2640132147,"duration":40950,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","layer":"app-pages-browser"},"startTime":1732132324763}] +[{"traceId":"6d02d019348010b3","parentId":11594,"name":"read-resource","id":11595,"timestamp":2640132171,"duration":41284,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2146,"name":"build-module-mjs","id":11594,"timestamp":2640132159,"duration":41874,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11596,"name":"read-resource","id":11597,"timestamp":2640132183,"duration":41856,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2146,"name":"build-module-mjs","id":11596,"timestamp":2640132174,"duration":42280,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11598,"name":"read-resource","id":11599,"timestamp":2640132194,"duration":42265,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2146,"name":"build-module-mjs","id":11598,"timestamp":2640132186,"duration":42478,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11600,"name":"read-resource","id":11601,"timestamp":2640132206,"duration":42462,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2108,"name":"build-module-mjs","id":11600,"timestamp":2640132198,"duration":42915,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11602,"name":"read-resource","id":11603,"timestamp":2640132221,"duration":42897,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2108,"name":"build-module-mjs","id":11602,"timestamp":2640132209,"duration":43142,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11604,"name":"read-resource","id":11605,"timestamp":2640132232,"duration":43124,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2110,"name":"build-module-mjs","id":11604,"timestamp":2640132223,"duration":43361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11606,"name":"read-resource","id":11607,"timestamp":2640132244,"duration":43346,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":2110,"name":"build-module-mjs","id":11606,"timestamp":2640132235,"duration":43492,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11547,"name":"next-swc-transform","id":11548,"timestamp":2640117520,"duration":58528,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11493,"name":"next-swc-loader","id":11547,"timestamp":2640117463,"duration":58588,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":2013,"name":"build-module-js","id":11493,"timestamp":2640115654,"duration":72465,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/lazy-dynamic/no-ssr-error.js","layer":"app-pages-browser"},"startTime":1732132324746},{"traceId":"6d02d019348010b3","parentId":11549,"name":"next-swc-transform","id":11550,"timestamp":2640117573,"duration":70607,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11494,"name":"next-swc-loader","id":11549,"timestamp":2640117523,"duration":70660,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":2019,"name":"build-module-js","id":11494,"timestamp":2640115729,"duration":73531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11401,"name":"read-resource","id":11402,"timestamp":2640091706,"duration":97574,"tags":{},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11401,"timestamp":2640091649,"duration":97856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldDownload.js","layer":"app-pages-browser"},"startTime":1732132324722},{"traceId":"6d02d019348010b3","parentId":11403,"name":"read-resource","id":11404,"timestamp":2640091749,"duration":97772,"tags":{},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11403,"timestamp":2640091726,"duration":97999,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldExclamation.js","layer":"app-pages-browser"},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":11405,"name":"read-resource","id":11406,"timestamp":2640091783,"duration":97958,"tags":{},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11405,"timestamp":2640091760,"duration":98167,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldHeart.js","layer":"app-pages-browser"},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":11407,"name":"read-resource","id":11408,"timestamp":2640091815,"duration":98126,"tags":{},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11407,"timestamp":2640091793,"duration":98310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldLatitude.js","layer":"app-pages-browser"},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":11409,"name":"read-resource","id":11410,"timestamp":2640091845,"duration":98883,"tags":{},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11409,"timestamp":2640091824,"duration":99103,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldLongitude.js","layer":"app-pages-browser"},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":11411,"name":"read-resource","id":11412,"timestamp":2640091875,"duration":99067,"tags":{},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11411,"timestamp":2640091856,"duration":99281,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldMinus.js","layer":"app-pages-browser"},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":11413,"name":"read-resource","id":11414,"timestamp":2640091907,"duration":99243,"tags":{},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11413,"timestamp":2640091882,"duration":99450,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldOff.js","layer":"app-pages-browser"},"startTime":1732132324723},{"traceId":"6d02d019348010b3","parentId":11415,"name":"read-resource","id":11416,"timestamp":2640097226,"duration":94128,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11415,"timestamp":2640097179,"duration":94360,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldPause.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11417,"name":"read-resource","id":11418,"timestamp":2640097271,"duration":94281,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11417,"timestamp":2640097247,"duration":94482,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldPin.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11421,"name":"read-resource","id":11422,"timestamp":2640097366,"duration":94375,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11421,"timestamp":2640097343,"duration":94575,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldQuestion.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11419,"name":"read-resource","id":11420,"timestamp":2640097325,"duration":94607,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11419,"timestamp":2640097300,"duration":94850,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldPlus.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11423,"name":"read-resource","id":11424,"timestamp":2640097413,"duration":94750,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11423,"timestamp":2640097385,"duration":94959,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldSearch.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11425,"name":"read-resource","id":11426,"timestamp":2640097459,"duration":94898,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11425,"timestamp":2640097437,"duration":95093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldShare.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11427,"name":"read-resource","id":11428,"timestamp":2640097497,"duration":95046,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11427,"timestamp":2640097477,"duration":95235,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldStar.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11433,"name":"read-resource","id":11434,"timestamp":2640097622,"duration":95101,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11433,"timestamp":2640097603,"duration":95310,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldWww.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11431,"name":"read-resource","id":11432,"timestamp":2640097584,"duration":95342,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11431,"timestamp":2640097565,"duration":95535,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldUpload.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11429,"name":"read-resource","id":11430,"timestamp":2640097545,"duration":95567,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11429,"timestamp":2640097516,"duration":95763,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldUp.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11435,"name":"read-resource","id":11436,"timestamp":2640097659,"duration":95631,"tags":{},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11435,"timestamp":2640097640,"duration":95821,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorldX.js","layer":"app-pages-browser"},"startTime":1732132324728},{"traceId":"6d02d019348010b3","parentId":11437,"name":"read-resource","id":11438,"timestamp":2640097696,"duration":95949,"tags":{},"startTime":1732132324729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11437,"timestamp":2640097677,"duration":96156,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWorld.js","layer":"app-pages-browser"},"startTime":1732132324729},{"traceId":"6d02d019348010b3","parentId":11439,"name":"read-resource","id":11440,"timestamp":2640097736,"duration":96141,"tags":{},"startTime":1732132324729},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11439,"timestamp":2640097713,"duration":110531,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWreckingBall.js","layer":"app-pages-browser"},"startTime":1732132324729},{"traceId":"6d02d019348010b3","parentId":11610,"name":"read-resource","id":11611,"timestamp":2640214127,"duration":118,"tags":{},"startTime":1732132324845},{"traceId":"6d02d019348010b3","parentId":2071,"name":"build-module-mjs","id":11610,"timestamp":2640214059,"duration":761,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","layer":"app-pages-browser"},"startTime":1732132324845},{"traceId":"6d02d019348010b3","parentId":11608,"name":"next-swc-transform","id":11609,"timestamp":2640175851,"duration":65282,"tags":{},"startTime":1732132324807},{"traceId":"6d02d019348010b3","parentId":11553,"name":"next-swc-loader","id":11608,"timestamp":2640175744,"duration":65393,"tags":{},"startTime":1732132324807},{"traceId":"6d02d019348010b3","parentId":2019,"name":"build-module-js","id":11553,"timestamp":2640131725,"duration":110297,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11445,"name":"read-resource","id":11446,"timestamp":2640105369,"duration":137369,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11445,"timestamp":2640105343,"duration":137629,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWritingSign.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11441,"name":"read-resource","id":11442,"timestamp":2640105275,"duration":137713,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11441,"timestamp":2640105243,"duration":137932,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWritingOff.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11447,"name":"read-resource","id":11448,"timestamp":2640105405,"duration":137783,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11447,"timestamp":2640105384,"duration":137983,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWriting.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11449,"name":"read-resource","id":11450,"timestamp":2640105440,"duration":137941,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11449,"timestamp":2640105418,"duration":138121,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconX.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11451,"name":"read-resource","id":11452,"timestamp":2640105477,"duration":138077,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11451,"timestamp":2640105456,"duration":138263,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconXboxA.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11453,"name":"read-resource","id":11454,"timestamp":2640105510,"duration":138223,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11453,"timestamp":2640105491,"duration":138410,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconXboxB.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11455,"name":"read-resource","id":11456,"timestamp":2640105542,"duration":138373,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11455,"timestamp":2640105524,"duration":154616,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconXboxX.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11457,"name":"read-resource","id":11458,"timestamp":2640105575,"duration":154582,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11457,"timestamp":2640105556,"duration":154777,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconXboxY.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11459,"name":"read-resource","id":11460,"timestamp":2640105617,"duration":154731,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11459,"timestamp":2640105590,"duration":154921,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconXd.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11463,"name":"read-resource","id":11464,"timestamp":2640105683,"duration":154844,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11463,"timestamp":2640105664,"duration":155027,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconYinYangFilled.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11461,"name":"read-resource","id":11462,"timestamp":2640105651,"duration":155053,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11461,"timestamp":2640105631,"duration":155248,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconXxx.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11467,"name":"read-resource","id":11468,"timestamp":2640105761,"duration":155129,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11467,"timestamp":2640105742,"duration":155307,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconYoga.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11465,"name":"read-resource","id":11466,"timestamp":2640105729,"duration":155332,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11465,"timestamp":2640105710,"duration":155529,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconYinYang.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11471,"name":"read-resource","id":11472,"timestamp":2640105832,"duration":155419,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11471,"timestamp":2640105810,"duration":155596,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZeppelin.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11469,"name":"read-resource","id":11470,"timestamp":2640105796,"duration":155623,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11469,"timestamp":2640105776,"duration":155817,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZeppelinOff.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11475,"name":"read-resource","id":11476,"timestamp":2640105898,"duration":155707,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11475,"timestamp":2640105878,"duration":155873,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacAquarius.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11473,"name":"read-resource","id":11474,"timestamp":2640105866,"duration":155898,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11473,"timestamp":2640105846,"duration":156069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZip.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11477,"name":"read-resource","id":11478,"timestamp":2640105931,"duration":155997,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11477,"timestamp":2640105911,"duration":156168,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacAries.js","layer":"app-pages-browser"},"startTime":1732132324737}] +[{"traceId":"6d02d019348010b3","parentId":11479,"name":"read-resource","id":11480,"timestamp":2640105964,"duration":156391,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11479,"timestamp":2640105945,"duration":156700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacCancer.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11443,"name":"read-resource","id":11444,"timestamp":2640105326,"duration":157507,"tags":{},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11443,"timestamp":2640105303,"duration":157715,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconWritingSignOff.js","layer":"app-pages-browser"},"startTime":1732132324736},{"traceId":"6d02d019348010b3","parentId":11481,"name":"read-resource","id":11482,"timestamp":2640105997,"duration":157083,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11481,"timestamp":2640105978,"duration":157287,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacCapricorn.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11483,"name":"read-resource","id":11484,"timestamp":2640106030,"duration":157247,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11483,"timestamp":2640106011,"duration":157433,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacGemini.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11613,"name":"next-swc-transform","id":11614,"timestamp":2640215310,"duration":48388,"tags":{},"startTime":1732132324846},{"traceId":"6d02d019348010b3","parentId":11612,"name":"next-swc-loader","id":11613,"timestamp":2640215211,"duration":48490,"tags":{},"startTime":1732132324846},{"traceId":"6d02d019348010b3","parentId":1953,"name":"build-module-js","id":11612,"timestamp":2640214136,"duration":51695,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/head.js","layer":"app-pages-browser"},"startTime":1732132324845},{"traceId":"6d02d019348010b3","parentId":1643,"name":"build-module","id":11619,"timestamp":2640278754,"duration":56,"tags":{"name":"undefined","layer":"undefined"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11620,"name":"read-resource","id":11621,"timestamp":2640278846,"duration":1440,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2146,"name":"build-module-mjs","id":11620,"timestamp":2640278819,"duration":1814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11622,"name":"read-resource","id":11623,"timestamp":2640278878,"duration":1762,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2146,"name":"build-module-mjs","id":11622,"timestamp":2640278855,"duration":2247,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11624,"name":"read-resource","id":11625,"timestamp":2640278900,"duration":2208,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2152,"name":"build-module-mjs","id":11624,"timestamp":2640278882,"duration":2542,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/instant.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11626,"name":"read-resource","id":11627,"timestamp":2640278921,"duration":2508,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2152,"name":"build-module-mjs","id":11626,"timestamp":2640278905,"duration":2839,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11628,"name":"read-resource","id":11629,"timestamp":2640278939,"duration":2810,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2152,"name":"build-module-mjs","id":11628,"timestamp":2640278923,"duration":3099,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11630,"name":"read-resource","id":11631,"timestamp":2640278961,"duration":3066,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2152,"name":"build-module-mjs","id":11630,"timestamp":2640278942,"duration":3533,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/keyframes.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11632,"name":"read-resource","id":11633,"timestamp":2640278982,"duration":3498,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2160,"name":"build-module-mjs","id":11632,"timestamp":2640278967,"duration":4046,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/use-props.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11634,"name":"read-resource","id":11635,"timestamp":2640279001,"duration":4016,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2160,"name":"build-module-mjs","id":11634,"timestamp":2640278986,"duration":4315,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11636,"name":"read-resource","id":11637,"timestamp":2640279020,"duration":4285,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2168,"name":"build-module-mjs","id":11636,"timestamp":2640279004,"duration":4620,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11638,"name":"read-resource","id":11639,"timestamp":2640279042,"duration":4588,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2168,"name":"build-module-mjs","id":11638,"timestamp":2640279022,"duration":21004,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11640,"name":"read-resource","id":11641,"timestamp":2640279061,"duration":20973,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2170,"name":"build-module-mjs","id":11640,"timestamp":2640279046,"duration":21189,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11642,"name":"read-resource","id":11643,"timestamp":2640279080,"duration":21159,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2176,"name":"build-module-mjs","id":11642,"timestamp":2640279065,"duration":21339,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11644,"name":"read-resource","id":11645,"timestamp":2640279099,"duration":21309,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2148,"name":"build-module-mjs","id":11644,"timestamp":2640279084,"duration":21641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11646,"name":"read-resource","id":11647,"timestamp":2640279120,"duration":21609,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2148,"name":"build-module-mjs","id":11646,"timestamp":2640279102,"duration":22065,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11648,"name":"read-resource","id":11649,"timestamp":2640279139,"duration":22033,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2148,"name":"build-module-mjs","id":11648,"timestamp":2640279123,"duration":22203,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11650,"name":"read-resource","id":11651,"timestamp":2640279157,"duration":22174,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2148,"name":"build-module-mjs","id":11650,"timestamp":2640279142,"duration":22423,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11652,"name":"read-resource","id":11653,"timestamp":2640279174,"duration":22396,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2148,"name":"build-module-mjs","id":11652,"timestamp":2640279159,"duration":22564,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11654,"name":"read-resource","id":11655,"timestamp":2640279199,"duration":22529,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2152,"name":"build-module-mjs","id":11654,"timestamp":2640279178,"duration":24339,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/waapi/create-accelerated-animation.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11656,"name":"read-resource","id":11657,"timestamp":2640279217,"duration":24306,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2162,"name":"build-module-mjs","id":11656,"timestamp":2640279202,"duration":24519,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11658,"name":"read-resource","id":11659,"timestamp":2640279236,"duration":24489,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2164,"name":"build-module-mjs","id":11658,"timestamp":2640279221,"duration":24652,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11660,"name":"read-resource","id":11661,"timestamp":2640279254,"duration":24624,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2166,"name":"build-module-mjs","id":11660,"timestamp":2640279239,"duration":25088,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11668,"name":"read-resource","id":11669,"timestamp":2640279523,"duration":24810,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":2232,"name":"build-module-mjs","id":11668,"timestamp":2640279498,"duration":25053,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11485,"name":"read-resource","id":11486,"timestamp":2640106066,"duration":237168,"tags":{},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11485,"timestamp":2640106043,"duration":237594,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacLeo.js","layer":"app-pages-browser"},"startTime":1732132324737},{"traceId":"6d02d019348010b3","parentId":11487,"name":"read-resource","id":11488,"timestamp":2640114578,"duration":230844,"tags":{},"startTime":1732132324745},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11487,"timestamp":2640114387,"duration":233494,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacLibra.js","layer":"app-pages-browser"},"startTime":1732132324745},{"traceId":"6d02d019348010b3","parentId":11489,"name":"read-resource","id":11490,"timestamp":2640114652,"duration":233247,"tags":{},"startTime":1732132324745},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11489,"timestamp":2640114627,"duration":233513,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacPisces.js","layer":"app-pages-browser"},"startTime":1732132324745},{"traceId":"6d02d019348010b3","parentId":11497,"name":"read-resource","id":11498,"timestamp":2640115905,"duration":232252,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11497,"timestamp":2640115877,"duration":233212,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/createReactComponent.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11495,"name":"read-resource","id":11496,"timestamp":2640115830,"duration":233771,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11495,"timestamp":2640115794,"duration":234009,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacSagittarius.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11499,"name":"read-resource","id":11500,"timestamp":2640115945,"duration":233874,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11499,"timestamp":2640115921,"duration":234084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacScorpio.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11501,"name":"read-resource","id":11502,"timestamp":2640116050,"duration":233969,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11501,"timestamp":2640115984,"duration":234203,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacTaurus.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11503,"name":"read-resource","id":11504,"timestamp":2640116097,"duration":234105,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11503,"timestamp":2640116066,"duration":234316,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZodiacVirgo.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11505,"name":"read-resource","id":11506,"timestamp":2640116203,"duration":234192,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11505,"timestamp":2640116176,"duration":234394,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomCancel.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11507,"name":"read-resource","id":11508,"timestamp":2640116263,"duration":234320,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11507,"timestamp":2640116238,"duration":234514,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomCheckFilled.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11509,"name":"read-resource","id":11510,"timestamp":2640116319,"duration":234446,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11509,"timestamp":2640116295,"duration":234647,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomCheck.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11513,"name":"read-resource","id":11514,"timestamp":2640116445,"duration":234510,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11513,"timestamp":2640116419,"duration":234717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomExclamation.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11511,"name":"read-resource","id":11512,"timestamp":2640116384,"duration":234764,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11511,"timestamp":2640116355,"duration":234970,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomCode.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11515,"name":"read-resource","id":11516,"timestamp":2640116504,"duration":234834,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11515,"timestamp":2640116479,"duration":235036,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomFilled.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11517,"name":"read-resource","id":11518,"timestamp":2640116560,"duration":234969,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11517,"timestamp":2640116537,"duration":235225,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomInAreaFilled.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11519,"name":"read-resource","id":11520,"timestamp":2640116621,"duration":235153,"tags":{},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11519,"timestamp":2640116593,"duration":235382,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomInArea.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11521,"name":"read-resource","id":11522,"timestamp":2640116674,"duration":235315,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11521,"timestamp":2640116653,"duration":243563,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomInFilled.js","layer":"app-pages-browser"},"startTime":1732132324747},{"traceId":"6d02d019348010b3","parentId":11523,"name":"read-resource","id":11524,"timestamp":2640116727,"duration":243505,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11523,"timestamp":2640116706,"duration":243717,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomIn.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11525,"name":"read-resource","id":11526,"timestamp":2640116779,"duration":243658,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11525,"timestamp":2640116758,"duration":243861,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomMoney.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11527,"name":"read-resource","id":11528,"timestamp":2640116841,"duration":243791,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11527,"timestamp":2640116811,"duration":244016,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomOutArea.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11529,"name":"read-resource","id":11530,"timestamp":2640116895,"duration":243952,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11529,"timestamp":2640116872,"duration":244143,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomOutFilled.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11531,"name":"read-resource","id":11532,"timestamp":2640116949,"duration":244081,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11531,"timestamp":2640116927,"duration":244271,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomOut.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11533,"name":"read-resource","id":11534,"timestamp":2640117007,"duration":244204,"tags":{},"startTime":1732132324748}] +[{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11533,"timestamp":2640116983,"duration":247093,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomPan.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11535,"name":"read-resource","id":11536,"timestamp":2640117075,"duration":247018,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11535,"timestamp":2640117042,"duration":247265,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomQuestion.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11537,"name":"read-resource","id":11538,"timestamp":2640117134,"duration":247188,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11537,"timestamp":2640117110,"duration":247413,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomReplace.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11539,"name":"read-resource","id":11540,"timestamp":2640117188,"duration":247382,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11539,"timestamp":2640117165,"duration":247593,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZoomReset.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11541,"name":"read-resource","id":11542,"timestamp":2640117241,"duration":247531,"tags":{},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11541,"timestamp":2640117220,"duration":247727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZzzOff.js","layer":"app-pages-browser"},"startTime":1732132324748},{"traceId":"6d02d019348010b3","parentId":11691,"name":"next-swc-transform","id":11692,"timestamp":2640304935,"duration":67278,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":11616,"name":"next-swc-loader","id":11691,"timestamp":2640304888,"duration":67329,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":1953,"name":"build-module-js","id":11616,"timestamp":2640278567,"duration":94478,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/image-config-context.js","layer":"app-pages-browser"},"startTime":1732132324909},{"traceId":"6d02d019348010b3","parentId":11689,"name":"next-swc-transform","id":11690,"timestamp":2640304883,"duration":68211,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":11615,"name":"next-swc-loader","id":11689,"timestamp":2640304785,"duration":68310,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":1953,"name":"build-module-js","id":11615,"timestamp":2640278436,"duration":95442,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/image-config.js","layer":"app-pages-browser"},"startTime":1732132324909},{"traceId":"6d02d019348010b3","parentId":11693,"name":"next-swc-transform","id":11694,"timestamp":2640304982,"duration":68944,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":11617,"name":"next-swc-loader","id":11693,"timestamp":2640304938,"duration":68990,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":1958,"name":"build-module-js","id":11617,"timestamp":2640278632,"duration":96230,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/match-remote-pattern.js","layer":"app-pages-browser"},"startTime":1732132324909},{"traceId":"6d02d019348010b3","parentId":11697,"name":"next-swc-transform","id":11698,"timestamp":2640305069,"duration":69835,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":11664,"name":"next-swc-loader","id":11697,"timestamp":2640305030,"duration":69878,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":2018,"name":"build-module-js","id":11664,"timestamp":2640279317,"duration":96351,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11695,"name":"next-swc-transform","id":11696,"timestamp":2640305027,"duration":70676,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":11618,"name":"next-swc-loader","id":11695,"timestamp":2640304984,"duration":70722,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":2019,"name":"build-module-js","id":11618,"timestamp":2640278695,"duration":97686,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11699,"name":"next-swc-transform","id":11700,"timestamp":2640311141,"duration":65286,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11665,"name":"next-swc-loader","id":11699,"timestamp":2640305072,"duration":71357,"tags":{},"startTime":1732132324936},{"traceId":"6d02d019348010b3","parentId":2019,"name":"build-module-js","id":11665,"timestamp":2640279391,"duration":98000,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11701,"name":"next-swc-transform","id":11702,"timestamp":2640311206,"duration":66231,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11670,"name":"next-swc-loader","id":11701,"timestamp":2640311147,"duration":66292,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2122,"name":"build-module-js","id":11670,"timestamp":2640279529,"duration":99072,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11705,"name":"next-swc-transform","id":11706,"timestamp":2640311305,"duration":67338,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11680,"name":"next-swc-loader","id":11705,"timestamp":2640311258,"duration":67388,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2081,"name":"build-module-js","id":11680,"timestamp":2640279812,"duration":99791,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11707,"name":"next-swc-transform","id":11708,"timestamp":2640311351,"duration":68311,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11681,"name":"next-swc-loader","id":11707,"timestamp":2640311309,"duration":68356,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2081,"name":"build-module-js","id":11681,"timestamp":2640279883,"duration":113043,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11703,"name":"next-swc-transform","id":11704,"timestamp":2640311255,"duration":81714,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11671,"name":"next-swc-loader","id":11703,"timestamp":2640311210,"duration":81762,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2117,"name":"build-module-js","id":11671,"timestamp":2640279592,"duration":114438,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11709,"name":"next-swc-transform","id":11710,"timestamp":2640311394,"duration":82736,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11682,"name":"next-swc-loader","id":11709,"timestamp":2640311353,"duration":82780,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2081,"name":"build-module-js","id":11682,"timestamp":2640279936,"duration":116909,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11711,"name":"next-swc-transform","id":11712,"timestamp":2640311437,"duration":85461,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11683,"name":"next-swc-loader","id":11711,"timestamp":2640311397,"duration":85504,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2081,"name":"build-module-js","id":11683,"timestamp":2640279986,"duration":118253,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RootLayoutError.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11719,"name":"read-resource","id":11720,"timestamp":2640434573,"duration":74,"tags":{},"startTime":1732132325065},{"traceId":"6d02d019348010b3","parentId":11592,"name":"build-module-mjs","id":11719,"timestamp":2640434508,"duration":478,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","layer":"app-pages-browser"},"startTime":1732132325065},{"traceId":"6d02d019348010b3","parentId":11721,"name":"read-resource","id":11722,"timestamp":2640434612,"duration":379,"tags":{},"startTime":1732132325065},{"traceId":"6d02d019348010b3","parentId":11588,"name":"build-module-mjs","id":11721,"timestamp":2640434584,"duration":700,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","layer":"app-pages-browser"},"startTime":1732132325065},{"traceId":"6d02d019348010b3","parentId":11723,"name":"read-resource","id":11724,"timestamp":2640434635,"duration":653,"tags":{},"startTime":1732132325065},{"traceId":"6d02d019348010b3","parentId":11596,"name":"build-module-mjs","id":11723,"timestamp":2640434617,"duration":956,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","layer":"app-pages-browser"},"startTime":1732132325065},{"traceId":"6d02d019348010b3","parentId":11713,"name":"next-swc-transform","id":11714,"timestamp":2640311480,"duration":138195,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11684,"name":"next-swc-loader","id":11713,"timestamp":2640311439,"duration":138240,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2081,"name":"build-module-js","id":11684,"timestamp":2640280074,"duration":170756,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11715,"name":"next-swc-transform","id":11716,"timestamp":2640311526,"duration":146327,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11685,"name":"next-swc-loader","id":11715,"timestamp":2640311483,"duration":146374,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2081,"name":"build-module-js","id":11685,"timestamp":2640280128,"duration":184405,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11717,"name":"next-swc-transform","id":11718,"timestamp":2640311572,"duration":153027,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":11686,"name":"next-swc-loader","id":11717,"timestamp":2640311529,"duration":153072,"tags":{},"startTime":1732132324942},{"traceId":"6d02d019348010b3","parentId":2081,"name":"build-module-js","id":11686,"timestamp":2640280182,"duration":185530,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11554,"name":"read-resource","id":11555,"timestamp":2640131835,"duration":333952,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":1948,"name":"build-module-js","id":11554,"timestamp":2640131817,"duration":346712,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js","layer":"app-pages-browser"},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":11551,"name":"read-resource","id":11552,"timestamp":2640131699,"duration":346848,"tags":{},"startTime":1732132324763},{"traceId":"6d02d019348010b3","parentId":1775,"name":"build-module-js","id":11551,"timestamp":2640131658,"duration":347112,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/icons/IconZzz.js","layer":"app-pages-browser"},"startTime":1732132324762},{"traceId":"6d02d019348010b3","parentId":11725,"name":"read-resource","id":11726,"timestamp":2640491050,"duration":160,"tags":{},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11588,"name":"build-module-mjs","id":11725,"timestamp":2640490983,"duration":3266,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","layer":"app-pages-browser"},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11727,"name":"read-resource","id":11728,"timestamp":2640491082,"duration":3174,"tags":{},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11594,"name":"build-module-mjs","id":11727,"timestamp":2640491060,"duration":3411,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","layer":"app-pages-browser"},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11729,"name":"read-resource","id":11730,"timestamp":2640491108,"duration":3369,"tags":{},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11594,"name":"build-module-mjs","id":11729,"timestamp":2640491087,"duration":3814,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","layer":"app-pages-browser"},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11731,"name":"read-resource","id":11732,"timestamp":2640491131,"duration":3775,"tags":{},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11604,"name":"build-module-mjs","id":11731,"timestamp":2640491113,"duration":3952,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","layer":"app-pages-browser"},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11733,"name":"read-resource","id":11734,"timestamp":2640491160,"duration":3910,"tags":{},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11610,"name":"build-module-mjs","id":11733,"timestamp":2640491136,"duration":4214,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","layer":"app-pages-browser"},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11735,"name":"read-resource","id":11736,"timestamp":2640491183,"duration":4172,"tags":{},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11610,"name":"build-module-mjs","id":11735,"timestamp":2640491164,"duration":4341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","layer":"app-pages-browser"},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11737,"name":"read-resource","id":11738,"timestamp":2640491204,"duration":4305,"tags":{},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11610,"name":"build-module-mjs","id":11737,"timestamp":2640491187,"duration":4728,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","layer":"app-pages-browser"},"startTime":1732132325122},{"traceId":"6d02d019348010b3","parentId":11739,"name":"read-resource","id":11740,"timestamp":2640504319,"duration":422,"tags":{},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11630,"name":"build-module-mjs","id":11739,"timestamp":2640504276,"duration":714,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","layer":"app-pages-browser"},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11741,"name":"read-resource","id":11742,"timestamp":2640504346,"duration":649,"tags":{},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11622,"name":"build-module-mjs","id":11741,"timestamp":2640504324,"duration":910,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/parse-dom-variant.mjs","layer":"app-pages-browser"},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11743,"name":"read-resource","id":11744,"timestamp":2640504370,"duration":870,"tags":{},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11646,"name":"build-module-mjs","id":11743,"timestamp":2640504351,"duration":1160,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","layer":"app-pages-browser"},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11745,"name":"read-resource","id":11746,"timestamp":2640504395,"duration":1121,"tags":{},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11646,"name":"build-module-mjs","id":11745,"timestamp":2640504374,"duration":1455,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","layer":"app-pages-browser"},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11747,"name":"read-resource","id":11748,"timestamp":2640504417,"duration":1417,"tags":{},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11654,"name":"build-module-mjs","id":11747,"timestamp":2640504399,"duration":1641,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","layer":"app-pages-browser"},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11662,"name":"read-resource","id":11663,"timestamp":2640279287,"duration":232497,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":1926,"name":"build-module-js","id":11662,"timestamp":2640279264,"duration":236389,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11666,"name":"read-resource","id":11667,"timestamp":2640279475,"duration":236195,"tags":{},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":1989,"name":"build-module-js","id":11666,"timestamp":2640279449,"duration":236465,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11676,"name":"read-resource","id":11677,"timestamp":2640279755,"duration":236178,"tags":{},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":2073,"name":"build-module-js","id":11676,"timestamp":2640279732,"duration":247084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react/cjs/react.development.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11672,"name":"read-resource","id":11673,"timestamp":2640279670,"duration":247162,"tags":{},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":2119,"name":"build-module-js","id":11672,"timestamp":2640279646,"duration":247374,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1732132324910},{"traceId":"6d02d019348010b3","parentId":11687,"name":"read-resource","id":11688,"timestamp":2640280259,"duration":246785,"tags":{},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":2241,"name":"build-module-js","id":11687,"timestamp":2640280240,"duration":247671,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11674,"name":"read-resource","id":11675,"timestamp":2640279715,"duration":248210,"tags":{},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":2119,"name":"build-module-js","id":11674,"timestamp":2640279692,"duration":248412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11753,"name":"next-swc-transform","id":11754,"timestamp":2640506227,"duration":22713,"tags":{},"startTime":1732132325137}] +[{"traceId":"6d02d019348010b3","parentId":11749,"name":"next-swc-loader","id":11753,"timestamp":2640506134,"duration":23069,"tags":{},"startTime":1732132325137},{"traceId":"6d02d019348010b3","parentId":11670,"name":"build-module-js","id":11749,"timestamp":2640504422,"duration":25525,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11755,"name":"next-swc-transform","id":11756,"timestamp":2640506280,"duration":23700,"tags":{},"startTime":1732132325137},{"traceId":"6d02d019348010b3","parentId":11750,"name":"next-swc-loader","id":11755,"timestamp":2640506231,"duration":23751,"tags":{},"startTime":1732132325137},{"traceId":"6d02d019348010b3","parentId":11671,"name":"build-module-js","id":11750,"timestamp":2640504527,"duration":25859,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":1358,"name":"add-entry","id":1360,"timestamp":2633970713,"duration":6562908,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132318602},{"traceId":"6d02d019348010b3","parentId":11757,"name":"next-swc-transform","id":11758,"timestamp":2640506334,"duration":28620,"tags":{},"startTime":1732132325137},{"traceId":"6d02d019348010b3","parentId":11751,"name":"next-swc-loader","id":11757,"timestamp":2640506282,"duration":28676,"tags":{},"startTime":1732132325137},{"traceId":"6d02d019348010b3","parentId":11665,"name":"build-module-js","id":11751,"timestamp":2640504605,"duration":30963,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"app-pages-browser"},"startTime":1732132325135},{"traceId":"6d02d019348010b3","parentId":11759,"name":"next-swc-transform","id":11760,"timestamp":2640506382,"duration":30257,"tags":{},"startTime":1732132325137},{"traceId":"6d02d019348010b3","parentId":11752,"name":"next-swc-loader","id":11759,"timestamp":2640506336,"duration":30307,"tags":{},"startTime":1732132325137},{"traceId":"6d02d019348010b3","parentId":11665,"name":"build-module-js","id":11752,"timestamp":2640504677,"duration":33214,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"app-pages-browser"},"startTime":1732132325136},{"traceId":"6d02d019348010b3","parentId":11763,"name":"read-resource","id":11764,"timestamp":2640539468,"duration":60,"tags":{},"startTime":1732132325170},{"traceId":"6d02d019348010b3","parentId":11729,"name":"build-module-mjs","id":11763,"timestamp":2640539431,"duration":249,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","layer":"app-pages-browser"},"startTime":1732132325170},{"traceId":"6d02d019348010b3","parentId":11765,"name":"read-resource","id":11766,"timestamp":2640539495,"duration":189,"tags":{},"startTime":1732132325170},{"traceId":"6d02d019348010b3","parentId":11737,"name":"build-module-mjs","id":11765,"timestamp":2640539473,"duration":475,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","layer":"app-pages-browser"},"startTime":1732132325170},{"traceId":"6d02d019348010b3","parentId":11767,"name":"read-resource","id":11768,"timestamp":2640539515,"duration":437,"tags":{},"startTime":1732132325170},{"traceId":"6d02d019348010b3","parentId":11497,"name":"build-module-js","id":11767,"timestamp":2640539499,"duration":690,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/index.js","layer":"app-pages-browser"},"startTime":1732132325170},{"traceId":"6d02d019348010b3","parentId":11678,"name":"read-resource","id":11679,"timestamp":2640279795,"duration":261909,"tags":{},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":2077,"name":"build-module-js","id":11678,"timestamp":2640279772,"duration":480943,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js","layer":"app-pages-browser"},"startTime":1732132324911},{"traceId":"6d02d019348010b3","parentId":11769,"name":"read-resource","id":11770,"timestamp":2640761666,"duration":359,"tags":{},"startTime":1732132325392},{"traceId":"6d02d019348010b3","parentId":11741,"name":"build-module-mjs","id":11769,"timestamp":2640761611,"duration":1068,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","layer":"app-pages-browser"},"startTime":1732132325392},{"traceId":"6d02d019348010b3","parentId":11771,"name":"read-resource","id":11772,"timestamp":2640761693,"duration":994,"tags":{},"startTime":1732132325393},{"traceId":"6d02d019348010b3","parentId":11741,"name":"build-module-mjs","id":11771,"timestamp":2640761672,"duration":3400,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","layer":"app-pages-browser"},"startTime":1732132325393},{"traceId":"6d02d019348010b3","parentId":11783,"name":"next-swc-transform","id":11784,"timestamp":2640765359,"duration":7333,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11775,"name":"next-swc-loader","id":11783,"timestamp":2640765331,"duration":7365,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11612,"name":"build-module-js","id":11775,"timestamp":2640761826,"duration":11364,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/amp-mode.js","layer":"app-pages-browser"},"startTime":1732132325393},{"traceId":"6d02d019348010b3","parentId":11781,"name":"next-swc-transform","id":11782,"timestamp":2640765329,"duration":7890,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11774,"name":"next-swc-loader","id":11781,"timestamp":2640765287,"duration":7934,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11612,"name":"build-module-js","id":11774,"timestamp":2640761780,"duration":11884,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/amp-context.js","layer":"app-pages-browser"},"startTime":1732132325393},{"traceId":"6d02d019348010b3","parentId":11779,"name":"next-swc-transform","id":11780,"timestamp":2640765282,"duration":8419,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11773,"name":"next-swc-loader","id":11779,"timestamp":2640765191,"duration":8511,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11612,"name":"build-module-js","id":11773,"timestamp":2640761698,"duration":12643,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/side-effect.js","layer":"app-pages-browser"},"startTime":1732132325393},{"traceId":"6d02d019348010b3","parentId":11785,"name":"next-swc-transform","id":11786,"timestamp":2640765385,"duration":9150,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11776,"name":"next-swc-loader","id":11785,"timestamp":2640765361,"duration":9177,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11681,"name":"build-module-js","id":11776,"timestamp":2640761875,"duration":13207,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"app-pages-browser"},"startTime":1732132325393},{"traceId":"6d02d019348010b3","parentId":11789,"name":"next-swc-transform","id":11790,"timestamp":2640765433,"duration":9690,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11778,"name":"next-swc-loader","id":11789,"timestamp":2640765410,"duration":9714,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11682,"name":"build-module-js","id":11778,"timestamp":2640761957,"duration":14481,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","layer":"app-pages-browser"},"startTime":1732132325393},{"traceId":"6d02d019348010b3","parentId":11787,"name":"next-swc-transform","id":11788,"timestamp":2640765409,"duration":13802,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11777,"name":"next-swc-loader","id":11787,"timestamp":2640765386,"duration":13829,"tags":{},"startTime":1732132325396},{"traceId":"6d02d019348010b3","parentId":11682,"name":"build-module-js","id":11777,"timestamp":2640761919,"duration":18256,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"app-pages-browser"},"startTime":1732132325393},{"traceId":"6d02d019348010b3","parentId":11761,"name":"read-resource","id":11762,"timestamp":2640534092,"duration":248840,"tags":{},"startTime":1732132325165},{"traceId":"6d02d019348010b3","parentId":11497,"name":"build-module-js","id":11761,"timestamp":2640534052,"duration":249089,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@tabler/icons-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1732132325165},{"traceId":"6d02d019348010b3","parentId":11797,"name":"read-resource","id":11798,"timestamp":2640785003,"duration":6,"tags":{},"startTime":1732132325416},{"traceId":"6d02d019348010b3","parentId":11767,"name":"build-module-js","id":11797,"timestamp":2640784975,"duration":2388,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/factoryWithTypeCheckers.js","layer":"app-pages-browser"},"startTime":1732132325416},{"traceId":"6d02d019348010b3","parentId":11794,"name":"next-swc-transform","id":11795,"timestamp":2640777746,"duration":12030,"tags":{},"startTime":1732132325409},{"traceId":"6d02d019348010b3","parentId":11793,"name":"next-swc-loader","id":11794,"timestamp":2640777674,"duration":12107,"tags":{},"startTime":1732132325409},{"traceId":"6d02d019348010b3","parentId":11752,"name":"build-module-js","id":11793,"timestamp":2640777484,"duration":12942,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1732132325408},{"traceId":"6d02d019348010b3","parentId":11799,"name":"next-swc-transform","id":11800,"timestamp":2640787520,"duration":5405,"tags":{},"startTime":1732132325418},{"traceId":"6d02d019348010b3","parentId":11796,"name":"next-swc-loader","id":11799,"timestamp":2640787445,"duration":5483,"tags":{},"startTime":1732132325418},{"traceId":"6d02d019348010b3","parentId":11682,"name":"build-module-js","id":11796,"timestamp":2640784870,"duration":9501,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"app-pages-browser"},"startTime":1732132325416},{"traceId":"6d02d019348010b3","parentId":11805,"name":"next-swc-transform","id":11806,"timestamp":2640795232,"duration":5620,"tags":{},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11801,"name":"next-swc-loader","id":11805,"timestamp":2640795163,"duration":5692,"tags":{},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11685,"name":"build-module-js","id":11801,"timestamp":2640794787,"duration":6679,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"app-pages-browser"},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11807,"name":"next-swc-transform","id":11808,"timestamp":2640795283,"duration":6562,"tags":{},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11802,"name":"next-swc-loader","id":11807,"timestamp":2640795235,"duration":6613,"tags":{},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11685,"name":"build-module-js","id":11802,"timestamp":2640794885,"duration":7490,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"app-pages-browser"},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11813,"name":"read-resource","id":11814,"timestamp":2640802580,"duration":6,"tags":{},"startTime":1732132325433},{"traceId":"6d02d019348010b3","parentId":11767,"name":"build-module-js","id":11813,"timestamp":2640802540,"duration":213,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/react-is/index.js","layer":"app-pages-browser"},"startTime":1732132325433},{"traceId":"6d02d019348010b3","parentId":11811,"name":"next-swc-transform","id":11812,"timestamp":2640795377,"duration":8108,"tags":{},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11804,"name":"next-swc-loader","id":11811,"timestamp":2640795330,"duration":8157,"tags":{},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11685,"name":"build-module-js","id":11804,"timestamp":2640795022,"duration":9037,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"app-pages-browser"},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11809,"name":"next-swc-transform","id":11810,"timestamp":2640795328,"duration":8762,"tags":{},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11803,"name":"next-swc-loader","id":11809,"timestamp":2640795285,"duration":8807,"tags":{},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11685,"name":"build-module-js","id":11803,"timestamp":2640794952,"duration":9657,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"app-pages-browser"},"startTime":1732132325426},{"traceId":"6d02d019348010b3","parentId":11815,"name":"read-resource","id":11816,"timestamp":2640805981,"duration":41,"tags":{},"startTime":1732132325437},{"traceId":"6d02d019348010b3","parentId":11797,"name":"build-module-js","id":11815,"timestamp":2640805949,"duration":608,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/checkPropTypes.js","layer":"app-pages-browser"},"startTime":1732132325437},{"traceId":"6d02d019348010b3","parentId":11817,"name":"read-resource","id":11818,"timestamp":2640806002,"duration":560,"tags":{},"startTime":1732132325437},{"traceId":"6d02d019348010b3","parentId":11797,"name":"build-module-js","id":11817,"timestamp":2640805986,"duration":670,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/lib/ReactPropTypesSecret.js","layer":"app-pages-browser"},"startTime":1732132325437},{"traceId":"6d02d019348010b3","parentId":11819,"name":"read-resource","id":11820,"timestamp":2640806017,"duration":641,"tags":{},"startTime":1732132325437},{"traceId":"6d02d019348010b3","parentId":11797,"name":"build-module-js","id":11819,"timestamp":2640806005,"duration":733,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/prop-types/lib/has.js","layer":"app-pages-browser"},"startTime":1732132325437},{"traceId":"6d02d019348010b3","parentId":11791,"name":"read-resource","id":11792,"timestamp":2640777461,"duration":30032,"tags":{},"startTime":1732132325408},{"traceId":"6d02d019348010b3","parentId":11666,"name":"build-module-js","id":11791,"timestamp":2640777410,"duration":34198,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js","layer":"app-pages-browser"},"startTime":1732132325408},{"traceId":"6d02d019348010b3","parentId":11821,"name":"read-resource","id":11822,"timestamp":2640817157,"duration":87,"tags":{},"startTime":1732132325448},{"traceId":"6d02d019348010b3","parentId":11813,"name":"build-module-js","id":11821,"timestamp":2640817118,"duration":871,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/react-is/cjs/react-is.development.js","layer":"app-pages-browser"},"startTime":1732132325448},{"traceId":"6d02d019348010b3","parentId":11829,"name":"next-swc-transform","id":11830,"timestamp":2640819967,"duration":7823,"tags":{},"startTime":1732132325451},{"traceId":"6d02d019348010b3","parentId":11826,"name":"next-swc-loader","id":11829,"timestamp":2640819899,"duration":7896,"tags":{},"startTime":1732132325451},{"traceId":"6d02d019348010b3","parentId":11681,"name":"build-module-js","id":11826,"timestamp":2640819463,"duration":9149,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"app-pages-browser"},"startTime":1732132325450},{"traceId":"6d02d019348010b3","parentId":11831,"name":"next-swc-transform","id":11832,"timestamp":2640820044,"duration":8602,"tags":{},"startTime":1732132325451},{"traceId":"6d02d019348010b3","parentId":11827,"name":"next-swc-loader","id":11831,"timestamp":2640819970,"duration":8679,"tags":{},"startTime":1732132325451},{"traceId":"6d02d019348010b3","parentId":11681,"name":"build-module-js","id":11827,"timestamp":2640819732,"duration":9626,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"app-pages-browser"},"startTime":1732132325451},{"traceId":"6d02d019348010b3","parentId":11833,"name":"next-swc-transform","id":11834,"timestamp":2640820094,"duration":9301,"tags":{},"startTime":1732132325451},{"traceId":"6d02d019348010b3","parentId":11828,"name":"next-swc-loader","id":11833,"timestamp":2640820047,"duration":9352,"tags":{},"startTime":1732132325451},{"traceId":"6d02d019348010b3","parentId":11682,"name":"build-module-js","id":11828,"timestamp":2640819817,"duration":10412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"app-pages-browser"},"startTime":1732132325451},{"traceId":"6d02d019348010b3","parentId":11824,"name":"next-swc-transform","id":11825,"timestamp":2640818090,"duration":14178,"tags":{},"startTime":1732132325449},{"traceId":"6d02d019348010b3","parentId":11823,"name":"next-swc-loader","id":11824,"timestamp":2640818026,"duration":14246,"tags":{},"startTime":1732132325449},{"traceId":"6d02d019348010b3","parentId":11777,"name":"build-module-js","id":11823,"timestamp":2640817163,"duration":16967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"app-pages-browser"},"startTime":1732132325448},{"traceId":"6d02d019348010b3","parentId":11842,"name":"next-swc-transform","id":11843,"timestamp":2640836376,"duration":10308,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11836,"name":"next-swc-loader","id":11842,"timestamp":2640836323,"duration":10365,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11681,"name":"build-module-js","id":11836,"timestamp":2640834842,"duration":12928,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"app-pages-browser"},"startTime":1732132325466},{"traceId":"6d02d019348010b3","parentId":11840,"name":"next-swc-transform","id":11841,"timestamp":2640836319,"duration":11495,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11835,"name":"next-swc-loader","id":11840,"timestamp":2640836229,"duration":11587,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11681,"name":"build-module-js","id":11835,"timestamp":2640834713,"duration":14051,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"app-pages-browser"},"startTime":1732132325466},{"traceId":"6d02d019348010b3","parentId":11844,"name":"next-swc-transform","id":11845,"timestamp":2640836422,"duration":12379,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11837,"name":"next-swc-loader","id":11844,"timestamp":2640836378,"duration":12427,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11682,"name":"build-module-js","id":11837,"timestamp":2640835877,"duration":13727,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"app-pages-browser"},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11846,"name":"next-swc-transform","id":11847,"timestamp":2640836471,"duration":13201,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11838,"name":"next-swc-loader","id":11846,"timestamp":2640836424,"duration":13250,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11682,"name":"build-module-js","id":11838,"timestamp":2640835970,"duration":16376,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"app-pages-browser"},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11848,"name":"next-swc-transform","id":11849,"timestamp":2640836519,"duration":20141,"tags":{},"startTime":1732132325467}] +[{"traceId":"6d02d019348010b3","parentId":11839,"name":"next-swc-loader","id":11848,"timestamp":2640836474,"duration":20627,"tags":{},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11682,"name":"build-module-js","id":11839,"timestamp":2640836137,"duration":22010,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"app-pages-browser"},"startTime":1732132325467},{"traceId":"6d02d019348010b3","parentId":11853,"name":"next-swc-transform","id":11854,"timestamp":2640867387,"duration":12309,"tags":{},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11850,"name":"next-swc-loader","id":11853,"timestamp":2640867290,"duration":12412,"tags":{},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11826,"name":"build-module-js","id":11850,"timestamp":2640866953,"duration":13757,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"app-pages-browser"},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11855,"name":"next-swc-transform","id":11856,"timestamp":2640867446,"duration":13314,"tags":{},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11851,"name":"next-swc-loader","id":11855,"timestamp":2640867390,"duration":13371,"tags":{},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11827,"name":"build-module-js","id":11851,"timestamp":2640867117,"duration":14621,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"app-pages-browser"},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11857,"name":"next-swc-transform","id":11858,"timestamp":2640867496,"duration":19977,"tags":{},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11852,"name":"next-swc-loader","id":11857,"timestamp":2640867448,"duration":20028,"tags":{},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11828,"name":"build-module-js","id":11852,"timestamp":2640867193,"duration":21525,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"app-pages-browser"},"startTime":1732132325498},{"traceId":"6d02d019348010b3","parentId":11874,"name":"next-swc-transform","id":11875,"timestamp":2640891910,"duration":17947,"tags":{},"startTime":1732132325523},{"traceId":"6d02d019348010b3","parentId":11861,"name":"next-swc-loader","id":11874,"timestamp":2640891824,"duration":18037,"tags":{},"startTime":1732132325523},{"traceId":"6d02d019348010b3","parentId":11838,"name":"build-module-js","id":11861,"timestamp":2640890758,"duration":21552,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11876,"name":"next-swc-transform","id":11877,"timestamp":2640891969,"duration":20380,"tags":{},"startTime":1732132325523},{"traceId":"6d02d019348010b3","parentId":11862,"name":"next-swc-loader","id":11876,"timestamp":2640891914,"duration":20437,"tags":{},"startTime":1732132325523},{"traceId":"6d02d019348010b3","parentId":11836,"name":"build-module-js","id":11862,"timestamp":2640890876,"duration":22234,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11878,"name":"next-swc-transform","id":11879,"timestamp":2640892072,"duration":21084,"tags":{},"startTime":1732132325523},{"traceId":"6d02d019348010b3","parentId":11863,"name":"next-swc-loader","id":11878,"timestamp":2640891973,"duration":21186,"tags":{},"startTime":1732132325523},{"traceId":"6d02d019348010b3","parentId":11836,"name":"build-module-js","id":11863,"timestamp":2640890955,"duration":23499,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11880,"name":"next-swc-transform","id":11881,"timestamp":2640893458,"duration":21053,"tags":{},"startTime":1732132325524},{"traceId":"6d02d019348010b3","parentId":11864,"name":"next-swc-loader","id":11880,"timestamp":2640892076,"duration":22439,"tags":{},"startTime":1732132325523},{"traceId":"6d02d019348010b3","parentId":11835,"name":"build-module-js","id":11864,"timestamp":2640891033,"duration":24718,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11882,"name":"next-swc-transform","id":11883,"timestamp":2640893660,"duration":22129,"tags":{},"startTime":1732132325524},{"traceId":"6d02d019348010b3","parentId":11865,"name":"next-swc-loader","id":11882,"timestamp":2640893464,"duration":22328,"tags":{},"startTime":1732132325524},{"traceId":"6d02d019348010b3","parentId":11835,"name":"build-module-js","id":11865,"timestamp":2640891115,"duration":25535,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11886,"name":"next-swc-transform","id":11887,"timestamp":2640894305,"duration":22381,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11867,"name":"next-swc-loader","id":11886,"timestamp":2640894111,"duration":22578,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11835,"name":"build-module-js","id":11867,"timestamp":2640891271,"duration":26290,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11890,"name":"next-swc-transform","id":11891,"timestamp":2640894449,"duration":23150,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11869,"name":"next-swc-loader","id":11890,"timestamp":2640894405,"duration":23197,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11837,"name":"build-module-js","id":11869,"timestamp":2640891416,"duration":27031,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11888,"name":"next-swc-transform","id":11889,"timestamp":2640894402,"duration":24088,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11868,"name":"next-swc-loader","id":11888,"timestamp":2640894310,"duration":24182,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11835,"name":"build-module-js","id":11868,"timestamp":2640891342,"duration":27994,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11884,"name":"next-swc-transform","id":11885,"timestamp":2640894103,"duration":25269,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11866,"name":"next-swc-loader","id":11884,"timestamp":2640893665,"duration":25710,"tags":{},"startTime":1732132325524},{"traceId":"6d02d019348010b3","parentId":11835,"name":"build-module-js","id":11866,"timestamp":2640891199,"duration":29003,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11894,"name":"next-swc-transform","id":11895,"timestamp":2640894538,"duration":25718,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11871,"name":"next-swc-loader","id":11894,"timestamp":2640894493,"duration":25766,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11838,"name":"build-module-js","id":11871,"timestamp":2640891566,"duration":29746,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11892,"name":"next-swc-transform","id":11893,"timestamp":2640894491,"duration":37021,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11870,"name":"next-swc-loader","id":11892,"timestamp":2640894451,"duration":37066,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11837,"name":"build-module-js","id":11870,"timestamp":2640891494,"duration":41440,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11896,"name":"next-swc-transform","id":11897,"timestamp":2640894580,"duration":38458,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11872,"name":"next-swc-loader","id":11896,"timestamp":2640894540,"duration":38500,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11838,"name":"build-module-js","id":11872,"timestamp":2640891630,"duration":46822,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"app-pages-browser"},"startTime":1732132325522},{"traceId":"6d02d019348010b3","parentId":11898,"name":"next-swc-transform","id":11899,"timestamp":2640894620,"duration":43880,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11873,"name":"next-swc-loader","id":11898,"timestamp":2640894582,"duration":43921,"tags":{},"startTime":1732132325525},{"traceId":"6d02d019348010b3","parentId":11838,"name":"build-module-js","id":11873,"timestamp":2640891706,"duration":47771,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/ComponentStackFrameRow.js","layer":"app-pages-browser"},"startTime":1732132325523},{"traceId":"6d02d019348010b3","parentId":11901,"name":"next-swc-transform","id":11902,"timestamp":2640922685,"duration":23912,"tags":{},"startTime":1732132325554},{"traceId":"6d02d019348010b3","parentId":11900,"name":"next-swc-loader","id":11901,"timestamp":2640922594,"duration":24008,"tags":{},"startTime":1732132325553},{"traceId":"6d02d019348010b3","parentId":11839,"name":"build-module-js","id":11900,"timestamp":2640922284,"duration":25344,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/get-words-and-whitespaces.js","layer":"app-pages-browser"},"startTime":1732132325553},{"traceId":"6d02d019348010b3","parentId":11859,"name":"read-resource","id":11860,"timestamp":2640884891,"duration":65888,"tags":{},"startTime":1732132325516},{"traceId":"6d02d019348010b3","parentId":11797,"name":"build-module-js","id":11859,"timestamp":2640884848,"duration":66134,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/polyfills/object-assign.js","layer":"app-pages-browser"},"startTime":1732132325516},{"traceId":"6d02d019348010b3","parentId":11917,"name":"next-swc-transform","id":11918,"timestamp":2640961384,"duration":9625,"tags":{},"startTime":1732132325592},{"traceId":"6d02d019348010b3","parentId":11916,"name":"next-swc-loader","id":11917,"timestamp":2640961314,"duration":9699,"tags":{},"startTime":1732132325592},{"traceId":"6d02d019348010b3","parentId":11871,"name":"build-module-js","id":11916,"timestamp":2640961205,"duration":11144,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"app-pages-browser"},"startTime":1732132325592},{"traceId":"6d02d019348010b3","parentId":11903,"name":"read-resource","id":11904,"timestamp":2640948648,"duration":23725,"tags":{},"startTime":1732132325579},{"traceId":"6d02d019348010b3","parentId":11681,"name":"build-module-js","id":11903,"timestamp":2640948586,"duration":24071,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"app-pages-browser"},"startTime":1732132325579},{"traceId":"6d02d019348010b3","parentId":11905,"name":"read-resource","id":11906,"timestamp":2640951384,"duration":23397,"tags":{},"startTime":1732132325582},{"traceId":"6d02d019348010b3","parentId":11617,"name":"build-module-js","id":11905,"timestamp":2640951332,"duration":80738,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/micromatch/index.js","layer":"app-pages-browser"},"startTime":1732132325582},{"traceId":"6d02d019348010b3","parentId":11910,"name":"next-swc-transform","id":11911,"timestamp":2640959025,"duration":73180,"tags":{},"startTime":1732132325590},{"traceId":"6d02d019348010b3","parentId":11907,"name":"next-swc-loader","id":11910,"timestamp":2640958929,"duration":73280,"tags":{},"startTime":1732132325590},{"traceId":"6d02d019348010b3","parentId":11850,"name":"build-module-js","id":11907,"timestamp":2640958638,"duration":78108,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"app-pages-browser"},"startTime":1732132325589},{"traceId":"6d02d019348010b3","parentId":11912,"name":"next-swc-transform","id":11913,"timestamp":2640959083,"duration":77716,"tags":{},"startTime":1732132325590},{"traceId":"6d02d019348010b3","parentId":11908,"name":"next-swc-loader","id":11912,"timestamp":2640959029,"duration":77773,"tags":{},"startTime":1732132325590},{"traceId":"6d02d019348010b3","parentId":11851,"name":"build-module-js","id":11908,"timestamp":2640958772,"duration":79225,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"app-pages-browser"},"startTime":1732132325590},{"traceId":"6d02d019348010b3","parentId":11920,"name":"next-swc-transform","id":11921,"timestamp":2640963369,"duration":74686,"tags":{},"startTime":1732132325594},{"traceId":"6d02d019348010b3","parentId":11919,"name":"next-swc-loader","id":11920,"timestamp":2640963300,"duration":74757,"tags":{},"startTime":1732132325594},{"traceId":"6d02d019348010b3","parentId":11872,"name":"build-module-js","id":11919,"timestamp":2640963199,"duration":89847,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/FrameworkIcon.js","layer":"app-pages-browser"},"startTime":1732132325594},{"traceId":"6d02d019348010b3","parentId":11914,"name":"next-swc-transform","id":11915,"timestamp":2640959137,"duration":99345,"tags":{},"startTime":1732132325590},{"traceId":"6d02d019348010b3","parentId":11909,"name":"next-swc-loader","id":11914,"timestamp":2640959085,"duration":99402,"tags":{},"startTime":1732132325590},{"traceId":"6d02d019348010b3","parentId":11850,"name":"build-module-js","id":11909,"timestamp":2640958855,"duration":159962,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"app-pages-browser"},"startTime":1732132325590},{"traceId":"6d02d019348010b3","parentId":11924,"name":"next-swc-transform","id":11925,"timestamp":2641119499,"duration":3076,"tags":{},"startTime":1732132325750},{"traceId":"6d02d019348010b3","parentId":11922,"name":"next-swc-loader","id":11924,"timestamp":2641119420,"duration":3158,"tags":{},"startTime":1732132325750},{"traceId":"6d02d019348010b3","parentId":11838,"name":"build-module-js","id":11922,"timestamp":2641119210,"duration":3937,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"app-pages-browser"},"startTime":1732132325750},{"traceId":"6d02d019348010b3","parentId":11926,"name":"next-swc-transform","id":11927,"timestamp":2641119533,"duration":3647,"tags":{},"startTime":1732132325750},{"traceId":"6d02d019348010b3","parentId":11923,"name":"next-swc-loader","id":11926,"timestamp":2641119501,"duration":3680,"tags":{},"startTime":1732132325750},{"traceId":"6d02d019348010b3","parentId":11864,"name":"build-module-js","id":11923,"timestamp":2641119331,"duration":4459,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"app-pages-browser"},"startTime":1732132325750},{"traceId":"6d02d019348010b3","parentId":11928,"name":"read-resource","id":11929,"timestamp":2641125772,"duration":3729,"tags":{},"startTime":1732132325757},{"traceId":"6d02d019348010b3","parentId":11678,"name":"build-module-js","id":11928,"timestamp":2641125735,"duration":3967,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1732132325757},{"traceId":"6d02d019348010b3","parentId":11931,"name":"next-swc-transform","id":11932,"timestamp":2641130344,"duration":6644,"tags":{},"startTime":1732132325761},{"traceId":"6d02d019348010b3","parentId":11930,"name":"next-swc-loader","id":11931,"timestamp":2641130293,"duration":6699,"tags":{},"startTime":1732132325761},{"traceId":"6d02d019348010b3","parentId":11922,"name":"build-module-js","id":11930,"timestamp":2641130195,"duration":7827,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"app-pages-browser"},"startTime":1732132325761},{"traceId":"6d02d019348010b3","parentId":11933,"name":"read-resource","id":11934,"timestamp":2641142136,"duration":4975,"tags":{},"startTime":1732132325773},{"traceId":"6d02d019348010b3","parentId":11928,"name":"build-module-js","id":11933,"timestamp":2641142098,"duration":7444,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/scheduler/cjs/scheduler.development.js","layer":"app-pages-browser"},"startTime":1732132325773},{"traceId":"6d02d019348010b3","parentId":11935,"name":"read-resource","id":11936,"timestamp":2641146068,"duration":7028,"tags":{},"startTime":1732132325777},{"traceId":"6d02d019348010b3","parentId":11851,"name":"build-module-js","id":11935,"timestamp":2641146032,"duration":10345,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/anser/index.js","layer":"app-pages-browser"},"startTime":1732132325777},{"traceId":"6d02d019348010b3","parentId":11937,"name":"read-resource","id":11938,"timestamp":2641161750,"duration":3877,"tags":{},"startTime":1732132325793},{"traceId":"6d02d019348010b3","parentId":11909,"name":"build-module-js","id":11937,"timestamp":2641161706,"duration":4944,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"app-pages-browser"},"startTime":1732132325793},{"traceId":"6d02d019348010b3","parentId":11939,"name":"read-resource","id":11940,"timestamp":2641161813,"duration":5037,"tags":{},"startTime":1732132325793},{"traceId":"6d02d019348010b3","parentId":11909,"name":"build-module-js","id":11939,"timestamp":2641161787,"duration":15605,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/platform/platform.js","layer":"app-pages-browser"},"startTime":1732132325793},{"traceId":"6d02d019348010b3","parentId":1358,"name":"add-entry","id":1362,"timestamp":2633970790,"duration":7207733,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&server=false!"},"startTime":1732132318602},{"traceId":"6d02d019348010b3","parentId":1358,"name":"add-entry","id":1361,"timestamp":2633970751,"duration":7207792,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132318602},{"traceId":"6d02d019348010b3","parentId":11943,"name":"read-resource","id":11944,"timestamp":2641186473,"duration":5090,"tags":{},"startTime":1732132325817},{"traceId":"6d02d019348010b3","parentId":11905,"name":"build-module-js","id":11943,"timestamp":2641186445,"duration":6951,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/path-browserify/index.js","layer":"app-pages-browser"},"startTime":1732132325817},{"traceId":"6d02d019348010b3","parentId":11941,"name":"read-resource","id":11942,"timestamp":2641186428,"duration":7006,"tags":{},"startTime":1732132325817},{"traceId":"6d02d019348010b3","parentId":11905,"name":"build-module-js","id":11941,"timestamp":2641186388,"duration":7283,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1732132325817},{"traceId":"6d02d019348010b3","parentId":11945,"name":"read-resource","id":11946,"timestamp":2641194222,"duration":2718,"tags":{},"startTime":1732132325825},{"traceId":"6d02d019348010b3","parentId":11905,"name":"build-module-js","id":11945,"timestamp":2641194188,"duration":10616,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/util/util.js","layer":"app-pages-browser"},"startTime":1732132325825}] +[{"traceId":"6d02d019348010b3","parentId":11947,"name":"read-resource","id":11948,"timestamp":2641213073,"duration":4398,"tags":{},"startTime":1732132325844},{"traceId":"6d02d019348010b3","parentId":11941,"name":"build-module-js","id":11947,"timestamp":2641213031,"duration":5599,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1732132325844},{"traceId":"6d02d019348010b3","parentId":11949,"name":"read-resource","id":11950,"timestamp":2641236369,"duration":1964,"tags":{},"startTime":1732132325867},{"traceId":"6d02d019348010b3","parentId":11945,"name":"build-module-js","id":11949,"timestamp":2641236332,"duration":11754,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/buffer/index.js","layer":"app-pages-browser"},"startTime":1732132325867},{"traceId":"6d02d019348010b3","parentId":1358,"name":"add-entry","id":1363,"timestamp":2633970821,"duration":7277792,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132318602},{"traceId":"6d02d019348010b3","parentId":1358,"name":"add-entry","id":1364,"timestamp":2633970853,"duration":7277769,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&server=false!"},"startTime":1732132318602},{"traceId":"6d02d019348010b3","parentId":1357,"name":"make","id":1358,"timestamp":2633960844,"duration":7287804,"tags":{},"startTime":1732132318592},{"traceId":"6d02d019348010b3","parentId":11951,"name":"chunk-graph","id":11952,"timestamp":2641547334,"duration":30832,"tags":{},"startTime":1732132326178},{"traceId":"6d02d019348010b3","parentId":11951,"name":"optimize-modules","id":11954,"timestamp":2641578227,"duration":17,"tags":{},"startTime":1732132326209},{"traceId":"6d02d019348010b3","parentId":11951,"name":"optimize-chunks","id":11955,"timestamp":2641578273,"duration":1211,"tags":{},"startTime":1732132326209},{"traceId":"6d02d019348010b3","parentId":11951,"name":"optimize-tree","id":11956,"timestamp":2641579525,"duration":18,"tags":{},"startTime":1732132326210},{"traceId":"6d02d019348010b3","parentId":11951,"name":"optimize-chunk-modules","id":11957,"timestamp":2641579577,"duration":10,"tags":{},"startTime":1732132326210},{"traceId":"6d02d019348010b3","parentId":11951,"name":"optimize","id":11953,"timestamp":2641578204,"duration":10069,"tags":{},"startTime":1732132326209},{"traceId":"6d02d019348010b3","parentId":11951,"name":"module-hash","id":11958,"timestamp":2641617352,"duration":37078,"tags":{},"startTime":1732132326248},{"traceId":"6d02d019348010b3","parentId":11951,"name":"code-generation","id":11959,"timestamp":2641654471,"duration":83314,"tags":{},"startTime":1732132326285},{"traceId":"6d02d019348010b3","parentId":11951,"name":"hash","id":11960,"timestamp":2641751067,"duration":24101,"tags":{},"startTime":1732132326382},{"traceId":"6d02d019348010b3","parentId":11951,"name":"code-generation-jobs","id":11961,"timestamp":2641775166,"duration":429,"tags":{},"startTime":1732132326406},{"traceId":"6d02d019348010b3","parentId":11951,"name":"module-assets","id":11962,"timestamp":2641775563,"duration":1726,"tags":{},"startTime":1732132326406},{"traceId":"6d02d019348010b3","parentId":11951,"name":"create-chunk-assets","id":11963,"timestamp":2641777300,"duration":249319,"tags":{},"startTime":1732132326408},{"traceId":"6d02d019348010b3","parentId":1357,"name":"NextJsBuildManifest-generateClientManifest","id":11965,"timestamp":2642029495,"duration":138,"tags":{},"startTime":1732132326660},{"traceId":"6d02d019348010b3","parentId":1357,"name":"NextJsBuildManifest-createassets","id":11964,"timestamp":2642029298,"duration":341,"tags":{},"startTime":1732132326660},{"traceId":"6d02d019348010b3","parentId":1357,"name":"seal","id":11951,"timestamp":2641499944,"duration":539458,"tags":{},"startTime":1732132326131},{"traceId":"6d02d019348010b3","parentId":400,"name":"webpack-compilation","id":1357,"timestamp":2633960282,"duration":8079215,"tags":{"name":"client"},"startTime":1732132318591},{"traceId":"6d02d019348010b3","parentId":400,"name":"emit","id":11966,"timestamp":2642039527,"duration":142920,"tags":{},"startTime":1732132326670},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":400,"timestamp":2631550439,"duration":10634817,"tags":{"trigger":"manual"},"startTime":1732132316181}] +[{"traceId":"6d02d019348010b3","parentId":11969,"name":"add-entry","id":11970,"timestamp":2642267831,"duration":39843,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132326899},{"traceId":"6d02d019348010b3","parentId":11969,"name":"add-entry","id":11971,"timestamp":2642267957,"duration":39736,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132326899},{"traceId":"6d02d019348010b3","parentId":11977,"name":"read-resource","id":11978,"timestamp":2642311798,"duration":12744,"tags":{},"startTime":1732132326943},{"traceId":"6d02d019348010b3","parentId":11979,"name":"postcss-process","id":11980,"timestamp":2642324595,"duration":415400,"tags":{},"startTime":1732132326955},{"traceId":"6d02d019348010b3","parentId":11977,"name":"postcss-loader","id":11979,"timestamp":2642324572,"duration":416212,"tags":{},"startTime":1732132326955},{"traceId":"6d02d019348010b3","parentId":11977,"name":"css-loader","id":11981,"timestamp":2642740820,"duration":79137,"tags":{"astUsed":"true"},"startTime":1732132327372},{"traceId":"6d02d019348010b3","parentId":11976,"name":"build-module-css","id":11977,"timestamp":2642311639,"duration":511881,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/globals.css.webpack[javascript/auto]!=!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!/workspaces/lscaturchio.xyz/src/app/globals.css","layer":"null"},"startTime":1732132326942},{"traceId":"6d02d019348010b3","parentId":11969,"name":"add-entry","id":11972,"timestamp":2642267989,"duration":727661,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132326899},{"traceId":"6d02d019348010b3","parentId":11969,"name":"add-entry","id":11973,"timestamp":2642272690,"duration":722974,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&server=false!"},"startTime":1732132326904},{"traceId":"6d02d019348010b3","parentId":11968,"name":"build-module-css","id":11976,"timestamp":2642291598,"duration":764446,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/globals.css","layer":"app-pages-browser"},"startTime":1732132326922},{"traceId":"6d02d019348010b3","parentId":11976,"name":"build-module","id":11982,"timestamp":2643067222,"duration":65,"tags":{"name":"undefined","layer":"undefined"},"startTime":1732132327698},{"traceId":"6d02d019348010b3","parentId":11969,"name":"add-entry","id":11974,"timestamp":2642272730,"duration":797127,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132326904},{"traceId":"6d02d019348010b3","parentId":11969,"name":"add-entry","id":11975,"timestamp":2642272752,"duration":828673,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&server=false!"},"startTime":1732132326904},{"traceId":"6d02d019348010b3","parentId":11968,"name":"make","id":11969,"timestamp":2642266254,"duration":835215,"tags":{},"startTime":1732132326897},{"traceId":"6d02d019348010b3","parentId":11983,"name":"chunk-graph","id":11984,"timestamp":2643368704,"duration":29351,"tags":{},"startTime":1732132328000},{"traceId":"6d02d019348010b3","parentId":11983,"name":"optimize-modules","id":11986,"timestamp":2643398105,"duration":9,"tags":{},"startTime":1732132328029},{"traceId":"6d02d019348010b3","parentId":11983,"name":"optimize-chunks","id":11987,"timestamp":2643398136,"duration":665,"tags":{},"startTime":1732132328029},{"traceId":"6d02d019348010b3","parentId":11983,"name":"optimize-tree","id":11988,"timestamp":2643398835,"duration":11,"tags":{},"startTime":1732132328030},{"traceId":"6d02d019348010b3","parentId":11983,"name":"optimize-chunk-modules","id":11989,"timestamp":2643398879,"duration":8,"tags":{},"startTime":1732132328030},{"traceId":"6d02d019348010b3","parentId":11983,"name":"optimize","id":11985,"timestamp":2643398087,"duration":14904,"tags":{},"startTime":1732132328029},{"traceId":"6d02d019348010b3","parentId":11983,"name":"module-hash","id":11990,"timestamp":2643493453,"duration":7327,"tags":{},"startTime":1732132328124},{"traceId":"6d02d019348010b3","parentId":11983,"name":"code-generation","id":11991,"timestamp":2643500810,"duration":18473,"tags":{},"startTime":1732132328132},{"traceId":"6d02d019348010b3","parentId":11983,"name":"hash","id":11992,"timestamp":2643523188,"duration":6637,"tags":{},"startTime":1732132328154},{"traceId":"6d02d019348010b3","parentId":11983,"name":"code-generation-jobs","id":11993,"timestamp":2643529825,"duration":149,"tags":{},"startTime":1732132328161},{"traceId":"6d02d019348010b3","parentId":11983,"name":"module-assets","id":11994,"timestamp":2643529957,"duration":1550,"tags":{},"startTime":1732132328161},{"traceId":"6d02d019348010b3","parentId":11983,"name":"create-chunk-assets","id":11995,"timestamp":2643531522,"duration":17181,"tags":{},"startTime":1732132328162},{"traceId":"6d02d019348010b3","parentId":11968,"name":"NextJsBuildManifest-generateClientManifest","id":11997,"timestamp":2643551115,"duration":221,"tags":{},"startTime":1732132328182},{"traceId":"6d02d019348010b3","parentId":11968,"name":"NextJsBuildManifest-createassets","id":11996,"timestamp":2643551005,"duration":337,"tags":{},"startTime":1732132328182},{"traceId":"6d02d019348010b3","parentId":11968,"name":"seal","id":11983,"timestamp":2643327465,"duration":237288,"tags":{},"startTime":1732132327958},{"traceId":"6d02d019348010b3","parentId":11967,"name":"webpack-compilation","id":11968,"timestamp":2642264873,"duration":1300043,"tags":{"name":"client"},"startTime":1732132326896},{"traceId":"6d02d019348010b3","parentId":11967,"name":"emit","id":11998,"timestamp":2643564945,"duration":920180,"tags":{},"startTime":1732132328196},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":11967,"timestamp":2642232061,"duration":2254522,"tags":{"trigger":"manual"},"startTime":1732132326863}] +[{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":11999,"timestamp":2647414750,"duration":0,"tags":{},"startTime":1732132332063},{"traceId":"6d02d019348010b3","parentId":12002,"name":"add-entry","id":12003,"timestamp":2653497444,"duration":118053,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132338128},{"traceId":"6d02d019348010b3","parentId":12004,"name":"build-module-json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","id":12005,"timestamp":2653579895,"duration":91617,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1732132338211},{"traceId":"6d02d019348010b3","parentId":12007,"name":"next-swc-transform","id":12008,"timestamp":2653696447,"duration":39924,"tags":{},"startTime":1732132338327},{"traceId":"6d02d019348010b3","parentId":12006,"name":"next-swc-loader","id":12007,"timestamp":2653687975,"duration":48406,"tags":{},"startTime":1732132338319},{"traceId":"6d02d019348010b3","parentId":12005,"name":"build-module-tsx","id":12006,"timestamp":2653687821,"duration":49942,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/about/page.tsx","layer":"rsc"},"startTime":1732132338319},{"traceId":"6d02d019348010b3","parentId":12010,"name":"next-swc-transform","id":12011,"timestamp":2653757348,"duration":8131,"tags":{},"startTime":1732132338388},{"traceId":"6d02d019348010b3","parentId":12009,"name":"next-swc-loader","id":12010,"timestamp":2653757244,"duration":8241,"tags":{},"startTime":1732132338388},{"traceId":"6d02d019348010b3","parentId":12006,"name":"build-module-tsx","id":12009,"timestamp":2653757102,"duration":9269,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/About.tsx","layer":"rsc"},"startTime":1732132338388},{"traceId":"6d02d019348010b3","parentId":12002,"name":"add-entry","id":12004,"timestamp":2653497542,"duration":269257,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132338128},{"traceId":"6d02d019348010b3","parentId":12001,"name":"build-module-css&server=true!","id":12019,"timestamp":2653779518,"duration":1619,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=true!","layer":"ssr"},"startTime":1732132338410},{"traceId":"6d02d019348010b3","parentId":12001,"name":"build-module-js&server=true!","id":12020,"timestamp":2653781165,"duration":3671,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=true!","layer":"ssr"},"startTime":1732132338412},{"traceId":"6d02d019348010b3","parentId":12001,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","id":12021,"timestamp":2653784857,"duration":788,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","layer":"ssr"},"startTime":1732132338416},{"traceId":"6d02d019348010b3","parentId":12023,"name":"next-swc-transform","id":12024,"timestamp":2653797430,"duration":2346,"tags":{},"startTime":1732132338428},{"traceId":"6d02d019348010b3","parentId":12022,"name":"next-swc-loader","id":12023,"timestamp":2653797292,"duration":2488,"tags":{},"startTime":1732132338428},{"traceId":"6d02d019348010b3","parentId":12021,"name":"build-module-tsx","id":12022,"timestamp":2653797155,"duration":3760,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/About.tsx","layer":"ssr"},"startTime":1732132338428},{"traceId":"6d02d019348010b3","parentId":12001,"name":"make","id":12002,"timestamp":2653494627,"duration":309953,"tags":{},"startTime":1732132338125},{"traceId":"6d02d019348010b3","parentId":12025,"name":"chunk-graph","id":12026,"timestamp":2653812240,"duration":5494,"tags":{},"startTime":1732132338443},{"traceId":"6d02d019348010b3","parentId":12025,"name":"optimize-modules","id":12028,"timestamp":2653817852,"duration":38,"tags":{},"startTime":1732132338449},{"traceId":"6d02d019348010b3","parentId":12025,"name":"optimize-chunks","id":12029,"timestamp":2653817974,"duration":158,"tags":{},"startTime":1732132338449},{"traceId":"6d02d019348010b3","parentId":12025,"name":"optimize-tree","id":12030,"timestamp":2653818193,"duration":32,"tags":{},"startTime":1732132338449},{"traceId":"6d02d019348010b3","parentId":12025,"name":"optimize-chunk-modules","id":12031,"timestamp":2653818310,"duration":48,"tags":{},"startTime":1732132338449},{"traceId":"6d02d019348010b3","parentId":12025,"name":"optimize","id":12027,"timestamp":2653817799,"duration":1878,"tags":{},"startTime":1732132338449},{"traceId":"6d02d019348010b3","parentId":12025,"name":"module-hash","id":12032,"timestamp":2653826360,"duration":1227,"tags":{},"startTime":1732132338457},{"traceId":"6d02d019348010b3","parentId":12025,"name":"code-generation","id":12033,"timestamp":2653827613,"duration":13489,"tags":{},"startTime":1732132338458},{"traceId":"6d02d019348010b3","parentId":12025,"name":"hash","id":12034,"timestamp":2653853163,"duration":2949,"tags":{},"startTime":1732132338484},{"traceId":"6d02d019348010b3","parentId":12025,"name":"code-generation-jobs","id":12035,"timestamp":2653856111,"duration":217,"tags":{},"startTime":1732132338487},{"traceId":"6d02d019348010b3","parentId":12025,"name":"module-assets","id":12036,"timestamp":2653856305,"duration":298,"tags":{},"startTime":1732132338487},{"traceId":"6d02d019348010b3","parentId":12025,"name":"create-chunk-assets","id":12037,"timestamp":2653856614,"duration":13443,"tags":{},"startTime":1732132338487},{"traceId":"6d02d019348010b3","parentId":12001,"name":"seal","id":12025,"timestamp":2653809991,"duration":62104,"tags":{},"startTime":1732132338441},{"traceId":"6d02d019348010b3","parentId":12000,"name":"webpack-compilation","id":12001,"timestamp":2653493651,"duration":380568,"tags":{"name":"server"},"startTime":1732132338124},{"traceId":"6d02d019348010b3","parentId":12000,"name":"emit","id":12038,"timestamp":2653874289,"duration":33928,"tags":{},"startTime":1732132338505},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12000,"timestamp":2653488051,"duration":421312,"tags":{"trigger":"manual"},"startTime":1732132338119},{"traceId":"6d02d019348010b3","parentId":12040,"name":"add-entry","id":12041,"timestamp":2653932525,"duration":12595,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132338563},{"traceId":"6d02d019348010b3","parentId":12040,"name":"add-entry","id":12042,"timestamp":2653932728,"duration":12485,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132338564},{"traceId":"6d02d019348010b3","parentId":12040,"name":"add-entry","id":12043,"timestamp":2653932763,"duration":76383,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132338564},{"traceId":"6d02d019348010b3","parentId":12044,"name":"build-module-js&server=false!","id":12048,"timestamp":2654386200,"duration":5050,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=false!","layer":"app-pages-browser"},"startTime":1732132339017},{"traceId":"6d02d019348010b3","parentId":12046,"name":"build-module-css&server=false!","id":12049,"timestamp":2654391283,"duration":1614,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=false!","layer":"app-pages-browser"},"startTime":1732132339022},{"traceId":"6d02d019348010b3","parentId":12047,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","id":12050,"timestamp":2654392913,"duration":862,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","layer":"app-pages-browser"},"startTime":1732132339024},{"traceId":"6d02d019348010b3","parentId":12040,"name":"add-entry","id":12045,"timestamp":2653932790,"duration":461010,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132338564},{"traceId":"6d02d019348010b3","parentId":12040,"name":"add-entry","id":12044,"timestamp":2653932782,"duration":464786,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=false!"},"startTime":1732132338564},{"traceId":"6d02d019348010b3","parentId":12052,"name":"next-swc-transform","id":12053,"timestamp":2654397350,"duration":88693,"tags":{},"startTime":1732132339028},{"traceId":"6d02d019348010b3","parentId":12051,"name":"next-swc-loader","id":12052,"timestamp":2654397216,"duration":88835,"tags":{},"startTime":1732132339028},{"traceId":"6d02d019348010b3","parentId":12050,"name":"build-module-tsx","id":12051,"timestamp":2654397097,"duration":92827,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/About.tsx","layer":"app-pages-browser"},"startTime":1732132339028},{"traceId":"6d02d019348010b3","parentId":12040,"name":"add-entry","id":12047,"timestamp":2653932803,"duration":587410,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132338564},{"traceId":"6d02d019348010b3","parentId":12040,"name":"add-entry","id":12046,"timestamp":2653932797,"duration":587650,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=false!"},"startTime":1732132338564},{"traceId":"6d02d019348010b3","parentId":12039,"name":"make","id":12040,"timestamp":2653918549,"duration":602116,"tags":{},"startTime":1732132338549},{"traceId":"6d02d019348010b3","parentId":12054,"name":"chunk-graph","id":12055,"timestamp":2654683981,"duration":7054,"tags":{},"startTime":1732132339315},{"traceId":"6d02d019348010b3","parentId":12054,"name":"optimize-modules","id":12057,"timestamp":2654691082,"duration":11,"tags":{},"startTime":1732132339322},{"traceId":"6d02d019348010b3","parentId":12054,"name":"optimize-chunks","id":12058,"timestamp":2654691197,"duration":618,"tags":{},"startTime":1732132339322},{"traceId":"6d02d019348010b3","parentId":12054,"name":"optimize-tree","id":12059,"timestamp":2654691898,"duration":16,"tags":{},"startTime":1732132339323},{"traceId":"6d02d019348010b3","parentId":12054,"name":"optimize-chunk-modules","id":12060,"timestamp":2654691998,"duration":432,"tags":{},"startTime":1732132339323},{"traceId":"6d02d019348010b3","parentId":12054,"name":"optimize","id":12056,"timestamp":2654691065,"duration":10458,"tags":{},"startTime":1732132339322},{"traceId":"6d02d019348010b3","parentId":12054,"name":"module-hash","id":12061,"timestamp":2654714774,"duration":2701,"tags":{},"startTime":1732132339346},{"traceId":"6d02d019348010b3","parentId":12054,"name":"code-generation","id":12062,"timestamp":2654717494,"duration":9051,"tags":{},"startTime":1732132339348},{"traceId":"6d02d019348010b3","parentId":12054,"name":"hash","id":12063,"timestamp":2654730851,"duration":6892,"tags":{},"startTime":1732132339362},{"traceId":"6d02d019348010b3","parentId":12054,"name":"code-generation-jobs","id":12064,"timestamp":2654737742,"duration":141,"tags":{},"startTime":1732132339369},{"traceId":"6d02d019348010b3","parentId":12054,"name":"module-assets","id":12065,"timestamp":2654737865,"duration":1202,"tags":{},"startTime":1732132339369},{"traceId":"6d02d019348010b3","parentId":12054,"name":"create-chunk-assets","id":12066,"timestamp":2654739076,"duration":12397,"tags":{},"startTime":1732132339370},{"traceId":"6d02d019348010b3","parentId":12039,"name":"NextJsBuildManifest-generateClientManifest","id":12068,"timestamp":2654755404,"duration":639,"tags":{},"startTime":1732132339386},{"traceId":"6d02d019348010b3","parentId":12039,"name":"NextJsBuildManifest-createassets","id":12067,"timestamp":2654755081,"duration":969,"tags":{},"startTime":1732132339386},{"traceId":"6d02d019348010b3","parentId":12039,"name":"seal","id":12054,"timestamp":2654653275,"duration":107489,"tags":{},"startTime":1732132339284},{"traceId":"6d02d019348010b3","parentId":12018,"name":"webpack-compilation","id":12039,"timestamp":2653917815,"duration":843015,"tags":{"name":"client"},"startTime":1732132338549},{"traceId":"6d02d019348010b3","parentId":12018,"name":"emit","id":12069,"timestamp":2654760892,"duration":26459,"tags":{},"startTime":1732132339392},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":12018,"timestamp":2653778004,"duration":1010420,"tags":{"trigger":"manual"},"startTime":1732132338409},{"traceId":"6d02d019348010b3","parentId":12072,"name":"add-entry","id":12074,"timestamp":2654810468,"duration":5964,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132339441},{"traceId":"6d02d019348010b3","parentId":12072,"name":"add-entry","id":12073,"timestamp":2654810409,"duration":7091,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132339441},{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":12081,"timestamp":2654820266,"duration":0,"tags":{},"startTime":1732132339451},{"traceId":"6d02d019348010b3","parentId":12071,"name":"make","id":12072,"timestamp":2654792994,"duration":35204,"tags":{},"startTime":1732132339424},{"traceId":"6d02d019348010b3","parentId":12082,"name":"chunk-graph","id":12083,"timestamp":2654839037,"duration":11706,"tags":{},"startTime":1732132339470},{"traceId":"6d02d019348010b3","parentId":12082,"name":"optimize-modules","id":12085,"timestamp":2654850795,"duration":11,"tags":{},"startTime":1732132339482},{"traceId":"6d02d019348010b3","parentId":12082,"name":"optimize-chunks","id":12086,"timestamp":2654850826,"duration":126,"tags":{},"startTime":1732132339482},{"traceId":"6d02d019348010b3","parentId":12082,"name":"optimize-tree","id":12087,"timestamp":2654850981,"duration":14,"tags":{},"startTime":1732132339482},{"traceId":"6d02d019348010b3","parentId":12082,"name":"optimize-chunk-modules","id":12088,"timestamp":2654851017,"duration":10,"tags":{},"startTime":1732132339482},{"traceId":"6d02d019348010b3","parentId":12082,"name":"optimize","id":12084,"timestamp":2654850776,"duration":1476,"tags":{},"startTime":1732132339482},{"traceId":"6d02d019348010b3","parentId":12082,"name":"module-hash","id":12089,"timestamp":2654854158,"duration":1146,"tags":{},"startTime":1732132339485},{"traceId":"6d02d019348010b3","parentId":12082,"name":"code-generation","id":12090,"timestamp":2654855331,"duration":1831,"tags":{},"startTime":1732132339486},{"traceId":"6d02d019348010b3","parentId":12082,"name":"hash","id":12091,"timestamp":2654859360,"duration":1810,"tags":{},"startTime":1732132339490},{"traceId":"6d02d019348010b3","parentId":12082,"name":"code-generation-jobs","id":12092,"timestamp":2654861169,"duration":82,"tags":{},"startTime":1732132339492},{"traceId":"6d02d019348010b3","parentId":12082,"name":"module-assets","id":12093,"timestamp":2654861235,"duration":8901,"tags":{},"startTime":1732132339492},{"traceId":"6d02d019348010b3","parentId":12082,"name":"create-chunk-assets","id":12094,"timestamp":2654870158,"duration":326,"tags":{},"startTime":1732132339501},{"traceId":"6d02d019348010b3","parentId":12071,"name":"seal","id":12082,"timestamp":2654836865,"duration":36135,"tags":{},"startTime":1732132339468},{"traceId":"6d02d019348010b3","parentId":12070,"name":"webpack-compilation","id":12071,"timestamp":2654792489,"duration":83991,"tags":{"name":"server"},"startTime":1732132339423},{"traceId":"6d02d019348010b3","parentId":12070,"name":"emit","id":12095,"timestamp":2654876518,"duration":28763,"tags":{},"startTime":1732132339507},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12070,"timestamp":2654780382,"duration":126750,"tags":{"trigger":"manual"},"startTime":1732132339411}] +[{"traceId":"6d02d019348010b3","parentId":12098,"name":"add-entry","id":12100,"timestamp":2666488285,"duration":13851,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132351119},{"traceId":"6d02d019348010b3","parentId":12098,"name":"add-entry","id":12099,"timestamp":2666488226,"duration":15701,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132351119},{"traceId":"6d02d019348010b3","parentId":12101,"name":"build-module-json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","id":12102,"timestamp":2666499901,"duration":12856,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1732132351131},{"traceId":"6d02d019348010b3","parentId":12104,"name":"next-swc-transform","id":12105,"timestamp":2666516799,"duration":1429,"tags":{},"startTime":1732132351148},{"traceId":"6d02d019348010b3","parentId":12103,"name":"next-swc-loader","id":12104,"timestamp":2666516710,"duration":1522,"tags":{},"startTime":1732132351148},{"traceId":"6d02d019348010b3","parentId":12102,"name":"build-module-tsx","id":12103,"timestamp":2666516624,"duration":2175,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/projects/page.tsx","layer":"rsc"},"startTime":1732132351147},{"traceId":"6d02d019348010b3","parentId":12098,"name":"add-entry","id":12101,"timestamp":2666488297,"duration":35331,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132351119},{"traceId":"6d02d019348010b3","parentId":12097,"name":"make","id":12098,"timestamp":2666486054,"duration":56127,"tags":{},"startTime":1732132351117},{"traceId":"6d02d019348010b3","parentId":12116,"name":"chunk-graph","id":12117,"timestamp":2666546305,"duration":2120,"tags":{},"startTime":1732132351177},{"traceId":"6d02d019348010b3","parentId":12116,"name":"optimize-modules","id":12119,"timestamp":2666548463,"duration":10,"tags":{},"startTime":1732132351179},{"traceId":"6d02d019348010b3","parentId":12116,"name":"optimize-chunks","id":12120,"timestamp":2666548496,"duration":145,"tags":{},"startTime":1732132351179},{"traceId":"6d02d019348010b3","parentId":12116,"name":"optimize-tree","id":12121,"timestamp":2666548665,"duration":11,"tags":{},"startTime":1732132351179},{"traceId":"6d02d019348010b3","parentId":12116,"name":"optimize-chunk-modules","id":12122,"timestamp":2666548697,"duration":10,"tags":{},"startTime":1732132351180},{"traceId":"6d02d019348010b3","parentId":12116,"name":"optimize","id":12118,"timestamp":2666548449,"duration":873,"tags":{},"startTime":1732132351179},{"traceId":"6d02d019348010b3","parentId":12116,"name":"module-hash","id":12123,"timestamp":2666550903,"duration":599,"tags":{},"startTime":1732132351182},{"traceId":"6d02d019348010b3","parentId":12116,"name":"code-generation","id":12124,"timestamp":2666551519,"duration":1871,"tags":{},"startTime":1732132351182},{"traceId":"6d02d019348010b3","parentId":12116,"name":"hash","id":12125,"timestamp":2666555900,"duration":2084,"tags":{},"startTime":1732132351187},{"traceId":"6d02d019348010b3","parentId":12116,"name":"code-generation-jobs","id":12126,"timestamp":2666557984,"duration":75,"tags":{},"startTime":1732132351189},{"traceId":"6d02d019348010b3","parentId":12116,"name":"module-assets","id":12127,"timestamp":2666558044,"duration":172,"tags":{},"startTime":1732132351189},{"traceId":"6d02d019348010b3","parentId":12116,"name":"create-chunk-assets","id":12128,"timestamp":2666558224,"duration":5265,"tags":{},"startTime":1732132351189},{"traceId":"6d02d019348010b3","parentId":12097,"name":"seal","id":12116,"timestamp":2666544889,"duration":20543,"tags":{},"startTime":1732132351176},{"traceId":"6d02d019348010b3","parentId":12096,"name":"webpack-compilation","id":12097,"timestamp":2666485720,"duration":88853,"tags":{"name":"server"},"startTime":1732132351117},{"traceId":"6d02d019348010b3","parentId":12096,"name":"emit","id":12129,"timestamp":2666574611,"duration":20489,"tags":{},"startTime":1732132351205},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12096,"timestamp":2666482839,"duration":112670,"tags":{"trigger":"manual"},"startTime":1732132351114},{"traceId":"6d02d019348010b3","parentId":12131,"name":"add-entry","id":12138,"timestamp":2666607089,"duration":5949,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132351238},{"traceId":"6d02d019348010b3","parentId":12131,"name":"add-entry","id":12132,"timestamp":2666606987,"duration":6303,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132351238},{"traceId":"6d02d019348010b3","parentId":12131,"name":"add-entry","id":12133,"timestamp":2666607052,"duration":6243,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132351238},{"traceId":"6d02d019348010b3","parentId":12131,"name":"add-entry","id":12135,"timestamp":2666607068,"duration":86639,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=false!"},"startTime":1732132351238},{"traceId":"6d02d019348010b3","parentId":12131,"name":"add-entry","id":12134,"timestamp":2666607061,"duration":87176,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132351238},{"traceId":"6d02d019348010b3","parentId":12131,"name":"add-entry","id":12136,"timestamp":2666607074,"duration":87438,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132351238},{"traceId":"6d02d019348010b3","parentId":12131,"name":"add-entry","id":12139,"timestamp":2666607094,"duration":87421,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132351238},{"traceId":"6d02d019348010b3","parentId":12131,"name":"add-entry","id":12137,"timestamp":2666607084,"duration":87451,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=false!"},"startTime":1732132351238},{"traceId":"6d02d019348010b3","parentId":12130,"name":"make","id":12131,"timestamp":2666600317,"duration":94287,"tags":{},"startTime":1732132351231},{"traceId":"6d02d019348010b3","parentId":12140,"name":"chunk-graph","id":12141,"timestamp":2666756054,"duration":3250,"tags":{},"startTime":1732132351387},{"traceId":"6d02d019348010b3","parentId":12140,"name":"optimize-modules","id":12143,"timestamp":2666759333,"duration":5,"tags":{},"startTime":1732132351390},{"traceId":"6d02d019348010b3","parentId":12140,"name":"optimize-chunks","id":12144,"timestamp":2666759351,"duration":472,"tags":{},"startTime":1732132351390},{"traceId":"6d02d019348010b3","parentId":12140,"name":"optimize-tree","id":12145,"timestamp":2666759847,"duration":10,"tags":{},"startTime":1732132351391},{"traceId":"6d02d019348010b3","parentId":12140,"name":"optimize-chunk-modules","id":12146,"timestamp":2666759873,"duration":9,"tags":{},"startTime":1732132351391},{"traceId":"6d02d019348010b3","parentId":12140,"name":"optimize","id":12142,"timestamp":2666759321,"duration":8875,"tags":{},"startTime":1732132351390},{"traceId":"6d02d019348010b3","parentId":12140,"name":"module-hash","id":12147,"timestamp":2666770666,"duration":971,"tags":{},"startTime":1732132351401},{"traceId":"6d02d019348010b3","parentId":12140,"name":"code-generation","id":12148,"timestamp":2666771654,"duration":1177,"tags":{},"startTime":1732132351402},{"traceId":"6d02d019348010b3","parentId":12140,"name":"hash","id":12149,"timestamp":2666775837,"duration":10505,"tags":{},"startTime":1732132351407},{"traceId":"6d02d019348010b3","parentId":12140,"name":"code-generation-jobs","id":12150,"timestamp":2666786342,"duration":131,"tags":{},"startTime":1732132351417},{"traceId":"6d02d019348010b3","parentId":12140,"name":"module-assets","id":12151,"timestamp":2666786458,"duration":1233,"tags":{},"startTime":1732132351417},{"traceId":"6d02d019348010b3","parentId":12140,"name":"create-chunk-assets","id":12152,"timestamp":2666787705,"duration":18435,"tags":{},"startTime":1732132351419},{"traceId":"6d02d019348010b3","parentId":12130,"name":"NextJsBuildManifest-generateClientManifest","id":12154,"timestamp":2666808562,"duration":94,"tags":{},"startTime":1732132351439},{"traceId":"6d02d019348010b3","parentId":12130,"name":"NextJsBuildManifest-createassets","id":12153,"timestamp":2666808458,"duration":202,"tags":{},"startTime":1732132351439},{"traceId":"6d02d019348010b3","parentId":12130,"name":"seal","id":12140,"timestamp":2666745066,"duration":72900,"tags":{},"startTime":1732132351376},{"traceId":"6d02d019348010b3","parentId":12115,"name":"webpack-compilation","id":12130,"timestamp":2666599745,"duration":218260,"tags":{"name":"client"},"startTime":1732132351231},{"traceId":"6d02d019348010b3","parentId":12115,"name":"emit","id":12155,"timestamp":2666818025,"duration":25521,"tags":{},"startTime":1732132351449},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":12115,"timestamp":2666529056,"duration":315896,"tags":{"trigger":"manual"},"startTime":1732132351160}] +[{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":12156,"timestamp":2666872831,"duration":0,"tags":{},"startTime":1732132351504},{"traceId":"6d02d019348010b3","parentId":12159,"name":"add-entry","id":12162,"timestamp":2680538323,"duration":9176,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132365169},{"traceId":"6d02d019348010b3","parentId":12159,"name":"add-entry","id":12161,"timestamp":2680538308,"duration":10150,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132365169},{"traceId":"6d02d019348010b3","parentId":12159,"name":"add-entry","id":12160,"timestamp":2680537785,"duration":12956,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132365169},{"traceId":"6d02d019348010b3","parentId":12163,"name":"build-module-json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","id":12164,"timestamp":2680544442,"duration":24558,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1732132365175},{"traceId":"6d02d019348010b3","parentId":12166,"name":"next-swc-transform","id":12167,"timestamp":2680573584,"duration":2027,"tags":{},"startTime":1732132365204},{"traceId":"6d02d019348010b3","parentId":12165,"name":"next-swc-loader","id":12166,"timestamp":2680573483,"duration":2131,"tags":{},"startTime":1732132365204},{"traceId":"6d02d019348010b3","parentId":12164,"name":"build-module-tsx","id":12165,"timestamp":2680573368,"duration":3175,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/projects/[slug]/page.tsx","layer":"rsc"},"startTime":1732132365204},{"traceId":"6d02d019348010b3","parentId":12169,"name":"next-swc-transform","id":12170,"timestamp":2680582457,"duration":1133,"tags":{},"startTime":1732132365213},{"traceId":"6d02d019348010b3","parentId":12168,"name":"next-swc-loader","id":12169,"timestamp":2680582361,"duration":1233,"tags":{},"startTime":1732132365213},{"traceId":"6d02d019348010b3","parentId":12165,"name":"build-module-js","id":12168,"timestamp":2680582257,"duration":1690,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/navigation.js","layer":"rsc"},"startTime":1732132365213},{"traceId":"6d02d019348010b3","parentId":12174,"name":"next-swc-transform","id":12175,"timestamp":2680586909,"duration":7726,"tags":{},"startTime":1732132365218},{"traceId":"6d02d019348010b3","parentId":12171,"name":"next-swc-loader","id":12174,"timestamp":2680586823,"duration":7816,"tags":{},"startTime":1732132365218},{"traceId":"6d02d019348010b3","parentId":12168,"name":"build-module-js","id":12171,"timestamp":2680586549,"duration":10866,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/navigation.js","layer":"rsc"},"startTime":1732132365217},{"traceId":"6d02d019348010b3","parentId":12176,"name":"next-swc-transform","id":12177,"timestamp":2680586981,"duration":10479,"tags":{},"startTime":1732132365218},{"traceId":"6d02d019348010b3","parentId":12172,"name":"next-swc-loader","id":12176,"timestamp":2680586913,"duration":10550,"tags":{},"startTime":1732132365218},{"traceId":"6d02d019348010b3","parentId":12165,"name":"build-module-tsx","id":12172,"timestamp":2680586654,"duration":11187,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Product.tsx","layer":"rsc"},"startTime":1732132365217},{"traceId":"6d02d019348010b3","parentId":12178,"name":"next-swc-transform","id":12179,"timestamp":2680587049,"duration":10885,"tags":{},"startTime":1732132365218},{"traceId":"6d02d019348010b3","parentId":12173,"name":"next-swc-loader","id":12178,"timestamp":2680586984,"duration":10953,"tags":{},"startTime":1732132365218},{"traceId":"6d02d019348010b3","parentId":12165,"name":"build-module-tsx","id":12173,"timestamp":2680586740,"duration":16298,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/products.tsx","layer":"rsc"},"startTime":1732132365218},{"traceId":"6d02d019348010b3","parentId":12188,"name":"next-swc-transform","id":12189,"timestamp":2680607513,"duration":3411,"tags":{},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12182,"name":"next-swc-loader","id":12188,"timestamp":2680607479,"duration":3449,"tags":{},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12171,"name":"build-module-js","id":12182,"timestamp":2680607291,"duration":4131,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/not-found.js","layer":"rsc"},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12186,"name":"next-swc-transform","id":12187,"timestamp":2680607478,"duration":3984,"tags":{},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12181,"name":"next-swc-loader","id":12186,"timestamp":2680607442,"duration":4022,"tags":{},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12171,"name":"build-module-js","id":12181,"timestamp":2680607235,"duration":5069,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/redirect.js","layer":"rsc"},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12184,"name":"next-swc-transform","id":12185,"timestamp":2680607439,"duration":4894,"tags":{},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12180,"name":"next-swc-loader","id":12184,"timestamp":2680607371,"duration":4964,"tags":{},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12171,"name":"build-module-js","id":12180,"timestamp":2680607130,"duration":5573,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/client-hook-in-server-component-error.js","layer":"rsc"},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12190,"name":"next-swc-transform","id":12191,"timestamp":2680607547,"duration":5704,"tags":{},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12183,"name":"next-swc-loader","id":12190,"timestamp":2680607514,"duration":5740,"tags":{},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12171,"name":"build-module-js","id":12183,"timestamp":2680607331,"duration":6396,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"rsc"},"startTime":1732132365238},{"traceId":"6d02d019348010b3","parentId":12210,"name":"next-swc-transform","id":12211,"timestamp":2680620488,"duration":5143,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12192,"name":"next-swc-loader","id":12210,"timestamp":2680620406,"duration":5229,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12171,"name":"build-module-js","id":12192,"timestamp":2680619324,"duration":6606,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/app-router-context.js","layer":"rsc"},"startTime":1732132365250},{"traceId":"6d02d019348010b3","parentId":12212,"name":"next-swc-transform","id":12213,"timestamp":2680620550,"duration":5408,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12193,"name":"next-swc-loader","id":12212,"timestamp":2680620491,"duration":5469,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12171,"name":"build-module-js","id":12193,"timestamp":2680619417,"duration":6786,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/hooks-client-context.js","layer":"rsc"},"startTime":1732132365250},{"traceId":"6d02d019348010b3","parentId":12214,"name":"next-swc-transform","id":12215,"timestamp":2680620606,"duration":5626,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12194,"name":"next-swc-loader","id":12214,"timestamp":2680620552,"duration":5681,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12171,"name":"build-module-js","id":12194,"timestamp":2680619481,"duration":6986,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/server-inserted-html.js","layer":"rsc"},"startTime":1732132365250},{"traceId":"6d02d019348010b3","parentId":12216,"name":"next-swc-transform","id":12217,"timestamp":2680620657,"duration":5841,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12195,"name":"next-swc-loader","id":12216,"timestamp":2680620608,"duration":5892,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12171,"name":"build-module-js","id":12195,"timestamp":2680619538,"duration":7412,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"rsc"},"startTime":1732132365250},{"traceId":"6d02d019348010b3","parentId":12196,"name":"read-resource","id":12197,"timestamp":2680619854,"duration":11064,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12218,"name":"image-size-calculation","id":12219,"timestamp":2680631111,"duration":97,"tags":{},"startTime":1732132365262},{"traceId":"6d02d019348010b3","parentId":12218,"name":"image-data-stringify","id":12220,"timestamp":2680631316,"duration":7,"tags":{},"startTime":1732132365262},{"traceId":"6d02d019348010b3","parentId":12196,"name":"next-image-loader","id":12218,"timestamp":2680630935,"duration":430,"tags":{},"startTime":1732132365262},{"traceId":"6d02d019348010b3","parentId":12173,"name":"build-module-png","id":12196,"timestamp":2680619593,"duration":12012,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-aceternity.png","layer":"rsc"},"startTime":1732132365250},{"traceId":"6d02d019348010b3","parentId":12198,"name":"read-resource","id":12199,"timestamp":2680619962,"duration":11656,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12221,"name":"image-size-calculation","id":12222,"timestamp":2680631699,"duration":17,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12221,"name":"image-data-stringify","id":12223,"timestamp":2680631749,"duration":4,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12198,"name":"next-image-loader","id":12221,"timestamp":2680631626,"duration":136,"tags":{},"startTime":1732132365262},{"traceId":"6d02d019348010b3","parentId":12173,"name":"build-module-png","id":12198,"timestamp":2680619899,"duration":11992,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-aceternity-2.png","layer":"rsc"},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12200,"name":"read-resource","id":12201,"timestamp":2680620064,"duration":11839,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12224,"name":"image-size-calculation","id":12225,"timestamp":2680631970,"duration":16,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12224,"name":"image-data-stringify","id":12226,"timestamp":2680632051,"duration":4,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12200,"name":"next-image-loader","id":12224,"timestamp":2680631912,"duration":154,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12173,"name":"build-module-png","id":12200,"timestamp":2680619996,"duration":12197,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-algochurn.png","layer":"rsc"},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12202,"name":"read-resource","id":12203,"timestamp":2680620150,"duration":12055,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12227,"name":"image-size-calculation","id":12228,"timestamp":2680632268,"duration":16,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12227,"name":"image-data-stringify","id":12229,"timestamp":2680632314,"duration":4,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12202,"name":"next-image-loader","id":12227,"timestamp":2680632214,"duration":113,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12173,"name":"build-module-png","id":12202,"timestamp":2680620109,"duration":12344,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-moonbeam.png","layer":"rsc"},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12204,"name":"read-resource","id":12205,"timestamp":2680620223,"duration":12241,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12230,"name":"image-size-calculation","id":12231,"timestamp":2680632529,"duration":15,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12230,"name":"image-data-stringify","id":12232,"timestamp":2680632575,"duration":4,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12204,"name":"next-image-loader","id":12230,"timestamp":2680632473,"duration":115,"tags":{},"startTime":1732132365263},{"traceId":"6d02d019348010b3","parentId":12173,"name":"build-module-png","id":12204,"timestamp":2680620182,"duration":12528,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-moonbeam-2.png","layer":"rsc"},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12206,"name":"read-resource","id":12207,"timestamp":2680620297,"duration":12426,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12233,"name":"image-size-calculation","id":12234,"timestamp":2680632799,"duration":15,"tags":{},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12233,"name":"image-data-stringify","id":12235,"timestamp":2680632844,"duration":4,"tags":{},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12206,"name":"next-image-loader","id":12233,"timestamp":2680632730,"duration":124,"tags":{},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12173,"name":"build-module-png","id":12206,"timestamp":2680620259,"duration":12719,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-tailwindmasterkit.png","layer":"rsc"},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12208,"name":"read-resource","id":12209,"timestamp":2680620368,"duration":12622,"tags":{},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12236,"name":"image-size-calculation","id":12237,"timestamp":2680633056,"duration":15,"tags":{},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12236,"name":"image-data-stringify","id":12238,"timestamp":2680633101,"duration":3,"tags":{},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12208,"name":"next-image-loader","id":12236,"timestamp":2680632997,"duration":115,"tags":{},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12173,"name":"build-module-png","id":12208,"timestamp":2680620331,"duration":12896,"tags":{"name":"/workspaces/lscaturchio.xyz/public/images/sidefolio-tailwindmasterkit-2.png","layer":"rsc"},"startTime":1732132365251},{"traceId":"6d02d019348010b3","parentId":12240,"name":"next-swc-transform","id":12241,"timestamp":2680633391,"duration":1118,"tags":{},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12239,"name":"next-swc-loader","id":12240,"timestamp":2680633331,"duration":1181,"tags":{},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12183,"name":"build-module-js","id":12239,"timestamp":2680633254,"duration":1479,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/lazy-dynamic/dynamic-no-ssr.js","layer":"rsc"},"startTime":1732132365264},{"traceId":"6d02d019348010b3","parentId":12159,"name":"add-entry","id":12163,"timestamp":2680538331,"duration":97256,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132365169},{"traceId":"6d02d019348010b3","parentId":12158,"name":"build-module-png&server=true!","id":12255,"timestamp":2680638596,"duration":4275,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&server=true!","layer":"ssr"},"startTime":1732132365269},{"traceId":"6d02d019348010b3","parentId":12255,"name":"build-module-js","id":12256,"timestamp":2680645149,"duration":59,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/app-router-context.js","layer":"null"},"startTime":1732132365276},{"traceId":"6d02d019348010b3","parentId":12255,"name":"build-module-js","id":12257,"timestamp":2680645218,"duration":5,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/hooks-client-context.js","layer":"null"},"startTime":1732132365276},{"traceId":"6d02d019348010b3","parentId":12255,"name":"build-module-js","id":12258,"timestamp":2680645227,"duration":3,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/server-inserted-html.js","layer":"null"},"startTime":1732132365276},{"traceId":"6d02d019348010b3","parentId":12260,"name":"next-swc-transform","id":12261,"timestamp":2680660504,"duration":3224,"tags":{},"startTime":1732132365291},{"traceId":"6d02d019348010b3","parentId":12259,"name":"next-swc-loader","id":12260,"timestamp":2680660383,"duration":3349,"tags":{},"startTime":1732132365291},{"traceId":"6d02d019348010b3","parentId":12255,"name":"build-module-tsx","id":12259,"timestamp":2680660237,"duration":7205,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Product.tsx","layer":"ssr"},"startTime":1732132365291},{"traceId":"6d02d019348010b3","parentId":12158,"name":"make","id":12159,"timestamp":2680533462,"duration":135471,"tags":{},"startTime":1732132365164},{"traceId":"6d02d019348010b3","parentId":12262,"name":"chunk-graph","id":12263,"timestamp":2680677975,"duration":2717,"tags":{},"startTime":1732132365309},{"traceId":"6d02d019348010b3","parentId":12262,"name":"optimize-modules","id":12265,"timestamp":2680680723,"duration":7,"tags":{},"startTime":1732132365312},{"traceId":"6d02d019348010b3","parentId":12262,"name":"optimize-chunks","id":12266,"timestamp":2680680748,"duration":139,"tags":{},"startTime":1732132365312},{"traceId":"6d02d019348010b3","parentId":12262,"name":"optimize-tree","id":12267,"timestamp":2680680910,"duration":14,"tags":{},"startTime":1732132365312},{"traceId":"6d02d019348010b3","parentId":12262,"name":"optimize-chunk-modules","id":12268,"timestamp":2680680945,"duration":14,"tags":{},"startTime":1732132365312},{"traceId":"6d02d019348010b3","parentId":12262,"name":"optimize","id":12264,"timestamp":2680680712,"duration":949,"tags":{},"startTime":1732132365312},{"traceId":"6d02d019348010b3","parentId":12262,"name":"module-hash","id":12269,"timestamp":2680683016,"duration":1359,"tags":{},"startTime":1732132365314},{"traceId":"6d02d019348010b3","parentId":12262,"name":"code-generation","id":12270,"timestamp":2680684398,"duration":5270,"tags":{},"startTime":1732132365315},{"traceId":"6d02d019348010b3","parentId":12262,"name":"hash","id":12271,"timestamp":2680692966,"duration":5792,"tags":{},"startTime":1732132365324},{"traceId":"6d02d019348010b3","parentId":12262,"name":"code-generation-jobs","id":12272,"timestamp":2680698757,"duration":75,"tags":{},"startTime":1732132365330}] +[{"traceId":"6d02d019348010b3","parentId":12262,"name":"module-assets","id":12273,"timestamp":2680698818,"duration":1005,"tags":{},"startTime":1732132365330},{"traceId":"6d02d019348010b3","parentId":12262,"name":"create-chunk-assets","id":12274,"timestamp":2680699837,"duration":33445,"tags":{},"startTime":1732132365331},{"traceId":"6d02d019348010b3","parentId":12158,"name":"seal","id":12262,"timestamp":2680675798,"duration":59921,"tags":{},"startTime":1732132365307},{"traceId":"6d02d019348010b3","parentId":12157,"name":"webpack-compilation","id":12158,"timestamp":2680533054,"duration":208153,"tags":{"name":"server"},"startTime":1732132365164},{"traceId":"6d02d019348010b3","parentId":12157,"name":"emit","id":12275,"timestamp":2680741247,"duration":31510,"tags":{},"startTime":1732132365372},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12157,"timestamp":2680530885,"duration":242317,"tags":{"trigger":"manual"},"startTime":1732132365162},{"traceId":"6d02d019348010b3","parentId":12286,"name":"build-module-png&server=false!","id":12287,"timestamp":2680795924,"duration":5407,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&server=false!","layer":"app-pages-browser"},"startTime":1732132365427},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12284,"timestamp":2680787181,"duration":15166,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12278,"timestamp":2680787070,"duration":19655,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12279,"timestamp":2680787143,"duration":19592,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12289,"name":"next-swc-transform","id":12290,"timestamp":2680810163,"duration":2711,"tags":{},"startTime":1732132365441},{"traceId":"6d02d019348010b3","parentId":12288,"name":"next-swc-loader","id":12289,"timestamp":2680810044,"duration":2833,"tags":{},"startTime":1732132365441},{"traceId":"6d02d019348010b3","parentId":12287,"name":"build-module-js","id":12288,"timestamp":2680809578,"duration":4284,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/shared/lib/lazy-dynamic/dynamic-no-ssr.js","layer":"app-pages-browser"},"startTime":1732132365440},{"traceId":"6d02d019348010b3","parentId":12292,"name":"next-swc-transform","id":12293,"timestamp":2680866186,"duration":18706,"tags":{},"startTime":1732132365497},{"traceId":"6d02d019348010b3","parentId":12291,"name":"next-swc-loader","id":12292,"timestamp":2680866078,"duration":18820,"tags":{},"startTime":1732132365497},{"traceId":"6d02d019348010b3","parentId":12287,"name":"build-module-tsx","id":12291,"timestamp":2680846613,"duration":39761,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Product.tsx","layer":"app-pages-browser"},"startTime":1732132365477},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12281,"timestamp":2680787161,"duration":100380,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=false!"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12280,"timestamp":2680787153,"duration":101144,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12282,"timestamp":2680787167,"duration":102924,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12285,"timestamp":2680787187,"duration":102909,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12283,"timestamp":2680787174,"duration":102944,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=false!"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12277,"name":"add-entry","id":12286,"timestamp":2680787193,"duration":105930,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&server=false!"},"startTime":1732132365418},{"traceId":"6d02d019348010b3","parentId":12276,"name":"make","id":12277,"timestamp":2680778426,"duration":114742,"tags":{},"startTime":1732132365409},{"traceId":"6d02d019348010b3","parentId":12294,"name":"chunk-graph","id":12295,"timestamp":2680960914,"duration":3151,"tags":{},"startTime":1732132365592},{"traceId":"6d02d019348010b3","parentId":12294,"name":"optimize-modules","id":12297,"timestamp":2680964099,"duration":4,"tags":{},"startTime":1732132365595},{"traceId":"6d02d019348010b3","parentId":12294,"name":"optimize-chunks","id":12298,"timestamp":2680964117,"duration":336,"tags":{},"startTime":1732132365595},{"traceId":"6d02d019348010b3","parentId":12294,"name":"optimize-tree","id":12299,"timestamp":2680964477,"duration":9,"tags":{},"startTime":1732132365595},{"traceId":"6d02d019348010b3","parentId":12294,"name":"optimize-chunk-modules","id":12300,"timestamp":2680964503,"duration":4,"tags":{},"startTime":1732132365595},{"traceId":"6d02d019348010b3","parentId":12294,"name":"optimize","id":12296,"timestamp":2680964087,"duration":9621,"tags":{},"startTime":1732132365595},{"traceId":"6d02d019348010b3","parentId":12294,"name":"module-hash","id":12301,"timestamp":2680976499,"duration":1806,"tags":{},"startTime":1732132365607},{"traceId":"6d02d019348010b3","parentId":12294,"name":"code-generation","id":12302,"timestamp":2680978330,"duration":2503,"tags":{},"startTime":1732132365609},{"traceId":"6d02d019348010b3","parentId":12294,"name":"hash","id":12303,"timestamp":2680990611,"duration":9304,"tags":{},"startTime":1732132365621},{"traceId":"6d02d019348010b3","parentId":12294,"name":"code-generation-jobs","id":12304,"timestamp":2680999913,"duration":172,"tags":{},"startTime":1732132365631},{"traceId":"6d02d019348010b3","parentId":12294,"name":"module-assets","id":12305,"timestamp":2681000071,"duration":1270,"tags":{},"startTime":1732132365631},{"traceId":"6d02d019348010b3","parentId":12294,"name":"create-chunk-assets","id":12306,"timestamp":2681001352,"duration":18825,"tags":{},"startTime":1732132365632},{"traceId":"6d02d019348010b3","parentId":12276,"name":"NextJsBuildManifest-generateClientManifest","id":12308,"timestamp":2681022777,"duration":84,"tags":{},"startTime":1732132365654},{"traceId":"6d02d019348010b3","parentId":12276,"name":"NextJsBuildManifest-createassets","id":12307,"timestamp":2681022674,"duration":192,"tags":{},"startTime":1732132365654},{"traceId":"6d02d019348010b3","parentId":12276,"name":"seal","id":12294,"timestamp":2680949769,"duration":80157,"tags":{},"startTime":1732132365581},{"traceId":"6d02d019348010b3","parentId":12254,"name":"webpack-compilation","id":12276,"timestamp":2680777908,"duration":252078,"tags":{"name":"client"},"startTime":1732132365409},{"traceId":"6d02d019348010b3","parentId":12254,"name":"emit","id":12309,"timestamp":2681030021,"duration":21434,"tags":{},"startTime":1732132365661},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":12254,"timestamp":2680637342,"duration":415444,"tags":{"trigger":"manual"},"startTime":1732132365268}] +[{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":12310,"timestamp":2681079590,"duration":0,"tags":{},"startTime":1732132365710},{"traceId":"6d02d019348010b3","parentId":12313,"name":"add-entry","id":12316,"timestamp":2720693614,"duration":21729,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132405324},{"traceId":"6d02d019348010b3","parentId":12313,"name":"add-entry","id":12315,"timestamp":2720693605,"duration":25112,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132405324},{"traceId":"6d02d019348010b3","parentId":12313,"name":"add-entry","id":12318,"timestamp":2720693624,"duration":27081,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132405324},{"traceId":"6d02d019348010b3","parentId":12313,"name":"add-entry","id":12314,"timestamp":2720693552,"duration":29123,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132405324},{"traceId":"6d02d019348010b3","parentId":12317,"name":"build-module-json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","id":12319,"timestamp":2720712916,"duration":25176,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1732132405344},{"traceId":"6d02d019348010b3","parentId":12321,"name":"next-swc-transform","id":12322,"timestamp":2720745320,"duration":1439,"tags":{},"startTime":1732132405376},{"traceId":"6d02d019348010b3","parentId":12320,"name":"next-swc-loader","id":12321,"timestamp":2720745190,"duration":1573,"tags":{},"startTime":1732132405376},{"traceId":"6d02d019348010b3","parentId":12319,"name":"build-module-tsx","id":12320,"timestamp":2720745093,"duration":3611,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/resume/page.tsx","layer":"rsc"},"startTime":1732132405376},{"traceId":"6d02d019348010b3","parentId":12324,"name":"next-swc-transform","id":12325,"timestamp":2720765198,"duration":880,"tags":{},"startTime":1732132405396},{"traceId":"6d02d019348010b3","parentId":12323,"name":"next-swc-loader","id":12324,"timestamp":2720765137,"duration":945,"tags":{},"startTime":1732132405396},{"traceId":"6d02d019348010b3","parentId":12320,"name":"build-module-tsx","id":12323,"timestamp":2720765051,"duration":2023,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/WorkHistory.tsx","layer":"rsc"},"startTime":1732132405396},{"traceId":"6d02d019348010b3","parentId":12313,"name":"add-entry","id":12317,"timestamp":2720693620,"duration":73670,"tags":{"request":"next-app-loader?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132405324},{"traceId":"6d02d019348010b3","parentId":12312,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","id":12342,"timestamp":2720779939,"duration":737,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FWorkHistory.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","layer":"ssr"},"startTime":1732132405411},{"traceId":"6d02d019348010b3","parentId":12312,"name":"build-module-js&server=true!","id":12343,"timestamp":2720780696,"duration":4923,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&server=true!","layer":"ssr"},"startTime":1732132405412},{"traceId":"6d02d019348010b3","parentId":12345,"name":"next-swc-transform","id":12346,"timestamp":2720816183,"duration":2253,"tags":{},"startTime":1732132405447},{"traceId":"6d02d019348010b3","parentId":12344,"name":"next-swc-loader","id":12345,"timestamp":2720816028,"duration":2414,"tags":{},"startTime":1732132405447},{"traceId":"6d02d019348010b3","parentId":12342,"name":"build-module-tsx","id":12344,"timestamp":2720815811,"duration":7374,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/WorkHistory.tsx","layer":"ssr"},"startTime":1732132405447},{"traceId":"6d02d019348010b3","parentId":12348,"name":"next-swc-transform","id":12349,"timestamp":2720826754,"duration":1294,"tags":{},"startTime":1732132405458},{"traceId":"6d02d019348010b3","parentId":12347,"name":"next-swc-loader","id":12348,"timestamp":2720826665,"duration":1387,"tags":{},"startTime":1732132405457},{"traceId":"6d02d019348010b3","parentId":12344,"name":"build-module-tsx","id":12347,"timestamp":2720826563,"duration":6626,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/timeline.tsx","layer":"ssr"},"startTime":1732132405457},{"traceId":"6d02d019348010b3","parentId":12312,"name":"make","id":12313,"timestamp":2720687945,"duration":145291,"tags":{},"startTime":1732132405319},{"traceId":"6d02d019348010b3","parentId":12350,"name":"chunk-graph","id":12351,"timestamp":2720843627,"duration":16734,"tags":{},"startTime":1732132405474},{"traceId":"6d02d019348010b3","parentId":12350,"name":"optimize-modules","id":12353,"timestamp":2720860392,"duration":10,"tags":{},"startTime":1732132405491},{"traceId":"6d02d019348010b3","parentId":12350,"name":"optimize-chunks","id":12354,"timestamp":2720860422,"duration":184,"tags":{},"startTime":1732132405491},{"traceId":"6d02d019348010b3","parentId":12350,"name":"optimize-tree","id":12355,"timestamp":2720860628,"duration":10,"tags":{},"startTime":1732132405491},{"traceId":"6d02d019348010b3","parentId":12350,"name":"optimize-chunk-modules","id":12356,"timestamp":2720860653,"duration":4,"tags":{},"startTime":1732132405491},{"traceId":"6d02d019348010b3","parentId":12350,"name":"optimize","id":12352,"timestamp":2720860381,"duration":1263,"tags":{},"startTime":1732132405491},{"traceId":"6d02d019348010b3","parentId":12350,"name":"module-hash","id":12357,"timestamp":2720862851,"duration":1123,"tags":{},"startTime":1732132405494},{"traceId":"6d02d019348010b3","parentId":12350,"name":"code-generation","id":12358,"timestamp":2720863986,"duration":3562,"tags":{},"startTime":1732132405495},{"traceId":"6d02d019348010b3","parentId":12350,"name":"hash","id":12359,"timestamp":2720869893,"duration":5063,"tags":{},"startTime":1732132405501},{"traceId":"6d02d019348010b3","parentId":12350,"name":"code-generation-jobs","id":12360,"timestamp":2720874955,"duration":85,"tags":{},"startTime":1732132405506},{"traceId":"6d02d019348010b3","parentId":12350,"name":"module-assets","id":12361,"timestamp":2720875029,"duration":382,"tags":{},"startTime":1732132405506},{"traceId":"6d02d019348010b3","parentId":12350,"name":"create-chunk-assets","id":12362,"timestamp":2720875427,"duration":15823,"tags":{},"startTime":1732132405506},{"traceId":"6d02d019348010b3","parentId":12312,"name":"seal","id":12350,"timestamp":2720841997,"duration":52378,"tags":{},"startTime":1732132405473},{"traceId":"6d02d019348010b3","parentId":12311,"name":"webpack-compilation","id":12312,"timestamp":2720687486,"duration":213811,"tags":{"name":"server"},"startTime":1732132405318},{"traceId":"6d02d019348010b3","parentId":12311,"name":"emit","id":12363,"timestamp":2720901360,"duration":46161,"tags":{},"startTime":1732132405532},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12311,"timestamp":2720683558,"duration":264839,"tags":{"trigger":"manual"},"startTime":1732132405314},{"traceId":"6d02d019348010b3","parentId":12374,"name":"build-module-js&server=false!","id":12376,"timestamp":2721001391,"duration":19109,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&server=false!","layer":"app-pages-browser"},"startTime":1732132405632},{"traceId":"6d02d019348010b3","parentId":12375,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","id":12377,"timestamp":2721020531,"duration":1930,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FWorkHistory.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","layer":"app-pages-browser"},"startTime":1732132405651},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12372,"timestamp":2720989085,"duration":45219,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12366,"timestamp":2720988967,"duration":56169,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12367,"timestamp":2720989037,"duration":56218,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12374,"timestamp":2720989100,"duration":235946,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&server=false!"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12369,"timestamp":2720989059,"duration":303638,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=false!"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12368,"timestamp":2720989049,"duration":304418,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12379,"name":"next-swc-transform","id":12380,"timestamp":2721291194,"duration":2593,"tags":{},"startTime":1732132405922},{"traceId":"6d02d019348010b3","parentId":12378,"name":"next-swc-loader","id":12379,"timestamp":2721291001,"duration":2789,"tags":{},"startTime":1732132405922},{"traceId":"6d02d019348010b3","parentId":12377,"name":"build-module-tsx","id":12378,"timestamp":2721290589,"duration":10413,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/WorkHistory.tsx","layer":"app-pages-browser"},"startTime":1732132405921},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12370,"timestamp":2720989067,"duration":312931,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12373,"timestamp":2720989092,"duration":312911,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12371,"timestamp":2720989076,"duration":313883,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=false!"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12382,"name":"next-swc-transform","id":12383,"timestamp":2721303833,"duration":1206,"tags":{},"startTime":1732132405935},{"traceId":"6d02d019348010b3","parentId":12381,"name":"next-swc-loader","id":12382,"timestamp":2721303730,"duration":1313,"tags":{},"startTime":1732132405935},{"traceId":"6d02d019348010b3","parentId":12378,"name":"build-module-tsx","id":12381,"timestamp":2721303590,"duration":3224,"tags":{"name":"/workspaces/lscaturchio.xyz/src/constants/timeline.tsx","layer":"app-pages-browser"},"startTime":1732132405934},{"traceId":"6d02d019348010b3","parentId":12365,"name":"add-entry","id":12375,"timestamp":2720989109,"duration":317731,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FWorkHistory.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132405620},{"traceId":"6d02d019348010b3","parentId":12364,"name":"make","id":12365,"timestamp":2720955611,"duration":351271,"tags":{},"startTime":1732132405586},{"traceId":"6d02d019348010b3","parentId":12384,"name":"chunk-graph","id":12385,"timestamp":2721390586,"duration":7765,"tags":{},"startTime":1732132406021},{"traceId":"6d02d019348010b3","parentId":12384,"name":"optimize-modules","id":12387,"timestamp":2721398392,"duration":13,"tags":{},"startTime":1732132406029},{"traceId":"6d02d019348010b3","parentId":12384,"name":"optimize-chunks","id":12388,"timestamp":2721398426,"duration":714,"tags":{},"startTime":1732132406029},{"traceId":"6d02d019348010b3","parentId":12384,"name":"optimize-tree","id":12389,"timestamp":2721399174,"duration":17,"tags":{},"startTime":1732132406030},{"traceId":"6d02d019348010b3","parentId":12384,"name":"optimize-chunk-modules","id":12390,"timestamp":2721399226,"duration":8,"tags":{},"startTime":1732132406030},{"traceId":"6d02d019348010b3","parentId":12384,"name":"optimize","id":12386,"timestamp":2721398377,"duration":15762,"tags":{},"startTime":1732132406029},{"traceId":"6d02d019348010b3","parentId":12384,"name":"module-hash","id":12391,"timestamp":2721427676,"duration":1862,"tags":{},"startTime":1732132406059},{"traceId":"6d02d019348010b3","parentId":12384,"name":"code-generation","id":12392,"timestamp":2721429559,"duration":9511,"tags":{},"startTime":1732132406060},{"traceId":"6d02d019348010b3","parentId":12384,"name":"hash","id":12393,"timestamp":2721442399,"duration":15843,"tags":{},"startTime":1732132406073},{"traceId":"6d02d019348010b3","parentId":12384,"name":"code-generation-jobs","id":12394,"timestamp":2721458239,"duration":197,"tags":{},"startTime":1732132406089},{"traceId":"6d02d019348010b3","parentId":12384,"name":"module-assets","id":12395,"timestamp":2721458422,"duration":793,"tags":{},"startTime":1732132406089},{"traceId":"6d02d019348010b3","parentId":12384,"name":"create-chunk-assets","id":12396,"timestamp":2721459226,"duration":13571,"tags":{},"startTime":1732132406090},{"traceId":"6d02d019348010b3","parentId":12364,"name":"NextJsBuildManifest-generateClientManifest","id":12398,"timestamp":2721474577,"duration":93,"tags":{},"startTime":1732132406105},{"traceId":"6d02d019348010b3","parentId":12364,"name":"NextJsBuildManifest-createassets","id":12397,"timestamp":2721474458,"duration":215,"tags":{},"startTime":1732132406105},{"traceId":"6d02d019348010b3","parentId":12364,"name":"seal","id":12384,"timestamp":2721372650,"duration":106622,"tags":{},"startTime":1732132406003},{"traceId":"6d02d019348010b3","parentId":12341,"name":"webpack-compilation","id":12364,"timestamp":2720954768,"duration":524543,"tags":{"name":"client"},"startTime":1732132405586},{"traceId":"6d02d019348010b3","parentId":12341,"name":"emit","id":12399,"timestamp":2721479340,"duration":26869,"tags":{},"startTime":1732132406110},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":12341,"timestamp":2720770260,"duration":737543,"tags":{"trigger":"manual"},"startTime":1732132405401}] +[{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":12400,"timestamp":2721537571,"duration":0,"tags":{},"startTime":1732132406168},{"traceId":"6d02d019348010b3","parentId":12403,"name":"add-entry","id":12406,"timestamp":2727053000,"duration":9856,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132411684},{"traceId":"6d02d019348010b3","parentId":12403,"name":"add-entry","id":12405,"timestamp":2727052994,"duration":10795,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132411684},{"traceId":"6d02d019348010b3","parentId":12403,"name":"add-entry","id":12407,"timestamp":2727053004,"duration":10792,"tags":{"request":"next-app-loader?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132411684},{"traceId":"6d02d019348010b3","parentId":12403,"name":"add-entry","id":12409,"timestamp":2727053012,"duration":11947,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132411684},{"traceId":"6d02d019348010b3","parentId":12403,"name":"add-entry","id":12404,"timestamp":2727052945,"duration":12788,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132411684},{"traceId":"6d02d019348010b3","parentId":12408,"name":"build-module-json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","id":12410,"timestamp":2727061629,"duration":15474,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fblog%2Fpage&page=%2Fblog%2Fpage&appPaths=%2Fblog%2Fpage&pagePath=private-next-app-dir%2Fblog%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1732132411692},{"traceId":"6d02d019348010b3","parentId":12412,"name":"next-swc-transform","id":12413,"timestamp":2727084786,"duration":1647,"tags":{},"startTime":1732132411716},{"traceId":"6d02d019348010b3","parentId":12411,"name":"next-swc-loader","id":12412,"timestamp":2727084691,"duration":1746,"tags":{},"startTime":1732132411716},{"traceId":"6d02d019348010b3","parentId":12410,"name":"build-module-tsx","id":12411,"timestamp":2727084586,"duration":3706,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/blog/page.tsx","layer":"rsc"},"startTime":1732132411715},{"traceId":"6d02d019348010b3","parentId":12415,"name":"next-swc-transform","id":12416,"timestamp":2727108994,"duration":6162,"tags":{},"startTime":1732132411740},{"traceId":"6d02d019348010b3","parentId":12414,"name":"next-swc-loader","id":12415,"timestamp":2727108893,"duration":6266,"tags":{},"startTime":1732132411740},{"traceId":"6d02d019348010b3","parentId":12411,"name":"build-module-ts","id":12414,"timestamp":2727108768,"duration":8218,"tags":{"name":"/workspaces/lscaturchio.xyz/lib/getAllBlogs.ts","layer":"rsc"},"startTime":1732132411740},{"traceId":"6d02d019348010b3","parentId":12418,"name":"next-swc-transform","id":12419,"timestamp":2727121837,"duration":1748,"tags":{},"startTime":1732132411753},{"traceId":"6d02d019348010b3","parentId":12417,"name":"next-swc-loader","id":12418,"timestamp":2727121748,"duration":1839,"tags":{},"startTime":1732132411753},{"traceId":"6d02d019348010b3","parentId":12411,"name":"build-module-tsx","id":12417,"timestamp":2727121439,"duration":4664,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Blogs.tsx","layer":"rsc"},"startTime":1732132411752},{"traceId":"6d02d019348010b3","parentId":12414,"name":"build-module","id":12420,"timestamp":2727128918,"duration":2274,"tags":{"name":"undefined","layer":"rsc"},"startTime":1732132411760},{"traceId":"6d02d019348010b3","parentId":12422,"name":"next-swc-transform","id":12423,"timestamp":2727134362,"duration":1540,"tags":{},"startTime":1732132411765},{"traceId":"6d02d019348010b3","parentId":12421,"name":"next-swc-loader","id":12422,"timestamp":2727134305,"duration":1601,"tags":{},"startTime":1732132411765},{"traceId":"6d02d019348010b3","parentId":12420,"name":"build-module-tsx","id":12421,"timestamp":2727134224,"duration":2192,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/blog/fanged-noumena/page.tsx","layer":"rsc"},"startTime":1732132411765},{"traceId":"6d02d019348010b3","parentId":12425,"name":"next-swc-transform","id":12426,"timestamp":2727138081,"duration":2733,"tags":{},"startTime":1732132411769},{"traceId":"6d02d019348010b3","parentId":12424,"name":"next-swc-loader","id":12425,"timestamp":2727137999,"duration":2818,"tags":{},"startTime":1732132411769},{"traceId":"6d02d019348010b3","parentId":12414,"name":"build-module-js","id":12424,"timestamp":2727137909,"duration":6567,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/index.js","layer":"rsc"},"startTime":1732132411769},{"traceId":"6d02d019348010b3","parentId":12430,"name":"next-swc-transform","id":12431,"timestamp":2727152866,"duration":3379,"tags":{},"startTime":1732132411784},{"traceId":"6d02d019348010b3","parentId":12429,"name":"next-swc-loader","id":12430,"timestamp":2727152749,"duration":3500,"tags":{},"startTime":1732132411784},{"traceId":"6d02d019348010b3","parentId":12424,"name":"build-module-js","id":12429,"timestamp":2727152566,"duration":6797,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/settings.js","layer":"rsc"},"startTime":1732132411783},{"traceId":"6d02d019348010b3","parentId":12427,"name":"read-resource","id":12428,"timestamp":2727151566,"duration":7864,"tags":{},"startTime":1732132411782},{"traceId":"6d02d019348010b3","parentId":12438,"name":"next-swc-transform","id":12439,"timestamp":2727155786,"duration":4865,"tags":{},"startTime":1732132411787},{"traceId":"6d02d019348010b3","parentId":12433,"name":"next-swc-loader","id":12438,"timestamp":2727155723,"duration":4932,"tags":{},"startTime":1732132411787},{"traceId":"6d02d019348010b3","parentId":12424,"name":"build-module-js","id":12433,"timestamp":2727155431,"duration":6421,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/async.js","layer":"rsc"},"startTime":1732132411786},{"traceId":"6d02d019348010b3","parentId":12440,"name":"next-swc-transform","id":12441,"timestamp":2727155848,"duration":6332,"tags":{},"startTime":1732132411787},{"traceId":"6d02d019348010b3","parentId":12434,"name":"next-swc-loader","id":12440,"timestamp":2727155789,"duration":6394,"tags":{},"startTime":1732132411787},{"traceId":"6d02d019348010b3","parentId":12424,"name":"build-module-js","id":12434,"timestamp":2727155504,"duration":14566,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/stream.js","layer":"rsc"},"startTime":1732132411786},{"traceId":"6d02d019348010b3","parentId":12420,"name":"build-module-mdx","id":12427,"timestamp":2727146322,"duration":25513,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/blog/fanged-noumena/content.mdx","layer":"rsc"},"startTime":1732132411777},{"traceId":"6d02d019348010b3","parentId":12442,"name":"next-swc-transform","id":12443,"timestamp":2727155906,"duration":16189,"tags":{},"startTime":1732132411787},{"traceId":"6d02d019348010b3","parentId":12435,"name":"next-swc-loader","id":12442,"timestamp":2727155851,"duration":16247,"tags":{},"startTime":1732132411787},{"traceId":"6d02d019348010b3","parentId":12424,"name":"build-module-js","id":12435,"timestamp":2727155571,"duration":17138,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/sync.js","layer":"rsc"},"startTime":1732132411786},{"traceId":"6d02d019348010b3","parentId":12436,"name":"next-swc-transform","id":12437,"timestamp":2727155720,"duration":17031,"tags":{},"startTime":1732132411787},{"traceId":"6d02d019348010b3","parentId":12432,"name":"next-swc-loader","id":12436,"timestamp":2727155638,"duration":17114,"tags":{},"startTime":1732132411786},{"traceId":"6d02d019348010b3","parentId":12424,"name":"build-module-js","id":12432,"timestamp":2727155336,"duration":20243,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/managers/tasks.js","layer":"rsc"},"startTime":1732132411786},{"traceId":"6d02d019348010b3","parentId":12427,"name":"build-module-react/jsx-runtime","id":12444,"timestamp":2727179021,"duration":24,"tags":{"name":"react/jsx-runtime","layer":"null"},"startTime":1732132411810},{"traceId":"6d02d019348010b3","parentId":12446,"name":"next-swc-transform","id":12447,"timestamp":2727179537,"duration":8752,"tags":{},"startTime":1732132411810},{"traceId":"6d02d019348010b3","parentId":12445,"name":"next-swc-loader","id":12446,"timestamp":2727179474,"duration":8819,"tags":{},"startTime":1732132411810},{"traceId":"6d02d019348010b3","parentId":12433,"name":"build-module-js","id":12445,"timestamp":2727179391,"duration":10613,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/provider.js","layer":"rsc"},"startTime":1732132411810},{"traceId":"6d02d019348010b3","parentId":12451,"name":"next-swc-transform","id":12452,"timestamp":2727190793,"duration":4291,"tags":{},"startTime":1732132411822},{"traceId":"6d02d019348010b3","parentId":12448,"name":"next-swc-loader","id":12451,"timestamp":2727190707,"duration":4381,"tags":{},"startTime":1732132411822},{"traceId":"6d02d019348010b3","parentId":12433,"name":"build-module-js","id":12448,"timestamp":2727190381,"duration":14219,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/readers/async.js","layer":"rsc"},"startTime":1732132411821},{"traceId":"6d02d019348010b3","parentId":12455,"name":"next-swc-transform","id":12456,"timestamp":2727190921,"duration":14622,"tags":{},"startTime":1732132411822},{"traceId":"6d02d019348010b3","parentId":12450,"name":"next-swc-loader","id":12455,"timestamp":2727190860,"duration":14686,"tags":{},"startTime":1732132411822},{"traceId":"6d02d019348010b3","parentId":12435,"name":"build-module-js","id":12450,"timestamp":2727190562,"duration":19044,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/readers/sync.js","layer":"rsc"},"startTime":1732132411821},{"traceId":"6d02d019348010b3","parentId":12453,"name":"next-swc-transform","id":12454,"timestamp":2727190858,"duration":19536,"tags":{},"startTime":1732132411822},{"traceId":"6d02d019348010b3","parentId":12449,"name":"next-swc-loader","id":12453,"timestamp":2727190796,"duration":19601,"tags":{},"startTime":1732132411822},{"traceId":"6d02d019348010b3","parentId":12434,"name":"build-module-js","id":12449,"timestamp":2727190490,"duration":21844,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/readers/stream.js","layer":"rsc"},"startTime":1732132411821},{"traceId":"6d02d019348010b3","parentId":12458,"name":"next-swc-transform","id":12459,"timestamp":2727213016,"duration":2471,"tags":{},"startTime":1732132411844},{"traceId":"6d02d019348010b3","parentId":12457,"name":"next-swc-loader","id":12458,"timestamp":2727212927,"duration":2564,"tags":{},"startTime":1732132411844},{"traceId":"6d02d019348010b3","parentId":12424,"name":"build-module-js","id":12457,"timestamp":2727212768,"duration":8519,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/utils/index.js","layer":"rsc"},"startTime":1732132411844},{"traceId":"6d02d019348010b3","parentId":12461,"name":"next-swc-transform","id":12462,"timestamp":2727228631,"duration":4488,"tags":{},"startTime":1732132411859},{"traceId":"6d02d019348010b3","parentId":12460,"name":"next-swc-loader","id":12461,"timestamp":2727228541,"duration":4583,"tags":{},"startTime":1732132411859},{"traceId":"6d02d019348010b3","parentId":12448,"name":"build-module-js","id":12460,"timestamp":2727228394,"duration":5361,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/readers/reader.js","layer":"rsc"},"startTime":1732132411859},{"traceId":"6d02d019348010b3","parentId":12469,"name":"next-swc-transform","id":12470,"timestamp":2727235004,"duration":5236,"tags":{},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12464,"name":"next-swc-loader","id":12469,"timestamp":2727234968,"duration":5276,"tags":{},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12445,"name":"build-module-js","id":12464,"timestamp":2727234689,"duration":13092,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/filters/entry.js","layer":"rsc"},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12467,"name":"next-swc-transform","id":12468,"timestamp":2727234965,"duration":12854,"tags":{},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12463,"name":"next-swc-loader","id":12467,"timestamp":2727234910,"duration":12912,"tags":{},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12445,"name":"build-module-js","id":12463,"timestamp":2727234616,"duration":17238,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/transformers/entry.js","layer":"rsc"},"startTime":1732132411865},{"traceId":"6d02d019348010b3","parentId":12473,"name":"next-swc-transform","id":12474,"timestamp":2727235073,"duration":16816,"tags":{},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12466,"name":"next-swc-loader","id":12473,"timestamp":2727235040,"duration":16851,"tags":{},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12445,"name":"build-module-js","id":12466,"timestamp":2727234780,"duration":17871,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/filters/error.js","layer":"rsc"},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12471,"name":"next-swc-transform","id":12472,"timestamp":2727235039,"duration":17659,"tags":{},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12465,"name":"next-swc-loader","id":12471,"timestamp":2727235005,"duration":17696,"tags":{},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12445,"name":"build-module-js","id":12465,"timestamp":2727234740,"duration":18963,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/filters/deep.js","layer":"rsc"},"startTime":1732132411866},{"traceId":"6d02d019348010b3","parentId":12429,"name":"build-module-fs","id":12482,"timestamp":2727254161,"duration":14,"tags":{"name":"fs","layer":"null"},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12485,"name":"next-swc-transform","id":12486,"timestamp":2727254352,"duration":6349,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12476,"name":"next-swc-loader","id":12485,"timestamp":2727254316,"duration":6388,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12457,"name":"build-module-js","id":12476,"timestamp":2727253935,"duration":7195,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/utils/errno.js","layer":"rsc"},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12483,"name":"next-swc-transform","id":12484,"timestamp":2727254314,"duration":6852,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12475,"name":"next-swc-loader","id":12483,"timestamp":2727254257,"duration":6912,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12457,"name":"build-module-js","id":12475,"timestamp":2727253854,"duration":9099,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/utils/array.js","layer":"rsc"},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12487,"name":"next-swc-transform","id":12488,"timestamp":2727254384,"duration":8614,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12477,"name":"next-swc-loader","id":12487,"timestamp":2727254353,"duration":8647,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12457,"name":"build-module-js","id":12477,"timestamp":2727253984,"duration":9815,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/utils/fs.js","layer":"rsc"},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12489,"name":"next-swc-transform","id":12490,"timestamp":2727254417,"duration":9438,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12478,"name":"next-swc-loader","id":12489,"timestamp":2727254385,"duration":9472,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12457,"name":"build-module-js","id":12478,"timestamp":2727254025,"duration":14458,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/utils/path.js","layer":"rsc"},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12493,"name":"next-swc-transform","id":12494,"timestamp":2727254480,"duration":14068,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12480,"name":"next-swc-loader","id":12493,"timestamp":2727254451,"duration":14100,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12457,"name":"build-module-js","id":12480,"timestamp":2727254094,"duration":15175,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/utils/stream.js","layer":"rsc"},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12495,"name":"next-swc-transform","id":12496,"timestamp":2727254510,"duration":14880,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12481,"name":"next-swc-loader","id":12495,"timestamp":2727254482,"duration":14911,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12457,"name":"build-module-js","id":12481,"timestamp":2727254126,"duration":15707,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/utils/string.js","layer":"rsc"},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12429,"name":"build-module-os","id":12497,"timestamp":2727270001,"duration":16,"tags":{"name":"os","layer":"null"},"startTime":1732132411901},{"traceId":"6d02d019348010b3","parentId":12434,"name":"build-module-stream","id":12498,"timestamp":2727270028,"duration":7,"tags":{"name":"stream","layer":"null"},"startTime":1732132411901},{"traceId":"6d02d019348010b3","parentId":12491,"name":"next-swc-transform","id":12492,"timestamp":2727254447,"duration":16203,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12479,"name":"next-swc-loader","id":12491,"timestamp":2727254418,"duration":16236,"tags":{},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12457,"name":"build-module-js","id":12479,"timestamp":2727254059,"duration":21039,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/utils/pattern.js","layer":"rsc"},"startTime":1732132411885},{"traceId":"6d02d019348010b3","parentId":12501,"name":"next-swc-transform","id":12502,"timestamp":2727284149,"duration":2287,"tags":{},"startTime":1732132411915},{"traceId":"6d02d019348010b3","parentId":12499,"name":"next-swc-loader","id":12501,"timestamp":2727284066,"duration":2374,"tags":{},"startTime":1732132411915},{"traceId":"6d02d019348010b3","parentId":12427,"name":"build-module-tsx","id":12499,"timestamp":2727283880,"duration":3087,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/BlogLayout.tsx","layer":"rsc"},"startTime":1732132411915},{"traceId":"6d02d019348010b3","parentId":12503,"name":"next-swc-transform","id":12504,"timestamp":2727284197,"duration":2889,"tags":{},"startTime":1732132411915},{"traceId":"6d02d019348010b3","parentId":12500,"name":"next-swc-loader","id":12503,"timestamp":2727284153,"duration":2935,"tags":{},"startTime":1732132411915},{"traceId":"6d02d019348010b3","parentId":12465,"name":"build-module-js","id":12500,"timestamp":2727283980,"duration":3852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/matchers/partial.js","layer":"rsc"},"startTime":1732132411915}] +[{"traceId":"6d02d019348010b3","parentId":12506,"name":"next-swc-transform","id":12507,"timestamp":2727290311,"duration":4239,"tags":{},"startTime":1732132411921},{"traceId":"6d02d019348010b3","parentId":12505,"name":"next-swc-loader","id":12506,"timestamp":2727290253,"duration":4301,"tags":{},"startTime":1732132411921},{"traceId":"6d02d019348010b3","parentId":12500,"name":"build-module-js","id":12505,"timestamp":2727290175,"duration":5495,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/out/providers/matchers/matcher.js","layer":"rsc"},"startTime":1732132411921},{"traceId":"6d02d019348010b3","parentId":12511,"name":"next-swc-transform","id":12512,"timestamp":2727307272,"duration":2241,"tags":{},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12508,"name":"next-swc-loader","id":12511,"timestamp":2727307188,"duration":2329,"tags":{},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12448,"name":"build-module-js","id":12508,"timestamp":2727306936,"duration":4172,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/index.js","layer":"rsc"},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12515,"name":"next-swc-transform","id":12516,"timestamp":2727307400,"duration":5907,"tags":{},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12510,"name":"next-swc-loader","id":12515,"timestamp":2727307340,"duration":5971,"tags":{},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12427,"name":"build-module-tsx","id":12510,"timestamp":2727307102,"duration":6550,"tags":{"name":"/workspaces/lscaturchio.xyz/mdx-components.tsx","layer":"rsc"},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12513,"name":"next-swc-transform","id":12514,"timestamp":2727307337,"duration":6350,"tags":{},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12509,"name":"next-swc-loader","id":12513,"timestamp":2727307275,"duration":6415,"tags":{},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12450,"name":"build-module-js","id":12509,"timestamp":2727307033,"duration":7754,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.stat/out/index.js","layer":"rsc"},"startTime":1732132411938},{"traceId":"6d02d019348010b3","parentId":12518,"name":"next-swc-transform","id":12519,"timestamp":2727311627,"duration":4042,"tags":{},"startTime":1732132411942},{"traceId":"6d02d019348010b3","parentId":12517,"name":"next-swc-loader","id":12518,"timestamp":2727311545,"duration":4128,"tags":{},"startTime":1732132411942},{"traceId":"6d02d019348010b3","parentId":12480,"name":"build-module-js","id":12517,"timestamp":2727311291,"duration":7686,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/merge2/index.js","layer":"rsc"},"startTime":1732132411942},{"traceId":"6d02d019348010b3","parentId":12521,"name":"next-swc-transform","id":12522,"timestamp":2727315367,"duration":7610,"tags":{},"startTime":1732132411946},{"traceId":"6d02d019348010b3","parentId":12520,"name":"next-swc-loader","id":12521,"timestamp":2727315309,"duration":7672,"tags":{},"startTime":1732132411946},{"traceId":"6d02d019348010b3","parentId":12479,"name":"build-module-js","id":12520,"timestamp":2727315188,"duration":15166,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/micromatch/index.js","layer":"rsc"},"startTime":1732132411946},{"traceId":"6d02d019348010b3","parentId":12524,"name":"next-swc-transform","id":12525,"timestamp":2727322466,"duration":10861,"tags":{},"startTime":1732132411953},{"traceId":"6d02d019348010b3","parentId":12523,"name":"next-swc-loader","id":12524,"timestamp":2727322383,"duration":10947,"tags":{},"startTime":1732132411953},{"traceId":"6d02d019348010b3","parentId":12508,"name":"build-module-js","id":12523,"timestamp":2727322287,"duration":13570,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/settings.js","layer":"rsc"},"startTime":1732132411953},{"traceId":"6d02d019348010b3","parentId":12530,"name":"next-swc-transform","id":12531,"timestamp":2727338238,"duration":4639,"tags":{},"startTime":1732132411969},{"traceId":"6d02d019348010b3","parentId":12526,"name":"next-swc-loader","id":12530,"timestamp":2727336772,"duration":6108,"tags":{},"startTime":1732132411968},{"traceId":"6d02d019348010b3","parentId":12509,"name":"build-module-js","id":12526,"timestamp":2727336435,"duration":7160,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.stat/out/settings.js","layer":"rsc"},"startTime":1732132411967},{"traceId":"6d02d019348010b3","parentId":12532,"name":"next-swc-transform","id":12533,"timestamp":2727338307,"duration":5823,"tags":{},"startTime":1732132411969},{"traceId":"6d02d019348010b3","parentId":12527,"name":"next-swc-loader","id":12532,"timestamp":2727338243,"duration":5890,"tags":{},"startTime":1732132411969},{"traceId":"6d02d019348010b3","parentId":12508,"name":"build-module-js","id":12527,"timestamp":2727336536,"duration":8407,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/providers/async.js","layer":"rsc"},"startTime":1732132411967},{"traceId":"6d02d019348010b3","parentId":12536,"name":"next-swc-transform","id":12537,"timestamp":2727338410,"duration":6567,"tags":{},"startTime":1732132411969},{"traceId":"6d02d019348010b3","parentId":12529,"name":"next-swc-loader","id":12536,"timestamp":2727338361,"duration":6619,"tags":{},"startTime":1732132411969},{"traceId":"6d02d019348010b3","parentId":12508,"name":"build-module-js","id":12529,"timestamp":2727336669,"duration":8846,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/providers/sync.js","layer":"rsc"},"startTime":1732132411968},{"traceId":"6d02d019348010b3","parentId":12534,"name":"next-swc-transform","id":12535,"timestamp":2727338359,"duration":7192,"tags":{},"startTime":1732132411969},{"traceId":"6d02d019348010b3","parentId":12528,"name":"next-swc-loader","id":12534,"timestamp":2727338309,"duration":7245,"tags":{},"startTime":1732132411969},{"traceId":"6d02d019348010b3","parentId":12508,"name":"build-module-js","id":12528,"timestamp":2727336602,"duration":9804,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/providers/stream.js","layer":"rsc"},"startTime":1732132411967},{"traceId":"6d02d019348010b3","parentId":12541,"name":"next-swc-transform","id":12542,"timestamp":2727347708,"duration":3984,"tags":{},"startTime":1732132411979},{"traceId":"6d02d019348010b3","parentId":12538,"name":"next-swc-loader","id":12541,"timestamp":2727347623,"duration":4072,"tags":{},"startTime":1732132411978},{"traceId":"6d02d019348010b3","parentId":12479,"name":"build-module-js","id":12538,"timestamp":2727346607,"duration":6259,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fast-glob/node_modules/glob-parent/index.js","layer":"rsc"},"startTime":1732132411977},{"traceId":"6d02d019348010b3","parentId":12543,"name":"next-swc-transform","id":12544,"timestamp":2727347772,"duration":5130,"tags":{},"startTime":1732132411979},{"traceId":"6d02d019348010b3","parentId":12539,"name":"next-swc-loader","id":12543,"timestamp":2727347712,"duration":5191,"tags":{},"startTime":1732132411979},{"traceId":"6d02d019348010b3","parentId":12509,"name":"build-module-js","id":12539,"timestamp":2727346708,"duration":6750,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.stat/out/providers/async.js","layer":"rsc"},"startTime":1732132411978},{"traceId":"6d02d019348010b3","parentId":12545,"name":"next-swc-transform","id":12546,"timestamp":2727347831,"duration":6322,"tags":{},"startTime":1732132411979},{"traceId":"6d02d019348010b3","parentId":12540,"name":"next-swc-loader","id":12545,"timestamp":2727347774,"duration":6381,"tags":{},"startTime":1732132411979},{"traceId":"6d02d019348010b3","parentId":12509,"name":"build-module-js","id":12540,"timestamp":2727346772,"duration":7883,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.stat/out/providers/sync.js","layer":"rsc"},"startTime":1732132411978},{"traceId":"6d02d019348010b3","parentId":12520,"name":"build-module-util","id":12556,"timestamp":2727364455,"duration":28,"tags":{"name":"util","layer":"null"},"startTime":1732132411995},{"traceId":"6d02d019348010b3","parentId":12550,"name":"next-swc-transform","id":12551,"timestamp":2727362045,"duration":4902,"tags":{},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12547,"name":"next-swc-loader","id":12550,"timestamp":2727361982,"duration":4968,"tags":{},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12526,"name":"build-module-js","id":12547,"timestamp":2727361777,"duration":5899,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.stat/out/adapters/fs.js","layer":"rsc"},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12554,"name":"next-swc-transform","id":12555,"timestamp":2727362120,"duration":5681,"tags":{},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12549,"name":"next-swc-loader","id":12554,"timestamp":2727362084,"duration":5720,"tags":{},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12529,"name":"build-module-js","id":12549,"timestamp":2727361920,"duration":9282,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/readers/sync.js","layer":"rsc"},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12552,"name":"next-swc-transform","id":12553,"timestamp":2727362082,"duration":12512,"tags":{},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12548,"name":"next-swc-loader","id":12552,"timestamp":2727362048,"duration":12550,"tags":{},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12527,"name":"build-module-js","id":12548,"timestamp":2727361868,"duration":20079,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/readers/async.js","layer":"rsc"},"startTime":1732132411993},{"traceId":"6d02d019348010b3","parentId":12558,"name":"next-swc-transform","id":12559,"timestamp":2727371759,"duration":10485,"tags":{},"startTime":1732132412003},{"traceId":"6d02d019348010b3","parentId":12557,"name":"next-swc-loader","id":12558,"timestamp":2727371683,"duration":10565,"tags":{},"startTime":1732132412003},{"traceId":"6d02d019348010b3","parentId":12520,"name":"build-module-js","id":12557,"timestamp":2727371528,"duration":13963,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/picomatch/lib/utils.js","layer":"rsc"},"startTime":1732132412002},{"traceId":"6d02d019348010b3","parentId":12563,"name":"next-swc-transform","id":12564,"timestamp":2727390448,"duration":3311,"tags":{},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12560,"name":"next-swc-loader","id":12563,"timestamp":2727390369,"duration":3393,"tags":{},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12520,"name":"build-module-js","id":12560,"timestamp":2727390108,"duration":3932,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/picomatch/index.js","layer":"rsc"},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12567,"name":"next-swc-transform","id":12568,"timestamp":2727390559,"duration":4301,"tags":{},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12562,"name":"next-swc-loader","id":12567,"timestamp":2727390509,"duration":4354,"tags":{},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12549,"name":"build-module-js","id":12562,"timestamp":2727390281,"duration":5139,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/readers/reader.js","layer":"rsc"},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12565,"name":"next-swc-transform","id":12566,"timestamp":2727390507,"duration":7020,"tags":{},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12561,"name":"next-swc-loader","id":12565,"timestamp":2727390451,"duration":7079,"tags":{},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12549,"name":"build-module-js","id":12561,"timestamp":2727390203,"duration":8135,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.walk/out/readers/common.js","layer":"rsc"},"startTime":1732132412021},{"traceId":"6d02d019348010b3","parentId":12570,"name":"next-swc-transform","id":12571,"timestamp":2727395938,"duration":3408,"tags":{},"startTime":1732132412027},{"traceId":"6d02d019348010b3","parentId":12569,"name":"next-swc-loader","id":12570,"timestamp":2727395864,"duration":3485,"tags":{},"startTime":1732132412027},{"traceId":"6d02d019348010b3","parentId":12557,"name":"build-module-js","id":12569,"timestamp":2727395620,"duration":6238,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/picomatch/lib/constants.js","layer":"rsc"},"startTime":1732132412026},{"traceId":"6d02d019348010b3","parentId":12573,"name":"next-swc-transform","id":12574,"timestamp":2727399034,"duration":4665,"tags":{},"startTime":1732132412030},{"traceId":"6d02d019348010b3","parentId":12572,"name":"next-swc-loader","id":12573,"timestamp":2727398960,"duration":4743,"tags":{},"startTime":1732132412030},{"traceId":"6d02d019348010b3","parentId":12520,"name":"build-module-js","id":12572,"timestamp":2727398866,"duration":6156,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/braces/index.js","layer":"rsc"},"startTime":1732132412030},{"traceId":"6d02d019348010b3","parentId":12579,"name":"next-swc-transform","id":12580,"timestamp":2727406614,"duration":3825,"tags":{},"startTime":1732132412037},{"traceId":"6d02d019348010b3","parentId":12578,"name":"next-swc-loader","id":12579,"timestamp":2727406527,"duration":3915,"tags":{},"startTime":1732132412037},{"traceId":"6d02d019348010b3","parentId":12523,"name":"build-module-js","id":12578,"timestamp":2727406428,"duration":4940,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/index.js","layer":"rsc"},"startTime":1732132412037},{"traceId":"6d02d019348010b3","parentId":12548,"name":"build-module-events","id":12581,"timestamp":2727412276,"duration":19,"tags":{"name":"events","layer":"null"},"startTime":1732132412043},{"traceId":"6d02d019348010b3","parentId":12576,"name":"next-swc-transform","id":12577,"timestamp":2727405751,"duration":10931,"tags":{},"startTime":1732132412037},{"traceId":"6d02d019348010b3","parentId":12575,"name":"next-swc-loader","id":12576,"timestamp":2727405699,"duration":10987,"tags":{},"startTime":1732132412037},{"traceId":"6d02d019348010b3","parentId":12560,"name":"build-module-js","id":12575,"timestamp":2727405574,"duration":16906,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/picomatch/lib/picomatch.js","layer":"rsc"},"startTime":1732132412036},{"traceId":"6d02d019348010b3","parentId":12586,"name":"next-swc-transform","id":12587,"timestamp":2727414606,"duration":10293,"tags":{},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12582,"name":"next-swc-loader","id":12586,"timestamp":2727414552,"duration":10349,"tags":{},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12572,"name":"build-module-js","id":12582,"timestamp":2727414327,"duration":11341,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/braces/lib/stringify.js","layer":"rsc"},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12588,"name":"next-swc-transform","id":12589,"timestamp":2727414640,"duration":11540,"tags":{},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12583,"name":"next-swc-loader","id":12588,"timestamp":2727414608,"duration":11575,"tags":{},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12572,"name":"build-module-js","id":12583,"timestamp":2727414404,"duration":13878,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/braces/lib/compile.js","layer":"rsc"},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12590,"name":"next-swc-transform","id":12591,"timestamp":2727414669,"duration":13665,"tags":{},"startTime":1732132412046},{"traceId":"6d02d019348010b3","parentId":12584,"name":"next-swc-loader","id":12590,"timestamp":2727414642,"duration":13696,"tags":{},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12572,"name":"build-module-js","id":12584,"timestamp":2727414450,"duration":18729,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/braces/lib/expand.js","layer":"rsc"},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12592,"name":"next-swc-transform","id":12593,"timestamp":2727414697,"duration":20992,"tags":{},"startTime":1732132412046},{"traceId":"6d02d019348010b3","parentId":12585,"name":"next-swc-loader","id":12592,"timestamp":2727414671,"duration":21022,"tags":{},"startTime":1732132412046},{"traceId":"6d02d019348010b3","parentId":12572,"name":"build-module-js","id":12585,"timestamp":2727414488,"duration":34653,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/braces/lib/parse.js","layer":"rsc"},"startTime":1732132412045},{"traceId":"6d02d019348010b3","parentId":12595,"name":"next-swc-transform","id":12596,"timestamp":2727423901,"duration":25415,"tags":{},"startTime":1732132412055},{"traceId":"6d02d019348010b3","parentId":12594,"name":"next-swc-loader","id":12595,"timestamp":2727423772,"duration":25547,"tags":{},"startTime":1732132412055},{"traceId":"6d02d019348010b3","parentId":12578,"name":"build-module-js","id":12594,"timestamp":2727423147,"duration":27029,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/settings.js","layer":"rsc"},"startTime":1732132412054},{"traceId":"6d02d019348010b3","parentId":12604,"name":"next-swc-transform","id":12605,"timestamp":2727451260,"duration":7251,"tags":{},"startTime":1732132412082},{"traceId":"6d02d019348010b3","parentId":12599,"name":"next-swc-loader","id":12604,"timestamp":2727451151,"duration":7363,"tags":{},"startTime":1732132412082},{"traceId":"6d02d019348010b3","parentId":12578,"name":"build-module-js","id":12599,"timestamp":2727450735,"duration":12300,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/providers/sync.js","layer":"rsc"},"startTime":1732132412082},{"traceId":"6d02d019348010b3","parentId":12607,"name":"next-swc-transform","id":12608,"timestamp":2727452870,"duration":10217,"tags":{},"startTime":1732132412084},{"traceId":"6d02d019348010b3","parentId":12606,"name":"next-swc-loader","id":12607,"timestamp":2727452792,"duration":10297,"tags":{},"startTime":1732132412084},{"traceId":"6d02d019348010b3","parentId":12538,"name":"build-module-js","id":12606,"timestamp":2727452689,"duration":12922,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/is-glob/index.js","layer":"rsc"},"startTime":1732132412084},{"traceId":"6d02d019348010b3","parentId":12602,"name":"next-swc-transform","id":12603,"timestamp":2727451149,"duration":14513,"tags":{},"startTime":1732132412082},{"traceId":"6d02d019348010b3","parentId":12598,"name":"next-swc-loader","id":12602,"timestamp":2727451088,"duration":14576,"tags":{},"startTime":1732132412082},{"traceId":"6d02d019348010b3","parentId":12578,"name":"build-module-js","id":12598,"timestamp":2727450660,"duration":17084,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/providers/async.js","layer":"rsc"},"startTime":1732132412081}] +[{"traceId":"6d02d019348010b3","parentId":12600,"name":"next-swc-transform","id":12601,"timestamp":2727451084,"duration":18208,"tags":{},"startTime":1732132412082},{"traceId":"6d02d019348010b3","parentId":12597,"name":"next-swc-loader","id":12600,"timestamp":2727451002,"duration":18294,"tags":{},"startTime":1732132412082},{"traceId":"6d02d019348010b3","parentId":12548,"name":"build-module-js","id":12597,"timestamp":2727450554,"duration":21836,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fastq/queue.js","layer":"rsc"},"startTime":1732132412081},{"traceId":"6d02d019348010b3","parentId":12612,"name":"next-swc-transform","id":12613,"timestamp":2727474232,"duration":15952,"tags":{},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12609,"name":"next-swc-loader","id":12612,"timestamp":2727474150,"duration":16038,"tags":{},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12575,"name":"build-module-js","id":12609,"timestamp":2727473865,"duration":20770,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/picomatch/lib/scan.js","layer":"rsc"},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12616,"name":"next-swc-transform","id":12617,"timestamp":2727474357,"duration":20328,"tags":{},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12611,"name":"next-swc-loader","id":12616,"timestamp":2727474302,"duration":20385,"tags":{},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12582,"name":"build-module-js","id":12611,"timestamp":2727474048,"duration":22611,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/braces/lib/utils.js","layer":"rsc"},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12619,"name":"next-swc-transform","id":12620,"timestamp":2727497450,"duration":11891,"tags":{},"startTime":1732132412128},{"traceId":"6d02d019348010b3","parentId":12618,"name":"next-swc-loader","id":12619,"timestamp":2727497371,"duration":11974,"tags":{},"startTime":1732132412128},{"traceId":"6d02d019348010b3","parentId":12585,"name":"build-module-js","id":12618,"timestamp":2727497002,"duration":12965,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/braces/lib/constants.js","layer":"rsc"},"startTime":1732132412128},{"traceId":"6d02d019348010b3","parentId":12614,"name":"next-swc-transform","id":12615,"timestamp":2727474299,"duration":35841,"tags":{},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12610,"name":"next-swc-loader","id":12614,"timestamp":2727474235,"duration":35907,"tags":{},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12575,"name":"build-module-js","id":12610,"timestamp":2727473975,"duration":50800,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/picomatch/lib/parse.js","layer":"rsc"},"startTime":1732132412105},{"traceId":"6d02d019348010b3","parentId":12626,"name":"next-swc-transform","id":12627,"timestamp":2727526028,"duration":3059,"tags":{},"startTime":1732132412157},{"traceId":"6d02d019348010b3","parentId":12622,"name":"next-swc-loader","id":12626,"timestamp":2727525955,"duration":3136,"tags":{},"startTime":1732132412157},{"traceId":"6d02d019348010b3","parentId":12599,"name":"build-module-js","id":12622,"timestamp":2727525701,"duration":4112,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/constants.js","layer":"rsc"},"startTime":1732132412157},{"traceId":"6d02d019348010b3","parentId":12624,"name":"next-swc-transform","id":12625,"timestamp":2727525950,"duration":3907,"tags":{},"startTime":1732132412157},{"traceId":"6d02d019348010b3","parentId":12621,"name":"next-swc-loader","id":12624,"timestamp":2727525844,"duration":4015,"tags":{},"startTime":1732132412157},{"traceId":"6d02d019348010b3","parentId":12594,"name":"build-module-js","id":12621,"timestamp":2727525578,"duration":4852,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/adapters/fs.js","layer":"rsc"},"startTime":1732132412156},{"traceId":"6d02d019348010b3","parentId":12628,"name":"next-swc-transform","id":12629,"timestamp":2727526092,"duration":4371,"tags":{},"startTime":1732132412157},{"traceId":"6d02d019348010b3","parentId":12623,"name":"next-swc-loader","id":12628,"timestamp":2727526031,"duration":4435,"tags":{},"startTime":1732132412157},{"traceId":"6d02d019348010b3","parentId":12599,"name":"build-module-js","id":12623,"timestamp":2727525776,"duration":5073,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/providers/common.js","layer":"rsc"},"startTime":1732132412157},{"traceId":"6d02d019348010b3","parentId":12631,"name":"next-swc-transform","id":12632,"timestamp":2727538726,"duration":1748,"tags":{},"startTime":1732132412170},{"traceId":"6d02d019348010b3","parentId":12630,"name":"next-swc-loader","id":12631,"timestamp":2727538649,"duration":1829,"tags":{},"startTime":1732132412169},{"traceId":"6d02d019348010b3","parentId":12599,"name":"build-module-js","id":12630,"timestamp":2727538542,"duration":2301,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/utils/index.js","layer":"rsc"},"startTime":1732132412169},{"traceId":"6d02d019348010b3","parentId":12637,"name":"next-swc-transform","id":12638,"timestamp":2727542068,"duration":2347,"tags":{},"startTime":1732132412173},{"traceId":"6d02d019348010b3","parentId":12634,"name":"next-swc-loader","id":12637,"timestamp":2727542009,"duration":2409,"tags":{},"startTime":1732132412173},{"traceId":"6d02d019348010b3","parentId":12598,"name":"build-module-js","id":12634,"timestamp":2727541858,"duration":3764,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/run-parallel/index.js","layer":"rsc"},"startTime":1732132412173},{"traceId":"6d02d019348010b3","parentId":12640,"name":"next-swc-transform","id":12641,"timestamp":2727547037,"duration":1354,"tags":{},"startTime":1732132412178},{"traceId":"6d02d019348010b3","parentId":12639,"name":"next-swc-loader","id":12640,"timestamp":2727546957,"duration":1443,"tags":{},"startTime":1732132412178},{"traceId":"6d02d019348010b3","parentId":12606,"name":"build-module-js","id":12639,"timestamp":2727546816,"duration":2085,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/is-extglob/index.js","layer":"rsc"},"startTime":1732132412178},{"traceId":"6d02d019348010b3","parentId":12635,"name":"next-swc-transform","id":12636,"timestamp":2727542006,"duration":10253,"tags":{},"startTime":1732132412173},{"traceId":"6d02d019348010b3","parentId":12633,"name":"next-swc-loader","id":12635,"timestamp":2727541929,"duration":10333,"tags":{},"startTime":1732132412173},{"traceId":"6d02d019348010b3","parentId":12583,"name":"build-module-js","id":12633,"timestamp":2727541725,"duration":19271,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/fill-range/index.js","layer":"rsc"},"startTime":1732132412173},{"traceId":"6d02d019348010b3","parentId":12644,"name":"next-swc-transform","id":12645,"timestamp":2727549222,"duration":11812,"tags":{},"startTime":1732132412180},{"traceId":"6d02d019348010b3","parentId":12642,"name":"next-swc-loader","id":12644,"timestamp":2727549147,"duration":11890,"tags":{},"startTime":1732132412180},{"traceId":"6d02d019348010b3","parentId":12597,"name":"build-module-js","id":12642,"timestamp":2727548960,"duration":12547,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/reusify/reusify.js","layer":"rsc"},"startTime":1732132412180},{"traceId":"6d02d019348010b3","parentId":12646,"name":"next-swc-transform","id":12647,"timestamp":2727549281,"duration":12261,"tags":{},"startTime":1732132412180},{"traceId":"6d02d019348010b3","parentId":12643,"name":"next-swc-loader","id":12646,"timestamp":2727549225,"duration":12318,"tags":{},"startTime":1732132412180},{"traceId":"6d02d019348010b3","parentId":12630,"name":"build-module-js","id":12643,"timestamp":2727549065,"duration":12996,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/@nodelib/fs.scandir/out/utils/fs.js","layer":"rsc"},"startTime":1732132412180},{"traceId":"6d02d019348010b3","parentId":12649,"name":"next-swc-transform","id":12650,"timestamp":2727588388,"duration":1457,"tags":{},"startTime":1732132412219},{"traceId":"6d02d019348010b3","parentId":12648,"name":"next-swc-loader","id":12649,"timestamp":2727588321,"duration":1528,"tags":{},"startTime":1732132412219},{"traceId":"6d02d019348010b3","parentId":12634,"name":"build-module-js","id":12648,"timestamp":2727588204,"duration":2177,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/queue-microtask/index.js","layer":"rsc"},"startTime":1732132412219},{"traceId":"6d02d019348010b3","parentId":12652,"name":"next-swc-transform","id":12653,"timestamp":2727588635,"duration":4216,"tags":{},"startTime":1732132412219},{"traceId":"6d02d019348010b3","parentId":12651,"name":"next-swc-loader","id":12652,"timestamp":2727588566,"duration":4289,"tags":{},"startTime":1732132412219},{"traceId":"6d02d019348010b3","parentId":12633,"name":"build-module-js","id":12651,"timestamp":2727588478,"duration":6619,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/to-regex-range/index.js","layer":"rsc"},"startTime":1732132412219},{"traceId":"6d02d019348010b3","parentId":12655,"name":"next-swc-transform","id":12656,"timestamp":2727597534,"duration":932,"tags":{},"startTime":1732132412228},{"traceId":"6d02d019348010b3","parentId":12654,"name":"next-swc-loader","id":12655,"timestamp":2727597455,"duration":1016,"tags":{},"startTime":1732132412228},{"traceId":"6d02d019348010b3","parentId":12651,"name":"build-module-js","id":12654,"timestamp":2727597346,"duration":1443,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/is-number/index.js","layer":"rsc"},"startTime":1732132412228},{"traceId":"6d02d019348010b3","parentId":12403,"name":"add-entry","id":12408,"timestamp":2727053008,"duration":545931,"tags":{"request":"next-app-loader?name=app%2Fblog%2Fpage&page=%2Fblog%2Fpage&appPaths=%2Fblog%2Fpage&pagePath=private-next-app-dir%2Fblog%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132411684},{"traceId":"6d02d019348010b3","parentId":12402,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","id":12676,"timestamp":2727608842,"duration":1766,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogLayout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogs.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","layer":"ssr"},"startTime":1732132412240},{"traceId":"6d02d019348010b3","parentId":12681,"name":"next-swc-transform","id":12682,"timestamp":2727619000,"duration":4323,"tags":{},"startTime":1732132412250},{"traceId":"6d02d019348010b3","parentId":12678,"name":"next-swc-loader","id":12681,"timestamp":2727618933,"duration":4395,"tags":{},"startTime":1732132412250},{"traceId":"6d02d019348010b3","parentId":12676,"name":"build-module-tsx","id":12678,"timestamp":2727618689,"duration":11694,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Blogs.tsx","layer":"ssr"},"startTime":1732132412250},{"traceId":"6d02d019348010b3","parentId":12679,"name":"next-swc-transform","id":12680,"timestamp":2727618928,"duration":12246,"tags":{},"startTime":1732132412250},{"traceId":"6d02d019348010b3","parentId":12677,"name":"next-swc-loader","id":12679,"timestamp":2727618806,"duration":12372,"tags":{},"startTime":1732132412250},{"traceId":"6d02d019348010b3","parentId":12676,"name":"build-module-tsx","id":12677,"timestamp":2727618568,"duration":14953,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/BlogLayout.tsx","layer":"ssr"},"startTime":1732132412249},{"traceId":"6d02d019348010b3","parentId":12684,"name":"next-swc-transform","id":12685,"timestamp":2727653063,"duration":33775,"tags":{},"startTime":1732132412284},{"traceId":"6d02d019348010b3","parentId":12683,"name":"next-swc-loader","id":12684,"timestamp":2727652960,"duration":33886,"tags":{},"startTime":1732132412284},{"traceId":"6d02d019348010b3","parentId":12677,"name":"build-module-tsx","id":12683,"timestamp":2727652809,"duration":34957,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Container.tsx","layer":"ssr"},"startTime":1732132412284},{"traceId":"6d02d019348010b3","parentId":12687,"name":"next-swc-transform","id":12688,"timestamp":2727694678,"duration":2212,"tags":{},"startTime":1732132412326},{"traceId":"6d02d019348010b3","parentId":12686,"name":"next-swc-loader","id":12687,"timestamp":2727694554,"duration":2339,"tags":{},"startTime":1732132412325},{"traceId":"6d02d019348010b3","parentId":12677,"name":"build-module-ts","id":12686,"timestamp":2727694381,"duration":3063,"tags":{"name":"/workspaces/lscaturchio.xyz/lib/formatDate.ts","layer":"ssr"},"startTime":1732132412325},{"traceId":"6d02d019348010b3","parentId":12690,"name":"next-swc-transform","id":12691,"timestamp":2727696650,"duration":1337,"tags":{},"startTime":1732132412327},{"traceId":"6d02d019348010b3","parentId":12689,"name":"next-swc-loader","id":12690,"timestamp":2727696448,"duration":1543,"tags":{},"startTime":1732132412327},{"traceId":"6d02d019348010b3","parentId":12677,"name":"build-module-tsx","id":12689,"timestamp":2727696341,"duration":2216,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Prose.tsx","layer":"ssr"},"startTime":1732132412327},{"traceId":"6d02d019348010b3","parentId":12402,"name":"make","id":12403,"timestamp":2727048329,"duration":1100953,"tags":{},"startTime":1732132411679},{"traceId":"6d02d019348010b3","parentId":12692,"name":"chunk-graph","id":12693,"timestamp":2728159453,"duration":17372,"tags":{},"startTime":1732132412790},{"traceId":"6d02d019348010b3","parentId":12692,"name":"optimize-modules","id":12695,"timestamp":2728176876,"duration":12,"tags":{},"startTime":1732132412808},{"traceId":"6d02d019348010b3","parentId":12692,"name":"optimize-chunks","id":12696,"timestamp":2728176908,"duration":631,"tags":{},"startTime":1732132412808},{"traceId":"6d02d019348010b3","parentId":12692,"name":"optimize-tree","id":12697,"timestamp":2728184136,"duration":28,"tags":{},"startTime":1732132412815},{"traceId":"6d02d019348010b3","parentId":12692,"name":"optimize-chunk-modules","id":12698,"timestamp":2728184211,"duration":11,"tags":{},"startTime":1732132412815},{"traceId":"6d02d019348010b3","parentId":12692,"name":"optimize","id":12694,"timestamp":2728176857,"duration":9129,"tags":{},"startTime":1732132412808},{"traceId":"6d02d019348010b3","parentId":12692,"name":"module-hash","id":12699,"timestamp":2728190849,"duration":28051,"tags":{},"startTime":1732132412822},{"traceId":"6d02d019348010b3","parentId":12692,"name":"code-generation","id":12700,"timestamp":2728218930,"duration":13727,"tags":{},"startTime":1732132412850},{"traceId":"6d02d019348010b3","parentId":12692,"name":"hash","id":12701,"timestamp":2728235715,"duration":5602,"tags":{},"startTime":1732132412867},{"traceId":"6d02d019348010b3","parentId":12692,"name":"code-generation-jobs","id":12702,"timestamp":2728241315,"duration":200,"tags":{},"startTime":1732132412872},{"traceId":"6d02d019348010b3","parentId":12692,"name":"module-assets","id":12703,"timestamp":2728241497,"duration":257,"tags":{},"startTime":1732132412872},{"traceId":"6d02d019348010b3","parentId":12692,"name":"create-chunk-assets","id":12704,"timestamp":2728241765,"duration":59443,"tags":{},"startTime":1732132412873},{"traceId":"6d02d019348010b3","parentId":12402,"name":"seal","id":12692,"timestamp":2728156431,"duration":154767,"tags":{},"startTime":1732132412787},{"traceId":"6d02d019348010b3","parentId":12401,"name":"webpack-compilation","id":12402,"timestamp":2727047948,"duration":1276787,"tags":{"name":"server"},"startTime":1732132411679},{"traceId":"6d02d019348010b3","parentId":12401,"name":"emit","id":12705,"timestamp":2728324782,"duration":94542,"tags":{},"startTime":1732132412956},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12706,"timestamp":2728421440,"duration":16,"tags":{"trigger":"manual"},"startTime":1732132413052},{"traceId":"6d02d019348010b3","parentId":12719,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","id":12720,"timestamp":2728502503,"duration":29724,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogLayout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogs.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","layer":"app-pages-browser"},"startTime":1732132413133},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12715,"timestamp":2728493745,"duration":41515,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132413125},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12709,"timestamp":2728493524,"duration":52623,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132413124},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12710,"timestamp":2728493606,"duration":52554,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132413124},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12717,"timestamp":2728493759,"duration":53564,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&server=false!"},"startTime":1732132413125},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12718,"timestamp":2728493767,"duration":53564,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FWorkHistory.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132413125},{"traceId":"6d02d019348010b3","parentId":12723,"name":"next-swc-transform","id":12724,"timestamp":2728713234,"duration":62799,"tags":{},"startTime":1732132413344},{"traceId":"6d02d019348010b3","parentId":12721,"name":"next-swc-loader","id":12723,"timestamp":2728713003,"duration":63040,"tags":{},"startTime":1732132413344},{"traceId":"6d02d019348010b3","parentId":12720,"name":"build-module-tsx","id":12721,"timestamp":2728683418,"duration":96360,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/BlogLayout.tsx","layer":"app-pages-browser"},"startTime":1732132413314},{"traceId":"6d02d019348010b3","parentId":12725,"name":"next-swc-transform","id":12726,"timestamp":2728713322,"duration":66529,"tags":{},"startTime":1732132413344},{"traceId":"6d02d019348010b3","parentId":12722,"name":"next-swc-loader","id":12725,"timestamp":2728713241,"duration":66613,"tags":{},"startTime":1732132413344},{"traceId":"6d02d019348010b3","parentId":12720,"name":"build-module-tsx","id":12722,"timestamp":2728683658,"duration":98778,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Blogs.tsx","layer":"app-pages-browser"},"startTime":1732132413314},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12712,"timestamp":2728493632,"duration":291188,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=false!"},"startTime":1732132413124},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12711,"timestamp":2728493617,"duration":320044,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132413124},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12713,"timestamp":2728493640,"duration":357507,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132413124},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12716,"timestamp":2728493752,"duration":357402,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132413125}] +[{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12714,"timestamp":2728493737,"duration":383036,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=false!"},"startTime":1732132413125},{"traceId":"6d02d019348010b3","parentId":12734,"name":"next-swc-transform","id":12735,"timestamp":2728872802,"duration":13640,"tags":{},"startTime":1732132413504},{"traceId":"6d02d019348010b3","parentId":12729,"name":"next-swc-loader","id":12734,"timestamp":2728872641,"duration":13806,"tags":{},"startTime":1732132413503},{"traceId":"6d02d019348010b3","parentId":12721,"name":"build-module-tsx","id":12729,"timestamp":2728850909,"duration":37718,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Prose.tsx","layer":"app-pages-browser"},"startTime":1732132413482},{"traceId":"6d02d019348010b3","parentId":12730,"name":"next-swc-transform","id":12731,"timestamp":2728872556,"duration":16182,"tags":{},"startTime":1732132413503},{"traceId":"6d02d019348010b3","parentId":12727,"name":"next-swc-loader","id":12730,"timestamp":2728872332,"duration":16409,"tags":{},"startTime":1732132413503},{"traceId":"6d02d019348010b3","parentId":12721,"name":"build-module-ts","id":12727,"timestamp":2728850604,"duration":39889,"tags":{"name":"/workspaces/lscaturchio.xyz/lib/formatDate.ts","layer":"app-pages-browser"},"startTime":1732132413481},{"traceId":"6d02d019348010b3","parentId":12732,"name":"next-swc-transform","id":12733,"timestamp":2728872638,"duration":17892,"tags":{},"startTime":1732132413503},{"traceId":"6d02d019348010b3","parentId":12728,"name":"next-swc-loader","id":12732,"timestamp":2728872562,"duration":17971,"tags":{},"startTime":1732132413503},{"traceId":"6d02d019348010b3","parentId":12721,"name":"build-module-tsx","id":12728,"timestamp":2728850811,"duration":53384,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Container.tsx","layer":"app-pages-browser"},"startTime":1732132413482},{"traceId":"6d02d019348010b3","parentId":12708,"name":"add-entry","id":12719,"timestamp":2728493774,"duration":1512227,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogLayout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogs.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132413125},{"traceId":"6d02d019348010b3","parentId":12707,"name":"make","id":12708,"timestamp":2728437914,"duration":1568155,"tags":{},"startTime":1732132413069},{"traceId":"6d02d019348010b3","parentId":12736,"name":"chunk-graph","id":12737,"timestamp":2730102673,"duration":21991,"tags":{},"startTime":1732132414734},{"traceId":"6d02d019348010b3","parentId":12736,"name":"optimize-modules","id":12739,"timestamp":2730124709,"duration":11,"tags":{},"startTime":1732132414756},{"traceId":"6d02d019348010b3","parentId":12736,"name":"optimize-chunks","id":12740,"timestamp":2730124743,"duration":417,"tags":{},"startTime":1732132414756},{"traceId":"6d02d019348010b3","parentId":12736,"name":"optimize-tree","id":12741,"timestamp":2730125295,"duration":27,"tags":{},"startTime":1732132414756},{"traceId":"6d02d019348010b3","parentId":12736,"name":"optimize-chunk-modules","id":12742,"timestamp":2730125361,"duration":9,"tags":{},"startTime":1732132414756},{"traceId":"6d02d019348010b3","parentId":12736,"name":"optimize","id":12738,"timestamp":2730124692,"duration":8075,"tags":{},"startTime":1732132414756},{"traceId":"6d02d019348010b3","parentId":12736,"name":"module-hash","id":12743,"timestamp":2730145912,"duration":1824,"tags":{},"startTime":1732132414777},{"traceId":"6d02d019348010b3","parentId":12736,"name":"code-generation","id":12744,"timestamp":2730147756,"duration":3742,"tags":{},"startTime":1732132414779},{"traceId":"6d02d019348010b3","parentId":12736,"name":"hash","id":12745,"timestamp":2730153951,"duration":7101,"tags":{},"startTime":1732132414785},{"traceId":"6d02d019348010b3","parentId":12736,"name":"code-generation-jobs","id":12746,"timestamp":2730161051,"duration":134,"tags":{},"startTime":1732132414792},{"traceId":"6d02d019348010b3","parentId":12736,"name":"module-assets","id":12747,"timestamp":2730161174,"duration":591,"tags":{},"startTime":1732132414792},{"traceId":"6d02d019348010b3","parentId":12736,"name":"create-chunk-assets","id":12748,"timestamp":2730161774,"duration":13768,"tags":{},"startTime":1732132414793},{"traceId":"6d02d019348010b3","parentId":12707,"name":"NextJsBuildManifest-generateClientManifest","id":12750,"timestamp":2730177768,"duration":142,"tags":{},"startTime":1732132414809},{"traceId":"6d02d019348010b3","parentId":12707,"name":"NextJsBuildManifest-createassets","id":12749,"timestamp":2730177608,"duration":307,"tags":{},"startTime":1732132414808},{"traceId":"6d02d019348010b3","parentId":12707,"name":"seal","id":12736,"timestamp":2730078863,"duration":104116,"tags":{},"startTime":1732132414710},{"traceId":"6d02d019348010b3","parentId":12675,"name":"webpack-compilation","id":12707,"timestamp":2728436956,"duration":1746070,"tags":{"name":"client"},"startTime":1732132413068},{"traceId":"6d02d019348010b3","parentId":12675,"name":"emit","id":12751,"timestamp":2730183050,"duration":31641,"tags":{},"startTime":1732132414814},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":12675,"timestamp":2727606731,"duration":2611137,"tags":{"trigger":"manual"},"startTime":1732132412238},{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":12760,"timestamp":2730248149,"duration":0,"tags":{},"startTime":1732132414879},{"traceId":"6d02d019348010b3","parentId":12753,"name":"add-entry","id":12756,"timestamp":2730240742,"duration":14325,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132414872},{"traceId":"6d02d019348010b3","parentId":12753,"name":"add-entry","id":12755,"timestamp":2730240732,"duration":14931,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132414872},{"traceId":"6d02d019348010b3","parentId":12753,"name":"add-entry","id":12757,"timestamp":2730240749,"duration":14923,"tags":{"request":"next-app-loader?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132414872},{"traceId":"6d02d019348010b3","parentId":12753,"name":"add-entry","id":12759,"timestamp":2730240762,"duration":24561,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132414872},{"traceId":"6d02d019348010b3","parentId":12753,"name":"add-entry","id":12754,"timestamp":2730240664,"duration":24789,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132414871},{"traceId":"6d02d019348010b3","parentId":12753,"name":"add-entry","id":12758,"timestamp":2730240756,"duration":26444,"tags":{"request":"next-app-loader?name=app%2Fblog%2Fpage&page=%2Fblog%2Fpage&appPaths=%2Fblog%2Fpage&pagePath=private-next-app-dir%2Fblog%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132414872},{"traceId":"6d02d019348010b3","parentId":12752,"name":"make","id":12753,"timestamp":2730222608,"duration":119128,"tags":{},"startTime":1732132414853},{"traceId":"6d02d019348010b3","parentId":12779,"name":"chunk-graph","id":12780,"timestamp":2730373574,"duration":15085,"tags":{},"startTime":1732132415004},{"traceId":"6d02d019348010b3","parentId":12779,"name":"optimize-modules","id":12782,"timestamp":2730388699,"duration":7,"tags":{},"startTime":1732132415020},{"traceId":"6d02d019348010b3","parentId":12779,"name":"optimize-chunks","id":12783,"timestamp":2730388727,"duration":175,"tags":{},"startTime":1732132415020},{"traceId":"6d02d019348010b3","parentId":12779,"name":"optimize-tree","id":12784,"timestamp":2730388930,"duration":10,"tags":{},"startTime":1732132415020},{"traceId":"6d02d019348010b3","parentId":12779,"name":"optimize-chunk-modules","id":12785,"timestamp":2730388964,"duration":7,"tags":{},"startTime":1732132415020},{"traceId":"6d02d019348010b3","parentId":12779,"name":"optimize","id":12781,"timestamp":2730388684,"duration":2023,"tags":{},"startTime":1732132415020},{"traceId":"6d02d019348010b3","parentId":12779,"name":"module-hash","id":12786,"timestamp":2730396549,"duration":714,"tags":{},"startTime":1732132415027},{"traceId":"6d02d019348010b3","parentId":12779,"name":"code-generation","id":12787,"timestamp":2730397283,"duration":8609,"tags":{},"startTime":1732132415028},{"traceId":"6d02d019348010b3","parentId":12779,"name":"hash","id":12788,"timestamp":2730407994,"duration":3760,"tags":{},"startTime":1732132415039},{"traceId":"6d02d019348010b3","parentId":12779,"name":"code-generation-jobs","id":12789,"timestamp":2730411754,"duration":86,"tags":{},"startTime":1732132415043},{"traceId":"6d02d019348010b3","parentId":12779,"name":"module-assets","id":12790,"timestamp":2730411826,"duration":242,"tags":{},"startTime":1732132415043},{"traceId":"6d02d019348010b3","parentId":12779,"name":"create-chunk-assets","id":12791,"timestamp":2730412083,"duration":291,"tags":{},"startTime":1732132415043},{"traceId":"6d02d019348010b3","parentId":12752,"name":"seal","id":12779,"timestamp":2730356571,"duration":65183,"tags":{},"startTime":1732132414987},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-compilation","id":12752,"timestamp":2730222186,"duration":212491,"tags":{"name":"server"},"startTime":1732132414853},{"traceId":"6d02d019348010b3","parentId":1,"name":"emit","id":12792,"timestamp":2730434714,"duration":74527,"tags":{},"startTime":1732132415066},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12706,"timestamp":2728421440,"duration":2092516,"tags":{"trigger":"manual"},"startTime":1732132413052}] +[{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12803,"timestamp":2807393276,"duration":14227,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12797,"timestamp":2807393135,"duration":18120,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12798,"timestamp":2807393249,"duration":18018,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12806,"timestamp":2807393295,"duration":18700,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FWorkHistory.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12807,"timestamp":2807393300,"duration":18734,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogLayout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogs.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12810,"name":"next-swc-transform","id":12811,"timestamp":2807404572,"duration":8178,"tags":{},"startTime":1732132492035},{"traceId":"6d02d019348010b3","parentId":12809,"name":"next-swc-loader","id":12810,"timestamp":2807404435,"duration":8319,"tags":{},"startTime":1732132492035},{"traceId":"6d02d019348010b3","parentId":12795,"name":"build-module-tsx","id":12809,"timestamp":2807404263,"duration":27824,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Product.tsx","layer":"app-pages-browser"},"startTime":1732132492035},{"traceId":"6d02d019348010b3","parentId":12813,"name":"next-swc-transform","id":12814,"timestamp":2807408577,"duration":23589,"tags":{},"startTime":1732132492039},{"traceId":"6d02d019348010b3","parentId":12812,"name":"next-swc-loader","id":12813,"timestamp":2807408487,"duration":23683,"tags":{},"startTime":1732132492039},{"traceId":"6d02d019348010b3","parentId":12795,"name":"build-module-tsx","id":12812,"timestamp":2807408310,"duration":30806,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Badge.tsx","layer":"app-pages-browser"},"startTime":1732132492039},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12805,"timestamp":2807393284,"duration":51755,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&server=false!"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12815,"name":"read-resource","id":12816,"timestamp":2807441859,"duration":4613,"tags":{},"startTime":1732132492073},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12799,"timestamp":2807393259,"duration":64997,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12800,"timestamp":2807393264,"duration":64997,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=false!"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12817,"name":"postcss-process","id":12818,"timestamp":2807446601,"duration":282841,"tags":{},"startTime":1732132492077},{"traceId":"6d02d019348010b3","parentId":12815,"name":"postcss-loader","id":12817,"timestamp":2807446536,"duration":285484,"tags":{},"startTime":1732132492077},{"traceId":"6d02d019348010b3","parentId":12815,"name":"css-loader","id":12819,"timestamp":2807732106,"duration":110044,"tags":{"astUsed":"true"},"startTime":1732132492363},{"traceId":"6d02d019348010b3","parentId":12808,"name":"build-module-css","id":12815,"timestamp":2807441547,"duration":409483,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/globals.css.webpack[javascript/auto]!=!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!/workspaces/lscaturchio.xyz/src/app/globals.css","layer":"null"},"startTime":1732132492072},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12801,"timestamp":2807393268,"duration":458597,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12804,"timestamp":2807393280,"duration":458600,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12795,"name":"build-module-css","id":12808,"timestamp":2807402909,"duration":464887,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/globals.css","layer":"app-pages-browser"},"startTime":1732132492034},{"traceId":"6d02d019348010b3","parentId":12808,"name":"build-module","id":12820,"timestamp":2807868145,"duration":142,"tags":{"name":"undefined","layer":"undefined"},"startTime":1732132492499},{"traceId":"6d02d019348010b3","parentId":12796,"name":"add-entry","id":12802,"timestamp":2807393272,"duration":475603,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=false!"},"startTime":1732132492024},{"traceId":"6d02d019348010b3","parentId":12795,"name":"make","id":12796,"timestamp":2807391397,"duration":477551,"tags":{},"startTime":1732132492022},{"traceId":"6d02d019348010b3","parentId":12821,"name":"chunk-graph","id":12822,"timestamp":2808003089,"duration":33969,"tags":{},"startTime":1732132492634},{"traceId":"6d02d019348010b3","parentId":12821,"name":"optimize-modules","id":12824,"timestamp":2808037177,"duration":33,"tags":{},"startTime":1732132492668},{"traceId":"6d02d019348010b3","parentId":12821,"name":"optimize-chunks","id":12825,"timestamp":2808037285,"duration":1332,"tags":{},"startTime":1732132492668},{"traceId":"6d02d019348010b3","parentId":12821,"name":"optimize-tree","id":12826,"timestamp":2808038712,"duration":43,"tags":{},"startTime":1732132492670},{"traceId":"6d02d019348010b3","parentId":12821,"name":"optimize-chunk-modules","id":12827,"timestamp":2808038873,"duration":45,"tags":{},"startTime":1732132492670},{"traceId":"6d02d019348010b3","parentId":12821,"name":"optimize","id":12823,"timestamp":2808037126,"duration":18508,"tags":{},"startTime":1732132492668},{"traceId":"6d02d019348010b3","parentId":12821,"name":"module-hash","id":12828,"timestamp":2808097344,"duration":2290,"tags":{},"startTime":1732132492728},{"traceId":"6d02d019348010b3","parentId":12821,"name":"code-generation","id":12829,"timestamp":2808099668,"duration":9590,"tags":{},"startTime":1732132492731},{"traceId":"6d02d019348010b3","parentId":12821,"name":"hash","id":12830,"timestamp":2808115605,"duration":21704,"tags":{},"startTime":1732132492746},{"traceId":"6d02d019348010b3","parentId":12821,"name":"code-generation-jobs","id":12831,"timestamp":2808137307,"duration":2492,"tags":{},"startTime":1732132492768},{"traceId":"6d02d019348010b3","parentId":12821,"name":"module-assets","id":12832,"timestamp":2808139775,"duration":1000,"tags":{},"startTime":1732132492771},{"traceId":"6d02d019348010b3","parentId":12821,"name":"create-chunk-assets","id":12833,"timestamp":2808140787,"duration":49841,"tags":{},"startTime":1732132492772},{"traceId":"6d02d019348010b3","parentId":12795,"name":"NextJsBuildManifest-generateClientManifest","id":12835,"timestamp":2808195538,"duration":14436,"tags":{},"startTime":1732132492826},{"traceId":"6d02d019348010b3","parentId":12795,"name":"NextJsBuildManifest-createassets","id":12834,"timestamp":2808195076,"duration":14908,"tags":{},"startTime":1732132492826},{"traceId":"6d02d019348010b3","parentId":12795,"name":"seal","id":12821,"timestamp":2807975953,"duration":242654,"tags":{},"startTime":1732132492607},{"traceId":"6d02d019348010b3","parentId":12793,"name":"webpack-compilation","id":12795,"timestamp":2807390821,"duration":827871,"tags":{"name":"client"},"startTime":1732132492022},{"traceId":"6d02d019348010b3","parentId":12793,"name":"emit","id":12836,"timestamp":2808218770,"duration":138364,"tags":{},"startTime":1732132492850},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":12793,"timestamp":2807380411,"duration":979106,"tags":{"trigger":"/workspaces/lscaturchio.xyz/src/components/Badge.tsx"},"startTime":1732132492011},{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":12839,"timestamp":2808528800,"duration":1,"tags":{},"startTime":1732132493160},{"traceId":"6d02d019348010b3","parentId":12846,"name":"next-swc-transform","id":12847,"timestamp":2808723611,"duration":10190,"tags":{},"startTime":1732132493354},{"traceId":"6d02d019348010b3","parentId":12845,"name":"next-swc-loader","id":12846,"timestamp":2808723449,"duration":10359,"tags":{},"startTime":1732132493354},{"traceId":"6d02d019348010b3","parentId":12837,"name":"build-module-tsx","id":12845,"timestamp":2808723137,"duration":29981,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Product.tsx","layer":"rsc"},"startTime":1732132493354},{"traceId":"6d02d019348010b3","parentId":12838,"name":"add-entry","id":12841,"timestamp":2808665122,"duration":91539,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493296},{"traceId":"6d02d019348010b3","parentId":12838,"name":"add-entry","id":12842,"timestamp":2808665135,"duration":91557,"tags":{"request":"next-app-loader?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493296},{"traceId":"6d02d019348010b3","parentId":12838,"name":"add-entry","id":12844,"timestamp":2808665149,"duration":132327,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493296},{"traceId":"6d02d019348010b3","parentId":12838,"name":"add-entry","id":12840,"timestamp":2808665000,"duration":133649,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493296},{"traceId":"6d02d019348010b3","parentId":12838,"name":"add-entry","id":12843,"timestamp":2808665143,"duration":152888,"tags":{"request":"next-app-loader?name=app%2Fblog%2Fpage&page=%2Fblog%2Fpage&appPaths=%2Fblog%2Fpage&pagePath=private-next-app-dir%2Fblog%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493296},{"traceId":"6d02d019348010b3","parentId":12864,"name":"next-swc-transform","id":12865,"timestamp":2808849128,"duration":9527,"tags":{},"startTime":1732132493480},{"traceId":"6d02d019348010b3","parentId":12863,"name":"next-swc-loader","id":12864,"timestamp":2808848991,"duration":9670,"tags":{},"startTime":1732132493480},{"traceId":"6d02d019348010b3","parentId":12837,"name":"build-module-tsx","id":12863,"timestamp":2808848785,"duration":37067,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Product.tsx","layer":"ssr"},"startTime":1732132493480},{"traceId":"6d02d019348010b3","parentId":12867,"name":"next-swc-transform","id":12868,"timestamp":2808887659,"duration":14277,"tags":{},"startTime":1732132493518},{"traceId":"6d02d019348010b3","parentId":12866,"name":"next-swc-loader","id":12867,"timestamp":2808887556,"duration":14386,"tags":{},"startTime":1732132493518},{"traceId":"6d02d019348010b3","parentId":12837,"name":"build-module-tsx","id":12866,"timestamp":2808886844,"duration":25093,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Badge.tsx","layer":"ssr"},"startTime":1732132493518},{"traceId":"6d02d019348010b3","parentId":12837,"name":"make","id":12838,"timestamp":2808387953,"duration":569068,"tags":{},"startTime":1732132493019},{"traceId":"6d02d019348010b3","parentId":12869,"name":"chunk-graph","id":12870,"timestamp":2808975801,"duration":27393,"tags":{},"startTime":1732132493607},{"traceId":"6d02d019348010b3","parentId":12869,"name":"optimize-modules","id":12872,"timestamp":2809003230,"duration":5,"tags":{},"startTime":1732132493634},{"traceId":"6d02d019348010b3","parentId":12869,"name":"optimize-chunks","id":12873,"timestamp":2809003301,"duration":271,"tags":{},"startTime":1732132493634},{"traceId":"6d02d019348010b3","parentId":12869,"name":"optimize-tree","id":12874,"timestamp":2809003629,"duration":11,"tags":{},"startTime":1732132493634},{"traceId":"6d02d019348010b3","parentId":12869,"name":"optimize-chunk-modules","id":12875,"timestamp":2809003688,"duration":9,"tags":{},"startTime":1732132493635},{"traceId":"6d02d019348010b3","parentId":12869,"name":"optimize","id":12871,"timestamp":2809003218,"duration":1925,"tags":{},"startTime":1732132493634},{"traceId":"6d02d019348010b3","parentId":12869,"name":"module-hash","id":12876,"timestamp":2809009692,"duration":1972,"tags":{},"startTime":1732132493641},{"traceId":"6d02d019348010b3","parentId":12869,"name":"code-generation","id":12877,"timestamp":2809011685,"duration":5284,"tags":{},"startTime":1732132493643},{"traceId":"6d02d019348010b3","parentId":12869,"name":"hash","id":12878,"timestamp":2809019834,"duration":3202,"tags":{},"startTime":1732132493651},{"traceId":"6d02d019348010b3","parentId":12869,"name":"code-generation-jobs","id":12879,"timestamp":2809023036,"duration":86,"tags":{},"startTime":1732132493654},{"traceId":"6d02d019348010b3","parentId":12869,"name":"module-assets","id":12880,"timestamp":2809023110,"duration":195,"tags":{},"startTime":1732132493654},{"traceId":"6d02d019348010b3","parentId":12869,"name":"create-chunk-assets","id":12881,"timestamp":2809023312,"duration":20208,"tags":{},"startTime":1732132493654},{"traceId":"6d02d019348010b3","parentId":12837,"name":"seal","id":12869,"timestamp":2808963391,"duration":83746,"tags":{},"startTime":1732132493594},{"traceId":"6d02d019348010b3","parentId":12794,"name":"webpack-compilation","id":12837,"timestamp":2808386853,"duration":666497,"tags":{"name":"server"},"startTime":1732132493018},{"traceId":"6d02d019348010b3","parentId":12794,"name":"emit","id":12882,"timestamp":2809053418,"duration":123598,"tags":{},"startTime":1732132493684},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12883,"timestamp":2809181507,"duration":1375,"tags":{"trigger":"manual"},"startTime":1732132493812}] +[{"traceId":"6d02d019348010b3","parentId":12885,"name":"add-entry","id":12887,"timestamp":2809243943,"duration":20716,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493875},{"traceId":"6d02d019348010b3","parentId":12885,"name":"add-entry","id":12888,"timestamp":2809243959,"duration":20722,"tags":{"request":"next-app-loader?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493875},{"traceId":"6d02d019348010b3","parentId":12885,"name":"add-entry","id":12890,"timestamp":2809243972,"duration":22622,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493875},{"traceId":"6d02d019348010b3","parentId":12885,"name":"add-entry","id":12886,"timestamp":2809243872,"duration":24022,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493875},{"traceId":"6d02d019348010b3","parentId":12885,"name":"add-entry","id":12889,"timestamp":2809243966,"duration":27178,"tags":{"request":"next-app-loader?name=app%2Fblog%2Fpage&page=%2Fblog%2Fpage&appPaths=%2Fblog%2Fpage&pagePath=private-next-app-dir%2Fblog%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132493875},{"traceId":"6d02d019348010b3","parentId":12884,"name":"make","id":12885,"timestamp":2809186924,"duration":102749,"tags":{},"startTime":1732132493818},{"traceId":"6d02d019348010b3","parentId":12906,"name":"chunk-graph","id":12907,"timestamp":2809296823,"duration":5531,"tags":{},"startTime":1732132493928},{"traceId":"6d02d019348010b3","parentId":12906,"name":"optimize-modules","id":12909,"timestamp":2809302390,"duration":8,"tags":{},"startTime":1732132493933},{"traceId":"6d02d019348010b3","parentId":12906,"name":"optimize-chunks","id":12910,"timestamp":2809302415,"duration":132,"tags":{},"startTime":1732132493933},{"traceId":"6d02d019348010b3","parentId":12906,"name":"optimize-tree","id":12911,"timestamp":2809302568,"duration":8,"tags":{},"startTime":1732132493933},{"traceId":"6d02d019348010b3","parentId":12906,"name":"optimize-chunk-modules","id":12912,"timestamp":2809302594,"duration":6,"tags":{},"startTime":1732132493933},{"traceId":"6d02d019348010b3","parentId":12906,"name":"optimize","id":12908,"timestamp":2809302378,"duration":1053,"tags":{},"startTime":1732132493933},{"traceId":"6d02d019348010b3","parentId":12906,"name":"module-hash","id":12913,"timestamp":2809321030,"duration":697,"tags":{},"startTime":1732132493952},{"traceId":"6d02d019348010b3","parentId":12906,"name":"code-generation","id":12914,"timestamp":2809321745,"duration":2420,"tags":{},"startTime":1732132493953},{"traceId":"6d02d019348010b3","parentId":12906,"name":"hash","id":12915,"timestamp":2809333668,"duration":3646,"tags":{},"startTime":1732132493965},{"traceId":"6d02d019348010b3","parentId":12906,"name":"code-generation-jobs","id":12916,"timestamp":2809337312,"duration":100,"tags":{},"startTime":1732132493968},{"traceId":"6d02d019348010b3","parentId":12906,"name":"module-assets","id":12917,"timestamp":2809337398,"duration":232,"tags":{},"startTime":1732132493968},{"traceId":"6d02d019348010b3","parentId":12906,"name":"create-chunk-assets","id":12918,"timestamp":2809337640,"duration":314,"tags":{},"startTime":1732132493968},{"traceId":"6d02d019348010b3","parentId":12884,"name":"seal","id":12906,"timestamp":2809294374,"duration":46774,"tags":{},"startTime":1732132493925},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-compilation","id":12884,"timestamp":2809186513,"duration":162329,"tags":{"name":"server"},"startTime":1732132493817},{"traceId":"6d02d019348010b3","parentId":1,"name":"emit","id":12919,"timestamp":2809348876,"duration":32544,"tags":{},"startTime":1732132493980},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12883,"timestamp":2809181507,"duration":200746,"tags":{"trigger":"manual"},"startTime":1732132493812},{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":12920,"timestamp":2815870939,"duration":1,"tags":{},"startTime":1732132500502},{"traceId":"6d02d019348010b3","parentId":12923,"name":"add-entry","id":12926,"timestamp":2833120068,"duration":14211,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132517751},{"traceId":"6d02d019348010b3","parentId":12923,"name":"add-entry","id":12927,"timestamp":2833120074,"duration":14235,"tags":{"request":"next-app-loader?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132517751},{"traceId":"6d02d019348010b3","parentId":12923,"name":"add-entry","id":12924,"timestamp":2833119917,"duration":15463,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132517751},{"traceId":"6d02d019348010b3","parentId":12923,"name":"add-entry","id":12929,"timestamp":2833120092,"duration":16317,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132517751},{"traceId":"6d02d019348010b3","parentId":12923,"name":"add-entry","id":12925,"timestamp":2833120054,"duration":17889,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132517751},{"traceId":"6d02d019348010b3","parentId":12923,"name":"add-entry","id":12928,"timestamp":2833120084,"duration":22070,"tags":{"request":"next-app-loader?name=app%2Fblog%2Fpage&page=%2Fblog%2Fpage&appPaths=%2Fblog%2Fpage&pagePath=private-next-app-dir%2Fblog%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132517751},{"traceId":"6d02d019348010b3","parentId":12922,"name":"make","id":12923,"timestamp":2833112068,"duration":58518,"tags":{},"startTime":1732132517743},{"traceId":"6d02d019348010b3","parentId":12948,"name":"chunk-graph","id":12949,"timestamp":2833593542,"duration":32563,"tags":{},"startTime":1732132518224},{"traceId":"6d02d019348010b3","parentId":12948,"name":"optimize-modules","id":12951,"timestamp":2833626235,"duration":38,"tags":{},"startTime":1732132518257},{"traceId":"6d02d019348010b3","parentId":12948,"name":"optimize-chunks","id":12952,"timestamp":2833626361,"duration":206,"tags":{},"startTime":1732132518257},{"traceId":"6d02d019348010b3","parentId":12948,"name":"optimize-tree","id":12953,"timestamp":2833626667,"duration":42,"tags":{},"startTime":1732132518258},{"traceId":"6d02d019348010b3","parentId":12948,"name":"optimize-chunk-modules","id":12954,"timestamp":2833626795,"duration":39,"tags":{},"startTime":1732132518258},{"traceId":"6d02d019348010b3","parentId":12948,"name":"optimize","id":12950,"timestamp":2833626173,"duration":7091,"tags":{},"startTime":1732132518257},{"traceId":"6d02d019348010b3","parentId":12948,"name":"module-hash","id":12955,"timestamp":2833638525,"duration":1190,"tags":{},"startTime":1732132518269},{"traceId":"6d02d019348010b3","parentId":12948,"name":"code-generation","id":12956,"timestamp":2833639739,"duration":3775,"tags":{},"startTime":1732132518271},{"traceId":"6d02d019348010b3","parentId":12948,"name":"hash","id":12957,"timestamp":2833655116,"duration":19400,"tags":{},"startTime":1732132518286},{"traceId":"6d02d019348010b3","parentId":12948,"name":"code-generation-jobs","id":12958,"timestamp":2833674513,"duration":159,"tags":{},"startTime":1732132518305},{"traceId":"6d02d019348010b3","parentId":12948,"name":"module-assets","id":12959,"timestamp":2833674645,"duration":451,"tags":{},"startTime":1732132518305},{"traceId":"6d02d019348010b3","parentId":12948,"name":"create-chunk-assets","id":12960,"timestamp":2833675108,"duration":4259,"tags":{},"startTime":1732132518306},{"traceId":"6d02d019348010b3","parentId":12922,"name":"seal","id":12948,"timestamp":2833589598,"duration":93558,"tags":{},"startTime":1732132518220},{"traceId":"6d02d019348010b3","parentId":12921,"name":"webpack-compilation","id":12922,"timestamp":2833111663,"duration":581510,"tags":{"name":"server"},"startTime":1732132517742},{"traceId":"6d02d019348010b3","parentId":12921,"name":"emit","id":12961,"timestamp":2833693212,"duration":50063,"tags":{},"startTime":1732132518324},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12962,"timestamp":2833743688,"duration":1489,"tags":{"trigger":"manual"},"startTime":1732132518375}] +[{"traceId":"6d02d019348010b3","parentId":12964,"name":"add-entry","id":12967,"timestamp":2833769816,"duration":9862,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132518401},{"traceId":"6d02d019348010b3","parentId":12964,"name":"add-entry","id":12968,"timestamp":2833769822,"duration":9873,"tags":{"request":"next-app-loader?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132518401},{"traceId":"6d02d019348010b3","parentId":12964,"name":"add-entry","id":12965,"timestamp":2833769739,"duration":10999,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132518401},{"traceId":"6d02d019348010b3","parentId":12964,"name":"add-entry","id":12970,"timestamp":2833769830,"duration":11812,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132518401},{"traceId":"6d02d019348010b3","parentId":12964,"name":"add-entry","id":12966,"timestamp":2833769809,"duration":12920,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132518401},{"traceId":"6d02d019348010b3","parentId":12964,"name":"add-entry","id":12969,"timestamp":2833769826,"duration":15582,"tags":{"request":"next-app-loader?name=app%2Fblog%2Fpage&page=%2Fblog%2Fpage&appPaths=%2Fblog%2Fpage&pagePath=private-next-app-dir%2Fblog%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132518401},{"traceId":"6d02d019348010b3","parentId":12963,"name":"make","id":12964,"timestamp":2833747735,"duration":79391,"tags":{},"startTime":1732132518379},{"traceId":"6d02d019348010b3","parentId":12989,"name":"chunk-graph","id":12990,"timestamp":2833853688,"duration":5100,"tags":{},"startTime":1732132518485},{"traceId":"6d02d019348010b3","parentId":12989,"name":"optimize-modules","id":12992,"timestamp":2833858823,"duration":7,"tags":{},"startTime":1732132518490},{"traceId":"6d02d019348010b3","parentId":12989,"name":"optimize-chunks","id":12993,"timestamp":2833858969,"duration":187,"tags":{},"startTime":1732132518490},{"traceId":"6d02d019348010b3","parentId":12989,"name":"optimize-tree","id":12994,"timestamp":2833859238,"duration":14,"tags":{},"startTime":1732132518490},{"traceId":"6d02d019348010b3","parentId":12989,"name":"optimize-chunk-modules","id":12995,"timestamp":2833859325,"duration":12,"tags":{},"startTime":1732132518490},{"traceId":"6d02d019348010b3","parentId":12989,"name":"optimize","id":12991,"timestamp":2833858809,"duration":1534,"tags":{},"startTime":1732132518490},{"traceId":"6d02d019348010b3","parentId":12989,"name":"module-hash","id":12996,"timestamp":2833862681,"duration":664,"tags":{},"startTime":1732132518494},{"traceId":"6d02d019348010b3","parentId":12989,"name":"code-generation","id":12997,"timestamp":2833863362,"duration":5731,"tags":{},"startTime":1732132518494},{"traceId":"6d02d019348010b3","parentId":12989,"name":"hash","id":12998,"timestamp":2833871340,"duration":12210,"tags":{},"startTime":1732132518502},{"traceId":"6d02d019348010b3","parentId":12989,"name":"code-generation-jobs","id":12999,"timestamp":2833883549,"duration":114,"tags":{},"startTime":1732132518514},{"traceId":"6d02d019348010b3","parentId":12989,"name":"module-assets","id":13000,"timestamp":2833883647,"duration":252,"tags":{},"startTime":1732132518514},{"traceId":"6d02d019348010b3","parentId":12989,"name":"create-chunk-assets","id":13001,"timestamp":2833883910,"duration":8840,"tags":{},"startTime":1732132518515},{"traceId":"6d02d019348010b3","parentId":12963,"name":"seal","id":12989,"timestamp":2833840425,"duration":56856,"tags":{},"startTime":1732132518471},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-compilation","id":12963,"timestamp":2833747425,"duration":159418,"tags":{"name":"server"},"startTime":1732132518378},{"traceId":"6d02d019348010b3","parentId":1,"name":"emit","id":13002,"timestamp":2833906885,"duration":22724,"tags":{},"startTime":1732132518538},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":12962,"timestamp":2833743688,"duration":187171,"tags":{"trigger":"manual"},"startTime":1732132518375},{"traceId":"6d02d019348010b3","parentId":1,"name":"client-success","id":13003,"timestamp":2847528591,"duration":0,"tags":{},"startTime":1732132532159},{"traceId":"6d02d019348010b3","parentId":13006,"name":"add-entry","id":13009,"timestamp":2861604148,"duration":47470,"tags":{"request":"next-app-loader?name=app%2Fprojects%2Fpage&page=%2Fprojects%2Fpage&appPaths=%2Fprojects%2Fpage&pagePath=private-next-app-dir%2Fprojects%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132546235},{"traceId":"6d02d019348010b3","parentId":13006,"name":"add-entry","id":13008,"timestamp":2861604137,"duration":87039,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132546235},{"traceId":"6d02d019348010b3","parentId":13006,"name":"add-entry","id":13010,"timestamp":2861604157,"duration":87035,"tags":{"request":"next-app-loader?name=app%2Fresume%2Fpage&page=%2Fresume%2Fpage&appPaths=%2Fresume%2Fpage&pagePath=private-next-app-dir%2Fresume%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132546235},{"traceId":"6d02d019348010b3","parentId":13006,"name":"add-entry","id":13013,"timestamp":2861604181,"duration":91588,"tags":{"request":"next-app-loader?name=app%2Fprojects%2F%5Bslug%5D%2Fpage&page=%2Fprojects%2F%5Bslug%5D%2Fpage&appPaths=%2Fprojects%2F%5Bslug%5D%2Fpage&pagePath=private-next-app-dir%2Fprojects%2F%5Bslug%5D%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132546235},{"traceId":"6d02d019348010b3","parentId":13006,"name":"add-entry","id":13007,"timestamp":2861604068,"duration":98926,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132546235},{"traceId":"6d02d019348010b3","parentId":13006,"name":"add-entry","id":13011,"timestamp":2861604165,"duration":161896,"tags":{"request":"next-app-loader?name=app%2Fblog%2Fpage&page=%2Fblog%2Fpage&appPaths=%2Fblog%2Fpage&pagePath=private-next-app-dir%2Fblog%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132546235},{"traceId":"6d02d019348010b3","parentId":13012,"name":"build-module-json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","id":13014,"timestamp":2861647765,"duration":121181,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fcontact%2Fpage&page=%2Fcontact%2Fpage&appPaths=%2Fcontact%2Fpage&pagePath=private-next-app-dir%2Fcontact%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1732132546279},{"traceId":"6d02d019348010b3","parentId":13016,"name":"next-swc-transform","id":13017,"timestamp":2861796284,"duration":9840,"tags":{},"startTime":1732132546427},{"traceId":"6d02d019348010b3","parentId":13015,"name":"next-swc-loader","id":13016,"timestamp":2861796066,"duration":10065,"tags":{},"startTime":1732132546427},{"traceId":"6d02d019348010b3","parentId":13014,"name":"build-module-tsx","id":13015,"timestamp":2861795894,"duration":12783,"tags":{"name":"/workspaces/lscaturchio.xyz/src/app/contact/page.tsx","layer":"rsc"},"startTime":1732132546427},{"traceId":"6d02d019348010b3","parentId":13019,"name":"next-swc-transform","id":13020,"timestamp":2861825362,"duration":1570,"tags":{},"startTime":1732132546456},{"traceId":"6d02d019348010b3","parentId":13018,"name":"next-swc-loader","id":13019,"timestamp":2861825257,"duration":1681,"tags":{},"startTime":1732132546456},{"traceId":"6d02d019348010b3","parentId":13015,"name":"build-module-tsx","id":13018,"timestamp":2861825099,"duration":3604,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Contact.tsx","layer":"rsc"},"startTime":1732132546456},{"traceId":"6d02d019348010b3","parentId":13006,"name":"add-entry","id":13012,"timestamp":2861604173,"duration":224807,"tags":{"request":"next-app-loader?name=app%2Fcontact%2Fpage&page=%2Fcontact%2Fpage&appPaths=%2Fcontact%2Fpage&pagePath=private-next-app-dir%2Fcontact%2Fpage.tsx&appDir=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fworkspaces%2Flscaturchio.xyz&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1732132546235},{"traceId":"6d02d019348010b3","parentId":13005,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","id":13043,"timestamp":2861850405,"duration":2066,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FContact.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=true!","layer":"ssr"},"startTime":1732132546481},{"traceId":"6d02d019348010b3","parentId":13045,"name":"next-swc-transform","id":13046,"timestamp":2861871677,"duration":2407,"tags":{},"startTime":1732132546503},{"traceId":"6d02d019348010b3","parentId":13044,"name":"next-swc-loader","id":13045,"timestamp":2861871579,"duration":2509,"tags":{},"startTime":1732132546502},{"traceId":"6d02d019348010b3","parentId":13043,"name":"build-module-tsx","id":13044,"timestamp":2861871444,"duration":8249,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Contact.tsx","layer":"ssr"},"startTime":1732132546502},{"traceId":"6d02d019348010b3","parentId":13005,"name":"make","id":13006,"timestamp":2861555798,"duration":324062,"tags":{},"startTime":1732132546187},{"traceId":"6d02d019348010b3","parentId":13047,"name":"chunk-graph","id":13048,"timestamp":2861888830,"duration":17413,"tags":{},"startTime":1732132546520},{"traceId":"6d02d019348010b3","parentId":13047,"name":"optimize-modules","id":13050,"timestamp":2861906288,"duration":8,"tags":{},"startTime":1732132546537},{"traceId":"6d02d019348010b3","parentId":13047,"name":"optimize-chunks","id":13051,"timestamp":2861906324,"duration":157,"tags":{},"startTime":1732132546537},{"traceId":"6d02d019348010b3","parentId":13047,"name":"optimize-tree","id":13052,"timestamp":2861906510,"duration":12,"tags":{},"startTime":1732132546537},{"traceId":"6d02d019348010b3","parentId":13047,"name":"optimize-chunk-modules","id":13053,"timestamp":2861906559,"duration":9,"tags":{},"startTime":1732132546537},{"traceId":"6d02d019348010b3","parentId":13047,"name":"optimize","id":13049,"timestamp":2861906270,"duration":2104,"tags":{},"startTime":1732132546537},{"traceId":"6d02d019348010b3","parentId":13047,"name":"module-hash","id":13054,"timestamp":2861920095,"duration":1231,"tags":{},"startTime":1732132546551},{"traceId":"6d02d019348010b3","parentId":13047,"name":"code-generation","id":13055,"timestamp":2861921349,"duration":5098,"tags":{},"startTime":1732132546552},{"traceId":"6d02d019348010b3","parentId":13047,"name":"hash","id":13056,"timestamp":2861935512,"duration":10928,"tags":{},"startTime":1732132546566},{"traceId":"6d02d019348010b3","parentId":13047,"name":"code-generation-jobs","id":13057,"timestamp":2861946439,"duration":157,"tags":{},"startTime":1732132546577},{"traceId":"6d02d019348010b3","parentId":13047,"name":"module-assets","id":13058,"timestamp":2861946577,"duration":262,"tags":{},"startTime":1732132546577},{"traceId":"6d02d019348010b3","parentId":13047,"name":"create-chunk-assets","id":13059,"timestamp":2861946853,"duration":20935,"tags":{},"startTime":1732132546578},{"traceId":"6d02d019348010b3","parentId":13005,"name":"seal","id":13047,"timestamp":2861885640,"duration":86354,"tags":{},"startTime":1732132546516},{"traceId":"6d02d019348010b3","parentId":13004,"name":"webpack-compilation","id":13005,"timestamp":2861554655,"duration":425453,"tags":{"name":"server"},"startTime":1732132546185},{"traceId":"6d02d019348010b3","parentId":13004,"name":"emit","id":13060,"timestamp":2861980140,"duration":28216,"tags":{},"startTime":1732132546611},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-server","id":13004,"timestamp":2861543820,"duration":465122,"tags":{"trigger":"manual"},"startTime":1732132546175},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13069,"timestamp":2862026329,"duration":14876,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FAbout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13063,"timestamp":2862026227,"duration":46296,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13064,"timestamp":2862026297,"duration":46245,"tags":{"request":"/workspaces/lscaturchio.xyz/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13071,"timestamp":2862026338,"duration":47578,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProduct.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-aceternity-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-algochurn.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-moonbeam-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fpublic%2Fimages%2Fsidefolio-tailwindmasterkit-2.png&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fapp-router-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fhooks-client-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Fserver-inserted-html.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fshared%2Flib%2Flazy-dynamic%2Fdynamic-no-ssr.js&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13072,"timestamp":2862026351,"duration":47574,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FWorkHistory.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13073,"timestamp":2862026357,"duration":47584,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogLayout.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FBlogs.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13066,"timestamp":2862026313,"duration":297164,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fstatic-generation-searchparams-bailout-provider.js&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13065,"timestamp":2862026307,"duration":297796,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13067,"timestamp":2862026318,"duration":303910,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13070,"timestamp":2862026333,"duration":303900,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FProducts.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13068,"timestamp":2862026324,"duration":303941,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FSidebar.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FFooter.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fapp%2Flayout.tsx%22%2C%22import%22%3A%22Inter%22%2C%22arguments%22%3A%5B%7B%22subsets%22%3A%5B%22latin%22%5D%2C%22weight%22%3A%5B%22100%22%2C%22200%22%2C%22300%22%2C%22400%22%2C%22500%22%2C%22600%22%2C%22700%22%2C%22800%22%2C%22900%22%5D%7D%5D%2C%22variableName%22%3A%22inter%22%7D&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fapp%2Fglobals.css&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13074,"name":"build-module-woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","id":13075,"timestamp":2862481798,"duration":11907,"tags":{"name":"/workspaces/lscaturchio.xyz/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FContact.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!","layer":"app-pages-browser"},"startTime":1732132547113},{"traceId":"6d02d019348010b3","parentId":13077,"name":"next-swc-transform","id":13078,"timestamp":2862498615,"duration":7795,"tags":{},"startTime":1732132547129},{"traceId":"6d02d019348010b3","parentId":13076,"name":"next-swc-loader","id":13077,"timestamp":2862498351,"duration":8065,"tags":{},"startTime":1732132547129},{"traceId":"6d02d019348010b3","parentId":13075,"name":"build-module-tsx","id":13076,"timestamp":2862498185,"duration":20187,"tags":{"name":"/workspaces/lscaturchio.xyz/src/components/Contact.tsx","layer":"app-pages-browser"},"startTime":1732132547129},{"traceId":"6d02d019348010b3","parentId":13062,"name":"add-entry","id":13074,"timestamp":2862026361,"duration":493392,"tags":{"request":"next-flight-client-entry-loader?modules=%2Fworkspaces%2Flscaturchio.xyz%2Fsrc%2Fcomponents%2FContact.tsx&modules=%2Fworkspaces%2Flscaturchio.xyz%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%22path%22%3A%22src%2Fcomponents%2FHeading.tsx%22%2C%22import%22%3A%22%22%2C%22arguments%22%3A%5B%7B%22src%22%3A%5B%7B%22path%22%3A%22..%2F..%2Ffonts%2FCalSans-SemiBold.woff2%22%7D%5D%2C%22display%22%3A%22swap%22%7D%5D%2C%22variableName%22%3A%22CalSans%22%7D&server=false!"},"startTime":1732132546657},{"traceId":"6d02d019348010b3","parentId":13061,"name":"make","id":13062,"timestamp":2862013042,"duration":506810,"tags":{},"startTime":1732132546644},{"traceId":"6d02d019348010b3","parentId":13079,"name":"chunk-graph","id":13080,"timestamp":2862910486,"duration":28138,"tags":{},"startTime":1732132547541},{"traceId":"6d02d019348010b3","parentId":13079,"name":"optimize-modules","id":13082,"timestamp":2862940622,"duration":18,"tags":{},"startTime":1732132547571},{"traceId":"6d02d019348010b3","parentId":13079,"name":"optimize-chunks","id":13083,"timestamp":2862940668,"duration":425,"tags":{},"startTime":1732132547572},{"traceId":"6d02d019348010b3","parentId":13079,"name":"optimize-tree","id":13084,"timestamp":2862941151,"duration":16,"tags":{},"startTime":1732132547572},{"traceId":"6d02d019348010b3","parentId":13079,"name":"optimize-chunk-modules","id":13085,"timestamp":2862941206,"duration":13,"tags":{},"startTime":1732132547572},{"traceId":"6d02d019348010b3","parentId":13079,"name":"optimize","id":13081,"timestamp":2862938658,"duration":12407,"tags":{},"startTime":1732132547569},{"traceId":"6d02d019348010b3","parentId":13079,"name":"module-hash","id":13086,"timestamp":2862974383,"duration":1126,"tags":{},"startTime":1732132547605},{"traceId":"6d02d019348010b3","parentId":13079,"name":"code-generation","id":13087,"timestamp":2862975527,"duration":2624,"tags":{},"startTime":1732132547606},{"traceId":"6d02d019348010b3","parentId":13079,"name":"hash","id":13088,"timestamp":2862981907,"duration":9121,"tags":{},"startTime":1732132547613},{"traceId":"6d02d019348010b3","parentId":13079,"name":"code-generation-jobs","id":13089,"timestamp":2862991027,"duration":168,"tags":{},"startTime":1732132547622},{"traceId":"6d02d019348010b3","parentId":13079,"name":"module-assets","id":13090,"timestamp":2862991180,"duration":627,"tags":{},"startTime":1732132547622},{"traceId":"6d02d019348010b3","parentId":13079,"name":"create-chunk-assets","id":13091,"timestamp":2862991818,"duration":13610,"tags":{},"startTime":1732132547623},{"traceId":"6d02d019348010b3","parentId":13061,"name":"NextJsBuildManifest-generateClientManifest","id":13093,"timestamp":2863010600,"duration":572,"tags":{},"startTime":1732132547641},{"traceId":"6d02d019348010b3","parentId":13061,"name":"NextJsBuildManifest-createassets","id":13092,"timestamp":2863010257,"duration":921,"tags":{},"startTime":1732132547641},{"traceId":"6d02d019348010b3","parentId":13061,"name":"seal","id":13079,"timestamp":2862875503,"duration":142967,"tags":{},"startTime":1732132547506},{"traceId":"6d02d019348010b3","parentId":13042,"name":"webpack-compilation","id":13061,"timestamp":2862012509,"duration":1006032,"tags":{"name":"client"},"startTime":1732132546643},{"traceId":"6d02d019348010b3","parentId":13042,"name":"emit","id":13094,"timestamp":2863018604,"duration":20113,"tags":{},"startTime":1732132547649},{"traceId":"6d02d019348010b3","parentId":1,"name":"webpack-invalidated-client","id":13042,"timestamp":2861841009,"duration":1199287,"tags":{"trigger":"manual"},"startTime":1732132546472}] diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f288702..0000000 --- a/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/README.md b/README.md index 628c172..6c17118 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,11 @@ -# lscaturchio.xyz +## Sidefolio - Portfolio website template -This is my personal website, built with [Next.js](https://nextjs.org/) and styled with [Tailwind CSS](https://tailwindcss.com/). It serves as a platform to showcase the personal projects I have done, as well as a blog where I write about various topics of interest. +As seen on [Aceternity UI](https://ui.aceternity.com/templtes/sidefolio) -![Screenshot of the website](./public/screenshot.png) +## Built with +- Next.js +- Tailwindcss +- Framer motion +- MDX -## Features - -- **Projects Page:** A curated display of my personal projects with descriptions, technologies used, and links to live demos and source code. -- **Blog:** A space where I share my thoughts on different subjects. Each blog post has its own page, with a main page listing all blog posts. -- **Responsive Design:** The website is fully responsive and adapts to all screen sizes, from smartphones to large desktop displays. - -## Technologies Used - -- [Next.js](https://nextjs.org/) -- [Tailwind CSS](https://tailwindcss.com/) - -## How to Run Locally - -1. Clone the repository: - -```bash -git clone https://github.com/yourusername/yourrepository.git -cd lscaturchio.xyz -npm install -npm run dev -``` - -## Contributing - -While this is primarily a personal project, I'm open to contributions. If you find a bug or have an idea for a feature, feel free to open an issue or a pull request. +Checkout all the templates at [Aceternity UI](https://ui.aceternity.com/templates) diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 034e848..0000000 --- a/SECURITY.md +++ /dev/null @@ -1,21 +0,0 @@ -# Security Policy - -## Supported Versions - -Use this section to tell people about which versions of your project are -currently being supported with security updates. - -| Version | Supported | -| ------- | ------------------ | -| 5.1.x | :white_check_mark: | -| 5.0.x | :x: | -| 4.0.x | :white_check_mark: | -| < 4.0 | :x: | - -## Reporting a Vulnerability - -Use this section to tell people how to report a vulnerability. - -Tell them where to go, how often they can expect to get an update on a -reported vulnerability, what to expect if the vulnerability is accepted or -declined, etc. diff --git a/bun.lockb b/bun.lockb new file mode 100644 index 0000000..d3f2b01 Binary files /dev/null and b/bun.lockb differ diff --git a/components.json b/components.json new file mode 100644 index 0000000..9600cea --- /dev/null +++ b/components.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": true, + "tsx": true, + "tailwind": { + "config": "tailwind.config.ts", + "css": "src/app/globals.css", + "baseColor": "slate", + "cssVariables": true, + "prefix": "" + }, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils", + "ui": "@/components/ui", + "examples": "@/components/examples", + "blocks": "@/components/blocks", + "images": "@/public/images", + "app": "@/src/app" + } +} \ No newline at end of file diff --git a/fonts/CalSans-SemiBold.woff2 b/fonts/CalSans-SemiBold.woff2 new file mode 100644 index 0000000..36d71b7 Binary files /dev/null and b/fonts/CalSans-SemiBold.woff2 differ diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 2c8ee2b..0000000 --- a/jsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@/*": ["src/*"] - } - } -} diff --git a/lib/formatDate.ts b/lib/formatDate.ts new file mode 100644 index 0000000..7c92d89 --- /dev/null +++ b/lib/formatDate.ts @@ -0,0 +1,8 @@ +export function formatDate(dateString: string) { + return new Date(`${dateString}T00:00:00Z`).toLocaleDateString("en-US", { + day: "numeric", + month: "long", + year: "numeric", + timeZone: "UTC", + }); +} diff --git a/lib/getAllBlogs.ts b/lib/getAllBlogs.ts new file mode 100644 index 0000000..861e05f --- /dev/null +++ b/lib/getAllBlogs.ts @@ -0,0 +1,27 @@ +import glob from "fast-glob"; +import * as path from "path"; + +async function importBlog(blogFileNames: any) { + let { meta, default: component } = await import( + `src/app/blog/${blogFileNames}` + ); + return { + slug: blogFileNames.replace(/(\/content)?\.mdx$/, ""), + ...meta, + component, + }; +} + +export async function getAllBlogs() { + let blogFileNames = await glob(["*.mdx", "*/content.mdx"], { + cwd: path.join(process.cwd(), "src/app/blog"), + }); + + let blogs = await Promise.all(blogFileNames.map(importBlog)); + + return blogs.sort((a, b) => { + const dateA = new Date(a.date); + const dateB = new Date(b.date); + return dateB.getTime() - dateA.getTime(); + }); +} diff --git a/mdx-components.tsx b/mdx-components.tsx new file mode 100644 index 0000000..4687d27 --- /dev/null +++ b/mdx-components.tsx @@ -0,0 +1,15 @@ +import type { MDXComponents } from "mdx/types"; + +// This file allows you to provide custom React components +// to be used in MDX files. You can import and use any +// React component you want, including components from +// other libraries. + +// This file is required to use MDX in `app` directory. +export function useMDXComponents(components: MDXComponents): MDXComponents { + return { + // Allows customizing built-in components, e.g. to add styling. + // h1: ({ children }) =>

{children}

, + ...components, + }; +} diff --git a/next.config.mjs b/next.config.mjs index 6bfc0e2..c034a66 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,19 +1,16 @@ -import nextMDX from '@next/mdx' -import remarkGfm from 'remark-gfm' -import rehypePrism from '@mapbox/rehype-prism' - /** @type {import('next').NextConfig} */ +import nextMDX from "@next/mdx"; +import remarkGfm from "remark-gfm"; +import rehypePrism from "@mapbox/rehype-prism"; + const nextConfig = { - pageExtensions: ['jsx', 'mdx'], - reactStrictMode: true, - swcMinify: true, - assetPrefix: '/lscaturchio.xyz', - basePath: '/lscaturchio.xyz', + images: { + domains: ["images.unsplash.com", "res.cloudinary.com"], + }, experimental: { - newNextLinkBehavior: true, - scrollRestoration: true, + mdxRs: true, }, -} +}; const withMDX = nextMDX({ extension: /\.mdx?$/, @@ -21,6 +18,6 @@ const withMDX = nextMDX({ remarkPlugins: [remarkGfm], rehypePlugins: [rehypePrism], }, -}) +}); -export default withMDX(nextConfig) +export default withMDX(nextConfig); diff --git a/package-lock.json b/package-lock.json index a450a0e..ebb1634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,40 +1,44 @@ { - "name": "tailwindui-template", + "name": "sidefolio", "version": "0.1.0", - "lockfileVersion": 3, + "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "tailwindui-template", + "name": "sidefolio", "version": "0.1.0", "dependencies": { - "@headlessui/react": "^1.7.0", - "@mapbox/rehype-prism": "^0.7.0", - "@mdx-js/loader": "^2.1.2", - "@mdx-js/react": "^2.3.0", - "@next/mdx": "^12.2.3", - "@radix-ui/react-compose-refs": "^1.0.1", - "@tailwindcss/typography": "^0.5.4", - "autoprefixer": "^10.4.7", - "clsx": "^1.2.0", - "fast-glob": "^3.2.11", - "feed": "^4.2.2", - "focus-visible": "^5.2.0", - "installed-check": "^6.0.5", - "next": "^14.1.4", - "postcss-focus-visible": "^6.0.4", + "@mapbox/rehype-prism": "^0.8.0", + "@mdx-js/loader": "^2.3.0", + "@next/mdx": "^13.4.19", + "@tabler/icons-react": "^2.32.0", + "@tailwindcss/typography": "^0.5.9", + "@types/node": "20.5.3", + "@types/react": "18.2.21", + "@types/react-dom": "18.2.7", + "autoprefixer": "10.4.15", + "clsx": "^2.0.0", + "eslint": "8.47.0", + "eslint-config-next": "13.4.19", + "framer-motion": "^10.16.1", + "next": "13.4.19", + "postcss": "8.4.28", + "prismjs": "^1.29.0", "react": "18.2.0", "react-dom": "18.2.0", "remark-gfm": "^3.0.1", - "sharp": "^0.32.1", - "tailwindcss": "^3.1.4" - }, - "devDependencies": { - "eslint": "8.19.0", - "eslint-config-next": "12.2.5", - "gh-pages": "^5.0.0", - "prettier": "^2.7.1", - "prettier-plugin-tailwindcss": "^0.1.11" + "sharp": "^0.33.4", + "tailwind-merge": "^1.14.0", + "tailwindcss": "3.3.3", + "typescript": "5.1.6" + } + }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "engines": { + "node": ">=0.10.0" } }, "node_modules/@alloc/quick-lru": { @@ -48,122 +52,71 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@babel/code-frame": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz", - "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==", - "dependencies": { - "@babel/highlight": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "node_modules/@babel/runtime": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.10.tgz", + "integrity": "sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==", "dependencies": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" + "regenerator-runtime": "^0.14.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight/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/@babel/highlight/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==", + "node_modules/@emnapi/runtime": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz", + "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==", + "optional": true, "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" + "tslib": "^2.4.0" } }, - "node_modules/@babel/highlight/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==", + "node_modules/@emotion/is-prop-valid": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", + "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", + "optional": true, "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/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/@babel/highlight/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" + "@emotion/memoize": "0.7.4" } }, - "node_modules/@babel/highlight/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/@emotion/memoize": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", + "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==", + "optional": true }, - "node_modules/@babel/highlight/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==", + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", "dependencies": { - "has-flag": "^3.0.0" + "eslint-visitor-keys": "^3.3.0" }, "engines": { - "node": ">=4" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, - "node_modules/@babel/runtime": { - "version": "7.22.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.3.tgz", - "integrity": "sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==", - "dependencies": { - "regenerator-runtime": "^0.13.11" - }, + "node_modules/@eslint-community/regexpp": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.7.0.tgz", + "integrity": "sha512-+HencqxU7CFJnQb7IKtuNBqS6Yx3Tz4kOL8BJXo+JyeiBm5MEX6pO8onXDkjrkCRlfYXS1Axro15ZjVFe9YgsA==", "engines": { - "node": ">=6.9.0" + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", - "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", - "dev": true, + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.4.0", + "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -178,213 +131,98 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/@headlessui/react": { - "version": "1.7.15", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.15.tgz", - "integrity": "sha512-OTO0XtoRQ6JPB1cKNFYBZv2Q0JMqMGNhYP1CjPvcJvjz8YGokz8oAj89HIYZGN0gZzn/4kk9iUpmMF4Q21Gsqw==", - "dependencies": { - "client-only": "^0.0.1" - }, + "node_modules/@eslint/js": { + "version": "8.47.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz", + "integrity": "sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==", "engines": { - "node": ">=10" - }, - "peerDependencies": { - "react": "^16 || ^17 || ^18", - "react-dom": "^16 || ^17 || ^18" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", - "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", - "dev": true, + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", + "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", "debug": "^4.1.1", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" }, "engines": { "node": ">=10.10.0" } }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true - }, - "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/source-map": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz", - "integrity": "sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==", - "peer": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "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/@mapbox/rehype-prism": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@mapbox/rehype-prism/-/rehype-prism-0.7.0.tgz", - "integrity": "sha512-zSG46selA6v+3THhCatTyOt9DuTzxTIVTxTbcj15kFmxPDtjzZ5VoFVCLZfjWFouYa9PiXxcbMLLhJoVzCxh9w==", - "dependencies": { - "hast-util-to-string": "^1.0.4", - "refractor": "^3.4.0", - "unist-util-visit": "^2.0.3" - }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", "engines": { - "node": ">=10" - } - }, - "node_modules/@mdx-js/loader": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@mdx-js/loader/-/loader-2.3.0.tgz", - "integrity": "sha512-IqsscXh7Q3Rzb+f5DXYk0HU71PK+WuFsEhf+mSV3fOhpLcEpgsHvTQ2h0T6TlZ5gHOaBeFjkXwB52by7ypMyNg==", - "dependencies": { - "@mdx-js/mdx": "^2.0.0", - "source-map": "^0.7.0" + "node": ">=12.22" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - }, - "peerDependencies": { - "webpack": ">=4" + "type": "github", + "url": "https://github.com/sponsors/nzakas" } }, - "node_modules/@mdx-js/mdx": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-2.3.0.tgz", - "integrity": "sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "@types/mdx": "^2.0.0", - "estree-util-build-jsx": "^2.0.0", - "estree-util-is-identifier-name": "^2.0.0", - "estree-util-to-js": "^1.1.0", - "estree-walker": "^3.0.0", - "hast-util-to-estree": "^2.0.0", - "markdown-extensions": "^1.0.0", - "periscopic": "^3.0.0", - "remark-mdx": "^2.0.0", - "remark-parse": "^10.0.0", - "remark-rehype": "^10.0.0", - "unified": "^10.0.0", - "unist-util-position-from-estree": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "unist-util-visit": "^4.0.0", - "vfile": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==" }, - "node_modules/@mdx-js/mdx/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" + "node_modules/@img/sharp-darwin-arm64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.4.tgz", + "integrity": "sha512-p0suNqXufJs9t3RqLBO6vvrgr5OhgbWp76s5gTRvdmxmuv9E1rcaqGUsl3l4mKVmXPkTkTErXediAui4x+8PSA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "glibc": ">=2.26", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-darwin-arm64": "1.0.2" } }, - "node_modules/@mdx-js/react": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.3.0.tgz", - "integrity": "sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==", - "dependencies": { - "@types/mdx": "^2.0.0", - "@types/react": ">=16" + "node_modules/@img/sharp-darwin-x64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.4.tgz", + "integrity": "sha512-0l7yRObwtTi82Z6ebVI2PnHT8EB2NxBgpK2MiKJZJ7cz32R4lxd001ecMhzzsZig3Yv9oclvqqdV93jo9hy+Dw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "glibc": ">=2.26", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "url": "https://opencollective.com/libvips" }, - "peerDependencies": { - "react": ">=16" - } - }, - "node_modules/@next/env": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/env/-/env-14.1.4.tgz", - "integrity": "sha512-e7X7bbn3Z6DWnDi75UWn+REgAbLEqxI8Tq2pkFOFAMpWAWApz/YCUhtWMWn410h8Q2fYiYL7Yg5OlxMOCfFjJQ==" - }, - "node_modules/@next/eslint-plugin-next": { - "version": "12.2.5", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-12.2.5.tgz", - "integrity": "sha512-VBjVbmqEzGiOTBq4+wpeVXt/KgknnGB6ahvC/AxiIGnN93/RCSyXhFRI4uSfftM2Ba3w7ZO7076bfKasZsA0fw==", - "dev": true, - "dependencies": { - "glob": "7.1.7" - } - }, - "node_modules/@next/mdx": { - "version": "12.3.4", - "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-12.3.4.tgz", - "integrity": "sha512-YTF/ph9NMKjmrNsr8O+y3IiZee9TaxSd6051qI0Fj/du75pKRRZ1DnOX6ZS7mMgswH7VMERVV7fBZxmJr9sN7Q==", - "peerDependencies": { - "@mdx-js/loader": ">=0.15.0", - "@mdx-js/react": "*" + "optionalDependencies": { + "@img/sharp-libvips-darwin-x64": "1.0.2" } }, - "node_modules/@next/swc-darwin-arm64": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.4.tgz", - "integrity": "sha512-ubmUkbmW65nIAOmoxT1IROZdmmJMmdYvXIe8211send9ZYJu+SqxSnJM4TrPj9wmL6g9Atvj0S/2cFmMSS99jg==", + "node_modules/@img/sharp-libvips-darwin-arm64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.2.tgz", + "integrity": "sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==", "cpu": [ "arm64" ], @@ -393,13 +231,19 @@ "darwin" ], "engines": { - "node": ">= 10" + "macos": ">=11", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@next/swc-darwin-x64": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.1.4.tgz", - "integrity": "sha512-b0Xo1ELj3u7IkZWAKcJPJEhBop117U78l70nfoQGo4xUSvv0PJSTaV4U9xQBLvZlnjsYkc8RwQN1HoH/oQmLlQ==", + "node_modules/@img/sharp-libvips-darwin-x64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.2.tgz", + "integrity": "sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==", "cpu": [ "x64" ], @@ -408,28 +252,40 @@ "darwin" ], "engines": { - "node": ">= 10" + "macos": ">=10.13", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@next/swc-linux-arm64-gnu": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.1.4.tgz", - "integrity": "sha512-457G0hcLrdYA/u1O2XkRMsDKId5VKe3uKPvrKVOyuARa6nXrdhJOOYU9hkKKyQTMru1B8qEP78IAhf/1XnVqKA==", + "node_modules/@img/sharp-libvips-linux-arm": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.2.tgz", + "integrity": "sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==", "cpu": [ - "arm64" + "arm" ], "optional": true, "os": [ "linux" ], "engines": { - "node": ">= 10" + "glibc": ">=2.28", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@next/swc-linux-arm64-musl": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.1.4.tgz", - "integrity": "sha512-l/kMG+z6MB+fKA9KdtyprkTQ1ihlJcBh66cf0HvqGP+rXBbOXX0dpJatjZbHeunvEHoBBS69GYQG5ry78JMy3g==", + "node_modules/@img/sharp-libvips-linux-arm64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.2.tgz", + "integrity": "sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==", "cpu": [ "arm64" ], @@ -438,28 +294,40 @@ "linux" ], "engines": { - "node": ">= 10" + "glibc": ">=2.26", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@next/swc-linux-x64-gnu": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.4.tgz", - "integrity": "sha512-BapIFZ3ZRnvQ1uWbmqEGJuPT9cgLwvKtxhK/L2t4QYO7l+/DxXuIGjvp1x8rvfa/x1FFSsipERZK70pewbtJtw==", + "node_modules/@img/sharp-libvips-linux-s390x": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.2.tgz", + "integrity": "sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==", "cpu": [ - "x64" + "s390x" ], "optional": true, "os": [ "linux" ], "engines": { - "node": ">= 10" + "glibc": ">=2.28", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@next/swc-linux-x64-musl": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.4.tgz", - "integrity": "sha512-mqVxTwk4XuBl49qn2A5UmzFImoL1iLm0KQQwtdRJRKl21ylQwwGCxJtIYo2rbfkZHoSKlh/YgztY0qH3wG1xIg==", + "node_modules/@img/sharp-libvips-linux-x64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.2.tgz", + "integrity": "sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==", "cpu": [ "x64" ], @@ -468,458 +336,10189 @@ "linux" ], "engines": { - "node": ">= 10" + "glibc": ">=2.26", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@next/swc-win32-arm64-msvc": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.1.4.tgz", - "integrity": "sha512-xzxF4ErcumXjO2Pvg/wVGrtr9QQJLk3IyQX1ddAC/fi6/5jZCZ9xpuL9Tzc4KPWMFq8GGWFVDMshZOdHGdkvag==", + "node_modules/@img/sharp-libvips-linuxmusl-arm64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.2.tgz", + "integrity": "sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==", "cpu": [ "arm64" ], "optional": true, "os": [ - "win32" + "linux" ], "engines": { - "node": ">= 10" + "musl": ">=1.2.2", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@next/swc-win32-ia32-msvc": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.1.4.tgz", - "integrity": "sha512-WZiz8OdbkpRw6/IU/lredZWKKZopUMhcI2F+XiMAcPja0uZYdMTZQRoQ0WZcvinn9xZAidimE7tN9W5v9Yyfyw==", + "node_modules/@img/sharp-libvips-linuxmusl-x64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.2.tgz", + "integrity": "sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==", "cpu": [ - "ia32" + "x64" ], "optional": true, "os": [ - "win32" + "linux" ], "engines": { - "node": ">= 10" + "musl": ">=1.2.2", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@next/swc-win32-x64-msvc": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.1.4.tgz", - "integrity": "sha512-4Rto21sPfw555sZ/XNLqfxDUNeLhNYGO2dlPqsnuCg8N8a2a9u1ltqBOPQ4vj1Gf7eJC0W2hHG2eYUHuiXgY2w==", + "node_modules/@img/sharp-linux-arm": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.4.tgz", + "integrity": "sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==", "cpu": [ - "x64" + "arm" ], "optional": true, "os": [ - "win32" + "linux" ], "engines": { - "node": ">= 10" + "glibc": ">=2.28", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-arm": "1.0.2" } }, - "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==", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "node_modules/@img/sharp-linux-arm64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.4.tgz", + "integrity": "sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "glibc": ">=2.26", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" }, + "optionalDependencies": { + "@img/sharp-libvips-linux-arm64": "1.0.2" + } + }, + "node_modules/@img/sharp-linux-s390x": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.4.tgz", + "integrity": "sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==", + "cpu": [ + "s390x" + ], + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 8" + "glibc": ">=2.31", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-s390x": "1.0.2" } }, - "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==", + "node_modules/@img/sharp-linux-x64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.4.tgz", + "integrity": "sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 8" + "glibc": ">=2.26", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-x64": "1.0.2" } }, - "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==", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "node_modules/@img/sharp-linuxmusl-arm64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.4.tgz", + "integrity": "sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "musl": ">=1.2.2", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" }, + "optionalDependencies": { + "@img/sharp-libvips-linuxmusl-arm64": "1.0.2" + } + }, + "node_modules/@img/sharp-linuxmusl-x64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.4.tgz", + "integrity": "sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 8" + "musl": ">=1.2.2", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linuxmusl-x64": "1.0.2" } }, - "node_modules/@radix-ui/react-compose-refs": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz", - "integrity": "sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==", + "node_modules/@img/sharp-wasm32": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.4.tgz", + "integrity": "sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==", + "cpu": [ + "wasm32" + ], + "optional": true, "dependencies": { - "@babel/runtime": "^7.13.10" + "@emnapi/runtime": "^1.1.1" }, - "peerDependencies": { - "@types/react": "*", - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@rushstack/eslint-patch": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.0.tgz", - "integrity": "sha512-IthPJsJR85GhOkp3Hvp8zFOPK5ynKn6STyHa/WZpioK7E1aYDiBzpqQPrngc14DszIUkIrdd3k9Iu0XSzlP/1w==", - "dev": true - }, - "node_modules/@swc/helpers": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz", - "integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==", - "dependencies": { - "tslib": "^2.4.0" + "node_modules/@img/sharp-win32-ia32": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.4.tgz", + "integrity": "sha512-99SJ91XzUhYHbx7uhK3+9Lf7+LjwMGQZMDlO/E/YVJ7Nc3lyDFZPGhjwiYdctoH2BOzW9+TnfqcaMKt0jHLdqw==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@tailwindcss/typography": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", - "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", - "dependencies": { - "lodash.castarray": "^4.4.0", - "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2", - "postcss-selector-parser": "6.0.10" + "node_modules/@img/sharp-win32-x64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.4.tgz", + "integrity": "sha512-3QLocdTRVIrFNye5YocZl+KKpYKP+fksi1QhmOArgx7GyhIbQp/WrJRu176jm8IxromS7RIkzMiMINVdBtC8Aw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" }, - "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "funding": { + "url": "https://opencollective.com/libvips" } }, - "node_modules/@types/acorn": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", - "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", + "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": { - "@types/estree": "*" + "@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/@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/@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "engines": { + "node": ">=6.0.0" } }, - "node_modules/@types/eslint": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.40.0.tgz", - "integrity": "sha512-nbq2mvc/tBrK9zQQuItvjJl++GTN5j06DaPtp3hZCpngmG6Q3xoyEmd0TwZI0gAy/G1X0zhGBbr2imsGFdFV0g==", - "peer": true, - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" + "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/@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "node_modules/@jridgewell/source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", "peer": true, "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" } }, - "node_modules/@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==" + "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/@types/estree-jsx": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.0.tgz", - "integrity": "sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==", + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", + "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", "dependencies": { - "@types/estree": "*" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@types/hast": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", - "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", + "node_modules/@mapbox/rehype-prism": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@mapbox/rehype-prism/-/rehype-prism-0.8.0.tgz", + "integrity": "sha512-bIz4a3oZ8g+pQBHSMMIxNpYOMX4yq4aZdpezoiCl9yJudh1Z9SRmHQqH6f+WtTBNOORzXMEGkvBze4PiH17wtA==", "dependencies": { - "@types/unist": "*" + "hast-util-to-string": "^1.0.4", + "mrm": "^3.0.9", + "refractor": "^3.4.0", + "unist-util-visit": "^2.0.3" + }, + "engines": { + "node": ">=10" } }, - "node_modules/@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==", - "peer": true - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", - "dev": true - }, + "node_modules/@mdx-js/loader": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@mdx-js/loader/-/loader-2.3.0.tgz", + "integrity": "sha512-IqsscXh7Q3Rzb+f5DXYk0HU71PK+WuFsEhf+mSV3fOhpLcEpgsHvTQ2h0T6TlZ5gHOaBeFjkXwB52by7ypMyNg==", + "dependencies": { + "@mdx-js/mdx": "^2.0.0", + "source-map": "^0.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, + "peerDependencies": { + "webpack": ">=4" + } + }, + "node_modules/@mdx-js/mdx": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-2.3.0.tgz", + "integrity": "sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/mdx": "^2.0.0", + "estree-util-build-jsx": "^2.0.0", + "estree-util-is-identifier-name": "^2.0.0", + "estree-util-to-js": "^1.1.0", + "estree-walker": "^3.0.0", + "hast-util-to-estree": "^2.0.0", + "markdown-extensions": "^1.0.0", + "periscopic": "^3.0.0", + "remark-mdx": "^2.0.0", + "remark-parse": "^10.0.0", + "remark-rehype": "^10.0.0", + "unified": "^10.0.0", + "unist-util-position-from-estree": "^1.0.0", + "unist-util-stringify-position": "^3.0.0", + "unist-util-visit": "^4.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/@mdx-js/mdx/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/@next/env": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/env/-/env-13.4.19.tgz", + "integrity": "sha512-FsAT5x0jF2kkhNkKkukhsyYOrRqtSxrEhfliniIq0bwWbuXLgyt3Gv0Ml+b91XwjwArmuP7NxCiGd++GGKdNMQ==" + }, + "node_modules/@next/eslint-plugin-next": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.19.tgz", + "integrity": "sha512-N/O+zGb6wZQdwu6atMZHbR7T9Np5SUFUjZqCbj0sXm+MwQO35M8TazVB4otm87GkXYs2l6OPwARd3/PUWhZBVQ==", + "dependencies": { + "glob": "7.1.7" + } + }, + "node_modules/@next/mdx": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-13.4.19.tgz", + "integrity": "sha512-EaWA30YxAqFcyQYNxCoL9/TCcZP1Nk6pvW0vf1M54qDAkAGiloWQqyttVKVbRz+qOYk92he6mBB4ej/7pmEinQ==", + "dependencies": { + "source-map": "^0.7.0" + }, + "peerDependencies": { + "@mdx-js/loader": ">=0.15.0", + "@mdx-js/react": ">=0.15.0" + }, + "peerDependenciesMeta": { + "@mdx-js/loader": { + "optional": true + }, + "@mdx-js/react": { + "optional": true + } + } + }, + "node_modules/@next/swc-darwin-arm64": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.19.tgz", + "integrity": "sha512-vv1qrjXeGbuF2mOkhkdxMDtv9np7W4mcBtaDnHU+yJG+bBwa6rYsYSCI/9Xm5+TuF5SbZbrWO6G1NfTh1TMjvQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-darwin-x64": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.4.19.tgz", + "integrity": "sha512-jyzO6wwYhx6F+7gD8ddZfuqO4TtpJdw3wyOduR4fxTUCm3aLw7YmHGYNjS0xRSYGAkLpBkH1E0RcelyId6lNsw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm64-gnu": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.4.19.tgz", + "integrity": "sha512-vdlnIlaAEh6H+G6HrKZB9c2zJKnpPVKnA6LBwjwT2BTjxI7e0Hx30+FoWCgi50e+YO49p6oPOtesP9mXDRiiUg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm64-musl": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.4.19.tgz", + "integrity": "sha512-aU0HkH2XPgxqrbNRBFb3si9Ahu/CpaR5RPmN2s9GiM9qJCiBBlZtRTiEca+DC+xRPyCThTtWYgxjWHgU7ZkyvA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-gnu": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.4.19.tgz", + "integrity": "sha512-htwOEagMa/CXNykFFeAHHvMJeqZfNQEoQvHfsA4wgg5QqGNqD5soeCer4oGlCol6NGUxknrQO6VEustcv+Md+g==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-musl": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.4.19.tgz", + "integrity": "sha512-4Gj4vvtbK1JH8ApWTT214b3GwUh9EKKQjY41hH/t+u55Knxi/0wesMzwQRhppK6Ddalhu0TEttbiJ+wRcoEj5Q==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-arm64-msvc": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.4.19.tgz", + "integrity": "sha512-bUfDevQK4NsIAHXs3/JNgnvEY+LRyneDN788W2NYiRIIzmILjba7LaQTfihuFawZDhRtkYCv3JDC3B4TwnmRJw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-ia32-msvc": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.4.19.tgz", + "integrity": "sha512-Y5kikILFAr81LYIFaw6j/NrOtmiM4Sf3GtOc0pn50ez2GCkr+oejYuKGcwAwq3jiTKuzF6OF4iT2INPoxRycEA==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-x64-msvc": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.19.tgz", + "integrity": "sha512-YzA78jBDXMYiINdPdJJwGgPNT3YqBNNGhsthsDoWHL9p24tEJn9ViQf/ZqTbwSpX/RrkPupLfuuTH2sf73JBAw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "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==", + "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==", + "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==", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@rushstack/eslint-patch": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.3.tgz", + "integrity": "sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==" + }, + "node_modules/@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/@swc/helpers": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz", + "integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==", + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "dependencies": { + "defer-to-connect": "^1.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@tabler/icons": { + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + } + }, + "node_modules/@tabler/icons-react": { + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", + "dependencies": { + "@tabler/icons": "2.32.0", + "prop-types": "^15.7.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, + "peerDependencies": { + "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@tailwindcss/typography": { + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", + "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", + "dependencies": { + "lodash.castarray": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" + }, + "peerDependencies": { + "tailwindcss": ">=3.0.0 || insiders" + } + }, + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@types/acorn": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", + "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", + "dependencies": { + "@types/estree": "*" + } + }, + "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/eslint": { + "version": "8.44.2", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.2.tgz", + "integrity": "sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==", + "peer": true, + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "peer": true, + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", + "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==" + }, + "node_modules/@types/estree-jsx": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.0.tgz", + "integrity": "sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==", + "dependencies": { + "@types/estree": "*" + } + }, + "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/json-schema": { + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", + "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==", + "peer": true + }, + "node_modules/@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" + }, "node_modules/@types/mdast": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.11.tgz", - "integrity": "sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==", + "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/mdx": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.7.tgz", + "integrity": "sha512-BG4tyr+4amr3WsSEmHn/fXPqaCba/AYZ7dsaQTiavihQunHSIxk+uAtqsjvicNpyHN6cm+B9RVrUOtW9VzIKHw==" + }, + "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/node": { + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.3.tgz", + "integrity": "sha512-ITI7rbWczR8a/S6qjAW7DMqxqFMjjTo61qZVWJ1ubPvbIQsL5D/TvwjYEalM8Kthpe3hTzOGrF2TGbAu2uyqeA==" + }, + "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.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", + "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==", + "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/unist": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz", + "integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==" + }, + "node_modules/@typescript-eslint/parser": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.4.1.tgz", + "integrity": "sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==", + "dependencies": { + "@typescript-eslint/scope-manager": "6.4.1", + "@typescript-eslint/types": "6.4.1", + "@typescript-eslint/typescript-estree": "6.4.1", + "@typescript-eslint/visitor-keys": "6.4.1", + "debug": "^4.3.4" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.4.1.tgz", + "integrity": "sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==", + "dependencies": { + "@typescript-eslint/types": "6.4.1", + "@typescript-eslint/visitor-keys": "6.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.4.1.tgz", + "integrity": "sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==", + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.1.tgz", + "integrity": "sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==", + "dependencies": { + "@typescript-eslint/types": "6.4.1", + "@typescript-eslint/visitor-keys": "6.4.1", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.1.tgz", + "integrity": "sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==", + "dependencies": { + "@typescript-eslint/types": "6.4.1", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", + "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", + "peer": true, + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "peer": true + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "peer": true + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", + "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", + "peer": true + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "peer": true, + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "peer": true + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", + "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "peer": true, + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "peer": true, + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "peer": true + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", + "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-opt": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6", + "@webassemblyjs/wast-printer": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", + "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", + "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", + "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", + "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", + "peer": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "peer": true + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "peer": true + }, + "node_modules/acorn": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-assertions": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + "peer": true, + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peer": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/ansi-align": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "dependencies": { + "string-width": "^4.1.0" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-escapes/node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==" + }, + "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==", + "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==" + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/aria-query": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "dependencies": { + "dequal": "^2.0.3" + } + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "dependencies": { + "call-bind": "^1.0.2", + "is-array-buffer": "^3.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-includes": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", + "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/array.prototype.findlastindex": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz", + "integrity": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0", + "get-intrinsic": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flat": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", + "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", + "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.tosorted": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", + "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0", + "get-intrinsic": "^1.1.3" + } + }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", + "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "get-intrinsic": "^1.2.1", + "is-array-buffer": "^3.0.2", + "is-shared-array-buffer": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==" + }, + "node_modules/astring": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", + "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==", + "bin": { + "astring": "bin/astring" + } + }, + "node_modules/asynciterator.prototype": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", + "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", + "dependencies": { + "has-symbols": "^1.0.3" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.15", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.15.tgz", + "integrity": "sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "browserslist": "^4.21.10", + "caniuse-lite": "^1.0.30001520", + "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/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axe-core": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz", + "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==", + "engines": { + "node": ">=4" + } + }, + "node_modules/axobject-query": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", + "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", + "dependencies": { + "dequal": "^2.0.3" + } + }, + "node_modules/babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==", + "dependencies": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + } + }, + "node_modules/babel-code-frame/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/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/babel-code-frame/node_modules/js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==" + }, + "node_modules/babel-code-frame/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/babel-code-frame/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", + "engines": { + "node": ">=0.8.0" + } + }, + "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==" + }, + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", + "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", + "dependencies": { + "ansi-align": "^3.0.0", + "camelcase": "^5.3.1", + "chalk": "^3.0.0", + "cli-boxes": "^2.2.0", + "string-width": "^4.1.0", + "term-size": "^2.1.0", + "type-fest": "^0.8.1", + "widest-line": "^3.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/boxen/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/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/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "peer": true + }, + "node_modules/builtins": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", + "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==" + }, + "node_modules/busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", + "dependencies": { + "streamsearch": "^1.1.0" + }, + "engines": { + "node": ">=10.16.0" + } + }, + "node_modules/cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cacheable-request/node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/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==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001522", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001522.tgz", + "integrity": "sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==", + "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/capture-stack-trace": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.2.tgz", + "integrity": "sha512-X/WM2UQs6VMHUtjUDnZTRI+i1crWteJySFzr9UpGoQa4WQffXVTTXuekjl7TjZRlcF2XfjgITT0HxZ9RnxeT0w==", + "engines": { + "node": ">=0.10.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "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-html4": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", + "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/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "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==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "peer": true, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" + }, + "node_modules/cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/client-only": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", + "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" + }, + "node_modules/cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dependencies": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "node_modules/cliui/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "engines": { + "node": ">=6" + } + }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "node_modules/cliui/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "engines": { + "node": ">=4" + } + }, + "node_modules/cliui/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/clone-response": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", + "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", + "dependencies": { + "mimic-response": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/clsx": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", + "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==", + "engines": { + "node": ">=6" + } + }, + "node_modules/color": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", + "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", + "dependencies": { + "color-convert": "^2.0.1", + "color-string": "^1.9.0" + }, + "engines": { + "node": ">=12.5.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/color-string": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "dependencies": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "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/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/comment-json": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-2.4.2.tgz", + "integrity": "sha512-T+iXox779qsqneMYx/x5BZyz4xjCeQRmuNVzz8tko7qZUs3MlzpA3RAs+O1XsgcKToNBMIvfVzafGOeiU7RggA==", + "dependencies": { + "core-util-is": "^1.0.2", + "esprima": "^4.0.1", + "has-own-prop": "^2.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "dependencies": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/create-error-class": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", + "integrity": "sha512-gYTKKexFO3kh200H1Nit76sRwRtOY32vQd3jpAQKpLtZqyNsSQNfI4N7o3eP2wUjV35pTWKRYqFUDBvUha/Pkw==", + "dependencies": { + "capture-stack-trace": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/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/damerau-levenshtein": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" + }, + "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/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "engines": { + "node": ">=0.10.0" + } + }, + "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/decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==", + "dependencies": { + "mimic-response": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + }, + "node_modules/defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" + }, + "node_modules/define-properties": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", + "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "dependencies": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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/detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/detect-libc": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" + }, + "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/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dependencies": { + "is-obj": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dotenv": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-5.0.1.tgz", + "integrity": "sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow==", + "engines": { + "node": ">=4.6.0" + } + }, + "node_modules/duplexer3": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz", + "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==" + }, + "node_modules/editorconfig": { + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz", + "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", + "dependencies": { + "commander": "^2.19.0", + "lru-cache": "^4.1.5", + "semver": "^5.6.0", + "sigmund": "^1.0.1" + }, + "bin": { + "editorconfig": "bin/editorconfig" + } + }, + "node_modules/editorconfig/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/editorconfig/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/editorconfig/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/editorconfig/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + }, + "node_modules/electron-to-chromium": { + "version": "1.4.499", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.499.tgz", + "integrity": "sha512-0NmjlYBLKVHva4GABWAaHuPJolnDuL0AhV3h1hES6rcLCWEIbRL6/8TghfsVwkx6TEroQVdliX7+aLysUpKvjw==" + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", + "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/es-abstract": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", + "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "arraybuffer.prototype.slice": "^1.0.1", + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "es-set-tostringtag": "^2.0.1", + "es-to-primitive": "^1.2.1", + "function.prototype.name": "^1.1.5", + "get-intrinsic": "^1.2.1", + "get-symbol-description": "^1.0.0", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", + "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.5", + "is-array-buffer": "^3.0.2", + "is-callable": "^1.2.7", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-typed-array": "^1.1.10", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.3", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.0", + "safe-array-concat": "^1.0.0", + "safe-regex-test": "^1.0.0", + "string.prototype.trim": "^1.2.7", + "string.prototype.trimend": "^1.0.6", + "string.prototype.trimstart": "^1.0.6", + "typed-array-buffer": "^1.0.0", + "typed-array-byte-length": "^1.0.0", + "typed-array-byte-offset": "^1.0.0", + "typed-array-length": "^1.0.4", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-iterator-helpers": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.13.tgz", + "integrity": "sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==", + "dependencies": { + "asynciterator.prototype": "^1.0.0", + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.21.3", + "es-set-tostringtag": "^2.0.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.2.1", + "globalthis": "^1.0.3", + "has-property-descriptors": "^1.0.0", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.5", + "iterator.prototype": "^1.1.0", + "safe-array-concat": "^1.0.0" + } + }, + "node_modules/es-module-lexer": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz", + "integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==", + "peer": true + }, + "node_modules/es-set-tostringtag": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", + "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "dependencies": { + "get-intrinsic": "^1.1.3", + "has": "^1.0.3", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "dependencies": { + "has": "^1.0.3" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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-goat": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "8.47.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz", + "integrity": "sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==", + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "^8.47.0", + "@humanwhocodes/config-array": "^0.11.10", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-config-next": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.19.tgz", + "integrity": "sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==", + "dependencies": { + "@next/eslint-plugin-next": "13.4.19", + "@rushstack/eslint-patch": "^1.1.3", + "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", + "eslint-import-resolver-node": "^0.3.6", + "eslint-import-resolver-typescript": "^3.5.2", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsx-a11y": "^6.5.1", + "eslint-plugin-react": "^7.31.7", + "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705" + }, + "peerDependencies": { + "eslint": "^7.23.0 || ^8.0.0", + "typescript": ">=3.3.1" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/eslint-import-resolver-node": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", + "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", + "dependencies": { + "debug": "^3.2.7", + "is-core-module": "^2.13.0", + "resolve": "^1.22.4" + } + }, + "node_modules/eslint-import-resolver-node/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-import-resolver-typescript": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.0.tgz", + "integrity": "sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==", + "dependencies": { + "debug": "^4.3.4", + "enhanced-resolve": "^5.12.0", + "eslint-module-utils": "^2.7.4", + "fast-glob": "^3.3.1", + "get-tsconfig": "^4.5.0", + "is-core-module": "^2.11.0", + "is-glob": "^4.0.3" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts" + }, + "peerDependencies": { + "eslint": "*", + "eslint-plugin-import": "*" + } + }, + "node_modules/eslint-module-utils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", + "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", + "dependencies": { + "debug": "^3.2.7" + }, + "engines": { + "node": ">=4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, + "node_modules/eslint-module-utils/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import": { + "version": "2.28.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", + "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.findlastindex": "^1.2.2", + "array.prototype.flat": "^1.3.1", + "array.prototype.flatmap": "^1.3.1", + "debug": "^3.2.7", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.7", + "eslint-module-utils": "^2.8.0", + "has": "^1.0.3", + "is-core-module": "^2.13.0", + "is-glob": "^4.0.3", + "minimatch": "^3.1.2", + "object.fromentries": "^2.0.6", + "object.groupby": "^1.0.0", + "object.values": "^1.1.6", + "semver": "^6.3.1", + "tsconfig-paths": "^3.14.2" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + } + }, + "node_modules/eslint-plugin-import/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-plugin-import/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-plugin-jsx-a11y": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", + "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", + "dependencies": { + "@babel/runtime": "^7.20.7", + "aria-query": "^5.1.3", + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", + "ast-types-flow": "^0.0.7", + "axe-core": "^4.6.2", + "axobject-query": "^3.1.1", + "damerau-levenshtein": "^1.0.8", + "emoji-regex": "^9.2.2", + "has": "^1.0.3", + "jsx-ast-utils": "^3.3.3", + "language-tags": "=1.0.5", + "minimatch": "^3.1.2", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=4.0" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, + "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-plugin-react": { + "version": "7.33.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", + "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", + "array.prototype.tosorted": "^1.1.1", + "doctrine": "^2.1.0", + "es-iterator-helpers": "^1.0.12", + "estraverse": "^5.3.0", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", + "object.hasown": "^1.1.2", + "object.values": "^1.1.6", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.4", + "semver": "^6.3.1", + "string.prototype.matchall": "^4.0.8" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + } + }, + "node_modules/eslint-plugin-react/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-plugin-react/node_modules/resolve": { + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "dependencies": { + "is-core-module": "^2.9.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/eslint-plugin-react/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estree-util-attach-comments": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-2.1.1.tgz", + "integrity": "sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==", + "dependencies": { + "@types/estree": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-util-build-jsx": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-2.2.2.tgz", + "integrity": "sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "estree-util-is-identifier-name": "^2.0.0", + "estree-walker": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-util-is-identifier-name": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.1.0.tgz", + "integrity": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-util-to-js": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-1.2.0.tgz", + "integrity": "sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "astring": "^1.8.0", + "source-map": "^0.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-util-visit": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-1.2.1.tgz", + "integrity": "sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "peer": true, + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==", + "dependencies": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/execa/node_modules/cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", + "dependencies": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "node_modules/execa/node_modules/get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/execa/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/execa/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/execa/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-glob": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "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==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" + }, + "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==", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/figures/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/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/fraction.js": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.1.tgz", + "integrity": "sha512-/KxoyCnPM0GwYI4NN0Iag38Tqt+od3/mLuguepLgCAKPn0ZhC544nssAW0tG2/00zXEYl9W+7hwAIpLHo6Oc7Q==", + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" + } + }, + "node_modules/framer-motion": { + "version": "10.16.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.1.tgz", + "integrity": "sha512-K6TXr5mZtitC/dxQCBdg7xzdN0d5IAIrlaqCPKtIQVdzVPGC0qBuJKXggHX1vjnP5gPOFwB1KbCCTWcnFc3kWg==", + "dependencies": { + "tslib": "^2.4.0" + }, + "optionalDependencies": { + "@emotion/is-prop-valid": "^0.8.2" + }, + "peerDependencies": { + "react": "^18.0.0", + "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, + "node_modules/fs-exists-sync": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz", + "integrity": "sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "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==" + }, + "node_modules/function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", + "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-tsconfig": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.0.tgz", + "integrity": "sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==", + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, + "node_modules/git-config-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-1.0.1.tgz", + "integrity": "sha512-KcJ2dlrrP5DbBnYIZ2nlikALfRhKzNSX0stvv3ImJ+fvC4hXKoV+U+74SV0upg+jlQZbrtQzc0bu6/Zh+7aQbg==", + "dependencies": { + "extend-shallow": "^2.0.1", + "fs-exists-sync": "^0.1.0", + "homedir-polyfill": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/git-username": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/git-username/-/git-username-1.0.0.tgz", + "integrity": "sha512-xm45KwBR6Eu1jO4umx/o2M84v9TC7tdOBuzLx8ayhdR9H1FBiiG9azz31uC0esDvaWVBTDINpJ5USomk+ja8OQ==", + "dependencies": { + "parse-github-url": "^1.0.2", + "remote-origin-url": "^1.0.0" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "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==", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "node_modules/global-dirs": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.1.0.tgz", + "integrity": "sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==", + "dependencies": { + "ini": "1.3.7" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/global-dirs/node_modules/ini": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", + "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==" + }, + "node_modules/globals": { + "version": "13.21.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", + "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "dependencies": { + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "dependencies": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + }, + "engines": { + "node": ">=8.6" + } + }, + "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/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-own-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", + "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dependencies": { + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-yarn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", + "engines": { + "node": ">=8" + } + }, + "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-to-estree": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-2.3.3.tgz", + "integrity": "sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==", + "dependencies": { + "@types/estree": "^1.0.0", + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^2.0.0", + "@types/unist": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "estree-util-attach-comments": "^2.0.0", + "estree-util-is-identifier-name": "^2.0.0", + "hast-util-whitespace": "^2.0.0", + "mdast-util-mdx-expression": "^1.0.0", + "mdast-util-mdxjs-esm": "^1.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "style-to-object": "^0.4.1", + "unist-util-position": "^4.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-estree/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/hast-util-to-estree/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/hast-util-to-estree/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/hast-util-to-string": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-1.0.4.tgz", + "integrity": "sha512-eK0MxRX47AV2eZ+Lyr18DCpQgodvaS3fAQO2+b9Two9F5HEoRPhiUMNzoXArMJfZi2yieFzUBMRl3HNJ3Jus3w==", + "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/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dependencies": { + "parse-passwd": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" + }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==", + "engines": { + "node": ">=4" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "engines": { + "node": ">=0.8.19" + } + }, + "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==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "node_modules/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/inquirer": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz", + "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.19", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/internal-slot": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", + "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "dependencies": { + "get-intrinsic": "^1.2.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "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-array-buffer": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.0", + "is-typed-array": "^1.1.10" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" + }, + "node_modules/is-async-function": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", + "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "dependencies": { + "ci-info": "^2.0.0" + }, + "bin": { + "is-ci": "bin.js" + } + }, + "node_modules/is-core-module": { + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", + "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "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-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-finalizationregistry": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "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-installed-globally": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", + "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", + "dependencies": { + "global-dirs": "^2.0.1", + "is-path-inside": "^3.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-npm": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", + "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "engines": { + "node": ">=8" + } + }, + "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/is-redirect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", + "integrity": "sha512-cr/SlUEe5zOGmzvj9bUyC4LVvkNVAXu4GytXLNMr1pny+a65MpQ9IJzFHD5vi7FyJgb4qt27+eS3TuQnqB+RQw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-reference": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.1.tgz", + "integrity": "sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==", + "dependencies": { + "@types/estree": "*" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-retry-allowed": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", + "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "dependencies": { + "which-typed-array": "^1.1.11" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "node_modules/is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-yarn-global": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" + }, + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, + "node_modules/iterator.prototype": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.0.tgz", + "integrity": "sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==", + "dependencies": { + "define-properties": "^1.1.4", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "has-tostringtag": "^1.0.0", + "reflect.getprototypeof": "^1.0.3" + } + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "peer": true, + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jiti": { + "version": "1.19.3", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.19.3.tgz", + "integrity": "sha512-5eEbBDQT/jF1xg6l36P+mWGGoH9Spuy0PCdSr2dtWRDGC6ph/w9ZCL4lmESW8f8F7MwT3XKescfP0wnZWAKL9w==", + "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/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==" + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "peer": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + }, + "node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsx-ast-utils": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "dependencies": { + "json-buffer": "3.0.0" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "engines": { + "node": ">=6" + } + }, + "node_modules/language-subtag-registry": { + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", + "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==" + }, + "node_modules/language-tags": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", + "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", + "dependencies": { + "language-subtag-registry": "~0.3.2" + } + }, + "node_modules/latest-version": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "dependencies": { + "package-json": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/libnpx": { + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/libnpx/-/libnpx-10.2.4.tgz", + "integrity": "sha512-BPc0D1cOjBeS8VIBKUu5F80s6njm0wbVt7CsGMrIcJ+SI7pi7V0uVPGpEMH9H5L8csOcclTxAXFE2VAsJXUhfA==", + "dependencies": { + "dotenv": "^5.0.1", + "npm-package-arg": "^6.0.0", + "rimraf": "^2.6.2", + "safe-buffer": "^5.1.0", + "update-notifier": "^2.3.0", + "which": "^1.3.0", + "y18n": "^4.0.0", + "yargs": "^14.2.3" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/ansi-align": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz", + "integrity": "sha512-TdlOggdA/zURfMYa7ABC66j+oqfMew58KpJMbUlH3bcZP1b+cBHIHDDn5uH9INsxrHBPjsqM0tDB4jPTF/vgJA==", + "dependencies": { + "string-width": "^2.0.0" + } + }, + "node_modules/libnpx/node_modules/ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/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/libnpx/node_modules/boxen": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz", + "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==", + "dependencies": { + "ansi-align": "^2.0.0", + "camelcase": "^4.0.0", + "chalk": "^2.0.1", + "cli-boxes": "^1.0.0", + "string-width": "^2.0.0", + "term-size": "^1.2.0", + "widest-line": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/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/libnpx/node_modules/ci-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", + "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==" + }, + "node_modules/libnpx/node_modules/cli-boxes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz", + "integrity": "sha512-3Fo5wu8Ytle8q9iCzS4D2MWVL2X7JVWRiS1BnXbTFDhS9c/REkM9vd1AmabsoZoY5/dGi5TT9iKL8Kb6DeBRQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/libnpx/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/libnpx/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/libnpx/node_modules/configstore": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.5.tgz", + "integrity": "sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA==", + "dependencies": { + "dot-prop": "^4.2.1", + "graceful-fs": "^4.1.2", + "make-dir": "^1.0.0", + "unique-string": "^1.0.0", + "write-file-atomic": "^2.0.0", + "xdg-basedir": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/crypto-random-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", + "integrity": "sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==", + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/dot-prop": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz", + "integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==", + "dependencies": { + "is-obj": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/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/libnpx/node_modules/get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/global-dirs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", + "integrity": "sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==", + "dependencies": { + "ini": "^1.3.4" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/got": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz", + "integrity": "sha512-Y/K3EDuiQN9rTZhBvPRWMLXIKdeD1Rj0nzunfoi0Yyn5WBEbzxXKU9Ub2X41oZBagVWOBU3MuDonFMgPWQFnwg==", + "dependencies": { + "create-error-class": "^3.0.0", + "duplexer3": "^0.1.4", + "get-stream": "^3.0.0", + "is-redirect": "^1.0.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "lowercase-keys": "^1.0.0", + "safe-buffer": "^5.0.1", + "timed-out": "^4.0.0", + "unzip-response": "^2.0.1", + "url-parse-lax": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/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/libnpx/node_modules/is-ci": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", + "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", + "dependencies": { + "ci-info": "^1.5.0" + }, + "bin": { + "is-ci": "bin.js" + } + }, + "node_modules/libnpx/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/is-installed-globally": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", + "integrity": "sha512-ERNhMg+i/XgDwPIPF3u24qpajVreaiSuvpb1Uu0jugw7KKcxGyCX8cgp8P5fwTmAuXku6beDHHECdKArjlg7tw==", + "dependencies": { + "global-dirs": "^0.1.0", + "is-path-inside": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/is-npm": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", + "integrity": "sha512-9r39FIr3d+KD9SbX0sfMsHzb5PP3uimOiwr3YupUaUFG4W0l1U57Rx3utpttV7qz5U3jmrO5auUa04LU9pyHsg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/libnpx/node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/libnpx/node_modules/is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", + "dependencies": { + "path-is-inside": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/libnpx/node_modules/latest-version": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz", + "integrity": "sha512-Be1YRHWWlZaSsrz2U+VInk+tO0EwLIyV+23RhWLINJYwg/UIikxjlj3MhH37/6/EDCAusjajvMkMMUXRaMWl/w==", + "dependencies": { + "package-json": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/make-dir": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", + "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", + "dependencies": { + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/package-json": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz", + "integrity": "sha512-q/R5GrMek0vzgoomq6rm9OX+3PQve8sLwTirmK30YB3Cu0Bbt9OX9M/SIUnroN5BGJkzwGsFwDaRGD9EwBOlCA==", + "dependencies": { + "got": "^6.7.1", + "registry-auth-token": "^3.0.1", + "registry-url": "^3.0.3", + "semver": "^5.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/libnpx/node_modules/registry-auth-token": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz", + "integrity": "sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==", + "dependencies": { + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/libnpx/node_modules/registry-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", + "integrity": "sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==", + "dependencies": { + "rc": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/libnpx/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/libnpx/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/libnpx/node_modules/semver-diff": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz", + "integrity": "sha512-gL8F8L4ORwsS0+iQ34yCYv///jsOq0ZL7WP55d1HnJ32o7tyFYEFQZQA22mrLIacZdU6xecaBBZ+uEiffGNyXw==", + "dependencies": { + "semver": "^5.0.3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/libnpx/node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/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/libnpx/node_modules/term-size": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", + "integrity": "sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==", + "dependencies": { + "execa": "^0.7.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/unique-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", + "integrity": "sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg==", + "dependencies": { + "crypto-random-string": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/update-notifier": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz", + "integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==", + "dependencies": { + "boxen": "^1.2.1", + "chalk": "^2.0.1", + "configstore": "^3.0.0", + "import-lazy": "^2.1.0", + "is-ci": "^1.0.10", + "is-installed-globally": "^0.1.0", + "is-npm": "^1.0.0", + "latest-version": "^3.0.0", + "semver-diff": "^2.0.0", + "xdg-basedir": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/url-parse-lax": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", + "integrity": "sha512-BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA==", + "dependencies": { + "prepend-http": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/libnpx/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/libnpx/node_modules/widest-line": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz", + "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", + "dependencies": { + "string-width": "^2.1.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/libnpx/node_modules/write-file-atomic": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", + "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", + "dependencies": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" + } + }, + "node_modules/libnpx/node_modules/xdg-basedir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz", + "integrity": "sha512-1Dly4xqlulvPD3fZUQJLY+FUIeqN3N2MM3uqe4rCJftAvOjFa3jFGfctOgluGx4ahPbUCsZkmJILiP0Vi4T6lQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "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==" + }, + "node_modules/listify": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/listify/-/listify-1.0.3.tgz", + "integrity": "sha512-083swF7iH7bx8666zdzBColpgEuy46HjN3r1isD4zV6Ix7FuHfb/2/WVnl4CH8hjuoWeFF7P5KkKNXUnJCFEJg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "peer": true, + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.castarray": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", + "integrity": "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + }, + "node_modules/longest": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-2.0.1.tgz", + "integrity": "sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "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/lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/markdown-extensions": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-1.1.1.tgz", + "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "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-definitions/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/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-find-and-replace/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/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-mdx": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.1.tgz", + "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==", + "dependencies": { + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-mdx-expression": "^1.0.0", + "mdast-util-mdx-jsx": "^2.0.0", + "mdast-util-mdxjs-esm": "^1.0.0", + "mdast-util-to-markdown": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-mdx-expression": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz", + "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^2.0.0", + "@types/mdast": "^3.0.0", + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-to-markdown": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-mdx-jsx": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.4.tgz", + "integrity": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^2.0.0", + "@types/mdast": "^3.0.0", + "@types/unist": "^2.0.0", + "ccount": "^2.0.0", + "mdast-util-from-markdown": "^1.1.0", + "mdast-util-to-markdown": "^1.3.0", + "parse-entities": "^4.0.0", + "stringify-entities": "^4.0.0", + "unist-util-remove-position": "^4.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdxjs-esm": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.1.tgz", + "integrity": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^2.0.0", + "@types/mdast": "^3.0.0", + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-to-markdown": "^1.0.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-hast/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/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-markdown/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/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/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "peer": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/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-extension-mdx-expression": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-1.0.8.tgz", + "integrity": "sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "@types/estree": "^1.0.0", + "micromark-factory-mdx-expression": "^1.0.0", + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-events-to-acorn": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0" + } + }, + "node_modules/micromark-extension-mdx-jsx": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-1.0.5.tgz", + "integrity": "sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==", + "dependencies": { + "@types/acorn": "^4.0.0", + "@types/estree": "^1.0.0", + "estree-util-is-identifier-name": "^2.0.0", + "micromark-factory-mdx-expression": "^1.0.0", + "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", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-mdx-md": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.1.tgz", + "integrity": "sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==", + "dependencies": { + "micromark-util-types": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-mdxjs": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-1.0.1.tgz", + "integrity": "sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==", + "dependencies": { + "acorn": "^8.0.0", + "acorn-jsx": "^5.0.0", + "micromark-extension-mdx-expression": "^1.0.0", + "micromark-extension-mdx-jsx": "^1.0.0", + "micromark-extension-mdx-md": "^1.0.0", + "micromark-extension-mdxjs-esm": "^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-mdxjs-esm": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.5.tgz", + "integrity": "sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==", + "dependencies": { + "@types/estree": "^1.0.0", + "micromark-core-commonmark": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-events-to-acorn": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "unist-util-position-from-estree": "^1.1.0", + "uvu": "^0.5.0", + "vfile-message": "^3.0.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-mdx-expression": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-1.0.9.tgz", + "integrity": "sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "@types/estree": "^1.0.0", + "micromark-util-character": "^1.0.0", + "micromark-util-events-to-acorn": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "unist-util-position-from-estree": "^1.0.0", + "uvu": "^0.5.0", + "vfile-message": "^3.0.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-events-to-acorn": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.2.3.tgz", + "integrity": "sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "@types/acorn": "^4.0.0", + "@types/estree": "^1.0.0", + "@types/unist": "^2.0.0", + "estree-util-visit": "^1.0.0", + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", + "uvu": "^0.5.0", + "vfile-message": "^3.0.0" + } + }, + "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==", + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/middleearth-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/middleearth-names/-/middleearth-names-1.1.0.tgz", + "integrity": "sha512-Oo1mbq9odpn6KHsDs8/UA5xFfX/gcrY+jWZpvd5MDaX0tjkxA7S7NTREQuqD7DWfluDgygjhKvETMWbwd3A9sA==", + "dependencies": { + "unique-random-array": "1.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "peer": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "peer": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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/mrm": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/mrm/-/mrm-3.0.10.tgz", + "integrity": "sha512-aRByZsPXMM8W0NHNH9afkKyk5OW4bB5pYNRIN+8iSVfpMAzqeMejmj/yIYcdFNJTksXmdPMfTaucm2NYdh4xIw==", + "dependencies": { + "git-username": "^1.0.0", + "glob": "^7.1.6", + "inquirer": "^7.0.4", + "is-directory": "^0.3.1", + "kleur": "^3.0.3", + "libnpx": "^10.2.4", + "listify": "^1.0.0", + "lodash": "^4.17.15", + "longest": "^2.0.1", + "middleearth-names": "^1.1.0", + "minimist": "^1.2.0", + "mrm-core": "^6.1.7", + "semver-utils": "^1.1.4", + "update-notifier": "^4.1.0", + "user-home": "^2.0.0", + "user-meta": "^1.0.0", + "which": "^2.0.2" + }, + "bin": { + "mrm": "bin/mrm.js" + }, + "engines": { + "node": ">=10.13" + } + }, + "node_modules/mrm-core": { + "version": "6.1.7", + "resolved": "https://registry.npmjs.org/mrm-core/-/mrm-core-6.1.7.tgz", + "integrity": "sha512-jLGWrkupcgGIsLerrI/xmM/dFHbaoehRsuVbgYBrxYKXNMRBHN3Mgkd8cw+/ZCCoiZEXF8/SaZol0GCp6oBQ9g==", + "dependencies": { + "babel-code-frame": "^6.26.0", + "comment-json": "^2.2.0", + "detect-indent": "^6.0.0", + "editorconfig": "^0.15.3", + "find-up": "^4.1.0", + "fs-extra": "^8.1.0", + "kleur": "^3.0.3", + "listify": "^1.0.0", + "lodash": "^4.17.15", + "minimist": "^1.2.0", + "prop-ini": "^0.0.2", + "rc": "^1.2.8", + "readme-badger": "^0.3.0", + "semver": "^6.3.0", + "smpltmpl": "^1.0.2", + "split-lines": "^2.0.0", + "strip-bom": "^4.0.0", + "validate-npm-package-name": "^3.0.0", + "webpack-merge": "^4.2.2", + "yaml": "^2.0.0-1" + }, + "engines": { + "node": ">=10.13" + } + }, + "node_modules/mrm-core/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mrm-core/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mrm-core/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mrm-core/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mrm-core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/mrm-core/node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/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/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "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==", + "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/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "peer": true + }, + "node_modules/next": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/next/-/next-13.4.19.tgz", + "integrity": "sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw==", + "dependencies": { + "@next/env": "13.4.19", + "@swc/helpers": "0.5.1", + "busboy": "1.6.0", + "caniuse-lite": "^1.0.30001406", + "postcss": "8.4.14", + "styled-jsx": "5.1.1", + "watchpack": "2.4.0", + "zod": "3.21.4" + }, + "bin": { + "next": "dist/bin/next" + }, + "engines": { + "node": ">=16.8.0" + }, + "optionalDependencies": { + "@next/swc-darwin-arm64": "13.4.19", + "@next/swc-darwin-x64": "13.4.19", + "@next/swc-linux-arm64-gnu": "13.4.19", + "@next/swc-linux-arm64-musl": "13.4.19", + "@next/swc-linux-x64-gnu": "13.4.19", + "@next/swc-linux-x64-musl": "13.4.19", + "@next/swc-win32-arm64-msvc": "13.4.19", + "@next/swc-win32-ia32-msvc": "13.4.19", + "@next/swc-win32-x64-msvc": "13.4.19" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "sass": "^1.3.0" + }, + "peerDependenciesMeta": { + "@opentelemetry/api": { + "optional": true + }, + "sass": { + "optional": true + } + } + }, + "node_modules/next/node_modules/postcss": { + "version": "8.4.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", + "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], + "dependencies": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "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==", + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm-package-arg": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.1.tgz", + "integrity": "sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==", + "dependencies": { + "hosted-git-info": "^2.7.1", + "osenv": "^0.1.5", + "semver": "^5.6.0", + "validate-npm-package-name": "^3.0.0" + } + }, + "node_modules/npm-package-arg/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "engines": { + "node": ">=4" + } + }, + "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==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-inspect": { + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.entries": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", + "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.fromentries": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", + "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.groupby": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz", + "integrity": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.21.2", + "get-intrinsic": "^1.2.1" + } + }, + "node_modules/object.hasown": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", + "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", + "dependencies": { + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.values": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", + "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dependencies": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "node_modules/p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "dependencies": { + "got": "^9.6.0", + "registry-auth-token": "^4.0.0", + "registry-url": "^5.0.0", + "semver": "^6.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/package-json/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-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-git-config": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-1.1.1.tgz", + "integrity": "sha512-S3LGXJZVSy/hswvbSkfdbKBRVsnqKrVu6j8fcvdtJ4TxosSELyQDsJPuGPXuZ+EyuYuJd3O4uAF8gcISR0OFrQ==", + "dependencies": { + "extend-shallow": "^2.0.1", + "fs-exists-sync": "^0.1.0", + "git-config-path": "^1.0.1", + "ini": "^1.3.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-github-url": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", + "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==", + "bin": { + "parse-github-url": "cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==" + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/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==" + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/periscopic": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", + "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^3.0.0", + "is-reference": "^3.0.0" + } + }, + "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==", + "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==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/postcss": { + "version": "8.4.28", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", + "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==", + "engines": { + "node": ">=4" + } + }, + "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-ini": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/prop-ini/-/prop-ini-0.0.2.tgz", + "integrity": "sha512-qyU57WvAvZDbzmRy9xDbJGVwrGJhmA+rYnVjy4xtX4Ny9c7gzvpmf/j7A3oq9ChbPh15MZQKjPep2mNdnAhtig==", + "dependencies": { + "extend": "^3.0.0" + } + }, + "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/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/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/pupa": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", + "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", + "dependencies": { + "escape-goat": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "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/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "peer": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "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": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "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==", + "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==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/readme-badger": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/readme-badger/-/readme-badger-0.3.0.tgz", + "integrity": "sha512-+sMOLSs1imZUISZ2Rhz7qqVd77QtpcAPbGeIraFdgJmijb04YtdlPjGNBvDChTNtLbeQ6JNGQy3pOgslWfaP3g==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/reflect.getprototypeof": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz", + "integrity": "sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.1", + "globalthis": "^1.0.3", + "which-builtin-type": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", + "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "functions-have-names": "^1.2.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/registry-auth-token": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.2.tgz", + "integrity": "sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==", + "dependencies": { + "rc": "1.2.8" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/registry-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "dependencies": { + "rc": "^1.2.8" + }, + "engines": { + "node": ">=8" + } + }, + "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-mdx": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-2.3.0.tgz", + "integrity": "sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==", + "dependencies": { + "mdast-util-mdx": "^2.0.0", + "micromark-extension-mdxjs": "^1.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/remote-origin-url": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/remote-origin-url/-/remote-origin-url-1.0.0.tgz", + "integrity": "sha512-xHDM6IBqivpiQ1e4WOuFpM/T6rbzA/WBsu+3WLtgPOhHyjA0nYlijV3NprlTb4FcXlQ5+Q+z174sQ1NnUF5FwA==", + "dependencies": { + "parse-git-config": "^1.1.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "node_modules/resolve": { + "version": "1.22.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", + "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "dependencies": { + "is-core-module": "^2.13.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-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, + "node_modules/responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==", + "dependencies": { + "lowercase-keys": "^1.0.0" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "engines": { + "node": ">=0.12.0" + } + }, + "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==", + "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/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/rxjs/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "node_modules/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/safe-array-concat": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", + "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.0", + "has-symbols": "^1.0.3", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "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/safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/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/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "peer": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver-diff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "dependencies": { + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/semver-diff/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/semver-utils": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/semver-utils/-/semver-utils-1.1.4.tgz", + "integrity": "sha512-EjnoLE5OGmDAVV/8YDoN5KiajNadjzIp9BAHOhYeQHt7j0UWxjmgsx4YD48wp4Ue1Qogq38F1GNUJNqF1kKKxA==" + }, + "node_modules/serialize-javascript": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", + "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", + "peer": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "node_modules/sharp": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.4.tgz", + "integrity": "sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==", + "hasInstallScript": true, + "dependencies": { + "color": "^4.2.3", + "detect-libc": "^2.0.3", + "semver": "^7.6.0" + }, + "engines": { + "libvips": ">=8.15.2", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-darwin-arm64": "0.33.4", + "@img/sharp-darwin-x64": "0.33.4", + "@img/sharp-libvips-darwin-arm64": "1.0.2", + "@img/sharp-libvips-darwin-x64": "1.0.2", + "@img/sharp-libvips-linux-arm": "1.0.2", + "@img/sharp-libvips-linux-arm64": "1.0.2", + "@img/sharp-libvips-linux-s390x": "1.0.2", + "@img/sharp-libvips-linux-x64": "1.0.2", + "@img/sharp-libvips-linuxmusl-arm64": "1.0.2", + "@img/sharp-libvips-linuxmusl-x64": "1.0.2", + "@img/sharp-linux-arm": "0.33.4", + "@img/sharp-linux-arm64": "0.33.4", + "@img/sharp-linux-s390x": "0.33.4", + "@img/sharp-linux-x64": "0.33.4", + "@img/sharp-linuxmusl-arm64": "0.33.4", + "@img/sharp-linuxmusl-x64": "0.33.4", + "@img/sharp-wasm32": "0.33.4", + "@img/sharp-win32-ia32": "0.33.4", + "@img/sharp-win32-x64": "0.33.4" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/sigmund": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g==" + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", + "dependencies": { + "is-arrayish": "^0.3.1" + } + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/smpltmpl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/smpltmpl/-/smpltmpl-1.0.2.tgz", + "integrity": "sha512-Hq23NNgeZigOzIiX1dkb6W3gFn2/XQj43KhPxu65IMieG/gIwf/lQb1IudjYv0c/5LwJeS/mPayYzyo+8WJMxQ==", + "dependencies": { + "babel-code-frame": "^6.26.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "peer": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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/split-lines": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/split-lines/-/split-lines-2.1.0.tgz", + "integrity": "sha512-8dv+1zKgTpfTkOy8XZLFyWrfxO0NV/bj/3EaQ+hBrBxGv2DwiroljPjU8NlCr+59nLnsVm9WYT7lXKwe4TC6bw==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/string.prototype.matchall": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", + "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", + "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/stringify-entities": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", + "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", + "dependencies": { + "character-entities-html4": "^2.0.0", + "character-entities-legacy": "^3.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/stringify-entities/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/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/style-to-object": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.2.tgz", + "integrity": "sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==", + "dependencies": { + "inline-style-parser": "0.1.1" + } + }, + "node_modules/styled-jsx": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz", + "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==", + "dependencies": { + "client-only": "0.0.1" + }, + "engines": { + "node": ">= 12.0.0" + }, + "peerDependencies": { + "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "babel-plugin-macros": { + "optional": true + } + } + }, + "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==", + "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/sucrase/node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/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==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tailwind-merge": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.14.0.tgz", + "integrity": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/dcastil" + } + }, + "node_modules/tailwindcss": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", + "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "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/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/term-size": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz", + "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/terser": { + "version": "5.19.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.2.tgz", + "integrity": "sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==", + "peer": true, + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", + "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", + "peer": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.17", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.1", + "terser": "^5.16.8" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "peer": true + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "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==", + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + }, + "node_modules/timed-out": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", + "integrity": "sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "engines": { + "node": ">=6" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/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-api-utils": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.2.tgz", + "integrity": "sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==", + "engines": { + "node": ">=16.13.0" + }, + "peerDependencies": { + "typescript": ">=4.2.0" + } + }, + "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==" + }, + "node_modules/tsconfig-paths": { + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", + "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "dependencies": { + "@types/json5": "^0.0.29", + "json5": "^1.0.2", + "minimist": "^1.2.6", + "strip-bom": "^3.0.0" + } + }, + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", + "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", + "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", + "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "is-typed-array": "^1.1.9" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/typescript": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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/unique-random": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-random/-/unique-random-1.0.0.tgz", + "integrity": "sha512-K1sUkPf9EXCZFNIlMCoX4icAqcvkR4FMPH4Z61HbyiWhQl1ZGo0zYeV2bJmocK8Cp6tnKYrCnpkeKGebXZoRTQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unique-random-array": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-random-array/-/unique-random-array-1.0.0.tgz", + "integrity": "sha512-vtj2yltjcHPa69nFjNJ3xnhsEwE8pMyjqUQDw2myz/iSezqf4YCAcygwFQEsOgMid5VNW/dCPbnb2BcmaDCCKg==", + "dependencies": { + "unique-random": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dependencies": { + "crypto-random-string": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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-position-from-estree": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-1.1.2.tgz", + "integrity": "sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-remove-position": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-4.0.2.tgz", + "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-visit": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-remove-position/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-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": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0", + "unist-util-visit-parents": "^3.0.0" + }, + "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/unist-util-visit/node_modules/unist-util-is": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit/node_modules/unist-util-visit-parents": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", + "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/unzip-response": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz", + "integrity": "sha512-N0XH6lqDtFH84JxptQoZYmloF4nzrQqqrAymNj+/gW60AO2AZgOcf4O/nUXJcYfyQkqvMo9lSupBZmmgvuVXlw==", + "engines": { + "node": ">=4" + } + }, + "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/update-notifier": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz", + "integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==", + "dependencies": { + "boxen": "^4.2.0", + "chalk": "^3.0.0", + "configstore": "^5.0.1", + "has-yarn": "^2.1.0", + "import-lazy": "^2.1.0", + "is-ci": "^2.0.0", + "is-installed-globally": "^0.3.1", + "is-npm": "^4.0.0", + "is-yarn-global": "^0.3.0", + "latest-version": "^5.0.0", + "pupa": "^2.0.1", + "semver-diff": "^3.1.1", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/yeoman/update-notifier?sponsor=1" + } + }, + "node_modules/update-notifier/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==", + "dependencies": { + "prepend-http": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/user-home": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", + "integrity": "sha512-KMWqdlOcjCYdtIJpicDSFBQ8nFwS2i9sslAd6f4+CBGcU4gist2REnr2fxj2YocvJFxSF3ZOHLYLVZnUxv4BZQ==", + "dependencies": { + "os-homedir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/user-meta": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/user-meta/-/user-meta-1.0.0.tgz", + "integrity": "sha512-Q/opMgFhVbBkdlTs44UKzV7L5Uj2zrJ4MVPXTTzJmrU1bHb2cX6wJzBIqEf1gROTzZIH8u39WmHsa5EvfnMPrw==", + "dependencies": { + "rc": "^1.2.1" + }, + "engines": { + "node": ">=4" + } + }, + "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==" + }, + "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/uvu/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/validate-npm-package-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", + "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==", + "dependencies": { + "builtins": "^1.0.3" + } + }, + "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-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/watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack": { + "version": "5.88.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", + "peer": true, + "dependencies": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^1.0.0", + "@webassemblyjs/ast": "^1.11.5", + "@webassemblyjs/wasm-edit": "^1.11.5", + "@webassemblyjs/wasm-parser": "^1.11.5", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.9.0", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.15.0", + "es-module-lexer": "^1.2.1", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.2.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.3.7", + "watchpack": "^2.4.0", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-merge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.2.tgz", + "integrity": "sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==", + "dependencies": { + "lodash": "^4.17.15" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "peer": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "peer": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/webpack/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "peer": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", + "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "dependencies": { + "function.prototype.name": "^1.1.5", + "has-tostringtag": "^1.0.0", + "is-async-function": "^2.0.0", + "is-date-object": "^1.0.5", + "is-finalizationregistry": "^1.0.2", + "is-generator-function": "^1.0.10", + "is-regex": "^1.1.4", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "dependencies": { + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-module": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" + }, + "node_modules/which-typed-array": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", + "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dependencies": { + "string-width": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dependencies": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "engines": { + "node": ">=6" + } + }, + "node_modules/wrap-ansi/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/wrap-ansi/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/wrap-ansi/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/wrap-ansi/node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "engines": { + "node": ">=4" + } + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" + }, + "node_modules/yaml": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", + "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", + "engines": { + "node": ">= 14" + } + }, + "node_modules/yargs": { + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.3.tgz", + "integrity": "sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==", + "dependencies": { + "cliui": "^5.0.0", + "decamelize": "^1.2.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^15.0.1" + } + }, + "node_modules/yargs-parser": { + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.3.tgz", + "integrity": "sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA==", + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "node_modules/yargs/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs/node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "node_modules/yargs/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "engines": { + "node": ">=4" + } + }, + "node_modules/yargs/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/yargs/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/yargs/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yargs/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zod": { + "version": "3.21.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz", + "integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "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": { + "@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==" + }, + "@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==" + }, + "@babel/runtime": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.10.tgz", + "integrity": "sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==", + "requires": { + "regenerator-runtime": "^0.14.0" + } + }, + "@emnapi/runtime": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz", + "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==", + "optional": true, + "requires": { + "tslib": "^2.4.0" + } + }, + "@emotion/is-prop-valid": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", + "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", + "optional": true, + "requires": { + "@emotion/memoize": "0.7.4" + } + }, + "@emotion/memoize": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", + "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==", + "optional": true + }, + "@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "requires": { + "eslint-visitor-keys": "^3.3.0" + } + }, + "@eslint-community/regexpp": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.7.0.tgz", + "integrity": "sha512-+HencqxU7CFJnQb7IKtuNBqS6Yx3Tz4kOL8BJXo+JyeiBm5MEX6pO8onXDkjrkCRlfYXS1Axro15ZjVFe9YgsA==" + }, + "@eslint/eslintrc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + } + }, + "@eslint/js": { + "version": "8.47.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz", + "integrity": "sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==" + }, + "@humanwhocodes/config-array": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", + "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "requires": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" + } + }, + "@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" + }, + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==" + }, + "@img/sharp-darwin-arm64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.4.tgz", + "integrity": "sha512-p0suNqXufJs9t3RqLBO6vvrgr5OhgbWp76s5gTRvdmxmuv9E1rcaqGUsl3l4mKVmXPkTkTErXediAui4x+8PSA==", + "optional": true, + "requires": { + "@img/sharp-libvips-darwin-arm64": "1.0.2" + } + }, + "@img/sharp-darwin-x64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.4.tgz", + "integrity": "sha512-0l7yRObwtTi82Z6ebVI2PnHT8EB2NxBgpK2MiKJZJ7cz32R4lxd001ecMhzzsZig3Yv9oclvqqdV93jo9hy+Dw==", + "optional": true, + "requires": { + "@img/sharp-libvips-darwin-x64": "1.0.2" + } + }, + "@img/sharp-libvips-darwin-arm64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.2.tgz", + "integrity": "sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==", + "optional": true + }, + "@img/sharp-libvips-darwin-x64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.2.tgz", + "integrity": "sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==", + "optional": true + }, + "@img/sharp-libvips-linux-arm": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.2.tgz", + "integrity": "sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==", + "optional": true + }, + "@img/sharp-libvips-linux-arm64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.2.tgz", + "integrity": "sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==", + "optional": true + }, + "@img/sharp-libvips-linux-s390x": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.2.tgz", + "integrity": "sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==", + "optional": true + }, + "@img/sharp-libvips-linux-x64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.2.tgz", + "integrity": "sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==", + "optional": true + }, + "@img/sharp-libvips-linuxmusl-arm64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.2.tgz", + "integrity": "sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==", + "optional": true + }, + "@img/sharp-libvips-linuxmusl-x64": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.2.tgz", + "integrity": "sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==", + "optional": true + }, + "@img/sharp-linux-arm": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.4.tgz", + "integrity": "sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==", + "optional": true, + "requires": { + "@img/sharp-libvips-linux-arm": "1.0.2" + } + }, + "@img/sharp-linux-arm64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.4.tgz", + "integrity": "sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==", + "optional": true, + "requires": { + "@img/sharp-libvips-linux-arm64": "1.0.2" + } + }, + "@img/sharp-linux-s390x": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.4.tgz", + "integrity": "sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==", + "optional": true, + "requires": { + "@img/sharp-libvips-linux-s390x": "1.0.2" + } + }, + "@img/sharp-linux-x64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.4.tgz", + "integrity": "sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==", + "optional": true, + "requires": { + "@img/sharp-libvips-linux-x64": "1.0.2" + } + }, + "@img/sharp-linuxmusl-arm64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.4.tgz", + "integrity": "sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==", + "optional": true, + "requires": { + "@img/sharp-libvips-linuxmusl-arm64": "1.0.2" + } + }, + "@img/sharp-linuxmusl-x64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.4.tgz", + "integrity": "sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==", + "optional": true, + "requires": { + "@img/sharp-libvips-linuxmusl-x64": "1.0.2" + } + }, + "@img/sharp-wasm32": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.4.tgz", + "integrity": "sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==", + "optional": true, + "requires": { + "@emnapi/runtime": "^1.1.1" + } + }, + "@img/sharp-win32-ia32": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.4.tgz", + "integrity": "sha512-99SJ91XzUhYHbx7uhK3+9Lf7+LjwMGQZMDlO/E/YVJ7Nc3lyDFZPGhjwiYdctoH2BOzW9+TnfqcaMKt0jHLdqw==", + "optional": true + }, + "@img/sharp-win32-x64": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.4.tgz", + "integrity": "sha512-3QLocdTRVIrFNye5YocZl+KKpYKP+fksi1QhmOArgx7GyhIbQp/WrJRu176jm8IxromS7RIkzMiMINVdBtC8Aw==", + "optional": true + }, + "@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==", + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==" + }, + "@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==" + }, + "@jridgewell/source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "peer": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@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==" + }, + "@jridgewell/trace-mapping": { + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", + "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", + "requires": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "@mapbox/rehype-prism": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@mapbox/rehype-prism/-/rehype-prism-0.8.0.tgz", + "integrity": "sha512-bIz4a3oZ8g+pQBHSMMIxNpYOMX4yq4aZdpezoiCl9yJudh1Z9SRmHQqH6f+WtTBNOORzXMEGkvBze4PiH17wtA==", + "requires": { + "hast-util-to-string": "^1.0.4", + "mrm": "^3.0.9", + "refractor": "^3.4.0", + "unist-util-visit": "^2.0.3" + } + }, + "@mdx-js/loader": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@mdx-js/loader/-/loader-2.3.0.tgz", + "integrity": "sha512-IqsscXh7Q3Rzb+f5DXYk0HU71PK+WuFsEhf+mSV3fOhpLcEpgsHvTQ2h0T6TlZ5gHOaBeFjkXwB52by7ypMyNg==", + "requires": { + "@mdx-js/mdx": "^2.0.0", + "source-map": "^0.7.0" + } + }, + "@mdx-js/mdx": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-2.3.0.tgz", + "integrity": "sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==", + "requires": { + "@types/estree-jsx": "^1.0.0", + "@types/mdx": "^2.0.0", + "estree-util-build-jsx": "^2.0.0", + "estree-util-is-identifier-name": "^2.0.0", + "estree-util-to-js": "^1.1.0", + "estree-walker": "^3.0.0", + "hast-util-to-estree": "^2.0.0", + "markdown-extensions": "^1.0.0", + "periscopic": "^3.0.0", + "remark-mdx": "^2.0.0", + "remark-parse": "^10.0.0", + "remark-rehype": "^10.0.0", + "unified": "^10.0.0", + "unist-util-position-from-estree": "^1.0.0", + "unist-util-stringify-position": "^3.0.0", + "unist-util-visit": "^4.0.0", + "vfile": "^5.0.0" + }, "dependencies": { - "@types/unist": "*" + "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==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + } + } } }, - "node_modules/@types/mdx": { + "@next/env": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/env/-/env-13.4.19.tgz", + "integrity": "sha512-FsAT5x0jF2kkhNkKkukhsyYOrRqtSxrEhfliniIq0bwWbuXLgyt3Gv0Ml+b91XwjwArmuP7NxCiGd++GGKdNMQ==" + }, + "@next/eslint-plugin-next": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.19.tgz", + "integrity": "sha512-N/O+zGb6wZQdwu6atMZHbR7T9Np5SUFUjZqCbj0sXm+MwQO35M8TazVB4otm87GkXYs2l6OPwARd3/PUWhZBVQ==", + "requires": { + "glob": "7.1.7" + } + }, + "@next/mdx": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-13.4.19.tgz", + "integrity": "sha512-EaWA30YxAqFcyQYNxCoL9/TCcZP1Nk6pvW0vf1M54qDAkAGiloWQqyttVKVbRz+qOYk92he6mBB4ej/7pmEinQ==", + "requires": { + "source-map": "^0.7.0" + } + }, + "@next/swc-darwin-arm64": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.19.tgz", + "integrity": "sha512-vv1qrjXeGbuF2mOkhkdxMDtv9np7W4mcBtaDnHU+yJG+bBwa6rYsYSCI/9Xm5+TuF5SbZbrWO6G1NfTh1TMjvQ==", + "optional": true + }, + "@next/swc-darwin-x64": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.4.19.tgz", + "integrity": "sha512-jyzO6wwYhx6F+7gD8ddZfuqO4TtpJdw3wyOduR4fxTUCm3aLw7YmHGYNjS0xRSYGAkLpBkH1E0RcelyId6lNsw==", + "optional": true + }, + "@next/swc-linux-arm64-gnu": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.4.19.tgz", + "integrity": "sha512-vdlnIlaAEh6H+G6HrKZB9c2zJKnpPVKnA6LBwjwT2BTjxI7e0Hx30+FoWCgi50e+YO49p6oPOtesP9mXDRiiUg==", + "optional": true + }, + "@next/swc-linux-arm64-musl": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.4.19.tgz", + "integrity": "sha512-aU0HkH2XPgxqrbNRBFb3si9Ahu/CpaR5RPmN2s9GiM9qJCiBBlZtRTiEca+DC+xRPyCThTtWYgxjWHgU7ZkyvA==", + "optional": true + }, + "@next/swc-linux-x64-gnu": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.4.19.tgz", + "integrity": "sha512-htwOEagMa/CXNykFFeAHHvMJeqZfNQEoQvHfsA4wgg5QqGNqD5soeCer4oGlCol6NGUxknrQO6VEustcv+Md+g==", + "optional": true + }, + "@next/swc-linux-x64-musl": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.4.19.tgz", + "integrity": "sha512-4Gj4vvtbK1JH8ApWTT214b3GwUh9EKKQjY41hH/t+u55Knxi/0wesMzwQRhppK6Ddalhu0TEttbiJ+wRcoEj5Q==", + "optional": true + }, + "@next/swc-win32-arm64-msvc": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.4.19.tgz", + "integrity": "sha512-bUfDevQK4NsIAHXs3/JNgnvEY+LRyneDN788W2NYiRIIzmILjba7LaQTfihuFawZDhRtkYCv3JDC3B4TwnmRJw==", + "optional": true + }, + "@next/swc-win32-ia32-msvc": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.4.19.tgz", + "integrity": "sha512-Y5kikILFAr81LYIFaw6j/NrOtmiM4Sf3GtOc0pn50ez2GCkr+oejYuKGcwAwq3jiTKuzF6OF4iT2INPoxRycEA==", + "optional": true + }, + "@next/swc-win32-x64-msvc": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.19.tgz", + "integrity": "sha512-YzA78jBDXMYiINdPdJJwGgPNT3YqBNNGhsthsDoWHL9p24tEJn9ViQf/ZqTbwSpX/RrkPupLfuuTH2sf73JBAw==", + "optional": true + }, + "@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==", + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.5.tgz", - "integrity": "sha512-76CqzuD6Q7LC+AtbPqrvD9AqsN0k8bsYo2bM2J8pmNldP1aIPAbzUQ7QbobyXL4eLr1wK5x8FZFe8eF/ubRuBg==" + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" }, - "node_modules/@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==" + "@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==", + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } }, - "node_modules/@types/ms": { + "@rushstack/eslint-patch": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.3.tgz", + "integrity": "sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==" + }, + "@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" + }, + "@swc/helpers": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz", + "integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==", + "requires": { + "tslib": "^2.4.0" + } + }, + "@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "requires": { + "defer-to-connect": "^1.0.1" + } + }, + "@tabler/icons": { + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==" + }, + "@tabler/icons-react": { + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", + "requires": { + "@tabler/icons": "2.32.0", + "prop-types": "^15.7.2" + } + }, + "@tailwindcss/typography": { + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.9.tgz", + "integrity": "sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==", + "requires": { + "lodash.castarray": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + } + } + }, + "@types/acorn": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", + "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", + "requires": { + "@types/estree": "*" + } + }, + "@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==", + "requires": { + "@types/ms": "*" + } + }, + "@types/eslint": { + "version": "8.44.2", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.2.tgz", + "integrity": "sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==", + "peer": true, + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "peer": true, + "requires": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "@types/estree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", + "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==" + }, + "@types/estree-jsx": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.0.tgz", + "integrity": "sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==", + "requires": { + "@types/estree": "*" + } + }, + "@types/hast": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.5.tgz", + "integrity": "sha512-SvQi0L/lNpThgPoleH53cdjB3y9zpLlVjRbqB3rH8hx1jiRSBGAhyjV3H+URFjNVRqt2EdYNrbZE5IsGlNfpRg==", + "requires": { + "@types/unist": "^2" + } + }, + "@types/json-schema": { + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", + "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==", + "peer": true + }, + "@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" + }, + "@types/mdast": { + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.12.tgz", + "integrity": "sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==", + "requires": { + "@types/unist": "^2" + } + }, + "@types/mdx": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.7.tgz", + "integrity": "sha512-BG4tyr+4amr3WsSEmHn/fXPqaCba/AYZ7dsaQTiavihQunHSIxk+uAtqsjvicNpyHN6cm+B9RVrUOtW9VzIKHw==" + }, + "@types/ms": { "version": "0.7.31", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" }, - "node_modules/@types/node": { - "version": "20.2.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz", - "integrity": "sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==", - "peer": true - }, - "node_modules/@types/normalize-package-data": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==" + "@types/node": { + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.3.tgz", + "integrity": "sha512-ITI7rbWczR8a/S6qjAW7DMqxqFMjjTo61qZVWJ1ubPvbIQsL5D/TvwjYEalM8Kthpe3hTzOGrF2TGbAu2uyqeA==" }, - "node_modules/@types/prop-types": { + "@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.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.8.tgz", - "integrity": "sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA==", - "dependencies": { + "@types/react": { + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", + "requires": { "@types/prop-types": "*", "@types/scheduler": "*", "csstype": "^3.0.2" } }, - "node_modules/@types/scheduler": { + "@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==", + "requires": { + "@types/react": "*" + } + }, + "@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/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" - }, - "node_modules/@typescript-eslint/parser": { - "version": "5.59.9", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.9.tgz", - "integrity": "sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==", - "dev": true, - "dependencies": { - "@typescript-eslint/scope-manager": "5.59.9", - "@typescript-eslint/types": "5.59.9", - "@typescript-eslint/typescript-estree": "5.59.9", + "@types/unist": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz", + "integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==" + }, + "@typescript-eslint/parser": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.4.1.tgz", + "integrity": "sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==", + "requires": { + "@typescript-eslint/scope-manager": "6.4.1", + "@typescript-eslint/types": "6.4.1", + "@typescript-eslint/typescript-estree": "6.4.1", + "@typescript-eslint/visitor-keys": "6.4.1", "debug": "^4.3.4" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } } }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "5.59.9", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz", - "integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.9", - "@typescript-eslint/visitor-keys": "5.59.9" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "@typescript-eslint/scope-manager": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.4.1.tgz", + "integrity": "sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==", + "requires": { + "@typescript-eslint/types": "6.4.1", + "@typescript-eslint/visitor-keys": "6.4.1" } }, - "node_modules/@typescript-eslint/types": { - "version": "5.59.9", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz", - "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } + "@typescript-eslint/types": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.4.1.tgz", + "integrity": "sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==" }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.59.9", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz", - "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.9", - "@typescript-eslint/visitor-keys": "5.59.9", + "@typescript-eslint/typescript-estree": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.1.tgz", + "integrity": "sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==", + "requires": { + "@typescript-eslint/types": "6.4.1", + "@typescript-eslint/visitor-keys": "6.4.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.59.9", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz", - "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.9", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" } }, - "node_modules/@voxpelli/semver-set": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@voxpelli/semver-set/-/semver-set-4.0.0.tgz", - "integrity": "sha512-Ap3eSfQbb0tKThHO/if6ARojs75HBtYHngESy6WNOwxvuU9cWbWFqTdD0XGSJxwh7/NfZmDvaFccjmAzCx3RFg==", - "dependencies": { - "semver": "^7.3.2" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" + "@typescript-eslint/visitor-keys": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.1.tgz", + "integrity": "sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==", + "requires": { + "@typescript-eslint/types": "6.4.1", + "eslint-visitor-keys": "^3.4.1" } }, - "node_modules/@webassemblyjs/ast": { + "@webassemblyjs/ast": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", "peer": true, - "dependencies": { + "requires": { "@webassemblyjs/helper-numbers": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6" } }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { + "@webassemblyjs/floating-point-hex-parser": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", "peer": true }, - "node_modules/@webassemblyjs/helper-api-error": { + "@webassemblyjs/helper-api-error": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", "peer": true }, - "node_modules/@webassemblyjs/helper-buffer": { + "@webassemblyjs/helper-buffer": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", "peer": true }, - "node_modules/@webassemblyjs/helper-numbers": { + "@webassemblyjs/helper-numbers": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", "peer": true, - "dependencies": { + "requires": { "@webassemblyjs/floating-point-hex-parser": "1.11.6", "@webassemblyjs/helper-api-error": "1.11.6", "@xtuc/long": "4.2.2" } }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", "peer": true }, - "node_modules/@webassemblyjs/helper-wasm-section": { + "@webassemblyjs/helper-wasm-section": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", "peer": true, - "dependencies": { + "requires": { "@webassemblyjs/ast": "1.11.6", "@webassemblyjs/helper-buffer": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", "@webassemblyjs/wasm-gen": "1.11.6" } }, - "node_modules/@webassemblyjs/ieee754": { + "@webassemblyjs/ieee754": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", "peer": true, - "dependencies": { + "requires": { "@xtuc/ieee754": "^1.2.0" } }, - "node_modules/@webassemblyjs/leb128": { + "@webassemblyjs/leb128": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", "peer": true, - "dependencies": { + "requires": { "@xtuc/long": "4.2.2" } }, - "node_modules/@webassemblyjs/utf8": { + "@webassemblyjs/utf8": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", "peer": true }, - "node_modules/@webassemblyjs/wasm-edit": { + "@webassemblyjs/wasm-edit": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", "peer": true, - "dependencies": { + "requires": { "@webassemblyjs/ast": "1.11.6", "@webassemblyjs/helper-buffer": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", @@ -930,12 +10529,12 @@ "@webassemblyjs/wast-printer": "1.11.6" } }, - "node_modules/@webassemblyjs/wasm-gen": { + "@webassemblyjs/wasm-gen": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", "peer": true, - "dependencies": { + "requires": { "@webassemblyjs/ast": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", "@webassemblyjs/ieee754": "1.11.6", @@ -943,24 +10542,24 @@ "@webassemblyjs/utf8": "1.11.6" } }, - "node_modules/@webassemblyjs/wasm-opt": { + "@webassemblyjs/wasm-opt": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", "peer": true, - "dependencies": { + "requires": { "@webassemblyjs/ast": "1.11.6", "@webassemblyjs/helper-buffer": "1.11.6", "@webassemblyjs/wasm-gen": "1.11.6", "@webassemblyjs/wasm-parser": "1.11.6" } }, - "node_modules/@webassemblyjs/wasm-parser": { + "@webassemblyjs/wasm-parser": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", "peer": true, - "dependencies": { + "requires": { "@webassemblyjs/ast": "1.11.6", "@webassemblyjs/helper-api-error": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", @@ -969,232 +10568,197 @@ "@webassemblyjs/utf8": "1.11.6" } }, - "node_modules/@webassemblyjs/wast-printer": { + "@webassemblyjs/wast-printer": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", "peer": true, - "dependencies": { + "requires": { "@webassemblyjs/ast": "1.11.6", "@xtuc/long": "4.2.2" } }, - "node_modules/@xtuc/ieee754": { + "@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "peer": true }, - "node_modules/@xtuc/long": { + "@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "peer": true - }, - "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "peer": true }, - "node_modules/acorn-import-assertions": { + "acorn": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==" + }, + "acorn-import-assertions": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", "peer": true, - "peerDependencies": { - "acorn": "^8" - } + "requires": {} }, - "node_modules/acorn-jsx": { + "acorn-jsx": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } + "requires": {} }, - "node_modules/ajv": { + "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { + "requires": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/ajv-keywords": { + "ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "peer": true, - "peerDependencies": { - "ajv": "^6.9.1" + "requires": {} + }, + "ansi-align": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "requires": { + "string-width": "^4.1.0" } }, - "node_modules/ansi-regex": { + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "requires": { + "type-fest": "^0.21.3" + }, + "dependencies": { + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" + } + } + }, + "ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" }, - "node_modules/ansi-styles": { + "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { + "requires": { "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/any-promise": { + "any-promise": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" }, - "node_modules/anymatch": { + "anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dependencies": { + "requires": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" } }, - "node_modules/arg": { + "arg": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" }, - "node_modules/argparse": { + "argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, - "node_modules/aria-query": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", - "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", - "dev": true, - "dependencies": { - "deep-equal": "^2.0.5" + "aria-query": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "requires": { + "dequal": "^2.0.3" } }, - "node_modules/array-buffer-byte-length": { + "array-buffer-byte-length": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "is-array-buffer": "^3.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/array-includes": { + "array-includes": { "version": "3.1.6", "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", - "dev": true, - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4", "get-intrinsic": "^1.1.3", "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/array-union": { + "array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" }, - "node_modules/array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "array.prototype.findlastindex": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz", + "integrity": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==", + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0", + "get-intrinsic": "^1.1.3" } }, - "node_modules/array.prototype.flat": { + "array.prototype.flat": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", - "dev": true, - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/array.prototype.flatmap": { + "array.prototype.flatmap": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", - "dev": true, - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/array.prototype.tosorted": { + "array.prototype.tosorted": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", - "dev": true, - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4", @@ -1202,846 +10766,751 @@ "get-intrinsic": "^1.1.3" } }, - "node_modules/arrify": { + "arraybuffer.prototype.slice": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "engines": { - "node": ">=0.10.0" + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", + "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "requires": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "get-intrinsic": "^1.2.1", + "is-array-buffer": "^3.0.2", + "is-shared-array-buffer": "^1.0.2" } }, - "node_modules/ast-types-flow": { + "ast-types-flow": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", - "dev": true + "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==" }, - "node_modules/astring": { + "astring": { "version": "1.8.6", "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", - "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==", - "bin": { - "astring": "bin/astring" - } + "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==" }, - "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", - "dev": true + "asynciterator.prototype": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", + "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", + "requires": { + "has-symbols": "^1.0.3" + } }, - "node_modules/autoprefixer": { - "version": "10.4.14", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz", - "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==", - "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", + "autoprefixer": { + "version": "10.4.15", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.15.tgz", + "integrity": "sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==", + "requires": { + "browserslist": "^4.21.10", + "caniuse-lite": "^1.0.30001520", "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/available-typed-arrays": { + "available-typed-arrays": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==" }, - "node_modules/axe-core": { + "axe-core": { "version": "4.7.2", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz", - "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==", - "dev": true, - "engines": { - "node": ">=4" - } + "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==" }, - "node_modules/axobject-query": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", - "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", - "dev": true, + "axobject-query": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", + "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", + "requires": { + "dequal": "^2.0.3" + } + }, + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==", + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + }, "dependencies": { - "deep-equal": "^2.0.5" + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "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==" + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==" + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==" + } } }, - "node_modules/b4a": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz", - "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==" - }, - "node_modules/bail": { + "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" - } + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" }, - "node_modules/balanced-match": { + "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, - "node_modules/bare-events": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz", - "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==", - "optional": true - }, - "node_modules/bare-fs": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.2.2.tgz", - "integrity": "sha512-X9IqgvyB0/VA5OZJyb5ZstoN62AzD7YxVGog13kkfYWYqJYcK0kcqLZ6TrmH5qr4/8//ejVcX4x/a0UvaogXmA==", - "optional": true, - "dependencies": { - "bare-events": "^2.0.0", - "bare-os": "^2.0.0", - "bare-path": "^2.0.0", - "streamx": "^2.13.0" - } - }, - "node_modules/bare-os": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.2.1.tgz", - "integrity": "sha512-OwPyHgBBMkhC29Hl3O4/YfxW9n7mdTr2+SsO29XBWKKJsbgj3mnorDB80r5TiCQgQstgE5ga1qNYrpes6NvX2w==", - "optional": true - }, - "node_modules/bare-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-2.1.0.tgz", - "integrity": "sha512-DIIg7ts8bdRKwJRJrUMy/PICEaQZaPGZ26lsSx9MJSwIhSrcdHn7/C8W+XmnG/rKi6BaRcz+JO00CjZteybDtw==", - "optional": true, - "dependencies": { - "bare-os": "^2.1.0" - } - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "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/binary-extensions": { + "binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "engines": { - "node": ">=8" - } + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" + "boxen": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", + "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", + "requires": { + "ansi-align": "^3.0.0", + "camelcase": "^5.3.1", + "chalk": "^3.0.0", + "cli-boxes": "^2.2.0", + "string-width": "^4.1.0", + "term-size": "^2.1.0", + "type-fest": "^0.8.1", + "widest-line": "^3.1.0" + }, + "dependencies": { + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + } } }, - "node_modules/brace-expansion": { + "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { + "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, - "node_modules/braces": { + "braces": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { + "requires": { "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" } }, - "node_modules/browserslist": { - "version": "4.21.7", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.7.tgz", - "integrity": "sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==", - "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.30001489", - "electron-to-chromium": "^1.4.411", - "node-releases": "^2.0.12", + "browserslist": { + "version": "4.21.10", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", + "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", + "requires": { + "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/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "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": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" } }, - "node_modules/buffer-from": { + "buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "peer": true }, - "node_modules/busboy": { + "builtins": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", + "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==" + }, + "busboy": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", - "dependencies": { + "requires": { "streamsearch": "^1.1.0" - }, - "engines": { - "node": ">=10.16.0" } }, - "node_modules/call-bind": { + "cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "dependencies": { + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "requires": { + "pump": "^3.0.0" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" + } + } + }, + "call-bind": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "dependencies": { + "requires": { "function-bind": "^1.1.1", "get-intrinsic": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/callsites": { + "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" }, - "node_modules/camelcase": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", - "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, - "node_modules/camelcase-css": { + "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==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/camelcase-keys": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-8.0.2.tgz", - "integrity": "sha512-qMKdlOfsjlezMqxkUGGMaWWs17i2HoL15tM+wtx8ld4nLrUwU58TFdvyGOz/piNP842KeO8yXvggVQSdQ828NA==", - "dependencies": { - "camelcase": "^7.0.0", - "map-obj": "^4.3.0", - "quick-lru": "^6.1.1", - "type-fest": "^2.13.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==" }, - "node_modules/camelcase-keys/node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "caniuse-lite": { + "version": "1.0.30001522", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001522.tgz", + "integrity": "sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==" }, - "node_modules/caniuse-lite": { - "version": "1.0.30001600", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001600.tgz", - "integrity": "sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==", - "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" - } - ] + "capture-stack-trace": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.2.tgz", + "integrity": "sha512-X/WM2UQs6VMHUtjUDnZTRI+i1crWteJySFzr9UpGoQa4WQffXVTTXuekjl7TjZRlcF2XfjgITT0HxZ9RnxeT0w==" }, - "node_modules/ccount": { + "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" - } + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" }, - "node_modules/chalk": { + "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { + "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "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" - } + "character-entities": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", + "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" }, - "node_modules/character-entities-html4": { + "character-entities-html4": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", - "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==" }, - "node_modules/character-entities-legacy": { + "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" - } + "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" }, - "node_modules/character-reference-invalid": { + "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" - } + "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" }, - "node_modules/chokidar": { + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" + }, + "chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "dependencies": { + "requires": { "anymatch": "~3.1.2", "braces": "~3.0.2", + "fsevents": "~2.3.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==", "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "requires": { + "is-glob": "^4.0.1" + } + } } }, - "node_modules/chownr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" - }, - "node_modules/chrome-trace-event": { + "chrome-trace-event": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "peer": true, - "engines": { - "node": ">=6.0" + "peer": true + }, + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" + }, + "cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==" + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "requires": { + "restore-cursor": "^3.1.0" } }, - "node_modules/client-only": { + "cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==" + }, + "client-only": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" }, - "node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "engines": { - "node": ">=6" + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } } }, - "node_modules/color": { + "clone-response": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", + "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", + "requires": { + "mimic-response": "^1.0.0" + } + }, + "clsx": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", + "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==" + }, + "color": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", - "dependencies": { + "requires": { "color-convert": "^2.0.1", "color-string": "^1.9.0" - }, - "engines": { - "node": ">=12.5.0" } }, - "node_modules/color-convert": { + "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { + "requires": { "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" } }, - "node_modules/color-name": { + "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/color-string": { + "color-string": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", - "dependencies": { + "requires": { "color-name": "^1.0.0", "simple-swizzle": "^0.2.2" } }, - "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" - } + "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==" }, - "node_modules/commander": { + "commander": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "engines": { - "node": ">= 6" - } + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true + "comment-json": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-2.4.2.tgz", + "integrity": "sha512-T+iXox779qsqneMYx/x5BZyz4xjCeQRmuNVzz8tko7qZUs3MlzpA3RAs+O1XsgcKToNBMIvfVzafGOeiU7RggA==", + "requires": { + "core-util-is": "^1.0.2", + "esprima": "^4.0.1", + "has-own-prop": "^2.0.0", + "repeat-string": "^1.6.1" + } }, - "node_modules/concat-map": { + "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, - "node_modules/cross-spawn": { + "configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "requires": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + } + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "create-error-class": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", + "integrity": "sha512-gYTKKexFO3kh200H1Nit76sRwRtOY32vQd3jpAQKpLtZqyNsSQNfI4N7o3eP2wUjV35pTWKRYqFUDBvUha/Pkw==", + "requires": { + "capture-stack-trace": "^1.0.0" + } + }, + "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { + "requires": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" } }, - "node_modules/cssesc": { + "crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + }, + "cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" }, - "node_modules/csstype": { + "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/damerau-levenshtein": { + "damerau-levenshtein": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", - "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", - "dev": true + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" }, - "node_modules/debug": { + "debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { + "requires": { "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-6.0.0.tgz", - "integrity": "sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/decamelize-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", - "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", - "dependencies": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/decamelize-keys/node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decamelize-keys/node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", - "engines": { - "node": ">=0.10.0" } }, - "node_modules/decode-named-character-reference": { + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" + }, + "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": { + "requires": { "character-entities": "^2.0.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/decompress-response": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", - "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", "dependencies": { - "mimic-response": "^3.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "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==" + } } }, - "node_modules/deep-equal": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.1.tgz", - "integrity": "sha512-lKdkdV6EOGoVn65XaOsPdH4rMxTZOnmFyuIkMjM1i5HHCbfjC97dawgTAy0deYNfuqUqW+Q5VrVaQYtUpSd6yQ==", - "dev": true, - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "es-get-iterator": "^1.1.3", - "get-intrinsic": "^1.2.0", - "is-arguments": "^1.1.1", - "is-array-buffer": "^3.0.2", - "is-date-object": "^1.0.5", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "isarray": "^2.0.5", - "object-is": "^1.1.5", - "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "side-channel": "^1.0.4", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.9" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==", + "requires": { + "mimic-response": "^1.0.0" } }, - "node_modules/deep-extend": { + "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "engines": { - "node": ">=4.0.0" - } + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" }, - "node_modules/deep-is": { + "deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" }, - "node_modules/define-properties": { + "defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" + }, + "define-properties": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", - "dependencies": { + "requires": { "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/dequal": { + "dequal": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "engines": { - "node": ">=6" - } + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" }, - "node_modules/detect-libc": { + "detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==" + }, + "detect-libc": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", - "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", - "engines": { - "node": ">=8" - } + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" }, - "node_modules/didyoumean": { + "didyoumean": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" }, - "node_modules/diff": { + "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" - } + "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==" }, - "node_modules/dir-glob": { + "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "dependencies": { + "requires": { "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" } }, - "node_modules/dlv": { + "dlv": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" }, - "node_modules/doctrine": { + "doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "dependencies": { + "requires": { "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" } }, - "node_modules/electron-to-chromium": { - "version": "1.4.424", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.424.tgz", - "integrity": "sha512-KOfOIoEE0b3L0CTDgqS+NpokmcBdxpqLIPtp9PL0v5GAMZmZXa9uoUfWJdEy63MNy6jMvKHkBVUYY5DSuqqpdw==" + "dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "requires": { + "is-obj": "^2.0.0" + } }, - "node_modules/email-addresses": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-5.0.0.tgz", - "integrity": "sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==", - "dev": true + "dotenv": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-5.0.1.tgz", + "integrity": "sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow==" + }, + "duplexer3": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz", + "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==" + }, + "editorconfig": { + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz", + "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==", + "requires": { + "commander": "^2.19.0", + "lru-cache": "^4.1.5", + "semver": "^5.6.0", + "sigmund": "^1.0.1" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + } + } }, - "node_modules/emoji-regex": { + "electron-to-chromium": { + "version": "1.4.499", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.499.tgz", + "integrity": "sha512-0NmjlYBLKVHva4GABWAaHuPJolnDuL0AhV3h1hES6rcLCWEIbRL6/8TghfsVwkx6TEroQVdliX7+aLysUpKvjw==" + }, + "emoji-regex": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" }, - "node_modules/end-of-stream": { + "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dependencies": { + "requires": { "once": "^1.4.0" } }, - "node_modules/enhanced-resolve": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.14.1.tgz", - "integrity": "sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==", - "peer": true, - "dependencies": { + "enhanced-resolve": { + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", + "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", + "requires": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" } }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.21.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz", - "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==", - "dependencies": { + "es-abstract": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", + "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", + "requires": { "array-buffer-byte-length": "^1.0.0", + "arraybuffer.prototype.slice": "^1.0.1", "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", "es-set-tostringtag": "^2.0.1", "es-to-primitive": "^1.2.1", "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.2.0", + "get-intrinsic": "^1.2.1", "get-symbol-description": "^1.0.0", "globalthis": "^1.0.3", "gopd": "^1.0.1", @@ -2061,335 +11530,254 @@ "object-inspect": "^1.12.3", "object-keys": "^1.1.1", "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.4.3", + "regexp.prototype.flags": "^1.5.0", + "safe-array-concat": "^1.0.0", "safe-regex-test": "^1.0.0", "string.prototype.trim": "^1.2.7", "string.prototype.trimend": "^1.0.6", "string.prototype.trimstart": "^1.0.6", + "typed-array-buffer": "^1.0.0", + "typed-array-byte-length": "^1.0.0", + "typed-array-byte-offset": "^1.0.0", "typed-array-length": "^1.0.4", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.9" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "which-typed-array": "^1.1.10" } }, - "node_modules/es-get-iterator": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", - "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", - "dev": true, - "dependencies": { + "es-iterator-helpers": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.13.tgz", + "integrity": "sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==", + "requires": { + "asynciterator.prototype": "^1.0.0", "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.0", + "es-abstract": "^1.21.3", + "es-set-tostringtag": "^2.0.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.2.1", + "globalthis": "^1.0.3", + "has-property-descriptors": "^1.0.0", + "has-proto": "^1.0.1", "has-symbols": "^1.0.3", - "is-arguments": "^1.1.1", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.7", - "isarray": "^2.0.5", - "stop-iteration-iterator": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "internal-slot": "^1.0.5", + "iterator.prototype": "^1.1.0", + "safe-array-concat": "^1.0.0" } }, - "node_modules/es-module-lexer": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.2.1.tgz", - "integrity": "sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==", + "es-module-lexer": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz", + "integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==", "peer": true }, - "node_modules/es-set-tostringtag": { + "es-set-tostringtag": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", - "dependencies": { + "requires": { "get-intrinsic": "^1.1.3", "has": "^1.0.3", "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" } }, - "node_modules/es-shim-unscopables": { + "es-shim-unscopables": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", - "dev": true, - "dependencies": { + "requires": { "has": "^1.0.3" } }, - "node_modules/es-to-primitive": { + "es-to-primitive": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { + "requires": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/escalade": { + "escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "engines": { - "node": ">=6" - } + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" }, - "node_modules/escape-string-regexp": { + "escape-goat": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==" + }, + "escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.19.0.tgz", - "integrity": "sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==", - "dev": true, - "dependencies": { - "@eslint/eslintrc": "^1.3.0", - "@humanwhocodes/config-array": "^0.9.2", - "ajv": "^6.10.0", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + }, + "eslint": { + "version": "8.47.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz", + "integrity": "sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==", + "requires": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "^8.47.0", + "@humanwhocodes/config-array": "^0.11.10", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.2", - "esquery": "^1.4.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^6.0.1", - "globals": "^13.15.0", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "regexpp": "^3.2.0", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "text-table": "^0.2.0" } }, - "node_modules/eslint-config-next": { - "version": "12.2.5", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-12.2.5.tgz", - "integrity": "sha512-SOowilkqPzW6DxKp3a3SYlrfPi5Ajs9MIzp9gVfUDxxH9QFM5ElkR1hX5m/iICJuvCbWgQqFBiA3mCMozluniw==", - "dev": true, - "dependencies": { - "@next/eslint-plugin-next": "12.2.5", + "eslint-config-next": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.19.tgz", + "integrity": "sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==", + "requires": { + "@next/eslint-plugin-next": "13.4.19", "@rushstack/eslint-patch": "^1.1.3", - "@typescript-eslint/parser": "^5.21.0", + "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", "eslint-import-resolver-node": "^0.3.6", - "eslint-import-resolver-typescript": "^2.7.1", + "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.29.4", - "eslint-plugin-react-hooks": "^4.5.0" - }, - "peerDependencies": { - "eslint": "^7.23.0 || ^8.0.0", - "typescript": ">=3.3.1" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "eslint-plugin-react": "^7.31.7", + "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705" } }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz", - "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==", - "dev": true, - "dependencies": { + "eslint-import-resolver-node": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", + "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", + "requires": { "debug": "^3.2.7", - "is-core-module": "^2.11.0", - "resolve": "^1.22.1" - } - }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-import-resolver-typescript": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.1.tgz", - "integrity": "sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==", - "dev": true, - "dependencies": { - "debug": "^4.3.4", - "glob": "^7.2.0", - "is-glob": "^4.0.3", - "resolve": "^1.22.0", - "tsconfig-paths": "^3.14.1" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "*", - "eslint-plugin-import": "*" - } - }, - "node_modules/eslint-import-resolver-typescript/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" + "is-core-module": "^2.13.0", + "resolve": "^1.22.4" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/eslint-module-utils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", - "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", - "dev": true, "dependencies": { - "debug": "^3.2.7" - }, - "engines": { - "node": ">=4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "requires": { + "ms": "^2.1.1" + } } } }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "dependencies": { - "ms": "^2.1.1" + "eslint-import-resolver-typescript": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.0.tgz", + "integrity": "sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==", + "requires": { + "debug": "^4.3.4", + "enhanced-resolve": "^5.12.0", + "eslint-module-utils": "^2.7.4", + "fast-glob": "^3.3.1", + "get-tsconfig": "^4.5.0", + "is-core-module": "^2.11.0", + "is-glob": "^4.0.3" } }, - "node_modules/eslint-plugin-import": { - "version": "2.27.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", - "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", - "dev": true, + "eslint-module-utils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", + "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", + "requires": { + "debug": "^3.2.7" + }, "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "eslint-plugin-import": { + "version": "2.28.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", + "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", + "requires": { "array-includes": "^3.1.6", + "array.prototype.findlastindex": "^1.2.2", "array.prototype.flat": "^1.3.1", "array.prototype.flatmap": "^1.3.1", "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.7", - "eslint-module-utils": "^2.7.4", + "eslint-module-utils": "^2.8.0", "has": "^1.0.3", - "is-core-module": "^2.11.0", + "is-core-module": "^2.13.0", "is-glob": "^4.0.3", "minimatch": "^3.1.2", + "object.fromentries": "^2.0.6", + "object.groupby": "^1.0.0", "object.values": "^1.1.6", - "resolve": "^1.22.1", - "semver": "^6.3.0", - "tsconfig-paths": "^3.14.1" - }, - "engines": { - "node": ">=4" + "semver": "^6.3.1", + "tsconfig-paths": "^3.14.2" }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" - } - }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-import/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "requires": { + "esutils": "^2.0.2" + } + }, + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } } }, - "node_modules/eslint-plugin-jsx-a11y": { + "eslint-plugin-jsx-a11y": { "version": "6.7.1", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", - "dev": true, - "dependencies": { + "requires": { "@babel/runtime": "^7.20.7", "aria-query": "^5.1.3", "array-includes": "^3.1.6", @@ -2407,32 +11795,24 @@ "object.fromentries": "^2.0.6", "semver": "^6.3.0" }, - "engines": { - "node": ">=4.0" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" - } - }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" + "dependencies": { + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } } }, - "node_modules/eslint-plugin-react": { - "version": "7.32.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz", - "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==", - "dev": true, - "dependencies": { + "eslint-plugin-react": { + "version": "7.33.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", + "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", + "requires": { "array-includes": "^3.1.6", "array.prototype.flatmap": "^1.3.1", "array.prototype.tosorted": "^1.1.1", "doctrine": "^2.1.0", + "es-iterator-helpers": "^1.0.12", "estraverse": "^5.3.0", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", @@ -2442,822 +11822,654 @@ "object.values": "^1.1.6", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.4", - "semver": "^6.3.0", + "semver": "^6.3.1", "string.prototype.matchall": "^4.0.8" }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + "dependencies": { + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "requires": { + "esutils": "^2.0.2" + } + }, + "resolve": { + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "requires": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } } }, - "node_modules/eslint-plugin-react-hooks": { + "eslint-plugin-react-hooks": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", - "dev": true, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" - } - }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", - "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", - "dev": true, - "dependencies": { - "is-core-module": "^2.9.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/eslint-plugin-react/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } + "requires": {} }, - "node_modules/eslint-scope": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", - "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", - "dev": true, - "dependencies": { + "eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "requires": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true, - "engines": { - "node": ">=10" } }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz", - "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } + "eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" }, - "node_modules/espree": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz", - "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==", - "dev": true, - "dependencies": { - "acorn": "^8.8.0", + "espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "requires": { + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.4.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" } }, - "node_modules/esquery": { + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "esquery": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", - "dev": true, - "dependencies": { + "requires": { "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" } }, - "node_modules/esrecurse": { + "esrecurse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dependencies": { + "requires": { "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" } }, - "node_modules/estraverse": { + "estraverse": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "engines": { - "node": ">=4.0" - } + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" }, - "node_modules/estree-util-attach-comments": { + "estree-util-attach-comments": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-2.1.1.tgz", "integrity": "sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==", - "dependencies": { + "requires": { "@types/estree": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/estree-util-build-jsx": { + "estree-util-build-jsx": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-2.2.2.tgz", "integrity": "sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==", - "dependencies": { + "requires": { "@types/estree-jsx": "^1.0.0", "estree-util-is-identifier-name": "^2.0.0", "estree-walker": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/estree-util-is-identifier-name": { + "estree-util-is-identifier-name": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.1.0.tgz", - "integrity": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } + "integrity": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==" }, - "node_modules/estree-util-to-js": { + "estree-util-to-js": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-1.2.0.tgz", "integrity": "sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==", - "dependencies": { + "requires": { "@types/estree-jsx": "^1.0.0", "astring": "^1.8.0", "source-map": "^0.7.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/estree-util-visit": { + "estree-util-visit": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-1.2.1.tgz", "integrity": "sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==", - "dependencies": { + "requires": { "@types/estree-jsx": "^1.0.0", "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/estree-walker": { + "estree-walker": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", - "dependencies": { + "requires": { "@types/estree": "^1.0.0" } }, - "node_modules/esutils": { + "esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" }, - "node_modules/events": { + "events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "peer": true, - "engines": { - "node": ">=0.8.x" - } + "peer": true }, - "node_modules/expand-template": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", - "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", - "engines": { - "node": ">=6" + "execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==", + "requires": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + } } }, - "node_modules/extend": { + "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-deep-equal": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + } + }, + "fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, - "node_modules/fast-fifo": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", - "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" - }, - "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", - "dependencies": { + "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==", + "requires": { "@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==", "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "requires": { + "is-glob": "^4.0.1" + } + } } }, - "node_modules/fast-json-stable-stringify": { + "fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, - "node_modules/fast-levenshtein": { + "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" }, - "node_modules/fastq": { + "fastq": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "dependencies": { + "requires": { "reusify": "^1.0.4" } }, - "node_modules/feed": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/feed/-/feed-4.2.2.tgz", - "integrity": "sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==", - "dependencies": { - "xml-js": "^1.6.11" + "figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "requires": { + "escape-string-regexp": "^1.0.5" }, - "engines": { - "node": ">=0.4.0" + "dependencies": { + "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==" + } } }, - "node_modules/file-entry-cache": { + "file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "dependencies": { + "requires": { "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/filename-reserved-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", - "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/filenamify": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz", - "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", - "dev": true, - "dependencies": { - "filename-reserved-regex": "^2.0.0", - "strip-outer": "^1.0.1", - "trim-repeated": "^1.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/fill-range": { + "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { + "requires": { "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dev": true, - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "node_modules/find-up": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", - "dependencies": { - "locate-path": "^7.1.0", - "path-exists": "^5.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" } }, - "node_modules/flat-cache": { + "flat-cache": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dev": true, - "dependencies": { + "requires": { "flatted": "^3.1.0", "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/flatted": { + "flatted": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", - "dev": true - }, - "node_modules/focus-visible": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.2.0.tgz", - "integrity": "sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==" + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" }, - "node_modules/for-each": { + "for-each": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", - "dependencies": { + "requires": { "is-callable": "^1.1.3" } }, - "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==", - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://www.patreon.com/infusion" + "fraction.js": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.1.tgz", + "integrity": "sha512-/KxoyCnPM0GwYI4NN0Iag38Tqt+od3/mLuguepLgCAKPn0ZhC544nssAW0tG2/00zXEYl9W+7hwAIpLHo6Oc7Q==" + }, + "framer-motion": { + "version": "10.16.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.1.tgz", + "integrity": "sha512-K6TXr5mZtitC/dxQCBdg7xzdN0d5IAIrlaqCPKtIQVdzVPGC0qBuJKXggHX1vjnP5gPOFwB1KbCCTWcnFc3kWg==", + "requires": { + "@emotion/is-prop-valid": "^0.8.2", + "tslib": "^2.4.0" } }, - "node_modules/fs-constants": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + "fs-exists-sync": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz", + "integrity": "sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==" }, - "node_modules/fs-extra": { + "fs-extra": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dev": true, - "dependencies": { + "requires": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" } }, - "node_modules/fs.realpath": { + "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "optional": true }, - "node_modules/function-bind": { + "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" }, - "node_modules/function.prototype.name": { + "function.prototype.name": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.19.0", "functions-have-names": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, - "node_modules/functions-have-names": { + "functions-have-names": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, - "node_modules/get-intrinsic": { + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-intrinsic": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", - "dependencies": { + "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", "has-proto": "^1.0.1", "has-symbols": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/get-symbol-description": { + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "get-symbol-description": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/gh-pages": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-5.0.0.tgz", - "integrity": "sha512-Nqp1SjkPIB94Xw/3yYNTUL+G2dxlhjvv1zeN/4kMC1jfViTEqhtVz/Ba1zSXHuvXCN9ADNS1dN4r5/J/nZWEQQ==", - "dev": true, - "dependencies": { - "async": "^3.2.4", - "commander": "^2.18.0", - "email-addresses": "^5.0.0", - "filenamify": "^4.3.0", - "find-cache-dir": "^3.3.1", - "fs-extra": "^8.1.0", - "globby": "^6.1.0" - }, - "bin": { - "gh-pages": "bin/gh-pages.js", - "gh-pages-clean": "bin/gh-pages-clean.js" - }, - "engines": { - "node": ">=10" + "get-tsconfig": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.0.tgz", + "integrity": "sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==", + "requires": { + "resolve-pkg-maps": "^1.0.0" } }, - "node_modules/gh-pages/node_modules/array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", - "dev": true, - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" + "git-config-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-1.0.1.tgz", + "integrity": "sha512-KcJ2dlrrP5DbBnYIZ2nlikALfRhKzNSX0stvv3ImJ+fvC4hXKoV+U+74SV0upg+jlQZbrtQzc0bu6/Zh+7aQbg==", + "requires": { + "extend-shallow": "^2.0.1", + "fs-exists-sync": "^0.1.0", + "homedir-polyfill": "^1.0.0" } }, - "node_modules/gh-pages/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "node_modules/gh-pages/node_modules/globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==", - "dev": true, - "dependencies": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" + "git-username": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/git-username/-/git-username-1.0.0.tgz", + "integrity": "sha512-xm45KwBR6Eu1jO4umx/o2M84v9TC7tdOBuzLx8ayhdR9H1FBiiG9azz31uC0esDvaWVBTDINpJ5USomk+ja8OQ==", + "requires": { + "parse-github-url": "^1.0.2", + "remote-origin-url": "^1.0.0" } }, - "node_modules/github-from-package": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", - "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" - }, - "node_modules/glob": { + "glob": { "version": "7.1.7", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "dev": true, - "dependencies": { + "requires": { "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": { + "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==", - "dependencies": { + "requires": { "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" } }, - "node_modules/glob-to-regexp": { + "glob-to-regexp": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "peer": true + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" }, - "node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", - "dev": true, + "global-dirs": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.1.0.tgz", + "integrity": "sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==", + "requires": { + "ini": "1.3.7" + }, "dependencies": { + "ini": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", + "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==" + } + } + }, + "globals": { + "version": "13.21.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", + "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", + "requires": { "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globalthis": { + "globalthis": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", - "dependencies": { + "requires": { "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/globby": { + "globby": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "dependencies": { + "requires": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.2.9", "ignore": "^5.2.0", "merge2": "^1.4.1", "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/gopd": { + "gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { + "requires": { "get-intrinsic": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/graceful-fs": { + "got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "requires": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + } + }, + "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/hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "engines": { - "node": ">=6" - } + "graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, - "node_modules/has": { + "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { + "requires": { "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==", + "requires": { + "ansi-regex": "^2.0.0" }, - "engines": { - "node": ">= 0.4.0" + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" + } } }, - "node_modules/has-bigints": { + "has-bigints": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" }, - "node_modules/has-flag": { + "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, - "node_modules/has-property-descriptors": { + "has-own-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", + "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==" + }, + "has-property-descriptors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "dependencies": { + "requires": { "get-intrinsic": "^1.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-proto": { + "has-proto": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" }, - "node_modules/has-symbols": { + "has-symbols": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" }, - "node_modules/has-tostringtag": { + "has-tostringtag": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "requires": { + "has-symbols": "^1.0.2" } }, - "node_modules/hast-util-parse-selector": { + "has-yarn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" + }, + "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" - } + "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==" }, - "node_modules/hast-util-to-estree": { + "hast-util-to-estree": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-2.3.3.tgz", "integrity": "sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==", - "dependencies": { + "requires": { "@types/estree": "^1.0.0", "@types/estree-jsx": "^1.0.0", "@types/hast": "^2.0.0", @@ -3274,953 +12486,1117 @@ "unist-util-position": "^4.0.0", "zwitch": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "dependencies": { + "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==" + }, + "property-information": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.2.0.tgz", + "integrity": "sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==" + }, + "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==" + } } }, - "node_modules/hast-util-to-string": { + "hast-util-to-string": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-1.0.4.tgz", - "integrity": "sha512-eK0MxRX47AV2eZ+Lyr18DCpQgodvaS3fAQO2+b9Two9F5HEoRPhiUMNzoXArMJfZi2yieFzUBMRl3HNJ3Jus3w==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } + "integrity": "sha512-eK0MxRX47AV2eZ+Lyr18DCpQgodvaS3fAQO2+b9Two9F5HEoRPhiUMNzoXArMJfZi2yieFzUBMRl3HNJ3Jus3w==" }, - "node_modules/hast-util-whitespace": { + "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" - } + "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==" }, - "node_modules/hastscript": { + "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": { + "requires": { "@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" + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" } }, - "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" - } + "hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" }, - "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" - } + "http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" }, - "node_modules/hosted-git-info": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.2.1.tgz", - "integrity": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==", - "dependencies": { - "lru-cache": "^7.5.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" } }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "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/ignore": { + "ignore": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", - "dev": true, - "engines": { - "node": ">= 4" - } + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==" }, - "node_modules/import-fresh": { + "import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "dependencies": { + "requires": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/imurmurhash": { + "import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==" + }, + "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" }, - "node_modules/inflight": { + "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dependencies": { + "requires": { "once": "^1.3.0", "wrappy": "1" } }, - "node_modules/inherits": { + "inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, - "node_modules/ini": { + "ini": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, - "node_modules/inline-style-parser": { + "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/installed-check": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/installed-check/-/installed-check-6.0.5.tgz", - "integrity": "sha512-EjS7QmoQmXUmEd1BArd06CNxhbaV+nUyNzQ+rwYb9VkHwUuGzXboNCdYQYF99hxBaeYu2TrTTkFsTV27mT40aA==", - "dependencies": { - "chalk": "^5.1.2", - "installed-check-core": "^6.0.1", - "meow": "^11.0.0", - "pony-cause": "^2.1.8", - "version-guard": "^1.0.2" - }, - "bin": { - "installed-check": "cli-wrapper.cjs" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - } - }, - "node_modules/installed-check-core": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/installed-check-core/-/installed-check-core-6.0.2.tgz", - "integrity": "sha512-lHKLsJpPge+kEJXFVEwMVuLNfQMYq81dPyTwzeNO1bu5G+5dbAh9d1b3+WCHyQDxCwffdvAWIwVJ/NpPKDwimQ==", - "dependencies": { - "@voxpelli/semver-set": "^4.0.0", - "list-installed": "^2.0.1", - "pony-cause": "^2.1.1", - "read-pkg": "^7.1.0", - "semver": "^7.3.7" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - } - }, - "node_modules/installed-check/node_modules/chalk": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", - "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/internal-slot": { + "inquirer": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz", + "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.19", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + } + }, + "internal-slot": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", - "dependencies": { + "requires": { "get-intrinsic": "^1.2.0", "has": "^1.0.3", "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" } }, - "node_modules/is-alphabetical": { + "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" - } + "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" }, - "node_modules/is-alphanumerical": { + "is-alphanumerical": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "dependencies": { + "requires": { "is-alphabetical": "^1.0.0", "is-decimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-arguments": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-array-buffer": { + "is-array-buffer": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.0", "is-typed-array": "^1.1.10" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" }, - "node_modules/is-bigint": { + "is-async-function": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", + "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-bigint": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dependencies": { + "requires": { "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-binary-path": { + "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==", - "dependencies": { + "requires": { "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" } }, - "node_modules/is-boolean-object": { + "is-boolean-object": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-buffer": { + "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" - } + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" }, - "node_modules/is-callable": { + "is-callable": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" + }, + "is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "requires": { + "ci-info": "^2.0.0" } }, - "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==", - "dependencies": { + "is-core-module": { + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", + "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "requires": { "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-date-object": { + "is-date-object": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dependencies": { + "requires": { "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-decimal": { + "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" - } + "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" }, - "node_modules/is-extglob": { + "is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==" + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==" + }, + "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "engines": { - "node": ">=0.10.0" + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + }, + "is-finalizationregistry": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", + "requires": { + "call-bind": "^1.0.2" } }, - "node_modules/is-glob": { + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dependencies": { + "requires": { "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" } }, - "node_modules/is-hexadecimal": { + "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" + "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" + }, + "is-installed-globally": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", + "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", + "requires": { + "global-dirs": "^2.0.1", + "is-path-inside": "^3.0.1" } }, - "node_modules/is-map": { + "is-map": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==" }, - "node_modules/is-negative-zero": { + "is-negative-zero": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==" }, - "node_modules/is-number": { + "is-npm": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", + "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==" + }, + "is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, - "node_modules/is-number-object": { + "is-number-object": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dependencies": { + "requires": { "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", - "engines": { - "node": ">=0.10.0" - } + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" }, - "node_modules/is-reference": { + "is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" + }, + "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==" + }, + "is-redirect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", + "integrity": "sha512-cr/SlUEe5zOGmzvj9bUyC4LVvkNVAXu4GytXLNMr1pny+a65MpQ9IJzFHD5vi7FyJgb4qt27+eS3TuQnqB+RQw==" + }, + "is-reference": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.1.tgz", "integrity": "sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==", - "dependencies": { + "requires": { "@types/estree": "*" } }, - "node_modules/is-regex": { + "is-regex": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-set": { + "is-retry-allowed": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", + "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==" + }, + "is-set": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==" }, - "node_modules/is-shared-array-buffer": { + "is-shared-array-buffer": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dependencies": { + "requires": { "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-string": { + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" + }, + "is-string": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dependencies": { + "requires": { "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-symbol": { + "is-symbol": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dependencies": { + "requires": { "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-typed-array": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", - "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", - "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "is-typed-array": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "requires": { + "which-typed-array": "^1.1.11" } }, - "node_modules/is-weakmap": { + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "is-weakmap": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", - "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==" }, - "node_modules/is-weakref": { + "is-weakref": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dependencies": { + "requires": { "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-weakset": { + "is-weakset": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", - "dev": true, - "dependencies": { + "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/isarray": { + "is-yarn-global": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" + }, + "isarray": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" }, - "node_modules/isexe": { + "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, - "node_modules/jest-worker": { + "iterator.prototype": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.0.tgz", + "integrity": "sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==", + "requires": { + "define-properties": "^1.1.4", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "has-tostringtag": "^1.0.0", + "reflect.getprototypeof": "^1.0.3" + } + }, + "jest-worker": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "peer": true, - "dependencies": { + "requires": { "@types/node": "*", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "peer": true, "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, - "node_modules/jiti": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", - "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==", - "bin": { - "jiti": "bin/jiti.js" - } + "jiti": { + "version": "1.19.3", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.19.3.tgz", + "integrity": "sha512-5eEbBDQT/jF1xg6l36P+mWGGoH9Spuy0PCdSr2dtWRDGC6ph/w9ZCL4lmESW8f8F7MwT3XKescfP0wnZWAKL9w==" }, - "node_modules/js-tokens": { + "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, - "node_modules/js-yaml": { + "js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "dependencies": { + "requires": { "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" } }, - "node_modules/json-parse-even-better-errors": { + "json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==" + }, + "json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "peer": true }, - "node_modules/json-schema-traverse": { + "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, - "node_modules/json-stable-stringify-without-jsonify": { + "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" }, - "node_modules/json5": { + "json5": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "dependencies": { + "requires": { "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" } }, - "node_modules/jsonfile": { + "jsonfile": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", - "dev": true, - "optionalDependencies": { + "requires": { "graceful-fs": "^4.1.6" } }, - "node_modules/jsx-ast-utils": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", - "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", - "dev": true, - "dependencies": { - "array-includes": "^3.1.5", - "object.assign": "^4.1.3" - }, - "engines": { - "node": ">=4.0" + "jsx-ast-utils": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "requires": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" } }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "engines": { - "node": ">=0.10.0" + "keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "requires": { + "json-buffer": "3.0.0" } }, - "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" - } + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" }, - "node_modules/language-subtag-registry": { + "language-subtag-registry": { "version": "0.3.22", "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", - "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==", - "dev": true + "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==" }, - "node_modules/language-tags": { + "language-tags": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", - "dev": true, - "dependencies": { + "requires": { "language-subtag-registry": "~0.3.2" } }, - "node_modules/levn": { + "latest-version": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "requires": { + "package-json": "^6.3.0" + } + }, + "levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "dependencies": { + "requires": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" } }, - "node_modules/lilconfig": { + "libnpx": { + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/libnpx/-/libnpx-10.2.4.tgz", + "integrity": "sha512-BPc0D1cOjBeS8VIBKUu5F80s6njm0wbVt7CsGMrIcJ+SI7pi7V0uVPGpEMH9H5L8csOcclTxAXFE2VAsJXUhfA==", + "requires": { + "dotenv": "^5.0.1", + "npm-package-arg": "^6.0.0", + "rimraf": "^2.6.2", + "safe-buffer": "^5.1.0", + "update-notifier": "^2.3.0", + "which": "^1.3.0", + "y18n": "^4.0.0", + "yargs": "^14.2.3" + }, + "dependencies": { + "ansi-align": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz", + "integrity": "sha512-TdlOggdA/zURfMYa7ABC66j+oqfMew58KpJMbUlH3bcZP1b+cBHIHDDn5uH9INsxrHBPjsqM0tDB4jPTF/vgJA==", + "requires": { + "string-width": "^2.0.0" + } + }, + "ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==" + }, + "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==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "boxen": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz", + "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==", + "requires": { + "ansi-align": "^2.0.0", + "camelcase": "^4.0.0", + "chalk": "^2.0.1", + "cli-boxes": "^1.0.0", + "string-width": "^2.0.0", + "term-size": "^1.2.0", + "widest-line": "^2.0.0" + } + }, + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "ci-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", + "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==" + }, + "cli-boxes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz", + "integrity": "sha512-3Fo5wu8Ytle8q9iCzS4D2MWVL2X7JVWRiS1BnXbTFDhS9c/REkM9vd1AmabsoZoY5/dGi5TT9iKL8Kb6DeBRQg==" + }, + "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==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "configstore": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.5.tgz", + "integrity": "sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA==", + "requires": { + "dot-prop": "^4.2.1", + "graceful-fs": "^4.1.2", + "make-dir": "^1.0.0", + "unique-string": "^1.0.0", + "write-file-atomic": "^2.0.0", + "xdg-basedir": "^3.0.0" + } + }, + "crypto-random-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", + "integrity": "sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==" + }, + "dot-prop": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz", + "integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==", + "requires": { + "is-obj": "^1.0.0" + } + }, + "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==" + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" + }, + "global-dirs": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", + "integrity": "sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==", + "requires": { + "ini": "^1.3.4" + } + }, + "got": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz", + "integrity": "sha512-Y/K3EDuiQN9rTZhBvPRWMLXIKdeD1Rj0nzunfoi0Yyn5WBEbzxXKU9Ub2X41oZBagVWOBU3MuDonFMgPWQFnwg==", + "requires": { + "create-error-class": "^3.0.0", + "duplexer3": "^0.1.4", + "get-stream": "^3.0.0", + "is-redirect": "^1.0.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "lowercase-keys": "^1.0.0", + "safe-buffer": "^5.0.1", + "timed-out": "^4.0.0", + "unzip-response": "^2.0.1", + "url-parse-lax": "^1.0.0" + } + }, + "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==" + }, + "is-ci": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", + "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", + "requires": { + "ci-info": "^1.5.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==" + }, + "is-installed-globally": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", + "integrity": "sha512-ERNhMg+i/XgDwPIPF3u24qpajVreaiSuvpb1Uu0jugw7KKcxGyCX8cgp8P5fwTmAuXku6beDHHECdKArjlg7tw==", + "requires": { + "global-dirs": "^0.1.0", + "is-path-inside": "^1.0.0" + } + }, + "is-npm": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", + "integrity": "sha512-9r39FIr3d+KD9SbX0sfMsHzb5PP3uimOiwr3YupUaUFG4W0l1U57Rx3utpttV7qz5U3jmrO5auUa04LU9pyHsg==" + }, + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==" + }, + "is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", + "requires": { + "path-is-inside": "^1.0.1" + } + }, + "latest-version": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz", + "integrity": "sha512-Be1YRHWWlZaSsrz2U+VInk+tO0EwLIyV+23RhWLINJYwg/UIikxjlj3MhH37/6/EDCAusjajvMkMMUXRaMWl/w==", + "requires": { + "package-json": "^4.0.0" + } + }, + "make-dir": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", + "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", + "requires": { + "pify": "^3.0.0" + } + }, + "package-json": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz", + "integrity": "sha512-q/R5GrMek0vzgoomq6rm9OX+3PQve8sLwTirmK30YB3Cu0Bbt9OX9M/SIUnroN5BGJkzwGsFwDaRGD9EwBOlCA==", + "requires": { + "got": "^6.7.1", + "registry-auth-token": "^3.0.1", + "registry-url": "^3.0.3", + "semver": "^5.1.0" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==" + }, + "registry-auth-token": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz", + "integrity": "sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==", + "requires": { + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" + } + }, + "registry-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", + "integrity": "sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==", + "requires": { + "rc": "^1.0.1" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + }, + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + }, + "semver-diff": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz", + "integrity": "sha512-gL8F8L4ORwsS0+iQ34yCYv///jsOq0ZL7WP55d1HnJ32o7tyFYEFQZQA22mrLIacZdU6xecaBBZ+uEiffGNyXw==", + "requires": { + "semver": "^5.0.3" + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "term-size": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", + "integrity": "sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==", + "requires": { + "execa": "^0.7.0" + } + }, + "unique-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", + "integrity": "sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg==", + "requires": { + "crypto-random-string": "^1.0.0" + } + }, + "update-notifier": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz", + "integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==", + "requires": { + "boxen": "^1.2.1", + "chalk": "^2.0.1", + "configstore": "^3.0.0", + "import-lazy": "^2.1.0", + "is-ci": "^1.0.10", + "is-installed-globally": "^0.1.0", + "is-npm": "^1.0.0", + "latest-version": "^3.0.0", + "semver-diff": "^2.0.0", + "xdg-basedir": "^3.0.0" + } + }, + "url-parse-lax": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", + "integrity": "sha512-BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA==", + "requires": { + "prepend-http": "^1.0.1" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "widest-line": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz", + "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", + "requires": { + "string-width": "^2.1.1" + } + }, + "write-file-atomic": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", + "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", + "requires": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" + } + }, + "xdg-basedir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz", + "integrity": "sha512-1Dly4xqlulvPD3fZUQJLY+FUIeqN3N2MM3uqe4rCJftAvOjFa3jFGfctOgluGx4ahPbUCsZkmJILiP0Vi4T6lQ==" + } + } + }, + "lilconfig": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "engines": { - "node": ">=10" - } + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==" }, - "node_modules/lines-and-columns": { + "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==" }, - "node_modules/list-installed": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/list-installed/-/list-installed-2.2.0.tgz", - "integrity": "sha512-vzeYa1DG4P5plh7rlAerRmzIWYmqErR4QcF9lVF9jv+tM47Fqu0GIvw2tg/2BFGlz3B9tQcT0cQ2ICLF0dW63g==", - "dependencies": { - "read-pkg": "^7.1.0", - "string.prototype.replaceall": "^1.0.7" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - } + "listify": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/listify/-/listify-1.0.3.tgz", + "integrity": "sha512-083swF7iH7bx8666zdzBColpgEuy46HjN3r1isD4zV6Ix7FuHfb/2/WVnl4CH8hjuoWeFF7P5KkKNXUnJCFEJg==" }, - "node_modules/loader-runner": { + "loader-runner": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "peer": true, - "engines": { - "node": ">=6.11.5" - } + "peer": true }, - "node_modules/locate-path": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", - "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", - "dependencies": { - "p-locate": "^6.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "requires": { + "p-locate": "^5.0.0" } }, - "node_modules/lodash.castarray": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "lodash.castarray": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", "integrity": "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==" }, - "node_modules/lodash.isplainobject": { + "lodash.isplainobject": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" }, - "node_modules/lodash.merge": { + "lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" }, - "node_modules/longest-streak": { + "longest": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-2.0.1.tgz", + "integrity": "sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q==" + }, + "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" - } + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==" }, - "node_modules/loose-envify": { + "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": { + "requires": { "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" } }, - "node_modules/lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", - "engines": { - "node": ">=12" - } + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" }, - "node_modules/make-dir": { + "make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "dependencies": { + "requires": { "semver": "^6.0.0" }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/map-obj": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "dependencies": { + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } } }, - "node_modules/markdown-extensions": { + "markdown-extensions": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-1.1.1.tgz", - "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==", - "engines": { - "node": ">=0.10.0" - } + "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==" }, - "node_modules/markdown-table": { + "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" - } + "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==" }, - "node_modules/mdast-util-definitions": { + "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": { + "requires": { "@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-definitions/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" + "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==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + } + } } }, - "node_modules/mdast-util-find-and-replace": { + "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": { + "requires": { "@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-find-and-replace/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" + "dependencies": { + "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==" + } } }, - "node_modules/mdast-util-from-markdown": { + "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": { + "requires": { "@types/mdast": "^3.0.0", "@types/unist": "^2.0.0", "decode-named-character-reference": "^1.0.0", @@ -4233,17 +13609,13 @@ "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": { + "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": { + "requires": { "mdast-util-from-markdown": "^1.0.0", "mdast-util-gfm-autolink-literal": "^1.0.0", "mdast-util-gfm-footnote": "^1.0.0", @@ -4251,248 +13623,183 @@ "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": { + "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": { + "requires": { "@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": { + "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": { + "requires": { "@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": { + "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": { + "requires": { "@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": { + "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": { + "requires": { "@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-mdx": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.1.tgz", - "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==", - "dependencies": { - "mdast-util-from-markdown": "^1.0.0", - "mdast-util-mdx-expression": "^1.0.0", - "mdast-util-mdx-jsx": "^2.0.0", - "mdast-util-mdxjs-esm": "^1.0.0", - "mdast-util-to-markdown": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-mdx-expression": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz", - "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "@types/hast": "^2.0.0", - "@types/mdast": "^3.0.0", - "mdast-util-from-markdown": "^1.0.0", - "mdast-util-to-markdown": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-mdx-jsx": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.4.tgz", - "integrity": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==", - "dependencies": { - "@types/estree-jsx": "^1.0.0", - "@types/hast": "^2.0.0", - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "ccount": "^2.0.0", - "mdast-util-from-markdown": "^1.1.0", - "mdast-util-to-markdown": "^1.3.0", - "parse-entities": "^4.0.0", - "stringify-entities": "^4.0.0", - "unist-util-remove-position": "^4.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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/mdast-util-mdx-jsx/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" + "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==", + "requires": { + "@types/mdast": "^3.0.0", + "mdast-util-to-markdown": "^1.3.0" } }, - "node_modules/mdast-util-mdx-jsx/node_modules/is-decimal": { + "mdast-util-mdx": { "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" + "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.1.tgz", + "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==", + "requires": { + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-mdx-expression": "^1.0.0", + "mdast-util-mdx-jsx": "^2.0.0", + "mdast-util-mdxjs-esm": "^1.0.0", + "mdast-util-to-markdown": "^1.0.0" } }, - "node_modules/mdast-util-mdx-jsx/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" + "mdast-util-mdx-expression": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz", + "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==", + "requires": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^2.0.0", + "@types/mdast": "^3.0.0", + "mdast-util-from-markdown": "^1.0.0", + "mdast-util-to-markdown": "^1.0.0" } }, - "node_modules/mdast-util-mdx-jsx/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": { + "mdast-util-mdx-jsx": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.4.tgz", + "integrity": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==", + "requires": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^2.0.0", + "@types/mdast": "^3.0.0", "@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" + "ccount": "^2.0.0", + "mdast-util-from-markdown": "^1.1.0", + "mdast-util-to-markdown": "^1.3.0", + "parse-entities": "^4.0.0", + "stringify-entities": "^4.0.0", + "unist-util-remove-position": "^4.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "dependencies": { + "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==" + }, + "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==" + }, + "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==" + }, + "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==" + }, + "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==", + "requires": { + "is-alphabetical": "^2.0.0", + "is-decimal": "^2.0.0" + } + }, + "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==" + }, + "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==" + }, + "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==", + "requires": { + "@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" + } + } } }, - "node_modules/mdast-util-mdxjs-esm": { + "mdast-util-mdxjs-esm": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.1.tgz", "integrity": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==", - "dependencies": { + "requires": { "@types/estree-jsx": "^1.0.0", "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", "mdast-util-from-markdown": "^1.0.0", "mdast-util-to-markdown": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-phrasing": { + "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": { + "requires": { "@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": { + "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": { + "requires": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", "mdast-util-definitions": "^5.0.0", @@ -4502,30 +13809,24 @@ "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-hast/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" + "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==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + } + } } }, - "node_modules/mdast-util-to-markdown": { + "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": { + "requires": { "@types/mdast": "^3.0.0", "@types/unist": "^2.0.0", "longest-streak": "^3.0.0", @@ -4535,102 +13836,43 @@ "unist-util-visit": "^4.0.0", "zwitch": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-markdown/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" + "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==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + } + } } }, - "node_modules/mdast-util-to-string": { + "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": { + "requires": { "@types/mdast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/meow": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-11.0.0.tgz", - "integrity": "sha512-Cl0yeeIrko6d94KpUo1M+0X1sB14ikoaqlIGuTH1fW4I+E3+YljL54/hb/BWmVfrV9tTV9zU04+xjw08Fh2WkA==", - "dependencies": { - "@types/minimist": "^1.2.2", - "camelcase-keys": "^8.0.2", - "decamelize": "^6.0.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^4.0.1", - "read-pkg-up": "^9.1.0", - "redent": "^4.0.0", - "trim-newlines": "^4.0.2", - "type-fest": "^3.1.0", - "yargs-parser": "^21.1.1" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/meow/node_modules/type-fest": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.1.tgz", - "integrity": "sha512-aCuRNRERRVh33lgQaJRlUxZqzfhzwTrsE98Mc3o3VXqmiaQdHacgUtJ0esp+7MvZ92qhtzKPeusaX6vIEcoreA==", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/merge-stream": { + "merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "peer": true }, - "node_modules/merge2": { + "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" - } + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" }, - "node_modules/micromark": { + "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": { + "requires": { "@types/debug": "^4.0.0", "debug": "^4.0.0", "decode-named-character-reference": "^1.0.0", @@ -4650,21 +13892,11 @@ "uvu": "^0.5.0" } }, - "node_modules/micromark-core-commonmark": { + "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": { + "requires": { "decode-named-character-reference": "^1.0.0", "micromark-factory-destination": "^1.0.0", "micromark-factory-label": "^1.0.0", @@ -4683,11 +13915,11 @@ "uvu": "^0.5.0" } }, - "node_modules/micromark-extension-gfm": { + "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": { + "requires": { "micromark-extension-gfm-autolink-literal": "^1.0.0", "micromark-extension-gfm-footnote": "^1.0.0", "micromark-extension-gfm-strikethrough": "^1.0.0", @@ -4696,32 +13928,24 @@ "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": { + "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": { + "requires": { "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": { + "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": { + "requires": { "micromark-core-commonmark": "^1.0.0", "micromark-factory-space": "^1.0.0", "micromark-util-character": "^1.0.0", @@ -4730,88 +13954,58 @@ "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": { + "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": { + "requires": { "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": { + "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": { + "requires": { "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": { + "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": { + "requires": { "micromark-util-types": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/micromark-extension-gfm-task-list-item": { + "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": { + "requires": { "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-mdx-expression": { + "micromark-extension-mdx-expression": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-1.0.8.tgz", "integrity": "sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { + "requires": { "@types/estree": "^1.0.0", "micromark-factory-mdx-expression": "^1.0.0", "micromark-factory-space": "^1.0.0", @@ -4822,11 +14016,11 @@ "uvu": "^0.5.0" } }, - "node_modules/micromark-extension-mdx-jsx": { + "micromark-extension-mdx-jsx": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-1.0.5.tgz", "integrity": "sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==", - "dependencies": { + "requires": { "@types/acorn": "^4.0.0", "@types/estree": "^1.0.0", "estree-util-is-identifier-name": "^2.0.0", @@ -4837,29 +14031,21 @@ "micromark-util-types": "^1.0.0", "uvu": "^0.5.0", "vfile-message": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/micromark-extension-mdx-md": { + "micromark-extension-mdx-md": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.1.tgz", "integrity": "sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==", - "dependencies": { + "requires": { "micromark-util-types": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/micromark-extension-mdxjs": { + "micromark-extension-mdxjs": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-1.0.1.tgz", "integrity": "sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==", - "dependencies": { + "requires": { "acorn": "^8.0.0", "acorn-jsx": "^5.0.0", "micromark-extension-mdx-expression": "^1.0.0", @@ -4868,17 +14054,13 @@ "micromark-extension-mdxjs-esm": "^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-mdxjs-esm": { + "micromark-extension-mdxjs-esm": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.5.tgz", "integrity": "sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==", - "dependencies": { + "requires": { "@types/estree": "^1.0.0", "micromark-core-commonmark": "^1.0.0", "micromark-util-character": "^1.0.0", @@ -4888,68 +14070,34 @@ "unist-util-position-from-estree": "^1.1.0", "uvu": "^0.5.0", "vfile-message": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/micromark-factory-destination": { + "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": { + "requires": { "micromark-util-character": "^1.0.0", "micromark-util-symbol": "^1.0.0", "micromark-util-types": "^1.0.0" } }, - "node_modules/micromark-factory-label": { + "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": { + "requires": { "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-mdx-expression": { + "micromark-factory-mdx-expression": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-1.0.9.tgz", "integrity": "sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { + "requires": { "@types/estree": "^1.0.0", "micromark-util-character": "^1.0.0", "micromark-util-events-to-acorn": "^1.0.0", @@ -4960,212 +14108,102 @@ "vfile-message": "^3.0.0" } }, - "node_modules/micromark-factory-space": { + "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": { + "requires": { "micromark-util-character": "^1.0.0", "micromark-util-types": "^1.0.0" } }, - "node_modules/micromark-factory-title": { + "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": { + "requires": { "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": { + "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": { + "requires": { "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": { + "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": { + "requires": { "micromark-util-symbol": "^1.0.0", "micromark-util-types": "^1.0.0" } }, - "node_modules/micromark-util-chunked": { + "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": { + "requires": { "micromark-util-symbol": "^1.0.0" } }, - "node_modules/micromark-util-classify-character": { + "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": { + "requires": { "micromark-util-character": "^1.0.0", "micromark-util-symbol": "^1.0.0", "micromark-util-types": "^1.0.0" } }, - "node_modules/micromark-util-combine-extensions": { + "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": { + "requires": { "micromark-util-chunked": "^1.0.0", "micromark-util-types": "^1.0.0" } }, - "node_modules/micromark-util-decode-numeric-character-reference": { + "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": { + "requires": { "micromark-util-symbol": "^1.0.0" } }, - "node_modules/micromark-util-decode-string": { + "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": { + "requires": { "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": { + "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" - } - ] + "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==" }, - "node_modules/micromark-util-events-to-acorn": { + "micromark-util-events-to-acorn": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.2.3.tgz", "integrity": "sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { + "requires": { "@types/acorn": "^4.0.0", "@types/estree": "^1.0.0", "@types/unist": "^2.0.0", @@ -5176,1998 +14214,1372 @@ "vfile-message": "^3.0.0" } }, - "node_modules/micromark-util-html-tag-name": { + "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" - } - ] + "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==" }, - "node_modules/micromark-util-normalize-identifier": { + "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": { + "requires": { "micromark-util-symbol": "^1.0.0" } }, - "node_modules/micromark-util-resolve-all": { + "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": { + "requires": { "micromark-util-types": "^1.0.0" } }, - "node_modules/micromark-util-sanitize-uri": { + "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": { + "requires": { "micromark-util-character": "^1.0.0", "micromark-util-encode": "^1.0.0", "micromark-util-symbol": "^1.0.0" } }, - "node_modules/micromark-util-subtokenize": { + "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": { + "requires": { "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": { + "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" - } - ] + "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==" }, - "node_modules/micromark-util-types": { + "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" - } - ] + "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==" }, - "node_modules/micromatch": { + "micromatch": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dependencies": { + "requires": { "braces": "^3.0.2", "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" } }, - "node_modules/mime-db": { + "middleearth-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/middleearth-names/-/middleearth-names-1.1.0.tgz", + "integrity": "sha512-Oo1mbq9odpn6KHsDs8/UA5xFfX/gcrY+jWZpvd5MDaX0tjkxA7S7NTREQuqD7DWfluDgygjhKvETMWbwd3A9sA==", + "requires": { + "unique-random-array": "1.0.0" + } + }, + "mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "peer": true, - "engines": { - "node": ">= 0.6" - } + "peer": true }, - "node_modules/mime-types": { + "mime-types": { "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "peer": true, - "dependencies": { + "requires": { "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" } }, - "node_modules/mimic-response": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", - "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, - "node_modules/min-indent": { + "mimic-response": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "engines": { - "node": ">=4" - } + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" }, - "node_modules/minimatch": { + "minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { + "requires": { "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" } }, - "node_modules/minimist": { + "minimist": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, - "node_modules/mkdirp-classic": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", - "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" - }, - "node_modules/mri": { + "mri": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", - "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", - "engines": { - "node": ">=4" + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==" + }, + "mrm": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/mrm/-/mrm-3.0.10.tgz", + "integrity": "sha512-aRByZsPXMM8W0NHNH9afkKyk5OW4bB5pYNRIN+8iSVfpMAzqeMejmj/yIYcdFNJTksXmdPMfTaucm2NYdh4xIw==", + "requires": { + "git-username": "^1.0.0", + "glob": "^7.1.6", + "inquirer": "^7.0.4", + "is-directory": "^0.3.1", + "kleur": "^3.0.3", + "libnpx": "^10.2.4", + "listify": "^1.0.0", + "lodash": "^4.17.15", + "longest": "^2.0.1", + "middleearth-names": "^1.1.0", + "minimist": "^1.2.0", + "mrm-core": "^6.1.7", + "semver-utils": "^1.1.4", + "update-notifier": "^4.1.0", + "user-home": "^2.0.0", + "user-meta": "^1.0.0", + "which": "^2.0.2" + } + }, + "mrm-core": { + "version": "6.1.7", + "resolved": "https://registry.npmjs.org/mrm-core/-/mrm-core-6.1.7.tgz", + "integrity": "sha512-jLGWrkupcgGIsLerrI/xmM/dFHbaoehRsuVbgYBrxYKXNMRBHN3Mgkd8cw+/ZCCoiZEXF8/SaZol0GCp6oBQ9g==", + "requires": { + "babel-code-frame": "^6.26.0", + "comment-json": "^2.2.0", + "detect-indent": "^6.0.0", + "editorconfig": "^0.15.3", + "find-up": "^4.1.0", + "fs-extra": "^8.1.0", + "kleur": "^3.0.3", + "listify": "^1.0.0", + "lodash": "^4.17.15", + "minimist": "^1.2.0", + "prop-ini": "^0.0.2", + "rc": "^1.2.8", + "readme-badger": "^0.3.0", + "semver": "^6.3.0", + "smpltmpl": "^1.0.2", + "split-lines": "^2.0.0", + "strip-bom": "^4.0.0", + "validate-npm-package-name": "^3.0.0", + "webpack-merge": "^4.2.2", + "yaml": "^2.0.0-1" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + }, + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + } } }, - "node_modules/ms": { + "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": { + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" + }, + "mz": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dependencies": { + "requires": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", "thenify-all": "^1.0.0" } }, - "node_modules/nanoid": { + "nanoid": { "version": "3.3.6", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", - "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/napi-build-utils": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", - "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==" + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==" }, - "node_modules/natural-compare": { + "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" }, - "node_modules/neo-async": { + "neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "peer": true }, - "node_modules/next": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/next/-/next-14.1.4.tgz", - "integrity": "sha512-1WTaXeSrUwlz/XcnhGTY7+8eiaFvdet5z9u3V2jb+Ek1vFo0VhHKSAIJvDWfQpttWjnyw14kBeq28TPq7bTeEQ==", - "dependencies": { - "@next/env": "14.1.4", - "@swc/helpers": "0.5.2", + "next": { + "version": "13.4.19", + "resolved": "https://registry.npmjs.org/next/-/next-13.4.19.tgz", + "integrity": "sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw==", + "requires": { + "@next/env": "13.4.19", + "@next/swc-darwin-arm64": "13.4.19", + "@next/swc-darwin-x64": "13.4.19", + "@next/swc-linux-arm64-gnu": "13.4.19", + "@next/swc-linux-arm64-musl": "13.4.19", + "@next/swc-linux-x64-gnu": "13.4.19", + "@next/swc-linux-x64-musl": "13.4.19", + "@next/swc-win32-arm64-msvc": "13.4.19", + "@next/swc-win32-ia32-msvc": "13.4.19", + "@next/swc-win32-x64-msvc": "13.4.19", + "@swc/helpers": "0.5.1", "busboy": "1.6.0", - "caniuse-lite": "^1.0.30001579", - "graceful-fs": "^4.2.11", - "postcss": "8.4.31", - "styled-jsx": "5.1.1" - }, - "bin": { - "next": "dist/bin/next" - }, - "engines": { - "node": ">=18.17.0" - }, - "optionalDependencies": { - "@next/swc-darwin-arm64": "14.1.4", - "@next/swc-darwin-x64": "14.1.4", - "@next/swc-linux-arm64-gnu": "14.1.4", - "@next/swc-linux-arm64-musl": "14.1.4", - "@next/swc-linux-x64-gnu": "14.1.4", - "@next/swc-linux-x64-musl": "14.1.4", - "@next/swc-win32-arm64-msvc": "14.1.4", - "@next/swc-win32-ia32-msvc": "14.1.4", - "@next/swc-win32-x64-msvc": "14.1.4" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.1.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "sass": "^1.3.0" + "caniuse-lite": "^1.0.30001406", + "postcss": "8.4.14", + "styled-jsx": "5.1.1", + "watchpack": "2.4.0", + "zod": "3.21.4" }, - "peerDependenciesMeta": { - "@opentelemetry/api": { - "optional": true - }, - "sass": { - "optional": true - } - } - }, - "node_modules/node-abi": { - "version": "3.43.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.43.0.tgz", - "integrity": "sha512-QB0MMv+tn9Ur2DtJrc8y09n0n6sw88CyDniWSX2cHW10goQXYPK9ZpFJOktDS4ron501edPX6h9i7Pg+RnH5nQ==", "dependencies": { - "semver": "^7.3.5" - }, - "engines": { - "node": ">=10" + "postcss": { + "version": "8.4.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", + "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", + "requires": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + } } }, - "node_modules/node-addon-api": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", - "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" - }, - "node_modules/node-releases": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz", - "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==" - }, - "node_modules/normalize-package-data": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-4.0.1.tgz", - "integrity": "sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==", - "dependencies": { - "hosted-git-info": "^5.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } + "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": { + "normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "engines": { - "node": ">=0.10.0" - } + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, - "node_modules/normalize-range": { + "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==", - "engines": { - "node": ">=0.10.0" + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" + }, + "normalize-url": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" + }, + "npm-package-arg": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.1.tgz", + "integrity": "sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==", + "requires": { + "hosted-git-info": "^2.7.1", + "osenv": "^0.1.5", + "semver": "^5.6.0", + "validate-npm-package-name": "^3.0.0" + }, + "dependencies": { + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + } } }, - "node_modules/object-assign": { + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "requires": { + "path-key": "^2.0.0" + }, + "dependencies": { + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + } + } + }, + "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" - } + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" }, - "node_modules/object-hash": { + "object-hash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "engines": { - "node": ">= 6" - } + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" }, - "node_modules/object-inspect": { + "object-inspect": { "version": "1.12.3", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-is": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", - "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==" }, - "node_modules/object-keys": { + "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, - "node_modules/object.assign": { + "object.assign": { "version": "4.1.4", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "has-symbols": "^1.0.3", "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.entries": { + "object.entries": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", - "dev": true, - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4" - }, - "engines": { - "node": ">= 0.4" } }, - "node_modules/object.fromentries": { + "object.fromentries": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", - "dev": true, - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.hasown": { + "object.groupby": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz", + "integrity": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==", + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.21.2", + "get-intrinsic": "^1.2.1" + } + }, + "object.hasown": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", - "dev": true, - "dependencies": { + "requires": { "define-properties": "^1.1.4", "es-abstract": "^1.20.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.values": { + "object.values": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", - "dev": true, - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/once": { + "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dependencies": { + "requires": { "wrappy": "1" } }, - "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dev": true, - "dependencies": { + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "requires": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "engines": { - "node": ">= 0.8.0" + "type-check": "^0.4.0" } }, - "node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "dependencies": { - "yocto-queue": "^1.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==" + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, - "node_modules/p-locate": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", - "dependencies": { - "p-limit": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==" + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "requires": { + "yocto-queue": "^0.1.0" } }, - "node_modules/p-try": { + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "requires": { + "p-limit": "^3.0.2" + } + }, + "p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "requires": { + "got": "^9.6.0", + "registry-auth-token": "^4.0.0", + "registry-url": "^5.0.0", + "semver": "^6.2.0" + }, + "dependencies": { + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } } }, - "node_modules/parent-module": { + "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "dependencies": { + "requires": { "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" } }, - "node_modules/parse-entities": { + "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": { + "requires": { "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-entities/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" + "parse-git-config": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-1.1.1.tgz", + "integrity": "sha512-S3LGXJZVSy/hswvbSkfdbKBRVsnqKrVu6j8fcvdtJ4TxosSELyQDsJPuGPXuZ+EyuYuJd3O4uAF8gcISR0OFrQ==", + "requires": { + "extend-shallow": "^2.0.1", + "fs-exists-sync": "^0.1.0", + "git-config-path": "^1.0.1", + "ini": "^1.3.4" } }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "parse-github-url": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", + "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==" }, - "node_modules/path-exists": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" }, - "node_modules/path-is-absolute": { + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "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==", - "engines": { - "node": ">=0.10.0" - } + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" }, - "node_modules/path-key": { + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==" + }, + "path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" }, - "node_modules/path-parse": { + "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==" }, - "node_modules/path-type": { + "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" }, - "node_modules/periscopic": { + "periscopic": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==", - "dependencies": { + "requires": { "@types/estree": "^1.0.0", "estree-walker": "^3.0.0", "is-reference": "^3.0.0" } }, - "node_modules/picocolors": { + "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": { + "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" - } + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" }, - "node_modules/pify": { + "pify": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", - "dev": true, - "dependencies": { - "pinkie": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" }, - "node_modules/pony-cause": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-2.1.10.tgz", - "integrity": "sha512-3IKLNXclQgkU++2fSi93sQ6BznFuxSLB11HdvZQ6JW/spahf/P1pAHBQEahr20rs0htZW0UDkM1HmA+nZkXKsw==", - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/postcss": { - "version": "8.4.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", - "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": { + "pirates": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" + }, + "postcss": { + "version": "8.4.28", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", + "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-focus-visible": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", - "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" } }, - "node_modules/postcss-import": { + "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==", - "dependencies": { + "requires": { "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": { + "postcss-js": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", - "dependencies": { + "requires": { "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-nested": { + "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==", + "requires": { + "lilconfig": "^2.0.5", + "yaml": "^2.1.1" + } + }, + "postcss-nested": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", - "dependencies": { + "requires": { "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-nested/node_modules/postcss-selector-parser": { + "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==", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dependencies": { + "requires": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" } }, - "node_modules/postcss-value-parser": { + "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/prebuild-install": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz", - "integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==", - "dependencies": { - "detect-libc": "^2.0.0", - "expand-template": "^2.0.3", - "github-from-package": "0.0.0", - "minimist": "^1.2.3", - "mkdirp-classic": "^0.5.3", - "napi-build-utils": "^1.0.1", - "node-abi": "^3.3.0", - "pump": "^3.0.0", - "rc": "^1.2.7", - "simple-get": "^4.0.0", - "tar-fs": "^2.0.0", - "tunnel-agent": "^0.6.0" - }, - "bin": { - "prebuild-install": "bin.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/prelude-ls": { + "prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", - "dev": true, - "bin": { - "prettier": "bin-prettier.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/prettier-plugin-tailwindcss": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz", - "integrity": "sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==", - "dev": true, - "engines": { - "node": ">=12.17.0" - }, - "peerDependencies": { - "prettier": ">=2.2.0" - } + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" }, - "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" + "prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==" + }, + "prismjs": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==" + }, + "prop-ini": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/prop-ini/-/prop-ini-0.0.2.tgz", + "integrity": "sha512-qyU57WvAvZDbzmRy9xDbJGVwrGJhmA+rYnVjy4xtX4Ny9c7gzvpmf/j7A3oq9ChbPh15MZQKjPep2mNdnAhtig==", + "requires": { + "extend": "^3.0.0" } }, - "node_modules/prop-types": { + "prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dev": true, - "dependencies": { + "requires": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "react-is": "^16.13.1" } }, - "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" + "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==", + "requires": { + "xtend": "^4.0.0" } }, - "node_modules/pump": { + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" + }, + "pump": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dependencies": { + "requires": { "end-of-stream": "^1.1.0", "once": "^1.3.1" } }, - "node_modules/punycode": { + "punycode": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "engines": { - "node": ">=6" + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==" + }, + "pupa": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", + "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", + "requires": { + "escape-goat": "^2.0.0" } }, - "node_modules/queue-microtask": { + "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" }, - "node_modules/queue-tick": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", - "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==" - }, - "node_modules/quick-lru": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.1.tgz", - "integrity": "sha512-S27GBT+F0NTRiehtbrgaSE1idUAJ5bX8dPAQTdylEyNlrdcH5X4Lz7Edz3DYzecbsCluD5zO8ZNEe04z3D3u6Q==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/randombytes": { + "randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "peer": true, - "dependencies": { + "requires": { "safe-buffer": "^5.1.0" } }, - "node_modules/rc": { + "rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "dependencies": { + "requires": { "deep-extend": "^0.6.0", "ini": "~1.3.0", "minimist": "^1.2.0", "strip-json-comments": "~2.0.1" }, - "bin": { - "rc": "cli.js" - } - }, - "node_modules/rc/node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", - "engines": { - "node": ">=0.10.0" + "dependencies": { + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" + } } }, - "node_modules/react": { + "react": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "dependencies": { + "requires": { "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" } }, - "node_modules/react-dom": { + "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": { + "requires": { "loose-envify": "^1.1.0", "scheduler": "^0.23.0" - }, - "peerDependencies": { - "react": "^18.2.0" } }, - "node_modules/react-is": { + "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==", - "dev": true + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, - "node_modules/read-cache": { + "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==", - "dependencies": { + "requires": { "pify": "^2.3.0" } }, - "node_modules/read-pkg": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz", - "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==", - "dependencies": { - "@types/normalize-package-data": "^2.4.1", - "normalize-package-data": "^3.0.2", - "parse-json": "^5.2.0", - "type-fest": "^2.0.0" - }, - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz", - "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==", - "dependencies": { - "find-up": "^6.3.0", - "read-pkg": "^7.1.0", - "type-fest": "^2.5.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/read-pkg/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/read-pkg/node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdirp": { + "readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dependencies": { + "requires": { "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" } }, - "node_modules/redent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz", - "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==", - "dependencies": { - "indent-string": "^5.0.0", - "strip-indent": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "readme-badger": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/readme-badger/-/readme-badger-0.3.0.tgz", + "integrity": "sha512-+sMOLSs1imZUISZ2Rhz7qqVd77QtpcAPbGeIraFdgJmijb04YtdlPjGNBvDChTNtLbeQ6JNGQy3pOgslWfaP3g==", + "requires": { + "balanced-match": "^1.0.0" } }, - "node_modules/refractor": { + "reflect.getprototypeof": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz", + "integrity": "sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==", + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.1", + "globalthis": "^1.0.3", + "which-builtin-type": "^1.1.3" + } + }, + "refractor": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz", "integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==", - "dependencies": { + "requires": { "hastscript": "^6.0.0", "parse-entities": "^2.0.0", "prismjs": "~1.27.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "dependencies": { + "prismjs": { + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" + } } }, - "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==" + "regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" }, - "node_modules/regexp.prototype.flags": { + "regexp.prototype.flags": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", "functions-have-names": "^1.2.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" + "registry-auth-token": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.2.tgz", + "integrity": "sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==", + "requires": { + "rc": "1.2.8" } }, - "node_modules/remark-gfm": { + "registry-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "requires": { + "rc": "^1.2.8" + } + }, + "remark-gfm": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", - "dependencies": { + "requires": { "@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-mdx": { + "remark-mdx": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-2.3.0.tgz", "integrity": "sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==", - "dependencies": { + "requires": { "mdast-util-mdx": "^2.0.0", "micromark-extension-mdxjs": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/remark-parse": { + "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": { + "requires": { "@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": { + "remark-rehype": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", - "dependencies": { + "requires": { "@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==", - "dependencies": { - "is-core-module": "^2.11.0", + "remote-origin-url": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/remote-origin-url/-/remote-origin-url-1.0.0.tgz", + "integrity": "sha512-xHDM6IBqivpiQ1e4WOuFpM/T6rbzA/WBsu+3WLtgPOhHyjA0nYlijV3NprlTb4FcXlQ5+Q+z174sQ1NnUF5FwA==", + "requires": { + "parse-git-config": "^1.1.1" + } + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "resolve": { + "version": "1.22.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", + "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "requires": { + "is-core-module": "^2.13.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-from": { + "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "engines": { - "node": ">=4" + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + }, + "resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==" + }, + "responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==", + "requires": { + "lowercase-keys": "^1.0.0" } }, - "node_modules/reusify": { + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" } }, - "node_modules/run-parallel": { + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" + }, + "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==", - "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": { + "requires": { "queue-microtask": "^1.2.2" } }, - "node_modules/sade": { + "rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "requires": { + "tslib": "^1.9.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + } + }, + "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": { + "requires": { "mri": "^1.1.0" - }, - "engines": { - "node": ">=6" } }, - "node_modules/safe-buffer": { + "safe-array-concat": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", + "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.0", + "has-symbols": "^1.0.3", + "isarray": "^2.0.5" + } + }, + "safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" }, - "node_modules/safe-regex-test": { + "safe-regex-test": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", "is-regex": "^1.1.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "node_modules/scheduler": { + "scheduler": { "version": "0.23.0", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "dependencies": { + "requires": { "loose-envify": "^1.1.0" } }, - "node_modules/schema-utils": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.2.tgz", - "integrity": "sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==", + "schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "peer": true, - "dependencies": { + "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" } }, - "node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } + "semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" }, - "node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" + "semver-diff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "requires": { + "semver": "^6.3.0" }, - "engines": { - "node": ">=10" + "dependencies": { + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } } }, - "node_modules/serialize-javascript": { + "semver-utils": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/semver-utils/-/semver-utils-1.1.4.tgz", + "integrity": "sha512-EjnoLE5OGmDAVV/8YDoN5KiajNadjzIp9BAHOhYeQHt7j0UWxjmgsx4YD48wp4Ue1Qogq38F1GNUJNqF1kKKxA==" + }, + "serialize-javascript": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", "peer": true, - "dependencies": { + "requires": { "randombytes": "^2.1.0" } }, - "node_modules/sharp": { - "version": "0.32.6", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", - "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", - "hasInstallScript": true, - "dependencies": { + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "sharp": { + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.4.tgz", + "integrity": "sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==", + "requires": { + "@img/sharp-darwin-arm64": "0.33.4", + "@img/sharp-darwin-x64": "0.33.4", + "@img/sharp-libvips-darwin-arm64": "1.0.2", + "@img/sharp-libvips-darwin-x64": "1.0.2", + "@img/sharp-libvips-linux-arm": "1.0.2", + "@img/sharp-libvips-linux-arm64": "1.0.2", + "@img/sharp-libvips-linux-s390x": "1.0.2", + "@img/sharp-libvips-linux-x64": "1.0.2", + "@img/sharp-libvips-linuxmusl-arm64": "1.0.2", + "@img/sharp-libvips-linuxmusl-x64": "1.0.2", + "@img/sharp-linux-arm": "0.33.4", + "@img/sharp-linux-arm64": "0.33.4", + "@img/sharp-linux-s390x": "0.33.4", + "@img/sharp-linux-x64": "0.33.4", + "@img/sharp-linuxmusl-arm64": "0.33.4", + "@img/sharp-linuxmusl-x64": "0.33.4", + "@img/sharp-wasm32": "0.33.4", + "@img/sharp-win32-ia32": "0.33.4", + "@img/sharp-win32-x64": "0.33.4", "color": "^4.2.3", - "detect-libc": "^2.0.2", - "node-addon-api": "^6.1.0", - "prebuild-install": "^7.1.1", - "semver": "^7.5.4", - "simple-get": "^4.0.1", - "tar-fs": "^3.0.4", - "tunnel-agent": "^0.6.0" - }, - "engines": { - "node": ">=14.15.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/sharp/node_modules/tar-fs": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.5.tgz", - "integrity": "sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==", - "dependencies": { - "pump": "^3.0.0", - "tar-stream": "^3.1.5" - }, - "optionalDependencies": { - "bare-fs": "^2.1.1", - "bare-path": "^2.1.0" - } - }, - "node_modules/sharp/node_modules/tar-stream": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", - "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", - "dependencies": { - "b4a": "^1.6.4", - "fast-fifo": "^1.2.0", - "streamx": "^2.15.0" + "detect-libc": "^2.0.3", + "semver": "^7.6.0" } }, - "node_modules/shebang-command": { + "shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { + "requires": { "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" } }, - "node_modules/shebang-regex": { + "shebang-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" }, - "node_modules/side-channel": { + "side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "dependencies": { + "requires": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", "object-inspect": "^1.9.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/simple-concat": { + "sigmund": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", - "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g==" }, - "node_modules/simple-get": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", - "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", - "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": { - "decompress-response": "^6.0.0", - "once": "^1.3.1", - "simple-concat": "^1.0.0" - } + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, - "node_modules/simple-swizzle": { + "simple-swizzle": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", - "dependencies": { + "requires": { "is-arrayish": "^0.3.1" } }, - "node_modules/simple-swizzle/node_modules/is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" - }, - "node_modules/slash": { + "slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "engines": { - "node": ">=8" + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + }, + "smpltmpl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/smpltmpl/-/smpltmpl-1.0.2.tgz", + "integrity": "sha512-Hq23NNgeZigOzIiX1dkb6W3gFn2/XQj43KhPxu65IMieG/gIwf/lQb1IudjYv0c/5LwJeS/mPayYzyo+8WJMxQ==", + "requires": { + "babel-code-frame": "^6.26.0" } }, - "node_modules/source-map": { + "source-map": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "engines": { - "node": ">= 8" - } + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" }, - "node_modules/source-map-js": { + "source-map-js": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "engines": { - "node": ">=0.10.0" - } + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" }, - "node_modules/source-map-support": { + "source-map-support": { "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "peer": true, - "dependencies": { + "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" - } - }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "peer": 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/spdx-correct": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + }, "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "peer": true + } } }, - "node_modules/spdx-license-ids": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz", - "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==" + "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==" }, - "node_modules/stop-iteration-iterator": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", - "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", - "dev": true, - "dependencies": { - "internal-slot": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } + "split-lines": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/split-lines/-/split-lines-2.1.0.tgz", + "integrity": "sha512-8dv+1zKgTpfTkOy8XZLFyWrfxO0NV/bj/3EaQ+hBrBxGv2DwiroljPjU8NlCr+59nLnsVm9WYT7lXKwe4TC6bw==" }, - "node_modules/streamsearch": { + "streamsearch": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", - "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/streamx": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz", - "integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==", - "dependencies": { - "fast-fifo": "^1.1.0", - "queue-tick": "^1.0.1" - }, - "optionalDependencies": { - "bare-events": "^2.2.0" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dependencies": { - "safe-buffer": "~5.2.0" - } + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" }, - "node_modules/string.prototype.matchall": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", - "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.3", - "side-channel": "^1.0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "dependencies": { + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + } } - }, - "node_modules/string.prototype.replaceall": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.replaceall/-/string.prototype.replaceall-1.0.7.tgz", - "integrity": "sha512-xB2WV2GlSCSJT5dMGdhdH1noMPiAB91guiepwTYyWY9/0Vq/TZ7RPmnOSUGAEvry08QIK7EMr28aAii+9jC6kw==", - "dependencies": { + }, + "string.prototype.matchall": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", + "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4", "get-intrinsic": "^1.1.3", "has-symbols": "^1.0.3", - "is-regex": "^1.1.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "internal-slot": "^1.0.3", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4" } }, - "node_modules/string.prototype.trim": { + "string.prototype.trim": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/string.prototype.trimend": { + "string.prototype.trimend": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/string.prototype.trimstart": { + "string.prototype.trimstart": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/stringify-entities": { + "stringify-entities": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", - "dependencies": { + "requires": { "character-entities-html4": "^2.0.0", "character-entities-legacy": "^3.0.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/stringify-entities/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" + "dependencies": { + "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==" + } } }, - "node_modules/strip-ansi": { + "strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { + "requires": { "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" } }, - "node_modules/strip-bom": { + "strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" }, - "node_modules/strip-indent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", - "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", - "dependencies": { - "min-indent": "^1.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" }, - "node_modules/strip-json-comments": { + "strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/strip-outer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", - "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.2" - }, - "engines": { - "node": ">=0.10.0" - } + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" }, - "node_modules/strip-outer/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==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "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": { + "style-to-object": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.2.tgz", + "integrity": "sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==", + "requires": { "inline-style-parser": "0.1.1" } }, - "node_modules/styled-jsx": { + "styled-jsx": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz", "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==", - "dependencies": { + "requires": { "client-only": "0.0.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "peerDependencies": { - "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "babel-plugin-macros": { - "optional": true - } } }, - "node_modules/sucrase": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.32.0.tgz", - "integrity": "sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==", - "dependencies": { + "sucrase": { + "version": "3.34.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.34.0.tgz", + "integrity": "sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==", + "requires": { "@jridgewell/gen-mapping": "^0.3.2", "commander": "^4.0.0", "glob": "7.1.6", @@ -7176,61 +15588,45 @@ "pirates": "^4.0.1", "ts-interface-checker": "^0.1.9" }, - "bin": { - "sucrase": "bin/sucrase", - "sucrase-node": "bin/sucrase-node" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/sucrase/node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "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" + } + } } }, - "node_modules/supports-color": { + "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { + "requires": { "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" } }, - "node_modules/supports-preserve-symlinks-flag": { + "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==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" }, - "node_modules/tailwindcss": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz", - "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==", - "dependencies": { + "tailwind-merge": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.14.0.tgz", + "integrity": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==" + }, + "tailwindcss": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", + "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", "chokidar": "^3.5.3", @@ -7251,361 +15647,227 @@ "postcss-load-config": "^4.0.1", "postcss-nested": "^6.0.1", "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", "resolve": "^1.22.2", "sucrase": "^3.32.0" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/tailwindcss/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==", - "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/tailwindcss/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==", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" } }, - "node_modules/tapable": { + "tapable": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/tar-fs": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", - "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", - "dependencies": { - "chownr": "^1.1.1", - "mkdirp-classic": "^0.5.2", - "pump": "^3.0.0", - "tar-stream": "^2.1.4" - } + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" }, - "node_modules/tar-stream": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", - "dependencies": { - "bl": "^4.0.3", - "end-of-stream": "^1.4.1", - "fs-constants": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1" - }, - "engines": { - "node": ">=6" - } + "term-size": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz", + "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" }, - "node_modules/terser": { - "version": "5.17.7", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.7.tgz", - "integrity": "sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ==", + "terser": { + "version": "5.19.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.2.tgz", + "integrity": "sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==", "peer": true, - "dependencies": { + "requires": { "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.9", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", - "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", - "peer": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.17", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.16.8" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "peer": true } } }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "peer": true + "terser-webpack-plugin": { + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", + "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", + "peer": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.17", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.1", + "terser": "^5.16.8" + } }, - "node_modules/text-table": { + "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" }, - "node_modules/thenify": { + "thenify": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dependencies": { + "requires": { "any-promise": "^1.0.0" } }, - "node_modules/thenify-all": { + "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==", - "dependencies": { + "requires": { "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" } }, - "node_modules/to-regex-range": { + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + }, + "timed-out": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", + "integrity": "sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==" + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" + }, + "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dependencies": { + "requires": { "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" } }, - "node_modules/trim-lines": { + "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/trim-newlines": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz", - "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/trim-repeated": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", - "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/trim-repeated/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==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==" }, - "node_modules/trough": { + "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" - } + "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==" }, - "node_modules/ts-interface-checker": { + "ts-api-utils": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.2.tgz", + "integrity": "sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==", + "requires": {} + }, + "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==" }, - "node_modules/tsconfig-paths": { + "tsconfig-paths": { "version": "3.14.2", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dev": true, - "dependencies": { + "requires": { "@types/json5": "^0.0.29", "json5": "^1.0.2", "minimist": "^1.2.6", "strip-bom": "^3.0.0" } }, - "node_modules/tslib": { + "tslib": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, - "node_modules/tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dev": true, - "dependencies": { - "tslib": "^1.8.1" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - } - }, - "node_modules/tsutils/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/type-check": { + "type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { + "requires": { "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" } }, - "node_modules/type-fest": { + "type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + }, + "typed-array-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", + "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1", + "is-typed-array": "^1.1.10" } }, - "node_modules/typed-array-length": { + "typed-array-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", + "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "requires": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + } + }, + "typed-array-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", + "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "requires": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + } + }, + "typed-array-length": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "for-each": "^0.3.3", "is-typed-array": "^1.1.9" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", - "dev": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "requires": { + "is-typedarray": "^1.0.0" } }, - "node_modules/unbox-primitive": { + "typescript": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==" + }, + "unbox-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", - "dependencies": { + "requires": { "call-bind": "^1.0.2", "has-bigints": "^1.0.2", "has-symbols": "^1.0.3", "which-boxed-primitive": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/unified": { + "unified": { "version": "10.1.2", "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", - "dependencies": { + "requires": { "@types/unist": "^2.0.0", "bail": "^2.0.0", "extend": "^3.0.0", @@ -7613,294 +15875,270 @@ "is-plain-obj": "^4.0.0", "trough": "^2.0.0", "vfile": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/unified/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" + "unique-random": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-random/-/unique-random-1.0.0.tgz", + "integrity": "sha512-K1sUkPf9EXCZFNIlMCoX4icAqcvkR4FMPH4Z61HbyiWhQl1ZGo0zYeV2bJmocK8Cp6tnKYrCnpkeKGebXZoRTQ==" + }, + "unique-random-array": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-random-array/-/unique-random-array-1.0.0.tgz", + "integrity": "sha512-vtj2yltjcHPa69nFjNJ3xnhsEwE8pMyjqUQDw2myz/iSezqf4YCAcygwFQEsOgMid5VNW/dCPbnb2BcmaDCCKg==", + "requires": { + "unique-random": "^1.0.0" } }, - "node_modules/unist-util-generated": { + "unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "requires": { + "crypto-random-string": "^2.0.0" + } + }, + "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" - } + "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==" }, - "node_modules/unist-util-is": { + "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": { + "requires": { "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-position": { + "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": { + "requires": { "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-position-from-estree": { + "unist-util-position-from-estree": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-1.1.2.tgz", "integrity": "sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==", - "dependencies": { + "requires": { "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-remove-position": { + "unist-util-remove-position": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-4.0.2.tgz", "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==", - "dependencies": { + "requires": { "@types/unist": "^2.0.0", "unist-util-visit": "^4.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove-position/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" + "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==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + } + } } }, - "node_modules/unist-util-stringify-position": { + "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": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "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/unist-util-visit/node_modules/unist-util-is": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "requires": { + "@types/unist": "^2.0.0" } }, - "node_modules/unist-util-visit/node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dependencies": { + "unist-util-visit": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "requires": { "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" + "unist-util-is": "^4.0.0", + "unist-util-visit-parents": "^3.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "dependencies": { + "unist-util-is": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==" + }, + "unist-util-visit-parents": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", + "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0" + } + } } }, - "node_modules/universalify": { + "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==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0" + } + }, + "universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true, - "engines": { - "node": ">= 4.0.0" - } + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" }, - "node_modules/update-browserslist-db": { + "unzip-response": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz", + "integrity": "sha512-N0XH6lqDtFH84JxptQoZYmloF4nzrQqqrAymNj+/gW60AO2AZgOcf4O/nUXJcYfyQkqvMo9lSupBZmmgvuVXlw==" + }, + "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": { + "requires": { "escalade": "^3.1.1", "picocolors": "^1.0.0" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" } }, - "node_modules/uri-js": { + "update-notifier": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz", + "integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==", + "requires": { + "boxen": "^4.2.0", + "chalk": "^3.0.0", + "configstore": "^5.0.1", + "has-yarn": "^2.1.0", + "import-lazy": "^2.1.0", + "is-ci": "^2.0.0", + "is-installed-globally": "^0.3.1", + "is-npm": "^4.0.0", + "is-yarn-global": "^0.3.0", + "latest-version": "^5.0.0", + "pupa": "^2.0.1", + "semver-diff": "^3.1.1", + "xdg-basedir": "^4.0.0" + }, + "dependencies": { + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + } + } + }, + "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dependencies": { + "requires": { "punycode": "^2.1.0" } }, - "node_modules/util-deprecate": { + "url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==", + "requires": { + "prepend-http": "^2.0.0" + } + }, + "user-home": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", + "integrity": "sha512-KMWqdlOcjCYdtIJpicDSFBQ8nFwS2i9sslAd6f4+CBGcU4gist2REnr2fxj2YocvJFxSF3ZOHLYLVZnUxv4BZQ==", + "requires": { + "os-homedir": "^1.0.0" + } + }, + "user-meta": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/user-meta/-/user-meta-1.0.0.tgz", + "integrity": "sha512-Q/opMgFhVbBkdlTs44UKzV7L5Uj2zrJ4MVPXTTzJmrU1bHb2cX6wJzBIqEf1gROTzZIH8u39WmHsa5EvfnMPrw==", + "requires": { + "rc": "^1.2.1" + } + }, + "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, - "node_modules/uvu": { + "uvu": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", - "dependencies": { + "requires": { "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/v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" + "kleur": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", + "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==" + } } }, - "node_modules/version-guard": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/version-guard/-/version-guard-1.1.1.tgz", - "integrity": "sha512-MGQLX89UxmYHgDvcXyjBI0cbmoW+t/dANDppNPrno64rYr8nH4SHSuElQuSYdXGEs0mUzdQe1BY+FhVPNsAmJQ==", - "engines": { - "node": ">=0.10.48" + "validate-npm-package-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", + "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==", + "requires": { + "builtins": "^1.0.3" } }, - "node_modules/vfile": { + "vfile": { "version": "5.3.7", "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", - "dependencies": { + "requires": { "@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-message": { + "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": { + "requires": { "@types/unist": "^2.0.0", "unist-util-stringify-position": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" } }, - "node_modules/watchpack": { + "watchpack": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "peer": true, - "dependencies": { + "requires": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" } }, - "node_modules/webpack": { - "version": "5.86.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.86.0.tgz", - "integrity": "sha512-3BOvworZ8SO/D4GVP+GoRC3fVeg5MO4vzmq8TJJEkdmopxyazGDxN8ClqN12uzrZW9Tv8EED8v5VSb6Sqyi0pg==", + "webpack": { + "version": "5.88.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", "peer": true, - "dependencies": { + "requires": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.0", "@webassemblyjs/ast": "^1.11.5", @@ -7910,7 +16148,7 @@ "acorn-import-assertions": "^1.9.0", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.14.1", + "enhanced-resolve": "^5.15.0", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -7920,196 +16158,336 @@ "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.2", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", "terser-webpack-plugin": "^5.3.7", "watchpack": "^2.4.0", "webpack-sources": "^3.2.3" }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true + "dependencies": { + "eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "peer": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "peer": true } } }, - "node_modules/webpack-sources": { + "webpack-merge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.2.tgz", + "integrity": "sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==", + "requires": { + "lodash": "^4.17.15" + } + }, + "webpack-sources": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "peer": true, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "peer": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/webpack/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "peer": true, - "engines": { - "node": ">=4.0" - } + "peer": true }, - "node_modules/which": { + "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { + "requires": { "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" } }, - "node_modules/which-boxed-primitive": { + "which-boxed-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dependencies": { + "requires": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", "is-number-object": "^1.0.4", "is-string": "^1.0.5", "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/which-collection": { + "which-builtin-type": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", + "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "requires": { + "function.prototype.name": "^1.1.5", + "has-tostringtag": "^1.0.0", + "is-async-function": "^2.0.0", + "is-date-object": "^1.0.5", + "is-finalizationregistry": "^1.0.2", + "is-generator-function": "^1.0.10", + "is-regex": "^1.1.4", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + } + }, + "which-collection": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", - "dev": true, - "dependencies": { + "requires": { "is-map": "^2.0.1", "is-set": "^2.0.1", "is-weakmap": "^2.0.1", "is-weakset": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/which-typed-array": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", - "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", - "dependencies": { + "which-module": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" + }, + "which-typed-array": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", + "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", + "requires": { "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", "for-each": "^0.3.3", "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0", - "is-typed-array": "^1.1.10" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "has-tostringtag": "^1.0.0" } }, - "node_modules/word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "requires": { + "string-width": "^4.0.0" } }, - "node_modules/wrappy": { + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" + }, + "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==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "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==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, - "node_modules/xml-js": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz", - "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", - "dependencies": { - "sax": "^1.2.4" - }, - "bin": { - "xml-js": "bin/cli.js" + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" } }, - "node_modules/xtend": { + "xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==" + }, + "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" - } + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" }, - "node_modules/yaml": { + "yaml": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", - "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", - "engines": { - "node": ">= 14" + "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==" + }, + "yargs": { + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.3.tgz", + "integrity": "sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==", + "requires": { + "cliui": "^5.0.0", + "decamelize": "^1.2.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^15.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==" + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } } }, - "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "engines": { - "node": ">=12" + "yargs-parser": { + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.3.tgz", + "integrity": "sha512-/MVEVjTXy/cGAjdtQf8dW3V9b97bPN7rNn8ETj6BmAQL7ibC7O1Q9SPJbGjgh3SlwoBNXMzj/ZGIj8mBgl12YA==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" } }, - "node_modules/yocto-queue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" }, - "node_modules/zwitch": { + "zod": { + "version": "3.21.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz", + "integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==" + }, + "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" - } + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==" } } } diff --git a/package.json b/package.json index 4700c06..6c45c44 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,37 @@ { - "name": "tailwindui-template", + "name": "sidefolio", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint", - "export": "next export", - "predeploy": "npm run build && npm run export", - "deploy": "gh-pages -d out" + "lint": "next lint" }, - "browserslist": "defaults, not ie <= 11", "dependencies": { - "@headlessui/react": "^1.7.0", - "@mapbox/rehype-prism": "^0.7.0", - "@mdx-js/loader": "^2.1.2", - "@mdx-js/react": "^2.3.0", - "@next/mdx": "^12.2.3", - "@radix-ui/react-compose-refs": "^1.0.1", - "@tailwindcss/typography": "^0.5.4", - "autoprefixer": "^10.4.7", - "clsx": "^1.2.0", - "fast-glob": "^3.2.11", - "feed": "^4.2.2", - "focus-visible": "^5.2.0", - "installed-check": "^6.0.5", - "next": "^14.1.4", - "postcss-focus-visible": "^6.0.4", + "@mapbox/rehype-prism": "^0.8.0", + "@mdx-js/loader": "^2.3.0", + "@next/mdx": "^13.4.19", + "@tabler/icons-react": "^2.32.0", + "@tailwindcss/typography": "^0.5.9", + "@types/node": "20.5.3", + "@types/react": "18.2.21", + "@types/react-dom": "18.2.7", + "autoprefixer": "10.4.15", + "caniuse-lite": "^1.0.30001643", + "clsx": "^2.0.0", + "eslint": "8.47.0", + "eslint-config-next": "13.4.19", + "framer-motion": "^10.16.1", + "next": "13.4.19", + "postcss": "8.4.28", + "prismjs": "^1.29.0", "react": "18.2.0", "react-dom": "18.2.0", "remark-gfm": "^3.0.1", - "sharp": "^0.32.1", - "tailwindcss": "^3.1.4" - }, - "devDependencies": { - "eslint": "8.19.0", - "eslint-config-next": "12.2.5", - "gh-pages": "^5.0.0", - "prettier": "^2.7.1", - "prettier-plugin-tailwindcss": "^0.1.11" + "sharp": "^0.33.4", + "tailwind-merge": "^1.14.0", + "tailwindcss": "3.3.3", + "typescript": "5.1.6" } } diff --git a/postcss.config.js b/postcss.config.js index 6573c25..33ad091 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,9 +1,6 @@ module.exports = { plugins: { tailwindcss: {}, - 'postcss-focus-visible': { - replaceWith: '[data-focus-visible-added]', - }, autoprefixer: {}, }, } diff --git a/prettier.config.js b/prettier.config.js deleted file mode 100644 index 35bb2b2..0000000 --- a/prettier.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - singleQuote: true, - semi: false, - plugins: [require('prettier-plugin-tailwindcss')], -} diff --git a/public/images/about.webp b/public/images/about.webp new file mode 100644 index 0000000..540ba32 Binary files /dev/null and b/public/images/about.webp differ diff --git a/public/images/blog/cameras.jpg b/public/images/blog/cameras.jpg new file mode 100644 index 0000000..7bb6a85 Binary files /dev/null and b/public/images/blog/cameras.jpg differ diff --git a/public/images/blog/fanged-noumena.jpg b/public/images/blog/fanged-noumena.jpg new file mode 100644 index 0000000..ad2c5b8 Binary files /dev/null and b/public/images/blog/fanged-noumena.jpg differ diff --git a/public/images/logos/aws.webp b/public/images/logos/aws.webp new file mode 100644 index 0000000..cf5b151 Binary files /dev/null and b/public/images/logos/aws.webp differ diff --git a/public/images/logos/figma.png b/public/images/logos/figma.png new file mode 100644 index 0000000..af87f6c Binary files /dev/null and b/public/images/logos/figma.png differ diff --git a/public/images/logos/framer.webp b/public/images/logos/framer.webp new file mode 100644 index 0000000..f93a302 Binary files /dev/null and b/public/images/logos/framer.webp differ diff --git a/public/images/logos/next.png b/public/images/logos/next.png new file mode 100644 index 0000000..1a14b5f Binary files /dev/null and b/public/images/logos/next.png differ diff --git a/public/images/logos/node.png b/public/images/logos/node.png new file mode 100644 index 0000000..5637d32 Binary files /dev/null and b/public/images/logos/node.png differ diff --git a/public/images/logos/tailwind.png b/public/images/logos/tailwind.png new file mode 100644 index 0000000..d4e3985 Binary files /dev/null and b/public/images/logos/tailwind.png differ diff --git a/public/images/logos/vercel.png b/public/images/logos/vercel.png new file mode 100644 index 0000000..efa04c0 Binary files /dev/null and b/public/images/logos/vercel.png differ diff --git a/src/images/portrait.jpg b/public/images/portrait.jpg similarity index 100% rename from src/images/portrait.jpg rename to public/images/portrait.jpg diff --git a/public/images/sidefolio-aceternity-2.png b/public/images/sidefolio-aceternity-2.png new file mode 100644 index 0000000..0e5e2e2 Binary files /dev/null and b/public/images/sidefolio-aceternity-2.png differ diff --git a/public/images/sidefolio-aceternity.png b/public/images/sidefolio-aceternity.png new file mode 100644 index 0000000..0691716 Binary files /dev/null and b/public/images/sidefolio-aceternity.png differ diff --git a/public/images/sidefolio-algochurn-2.png b/public/images/sidefolio-algochurn-2.png new file mode 100644 index 0000000..2f9a3e1 Binary files /dev/null and b/public/images/sidefolio-algochurn-2.png differ diff --git a/public/images/sidefolio-algochurn.png b/public/images/sidefolio-algochurn.png new file mode 100644 index 0000000..543a86e Binary files /dev/null and b/public/images/sidefolio-algochurn.png differ diff --git a/public/images/sidefolio-moonbeam-2.png b/public/images/sidefolio-moonbeam-2.png new file mode 100644 index 0000000..c7ab5dd Binary files /dev/null and b/public/images/sidefolio-moonbeam-2.png differ diff --git a/public/images/sidefolio-moonbeam.png b/public/images/sidefolio-moonbeam.png new file mode 100644 index 0000000..0f04f56 Binary files /dev/null and b/public/images/sidefolio-moonbeam.png differ diff --git a/public/images/sidefolio-tailwindmasterkit-2.png b/public/images/sidefolio-tailwindmasterkit-2.png new file mode 100644 index 0000000..136acc8 Binary files /dev/null and b/public/images/sidefolio-tailwindmasterkit-2.png differ diff --git a/public/images/sidefolio-tailwindmasterkit.png b/public/images/sidefolio-tailwindmasterkit.png new file mode 100644 index 0000000..7fac998 Binary files /dev/null and b/public/images/sidefolio-tailwindmasterkit.png differ diff --git a/public/next.svg b/public/next.svg new file mode 100644 index 0000000..5174b28 --- /dev/null +++ b/public/next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg new file mode 100644 index 0000000..d2f8422 --- /dev/null +++ b/public/vercel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..9206c85 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,32 @@ +import { Container } from "@/components/Container"; +import { Heading } from "@/components/Heading"; +import { Highlight } from "@/components/Highlight"; +import { Paragraph } from "@/components/Paragraph"; +import { Products } from "@/components/Products"; +import { Metadata } from "next"; +import Image from "next/image"; + +import { motion } from "framer-motion"; +import About from "@/components/About"; + +export const metadata: Metadata = { + title: "About | Lorenzo Scaturchio", + description: + "Lorenzo Scaturchio is a developer, writer and musician.", +}; + +export default function AboutPage() { + const images = [ + "https://images.unsplash.com/photo-1692544350322-ac70cfd63614?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw1fHx8ZW58MHx8fHx8&auto=format&fit=crop&w=800&q=60", + "https://images.unsplash.com/photo-1692374227159-2d3592f274c9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw4fHx8ZW58MHx8fHx8&auto=format&fit=crop&w=800&q=60", + "https://images.unsplash.com/photo-1692005561659-cdba32d1e4a1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxOHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=60", + "https://images.unsplash.com/photo-1692445381633-7999ebc03730?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwzM3x8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=60", + ]; + return ( + + 💬 + About Me + + + ); +} diff --git a/src/pages/articles/nick-land-and-a-journey-through-fanged-noumena.mdx b/src/app/blog/fanged-noumena/content.mdx similarity index 91% rename from src/pages/articles/nick-land-and-a-journey-through-fanged-noumena.mdx rename to src/app/blog/fanged-noumena/content.mdx index df915cf..584a5c2 100644 --- a/src/pages/articles/nick-land-and-a-journey-through-fanged-noumena.mdx +++ b/src/app/blog/fanged-noumena/content.mdx @@ -1,34 +1,30 @@ -import { ArticleLayout } from '@/components/ArticleLayout' -import Image from 'next/image' +import { BlogLayout } from "@/components/BlogLayout"; export const meta = { - author: 'Lorenzo Scaturchio', - date: '2023-05-03', - title: 'Nick Land and a Jouney Through Fanged Noumena', + date: "2023-05-03", + title: "Nick Land and a Jouney Through Fanged Noumena", description: - 'This is about trying to understand one of the most eccentric philosophers of the 20th and 21st century.', -} + "This is about trying to understand one of the most eccentric philosophers of the 20th and 21st century.", + image: + "/images/blog/fanged-noumena.jpg", + tags: ["philosophy"], +}; -export default (props) => +export default (props) => ; ## Introduction Nick Land's work is characterized by a departure from the formal conventions of academic writing, embracing a wide range of influences from futurism, technoscience, philosophy, mysticism, numerology, complexity theory, and science fiction, among others​1​. This approach and his unorthodox philosophical interests often caused a stir in academic circles. Land began his career as a lecturer in Continental Philosophy at the University of Warwick, where he co-founded the Cybernetic Culture Research Unit (CCRU), an interdisciplinary research group that experimented with conceptual production​1​. - Land's early work has been tied to the development of speculative realism and the political philosophy of accelerationism, an idea resembling that of the "fatal strategy" of "ecstasy" in the earlier work of Jean Baudrillard, where "a system is abolished only by pushing it into hyperlogic, by forcing it into an excessive practice which is equivalent to a brutal amortization"​1​. His work during this period is characterized by radical rereadings of various philosophers and the development of futuristic theory-fiction. His writings explored a variety of themes, often in combination, such as cybercapitalism, Ballardian fictions, poetics, cryptography, anthropology, grammatology, and the occult​2​. - One of Land's celebrated concepts is "hyperstition," a portmanteau of "superstition" and "hyper." Hyperstitions are ideas that, once "downloaded" into the cultural mainframe, engender apocalyptic positive feedback cycles. In other words, they are ideas that function causally to bring about their own reality, a sort of self-fulfilling prophecy in the arena of culture​1​. In the later part of his career, Land developed the anti-egalitarian and anti-democratic ideas that would form the basis of the neo-reactionary movement and the Dark Enlightenment philosophy​1​. Land's Dark Enlightenment philosophy opposes egalitarianism and is sometimes associated with the alt-right or other far-right movements. He believes that democracy restricts accountability and freedom​1​. - Land has been a controversial figure due to his provocative philosophical vision, which some describe as "rabid nihilism," "mad black Deleuzianism," and "cybergothic"​2​, as well as his later connection to alt-right movements and his development of the Dark Enlightenment philosophy. His influence, however, extends beyond philosophy to other cultural producers such as writers, artists, musicians, and filmmakers, who have been invigorated by his uncompromising and abrasive philosophical vision​2​. - As of 2017, Land was residing in Shanghai​1​, and his writings continue to generate discussion and controversy in philosophical circles and beyond. ## Land's Philosophical Journey Land started his philosophical journey as a lecturer at the University of Warwick, where he was a part of the Cybernetic Culture Research Unit (CCRU). However, his radical ideas and unconventional teaching style led to his departure from academic philosophy, after which he resided in Shanghai as of 2017 - Land's work can be broadly divided into two stages. The early stage, characterized by radical reinterpretations of philosophers like Heidegger, Nietzsche, Kant, and Bataille, presents concepts and theories related to techno-capitalist acceleration. The later stage is marked by a more elusive approach, with Land's writing blending various disciplines and ideas into enigmatic combinations, such as Ballardian fictions, poetics, cryptography, anthropology, grammatology, and the occult ## 'Fanged Noumena': A Deep Dive into Land's Philosophy @@ -38,4 +34,4 @@ The writings in 'Fanged Noumena' mirror the development of Land's work, starting ## Conclusion -Nick Land remains a figure of intrigue and controversy in contemporary philosophy. While his unconventional views and methods have led to his estrangement from academic philosophy, his influence is undeniable. 'Fanged Noumena' serves as a testament to his unique philosophical vision, offering a provocative exploration of the depths of philosophical and cultural thought. +Nick Land remains a figure of intrigue and controversy in contemporary philosophy. While his unconventional views and methods have led to his estrangement from academic philosophy, his influence is undeniable. 'Fanged Noumena' serves as a testament to his unique philosophical vision, offering a provocative exploration of the depths of philosophical and cultural thought. \ No newline at end of file diff --git a/src/app/blog/fanged-noumena/page.tsx b/src/app/blog/fanged-noumena/page.tsx new file mode 100644 index 0000000..848a53f --- /dev/null +++ b/src/app/blog/fanged-noumena/page.tsx @@ -0,0 +1,5 @@ +import Content from "./content.mdx"; + +export default function Page() { + return ; +} diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx new file mode 100644 index 0000000..cbde5ef --- /dev/null +++ b/src/app/blog/page.tsx @@ -0,0 +1,31 @@ +import { Container } from "@/components/Container"; +import { Heading } from "@/components/Heading"; +import { Highlight } from "@/components/Highlight"; +import { Paragraph } from "@/components/Paragraph"; +import { Products } from "@/components/Products"; +import { getAllBlogs } from "../../../lib/getAllBlogs"; +import { Blogs } from "@/components/Blogs"; +import { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Blogs | Lorenzo Scaturchio", + description: + "Lorenzo Scaturchio is a developer, writer and speaker. He is a digital nomad and travels around the world while working remotely.", +}; + +export default async function Blog() { + const blogs = await getAllBlogs(); + const data = blogs.map(({ component, ...meta }) => meta); + + return ( + + 📝 + I write about technology + + Ever since I was a kid, I've been + fascinated by technology. + + + + ); +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..561ed2c --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,28 @@ +import { Contact } from "@/components/Contact"; +import { Container } from "@/components/Container"; +import { Heading } from "@/components/Heading"; +import { Highlight } from "@/components/Highlight"; +import { Paragraph } from "@/components/Paragraph"; +import { Products } from "@/components/Products"; +import { Metadata } from "next"; +import Image from "next/image"; + +export const metadata: Metadata = { + title: "Contact | Lorenzo Scaturchio", + description: + "Lorenzo Scaturchio is a developer, writer and speaker. He is a digital nomad and travels around the world while working remotely.", +}; + +export default function Projects() { + return ( + + ✉️ + Contact Me + + Reach out to me over email or fill up this form. I will get back + to you when possible {" "} + + + + ); +} diff --git a/src/app/favicon.ico b/src/app/favicon.ico new file mode 100644 index 0000000..718d6fe Binary files /dev/null and b/src/app/favicon.ico differ diff --git a/src/app/globals.css b/src/app/globals.css new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/src/app/globals.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; diff --git a/src/app/layout.tsx b/src/app/layout.tsx new file mode 100644 index 0000000..839623f --- /dev/null +++ b/src/app/layout.tsx @@ -0,0 +1,42 @@ +import { Sidebar } from "@/components/Sidebar"; +import "./globals.css"; +import type { Metadata } from "next"; +import { Inter } from "next/font/google"; +import { twMerge } from "tailwind-merge"; +import { Footer } from "@/components/Footer"; + +const inter = Inter({ + subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], +}); + +export const metadata: Metadata = { + title: "Lorenzo Scaturchio - Developer", + description: + "Lorenzo Scaturchio is a developer, writer and speaker. He is a digital nomad and travels around the world while working remotely.", +}; + +export default function RootLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( + + + +
+
+ {children} +
+
+
+ + + ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx new file mode 100644 index 0000000..254ff7d --- /dev/null +++ b/src/app/page.tsx @@ -0,0 +1,28 @@ +import { Container } from "@/components/Container"; +import { Heading } from "@/components/Heading"; +import { Highlight } from "@/components/Highlight"; +import { Paragraph } from "@/components/Paragraph"; +import { Products } from "@/components/Products"; +import { TechStack } from "@/components/TechStack"; +import Image from "next/image"; + +export default function Home() { + return ( + + 👋 + Hello there! I'm Lorenzo + + I'm a full-stack developer that loves{" "} + optimizing my life and creating projects that could ideally + help others optimize theirs. + + + What I've been working on + + + + ); +} diff --git a/src/app/projects/[slug]/page.tsx b/src/app/projects/[slug]/page.tsx new file mode 100644 index 0000000..57c8dd0 --- /dev/null +++ b/src/app/projects/[slug]/page.tsx @@ -0,0 +1,50 @@ +import { Container } from "@/components/Container"; +import { Heading } from "@/components/Heading"; +import { Highlight } from "@/components/Highlight"; +import { Paragraph } from "@/components/Paragraph"; +import { SingleProduct } from "@/components/Product"; +import { Products } from "@/components/Products"; +import { products } from "@/constants/products"; +import { Product } from "@/types/products"; +import { Metadata } from "next"; +import Image from "next/image"; +import { redirect } from "next/navigation"; + +type Props = { + params: { slug: string }; +}; + +export async function generateMetadata({ params }: Props): Promise { + const slug = params.slug; + const product = products.find((p) => p.slug === slug) as Product | undefined; + if (product) { + return { + title: product.title, + description: product.description, + }; + } else { + return { + title: "Projects | Lorenzo Scaturchio", + description: + "Lorenzo Scaturchio is a developer, writer and speaker. He is a digital nomad and travels around the world while working remotely.", + }; + } +} + +export default function SingleProjectPage({ + params, +}: { + params: { slug: string }; +}) { + const slug = params.slug; + const product = products.find((p) => p.slug === slug); + + if (!product) { + redirect("/projects"); + } + return ( + + + + ); +} diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx new file mode 100644 index 0000000..9f3b97f --- /dev/null +++ b/src/app/projects/page.tsx @@ -0,0 +1,27 @@ +import { Container } from "@/components/Container"; +import { Heading } from "@/components/Heading"; +import { Highlight } from "@/components/Highlight"; +import { Paragraph } from "@/components/Paragraph"; +import { Products } from "@/components/Products"; +import { Metadata } from "next"; +import Image from "next/image"; + +export const metadata: Metadata = { + title: "Projects | Lorenzo Scaturchio", + description: + "Lorenzo Scaturchio is a developer, writer and speaker. He is a digital nomad and travels around the world while working remotely.", +}; + +export default function Projects() { + return ( + + + + {" "} + What I've been working on + + + + + ); +} diff --git a/src/app/resume/page.tsx b/src/app/resume/page.tsx new file mode 100644 index 0000000..0d33728 --- /dev/null +++ b/src/app/resume/page.tsx @@ -0,0 +1,22 @@ +import { Container } from "@/components/Container"; +import { Heading } from "@/components/Heading"; +import { Highlight } from "@/components/Highlight"; +import { Paragraph } from "@/components/Paragraph"; +import { Products } from "@/components/Products"; +import { WorkHistory } from "@/components/WorkHistory"; +import Image from "next/image"; + +export default function Home() { + return ( + + 💼 + Work History + + I'm a Generative AI Engineer that loves{" "} + automating my life and models that can impact + people&aposs lives + + + + ); +} diff --git a/src/components/About.tsx b/src/components/About.tsx new file mode 100644 index 0000000..21960d5 --- /dev/null +++ b/src/components/About.tsx @@ -0,0 +1,112 @@ +"use client"; +import { Paragraph } from "@/components/Paragraph"; +import Image from "next/image"; + +import { motion } from "framer-motion"; + +export default function About() { + const images = [ + "https://images.unsplash.com/photo-1692544350322-ac70cfd63614?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw1fHx8ZW58MHx8fHx8&auto=format&fit=crop&w=800&q=60", + "https://images.unsplash.com/photo-1692374227159-2d3592f274c9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw4fHx8ZW58MHx8fHx8&auto=format&fit=crop&w=800&q=60", + "https://images.unsplash.com/photo-1692005561659-cdba32d1e4a1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxOHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=60", + "https://images.unsplash.com/photo-1692445381633-7999ebc03730?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwzM3x8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=60", + ]; + return ( +
+
+ {images.map((image, index) => ( + + about + + ))} + {/* + // about + // about + // about + // about */} +
+ +
+ + Hey there, I'm Lorenzo Scaturchio - a passionate data scientist, + enthusiastic musician, and lover of the outdoors. Welcome to my corner + of the digital world! + + + Since the early days of my journey, I've been captivated by the power + of data and the potential of machine learning. I have had a great passion for + computation since I was younger, being enabled by my curiosity and the ability + to problem solve. + + + But my journey only begins with computation. My curiosity has + taken me to many other places as well. I've ventured into the + realms of music, movies, and chess. From composing and producing + songs that resonate with emotions to strategizing moves on the chessboard, + I embrace creativity and critical thinking in all aspects of my life and + will do so until I can no longer. + + + What sets me apart is my unwavering passion for the outdoors. I + believe that nature fuels creativity and innovation. My love for + hiking and exploring the wilderness inspires me to approach problems + with a fresh perspective, ensuring that every project I undertake is + both effective and imaginative. + + + Through this website, I aim to share my insights, experiences, and + creations with you. Whether you're a fellow data scientist seeking + solutions, a musician in search of collaboration, or simply someone who + appreciates the beauty of the world we simply don't understand, + there's something here for you and hopefully we can find commonality. + + + Thank you for being here to listen to what I have to say. + +
+
+ ); +} diff --git a/src/components/ArticleLayout.jsx b/src/components/ArticleLayout.jsx deleted file mode 100644 index 1ddce46..0000000 --- a/src/components/ArticleLayout.jsx +++ /dev/null @@ -1,72 +0,0 @@ -import Head from 'next/head' -import { useRouter } from 'next/router' - -import { Container } from '@/components/Container' -import { formatDate } from '@/lib/formatDate' -import { Prose } from '@/components/Prose' - -function ArrowLeftIcon(props) { - return ( - - ) -} - -export function ArticleLayout({ - children, - meta, - isRssFeed = false, - previousPathname, -}) { - let router = useRouter() - - if (isRssFeed) { - return children - } - - return ( - <> - - {`${meta.title} - Lorenzo Scaturchio`} - - - -
-
- {previousPathname && ( - - )} -
-
-

- {meta.title} -

- -
- {children} -
-
-
-
- - ) -} diff --git a/src/components/Badge.tsx b/src/components/Badge.tsx new file mode 100644 index 0000000..8dee381 --- /dev/null +++ b/src/components/Badge.tsx @@ -0,0 +1,47 @@ +import React from "react"; +import { motion } from "framer-motion"; +import Link from "next/link"; + +export const Badge = ({ + text, + href, + ...props +}: { + text: string; + href: string; + props?: React.ComponentProps; +}) => { + return ( + + + + +
+ {text} + + + +
+ + + ); +}; diff --git a/src/components/BlogLayout.tsx b/src/components/BlogLayout.tsx new file mode 100644 index 0000000..83d2ae0 --- /dev/null +++ b/src/components/BlogLayout.tsx @@ -0,0 +1,69 @@ +"use client"; +import Head from "next/head"; +import { useRouter } from "next/navigation"; +import Image from "next/image"; +import { formatDate } from "../../lib/formatDate"; +import { Prose } from "@/components/Prose"; +import { Container } from "./Container"; +import { Heading } from "./Heading"; +import Link from "next/link"; +import { Paragraph } from "./Paragraph"; + +function ArrowLeftIcon(props: any) { + return ( + + ); +} + +export function BlogLayout({ + children, + meta, + isRssFeed = false, + previousPathname, +}: any) { + let router = useRouter(); + + return ( + +
+
+ + + + + {meta.title} + +
+ thumbnail +
+
+ {children} +
+
+ ); +} diff --git a/src/components/Blogs.tsx b/src/components/Blogs.tsx new file mode 100644 index 0000000..883cb70 --- /dev/null +++ b/src/components/Blogs.tsx @@ -0,0 +1,90 @@ +"use client"; +import { Blog } from "@/types/blog"; +import Image from "next/image"; +import React, { useState } from "react"; +import { Heading } from "./Heading"; +import { Paragraph } from "./Paragraph"; +import { AnimatePresence, motion } from "framer-motion"; +import Link from "next/link"; + +export const Blogs = ({ blogs }: { blogs: Blog[] }) => { + const [hovered, setHovered] = useState(null); + return ( +
+ {blogs.map((blog, index) => ( + + setHovered(blog.slug)} + onMouseLeave={() => setHovered(null)} + > + + {hovered === blog.slug && ( + + )} + +
+ thumbnail +
+ + {blog.title} + + + {blog.description} + +
+ {blog.tags?.map((tag, index) => ( + + {tag} + + ))} +
+
+
+ +
+ ))} +
+ ); +}; diff --git a/src/components/Button.jsx b/src/components/Button.jsx deleted file mode 100644 index bbbcada..0000000 --- a/src/components/Button.jsx +++ /dev/null @@ -1,23 +0,0 @@ -import Link from 'next/link' -import clsx from 'clsx' - -const variantStyles = { - primary: - 'bg-zinc-800 font-semibold text-zinc-100 hover:bg-zinc-700 active:bg-zinc-800 active:text-zinc-100/70 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:active:bg-zinc-700 dark:active:text-zinc-100/70', - secondary: - 'bg-zinc-50 font-medium text-zinc-900 hover:bg-zinc-100 active:bg-zinc-100 active:text-zinc-900/60 dark:bg-zinc-800/50 dark:text-zinc-300 dark:hover:bg-zinc-800 dark:hover:text-zinc-50 dark:active:bg-zinc-800/50 dark:active:text-zinc-50/70', -} - -export function Button({ variant = 'primary', className, href, ...props }) { - className = clsx( - 'inline-flex items-center gap-2 justify-center rounded-md py-2 px-3 text-sm outline-offset-2 transition active:transition-none', - variantStyles[variant], - className - ) - - return href ? ( - - ) : ( - + + +
{children}
+ + ) + ); +}; diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx new file mode 100644 index 0000000..e256ca3 --- /dev/null +++ b/src/components/Contact.tsx @@ -0,0 +1,85 @@ +"use client"; +import React, { useState } from "react"; + +const defaultFormState = { + name: { + value: "", + error: "", + }, + email: { + value: "", + error: "", + }, + message: { + value: "", + error: "", + }, +}; +export const Contact = () => { + const [formData, setFormData] = useState(defaultFormState); + + const handleSubmit = (e: any) => { + e.preventDefault(); + // Write your submit logic here + console.log(formData); + }; + return ( +
+
+ { + setFormData({ + ...formData, + name: { + value: e.target.value, + error: "", + }, + }); + }} + /> + { + setFormData({ + ...formData, + email: { + value: e.target.value, + error: "", + }, + }); + }} + /> +
+
+