@ank1015/llm 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/cli.js +128 -19
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/vendor/web/manifest.json +1 -1
- package/vendor/web/standalone/node_modules/@img/colour/color.cjs +1596 -0
- package/vendor/web/standalone/node_modules/@img/colour/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/@img/colour/package.json +21 -8
- package/vendor/web/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/README.md +46 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/glib-2.0/include/glibconfig.h +220 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/index.js +1 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib +0 -0
- package/vendor/web/standalone/node_modules/@img/sharp-libvips-darwin-arm64/versions.json +30 -0
- package/vendor/web/standalone/node_modules/@next/env/dist/index.js +1 -0
- package/vendor/web/standalone/node_modules/@next/env/package.json +1 -1
- package/vendor/web/standalone/node_modules/@shikijs/core/dist/index.mjs +2446 -0
- package/vendor/web/standalone/node_modules/@shikijs/core/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs +52 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs +22 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/index.mjs +4 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/dist/shared/engine-javascript.hzpS1_41.mjs +93 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-javascript/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/dist/index.mjs +448 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/engine-oniguruma/package.json +2 -2
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/abap.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/actionscript-3.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ada.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-expression.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-html.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-inline-style.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-inline-template.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-let-declaration.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-template-blocks.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-template.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/angular-ts.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apache.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apex.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/apl.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/applescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ara.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/asciidoc.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/asm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/astro.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/awk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ballerina.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bat.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/beancount.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/berry.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bibtex.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bicep.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bird2.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/blade.mjs +20 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/bsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/c.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/c3.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cadence.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cairo.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/clarity.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/clojure.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cmake.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cobol.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/codeowners.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/codeql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/coffee.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/common-lisp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/coq.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cpp-macro.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cpp.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/crystal.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/csharp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/css.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/csv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cue.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/cypher.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/d.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dart.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dax.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/desktop.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/diff.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/docker.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dotenv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/dream-maker.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/edge.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/elixir.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/elm.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/emacs-lisp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/erb.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/erlang.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-css.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-glsl.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-html.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-sql.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/es-tag-xml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fennel.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fish.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fluent.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fortran-free-form.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/fsharp.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdresource.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gdshader.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/genie.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gherkin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/git-commit.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/git-rebase.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gleam.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glimmer-js.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glimmer-ts.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/glsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gn.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/gnuplot.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/go.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/graphql.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/groovy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hack.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haml.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/handlebars.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haskell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/haxe.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hcl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hjson.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hlsl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/html-derivative.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/html.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/http.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hurl.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hxml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/hy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/imba.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ini.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/java.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/javascript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jinja-html.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jinja.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jison.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/json.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/json5.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonc.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsonnet.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jssm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/jsx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/julia.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/just.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kdl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kotlin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/kusto.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/latex.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/lean.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/less.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/liquid.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/llvm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/log.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/logo.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/lua.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/luau.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/make.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown-nix.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown-vue.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/markdown.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/marko.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/matlab.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mdc.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mdx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mermaid.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mipsasm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/mojo.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/moonbit.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/move.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/narrat.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nextflow-groovy.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nextflow.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nginx.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nim.mjs +20 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nix.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/nushell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/objective-c.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/objective-cpp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ocaml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/odin.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/openscad.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pascal.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/perl.mjs +16 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/php.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pkl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/plsql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/po.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/polar.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/postcss.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/powerquery.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/powershell.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/prisma.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/prolog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/proto.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/pug.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/puppet.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/purescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/python.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qmldir.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/qss.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/r.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/racket.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/raku.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/razor.mjs +10 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/reg.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/regexp.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rel.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/riscv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ron.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rosmsg.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rst.mjs +22 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ruby.mjs +30 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/rust.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sas.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sass.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scala.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scheme.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/scss.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sdbl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shaderlab.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shellscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/shellsession.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/smalltalk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/solidity.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/soy.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sparql.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/splunk.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/sql.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ssh-config.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/stata.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/stylus.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/surrealql.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/svelte.mjs +14 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/swift.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/system-verilog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/systemd.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/talonscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tasl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tcl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/templ.mjs +12 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/terraform.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tex.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/toml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/ts-tags.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tsv.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/tsx.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/turtle.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/twig.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typescript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typespec.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/typst.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/v.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vala.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vb.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/verilog.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vhdl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/viml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-directives.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-html.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-interpolations.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue-vine.mjs +18 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vue.mjs +26 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/vyper.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wasm.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wenyan.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wgsl.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wikitext.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wit.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/wolfram.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/xml.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/xsl.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/yaml.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/zenscript.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/dist/zig.mjs +5 -0
- package/vendor/web/standalone/node_modules/@shikijs/langs/package.json +7 -3
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/andromeeda.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/aurora-x.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/ayu-mirage.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-latte.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dark-plus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dracula-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/dracula.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/everforest-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/everforest-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-default.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light-default.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/github-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/horizon-bright.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/horizon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/houston.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/kanagawa-wave.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/laserwave.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/light-plus.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-darker.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-lighter.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-ocean.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme-palenight.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/material-theme.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/min-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/min-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/monokai.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/night-owl-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/night-owl.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/nord.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/one-dark-pro.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/one-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/plastic.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/poimandres.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/red.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine-moon.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/rose-pine.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/slack-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/slack-ochin.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/snazzy-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/solarized-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/solarized-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/synthwave-84.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/tokyo-night.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vesper.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-black.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-dark.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/dist/vitesse-light.mjs +2 -0
- package/vendor/web/standalone/node_modules/@shikijs/themes/package.json +4 -3
- package/vendor/web/standalone/node_modules/@shikijs/types/dist/index.mjs +8 -0
- package/vendor/web/standalone/node_modules/@shikijs/types/package.json +1 -1
- package/vendor/web/standalone/node_modules/@shikijs/vscode-textmate/dist/index.js +3216 -0
- package/vendor/web/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
- package/vendor/web/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
- package/vendor/web/standalone/node_modules/ccount/index.js +27 -0
- package/vendor/web/standalone/node_modules/character-entities-html4/index.js +259 -0
- package/vendor/web/standalone/node_modules/character-entities-legacy/index.js +113 -0
- package/vendor/web/standalone/node_modules/client-only/index.js +0 -0
- package/vendor/web/standalone/node_modules/comma-separated-tokens/index.js +74 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/elf.js +39 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/vendor/web/standalone/node_modules/detect-libc/lib/process.js +24 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/index.js +8 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/index.js +257 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
- package/vendor/web/standalone/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
- package/vendor/web/standalone/node_modules/hast-util-whitespace/index.js +1 -0
- package/vendor/web/standalone/node_modules/hast-util-whitespace/lib/index.js +34 -0
- package/vendor/web/standalone/node_modules/html-void-elements/index.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/build/adapter/setup-node-env.external.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/build/define-env.js +255 -0
- package/vendor/web/standalone/node_modules/next/dist/build/duration-to-string.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/build/get-supported-browsers.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/build/next-config-ts/require-hook.js +85 -0
- package/vendor/web/standalone/node_modules/next/dist/build/next-config-ts/transpile-config.js +251 -0
- package/vendor/web/standalone/node_modules/next/dist/build/output/format.js +84 -0
- package/vendor/web/standalone/node_modules/next/dist/build/output/log.js +135 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/app-segment-config.js +162 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/app-segments.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/app.js +735 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/pages.js +169 -0
- package/vendor/web/standalone/node_modules/next/dist/build/static-paths/utils.js +119 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/helpers.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/index.js +1348 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/install-bindings.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/jest-transformer.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/loaderWorkerPool.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/options.js +403 -0
- package/vendor/web/standalone/node_modules/next/dist/build/swc/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/build/utils.js +1215 -0
- package/vendor/web/standalone/node_modules/next/dist/cli/next-test.js +170 -0
- package/vendor/web/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/client/app-call-server.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/client/app-find-source-map-url.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/client/assign-location.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-announcer.js +78 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-headers.js +138 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-instance.js +397 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router-utils.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/app-router.js +514 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/default.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/error-styles.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/builtin/global-error.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/error-boundary.js +144 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/errors/root-error-boundary.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/forbidden.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/handle-isr-error.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/hooks-server-context.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +125 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/is-next-router-error.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/links.js +299 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/match-segments.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/nav-failure-handler.js +61 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation-devtools.js +126 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation-untracked.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation.js +225 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/navigation.react-server.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/not-found.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/readonly-url-search-params.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-boundary.js +107 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-error.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/redirect.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +201 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +153 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +457 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +1341 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +83 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +320 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +60 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/bfcache.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache-key.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache-map.js +305 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/cache.js +1933 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/lru.js +152 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js +194 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/navigation.js +597 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js +543 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/prefetch.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/scheduler.js +1249 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/types.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/segment-cache/vary-path.js +278 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unauthorized.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unrecognized-action-error.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unresolved-thenable.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.browser.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/unstable-rethrow.server.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/components/use-action-queue.js +148 -0
- package/vendor/web/standalone/node_modules/next/dist/client/dev/debug-channel.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/client/flight-data-helpers.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/client/lib/console.js +177 -0
- package/vendor/web/standalone/node_modules/next/dist/client/lib/javascript-url.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/navigation-build-id.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/client/route-params.js +230 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +339 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +18713 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/busboy/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/compression/index.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/image-detector/detector.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/p-queue/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +133 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +130 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/react-is/package.json +1 -1
- package/vendor/web/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/send/index.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/tar/index.min.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/tar/package.json +1 -1
- package/vendor/web/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/zod/index.cjs +1 -0
- package/vendor/web/standalone/node_modules/next/dist/compiled/zod-validation-error/index.js +1 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/fetch.js +142 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/server-edge.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/export/helpers/create-incremental-cache.js +61 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/batcher.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/build-custom-route.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/bundler.js +97 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/client-and-server-references.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/constants.js +420 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/default-transpiled-packages.json +1 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/download-swc.js +183 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/error-telemetry-utils.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fallback.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-config.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-pages-dir.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/find-root.js +126 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-cli-help-output.js +84 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/format-server-error.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/framework/boundary-components.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/framework/boundary-constants.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fs/rename.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-files-in-dir.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-network-host.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-package-version.js +118 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-npx-command.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-registry.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/get-reserved-port.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/helpers/install.js +83 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/import-next-warning.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/inline-static-env.js +112 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/interop-default.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-error.js +78 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-interception-route-rewrite.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/is-serializable-props.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/load-custom-routes.js +594 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/gc-observer.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/shutdown.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/startup.js +47 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/memory/trace.js +109 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/generate/icon-mark.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +123 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +221 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/metadata-context.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/metadata.js +1686 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +884 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +135 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/extra-types.js +9 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/icons.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/manifest-types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/metadata-interface.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/metadata-types.js +10 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/opengraph-types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/resolvers.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/metadata/types/twitter-types.js +7 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/mime-type.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/mkcert.js +204 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/multi-file-writer.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/normalize-path.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/page-types.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/pick.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/pretty-bytes.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/realpath.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-copy.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-delete.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/require-instrumentation-client.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/resolve-build-paths.js +154 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/resolve-from.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/route-pattern-normalizer.js +107 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/scheduler.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/server-external-packages.jsonc +103 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/setup-exception-listeners.js +11 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/static-env.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/try-to-parse-path.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/turbopack-warning.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +243 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/type-paths.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +391 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/url.js +75 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +115 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-root-layout.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +228 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/wait.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/lib/worker.js +234 -0
- package/vendor/web/standalone/node_modules/next/dist/server/ReactDOMServerPages.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/accept-header.js +132 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/after-context.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/after.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/awaiter.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/builtin-request-context.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/index.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/after/run-with-after.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/index.js +201 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/api-resolver.js +395 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/parse-body.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/server/api-utils/web.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/action-handler.js +1020 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +167 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-render-utils.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render-scheduling.js +188 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/app-render.js +4469 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/async-local-storage.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/cache-signal.js +181 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +600 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/console-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/console-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +840 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +189 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +86 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/debug-channel-server.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/debug-channel-server.web.js +71 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +1144 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption-utils-server.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +93 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/encryption.js +259 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/entry-base.js +256 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-impl.js +103 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-config.js +181 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples-client.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js +432 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation.js +713 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/instant-validation/stream-utils.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +264 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/postponed-state.js +157 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/prospective-render-utils.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/react-large-shell-error.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/react-server.node.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/render-css-resource.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/required-scripts.js +76 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/postpone.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/preloads.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/rsc/taint.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/segment-explorer-path.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/staged-rendering.js +343 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stale-time.js +111 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stream-ops.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/stream-ops.web.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/types.js +65 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +214 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/vary-params.js +336 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +232 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-async-storage.external.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +280 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/request-store.js +144 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/with-store.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/async-storage/work-store.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/helpers.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/node.js +147 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-http/web.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/server/base-server.js +1874 -0
- package/vendor/web/standalone/node_modules/next/dist/server/body-streams.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/cache-dir.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/capsize-font-metrics.json +181516 -0
- package/vendor/web/standalone/node_modules/next/dist/server/ci-info.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-schema.js +717 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-shared.js +369 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config-utils.js +185 -0
- package/vendor/web/standalone/node_modules/next/dist/server/config.js +1545 -0
- package/vendor/web/standalone/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/file-logger.js +186 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +558 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/browser-logs/source-map.js +222 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/debug-channel.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/dev-indicator-server-state.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/get-source-map-from-file.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-middleware.js +274 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-rspack.js +171 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1478 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1386 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/log-requests.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/messages.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/middleware-turbopack.js +403 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/middleware-webpack.js +483 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/node-stack-frames.js +72 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +773 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/require-cache.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/serialized-errors.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/server-action-logger.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +104 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +687 -0
- package/vendor/web/standalone/node_modules/next/dist/server/dynamic-rendering-utils.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/server/font-utils.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-page-files.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/image-optimizer.js +1220 -0
- package/vendor/web/standalone/node_modules/next/dist/server/instrumentation/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/instrumentation/utils.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/internal-utils.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/is-private-ip.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/app-dir-module.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/app-info-log.js +132 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/async-callback-set.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-control.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/default.external.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/default.js +160 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cache-handlers/types.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/clone-response.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/cpu-profile.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/decode-query-path-parameter.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +95 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/disk-lru-cache.external.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/experimental/ppr.js +47 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/find-page-file.js +147 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/fix-mojibake.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/i18n-provider.js +129 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/implicit-tags.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +335 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +501 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/install-code-frame.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/lazy-result.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/lru-cache.js +191 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/mock-request.js +416 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/module-loader.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/parse-stack.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/patch-fetch.js +978 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/patch-set-header.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/postponed-request-body.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/render-server.js +155 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-server.js +683 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site-dev.js +110 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +211 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +591 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +89 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +118 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +629 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +286 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/router-server-context.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/typegen.js +858 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/router-utils/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +81 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/source-maps.js +196 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/start-server.js +494 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/streaming-metadata.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/constants.js +203 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/tracer.js +280 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/trace/utils.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/utils.js +278 -0
- package/vendor/web/standalone/node_modules/next/dist/server/lib/worker-utils.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-components.js +179 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-default-error-components.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/load-manifest.external.js +117 -0
- package/vendor/web/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/get-mcp-middleware.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-errors.js +114 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-logs.js +67 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +188 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-routes.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +121 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +90 -0
- package/vendor/web/standalone/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next-server.js +1429 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
- package/vendor/web/standalone/node_modules/next/dist/server/next.js +455 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-baseline.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +301 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-exit.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/console-file.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/date.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +8 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +577 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/io-utils.js +195 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +103 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/process-error-handlers.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/random.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js +508 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-environment.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/app/index.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/index.js +44 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/normalizer.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/normalizers.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/base-path.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/next-data.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/prefix.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/rsc.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/request/suffix.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/underscore-normalizer.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/server/og/image-response.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/server/patch-error-inspect.js +453 -0
- package/vendor/web/standalone/node_modules/next/dist/server/pipe-readable.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/post-process.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/render-result.js +204 -0
- package/vendor/web/standalone/node_modules/next/dist/server/render.js +1140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/connection.js +133 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/cookies.js +235 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/draft-mode.js +230 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/fallback-params.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/headers.js +229 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/params.js +527 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/pathname.js +119 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/root-params.js +194 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/search-params.js +526 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request/utils.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/request-meta.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/require-hook.js +82 -0
- package/vendor/web/standalone/node_modules/next/dist/server/require.js +109 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/index.js +311 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/types.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/utils.js +104 -0
- package/vendor/web/standalone/node_modules/next/dist/server/response-cache/web.js +101 -0
- package/vendor/web/standalone/node_modules/next/dist/server/resume-data-cache/cache-store.js +96 -0
- package/vendor/web/standalone/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +124 -0
- package/vendor/web/standalone/node_modules/next/dist/server/revalidation-utils.js +157 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/locale-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/pages-route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-definitions/route-definition.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-kind.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +239 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +120 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +91 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +112 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +68 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matchers/route-matcher.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/app-page-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/app-route-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/locale-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/pages-api-route-match.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/pages-route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-matches/route-match.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.js +162 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/module.render.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +140 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +125 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +85 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +899 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/checks.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +100 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.compiled.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.js +92 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/module.render.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/pages-handler.js +545 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/pages-api/module.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/server/route-modules/route-module.js +650 -0
- package/vendor/web/standalone/node_modules/next/dist/server/runtime-reacts.external.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/send-payload.js +88 -0
- package/vendor/web/standalone/node_modules/next/dist/server/send-response.js +70 -0
- package/vendor/web/standalone/node_modules/next/dist/server/serve-static.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/server-utils.js +323 -0
- package/vendor/web/standalone/node_modules/next/dist/server/setup-http-agent-env.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/encoded-tags.js +122 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +918 -0
- package/vendor/web/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +74 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/constant.js +98 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/index.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +97 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/config.js +512 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +234 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +115 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/server/typescript/utils.js +212 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/cache-life.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/cache-tag.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/constants.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/handlers.js +121 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/use-cache-errors.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +1588 -0
- package/vendor/web/standalone/node_modules/next/dist/server/utils.js +73 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/adapter.js +392 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +123 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/error.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/exports/index.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/get-edge-preview-props.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/globals.js +128 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/http.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/internal-edge-wait-until.js +64 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/next-url.js +199 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/context.js +462 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +88 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +137 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +142 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +211 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/fetch-event.js +98 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/image-response.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/request.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/response.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/revalidate.js +214 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +289 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/url-pattern.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/spec-extension/user-agent.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/types.js +6 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/utils.js +151 -0
- package/vendor/web/standalone/node_modules/next/dist/server/web/web-on-close.js +87 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/action-revalidation-kind.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +50 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/app-router-types.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/constants.js +448 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/deployment-id.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/dset.js +34 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/entry-constants.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/code-frame.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/constants.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/head.js +163 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +60 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +59 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +54 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/image-config.js +77 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/invariant-error.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/is-thenable.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +246 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +46 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +15 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/no-fallback-error.external.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +23 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/promise-with-resolvers.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/adapters.js +136 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +122 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +62 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +24 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +174 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +52 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +25 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +90 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/html-bots.js +17 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +108 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +57 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +26 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +30 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +43 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +38 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +292 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +79 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +116 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +113 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +45 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +256 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +244 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +99 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js +32 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/segment.js +102 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +35 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/side-effect.js +63 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/size-limit.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/turbopack/internal-error.js +53 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils/reflect-utils.js +69 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/utils.js +207 -0
- package/vendor/web/standalone/node_modules/next/dist/shared/lib/zod.js +101 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/detached-flush.js +56 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/build.js +174 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/index.js +41 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/events/version.js +66 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/flush-telemetry.js +19 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/post-telemetry-payload.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
- package/vendor/web/standalone/node_modules/next/dist/telemetry/storage.js +301 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/index.js +58 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/index.js +37 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-json-build.js +40 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-json.js +165 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/shared.js +39 -0
- package/vendor/web/standalone/node_modules/next/dist/trace/trace.js +211 -0
- package/vendor/web/standalone/node_modules/next/package.json +378 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/parser/node-utils.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/parser/parse.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/tokenizer/tokenize.js +34 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/traverser/traverse.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-parser/dist/utils.js +2 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/dist/esm/index.js +1876 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/dist/esm/package.json +1 -0
- package/vendor/web/standalone/node_modules/oniguruma-to-es/package.json +4 -4
- package/vendor/web/standalone/node_modules/property-information/index.js +17 -0
- package/vendor/web/standalone/node_modules/property-information/lib/aria.js +61 -0
- package/vendor/web/standalone/node_modules/property-information/lib/find.js +97 -0
- package/vendor/web/standalone/node_modules/property-information/lib/hast-to-react.js +30 -0
- package/vendor/web/standalone/node_modules/property-information/lib/html.js +322 -0
- package/vendor/web/standalone/node_modules/property-information/lib/normalize.js +12 -0
- package/vendor/web/standalone/node_modules/property-information/lib/svg.js +567 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/create.js +69 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/defined-info.js +60 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/info.js +32 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/merge.js +27 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/schema.js +29 -0
- package/vendor/web/standalone/node_modules/property-information/lib/util/types.js +13 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xlink.js +17 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xml.js +9 -0
- package/vendor/web/standalone/node_modules/property-information/lib/xmlns.js +9 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
- package/vendor/web/standalone/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
- package/vendor/web/standalone/node_modules/react/cjs/react.development.js +1284 -0
- package/vendor/web/standalone/node_modules/react/cjs/react.production.js +542 -0
- package/vendor/web/standalone/node_modules/react/compiler-runtime.js +14 -0
- package/vendor/web/standalone/node_modules/react/index.js +7 -0
- package/vendor/web/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
- package/vendor/web/standalone/node_modules/react/jsx-runtime.js +7 -0
- package/vendor/web/standalone/node_modules/react/package.json +1 -1
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
- package/vendor/web/standalone/node_modules/react-dom/cjs/react-dom.production.js +210 -0
- package/vendor/web/standalone/node_modules/react-dom/index.js +38 -0
- package/vendor/web/standalone/node_modules/react-dom/package.json +2 -2
- package/vendor/web/standalone/node_modules/react-dom/server.browser.js +16 -0
- package/vendor/web/standalone/node_modules/react-dom/server.edge.js +17 -0
- package/vendor/web/standalone/node_modules/react-dom/server.node.js +18 -0
- package/vendor/web/standalone/node_modules/react-dom/static.node.js +14 -0
- package/vendor/web/standalone/node_modules/regex/src/atomic.js +224 -0
- package/vendor/web/standalone/node_modules/regex/src/internals.js +2 -0
- package/vendor/web/standalone/node_modules/regex/src/subclass.js +98 -0
- package/vendor/web/standalone/node_modules/regex/src/utils-internals.js +33 -0
- package/vendor/web/standalone/node_modules/regex-recursion/src/index.js +365 -0
- package/vendor/web/standalone/node_modules/regex-utilities/src/index.js +170 -0
- package/vendor/web/standalone/node_modules/sharp/lib/channel.js +177 -0
- package/vendor/web/standalone/node_modules/sharp/lib/colour.js +195 -0
- package/vendor/web/standalone/node_modules/sharp/lib/composite.js +212 -0
- package/vendor/web/standalone/node_modules/sharp/lib/constructor.js +499 -0
- package/vendor/web/standalone/node_modules/sharp/lib/index.js +16 -0
- package/vendor/web/standalone/node_modules/sharp/lib/input.js +809 -0
- package/vendor/web/standalone/node_modules/sharp/lib/is.js +143 -0
- package/vendor/web/standalone/node_modules/sharp/lib/libvips.js +207 -0
- package/vendor/web/standalone/node_modules/sharp/lib/operation.js +1016 -0
- package/vendor/web/standalone/node_modules/sharp/lib/output.js +1666 -0
- package/vendor/web/standalone/node_modules/sharp/lib/resize.js +595 -0
- package/vendor/web/standalone/node_modules/sharp/lib/sharp.js +121 -0
- package/vendor/web/standalone/node_modules/sharp/lib/utility.js +291 -0
- package/vendor/web/standalone/node_modules/space-separated-tokens/index.js +24 -0
- package/vendor/web/standalone/node_modules/stringify-entities/index.js +6 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/core.js +117 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/index.js +36 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
- package/vendor/web/standalone/node_modules/stringify-entities/lib/util/to-named.js +57 -0
- package/vendor/web/standalone/node_modules/zwitch/index.js +118 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: tokyo-night */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#16161e\",\"activityBar.border\":\"#16161e\",\"activityBar.foreground\":\"#787c99\",\"activityBar.inactiveForeground\":\"#3b3e52\",\"activityBarBadge.background\":\"#3d59a1\",\"activityBarBadge.foreground\":\"#fff\",\"activityBarTop.foreground\":\"#787c99\",\"activityBarTop.inactiveForeground\":\"#3b3e52\",\"badge.background\":\"#7e83b230\",\"badge.foreground\":\"#acb0d0\",\"breadcrumb.activeSelectionForeground\":\"#a9b1d6\",\"breadcrumb.background\":\"#16161e\",\"breadcrumb.focusForeground\":\"#a9b1d6\",\"breadcrumb.foreground\":\"#515670\",\"breadcrumbPicker.background\":\"#16161e\",\"button.background\":\"#3d59a1dd\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#3d59a1AA\",\"button.secondaryBackground\":\"#3b3e52\",\"charts.blue\":\"#7aa2f7\",\"charts.foreground\":\"#9AA5CE\",\"charts.green\":\"#41a6b5\",\"charts.lines\":\"#16161e\",\"charts.orange\":\"#ff9e64\",\"charts.purple\":\"#9d7cd8\",\"charts.red\":\"#f7768e\",\"charts.yellow\":\"#e0af68\",\"chat.avatarBackground\":\"#3d59a1\",\"chat.avatarForeground\":\"#a9b1d6\",\"chat.requestBorder\":\"#0f0f14\",\"chat.slashCommandBackground\":\"#14141b\",\"chat.slashCommandForeground\":\"#7aa2f7\",\"debugConsole.errorForeground\":\"#bb616b\",\"debugConsole.infoForeground\":\"#787c99\",\"debugConsole.sourceForeground\":\"#787c99\",\"debugConsole.warningForeground\":\"#c49a5a\",\"debugConsoleInputIcon.foreground\":\"#73daca\",\"debugExceptionWidget.background\":\"#101014\",\"debugExceptionWidget.border\":\"#963c47\",\"debugIcon.breakpointDisabledForeground\":\"#414761\",\"debugIcon.breakpointForeground\":\"#db4b4b\",\"debugIcon.breakpointUnverifiedForeground\":\"#c24242\",\"debugTokenExpression.boolean\":\"#ff9e64\",\"debugTokenExpression.error\":\"#bb616b\",\"debugTokenExpression.name\":\"#7dcfff\",\"debugTokenExpression.number\":\"#ff9e64\",\"debugTokenExpression.string\":\"#9ece6a\",\"debugTokenExpression.value\":\"#9aa5ce\",\"debugToolBar.background\":\"#101014\",\"debugView.stateLabelBackground\":\"#14141b\",\"debugView.stateLabelForeground\":\"#787c99\",\"debugView.valueChangedHighlight\":\"#3d59a1aa\",\"descriptionForeground\":\"#515670\",\"diffEditor.diagonalFill\":\"#292e42\",\"diffEditor.insertedLineBackground\":\"#41a6b520\",\"diffEditor.insertedTextBackground\":\"#41a6b520\",\"diffEditor.removedLineBackground\":\"#db4b4b22\",\"diffEditor.removedTextBackground\":\"#db4b4b22\",\"diffEditor.unchangedCodeBackground\":\"#282a3b66\",\"diffEditorGutter.insertedLineBackground\":\"#41a6b525\",\"diffEditorGutter.removedLineBackground\":\"#db4b4b22\",\"diffEditorOverview.insertedForeground\":\"#41a6b525\",\"diffEditorOverview.removedForeground\":\"#db4b4b22\",\"disabledForeground\":\"#545c7e\",\"dropdown.background\":\"#14141b\",\"dropdown.foreground\":\"#787c99\",\"dropdown.listBackground\":\"#14141b\",\"editor.background\":\"#1a1b26\",\"editor.findMatchBackground\":\"#3d59a166\",\"editor.findMatchBorder\":\"#e0af68\",\"editor.findMatchHighlightBackground\":\"#3d59a166\",\"editor.findRangeHighlightBackground\":\"#515c7e33\",\"editor.focusedStackFrameHighlightBackground\":\"#73daca20\",\"editor.foldBackground\":\"#1111174a\",\"editor.foreground\":\"#a9b1d6\",\"editor.inactiveSelectionBackground\":\"#515c7e25\",\"editor.lineHighlightBackground\":\"#1e202e\",\"editor.rangeHighlightBackground\":\"#515c7e20\",\"editor.selectionBackground\":\"#515c7e4d\",\"editor.selectionHighlightBackground\":\"#515c7e44\",\"editor.stackFrameHighlightBackground\":\"#E2BD3A20\",\"editor.wordHighlightBackground\":\"#515c7e44\",\"editor.wordHighlightStrongBackground\":\"#515c7e55\",\"editorBracketHighlight.foreground1\":\"#698cd6\",\"editorBracketHighlight.foreground2\":\"#68b3de\",\"editorBracketHighlight.foreground3\":\"#9a7ecc\",\"editorBracketHighlight.foreground4\":\"#25aac2\",\"editorBracketHighlight.foreground5\":\"#80a856\",\"editorBracketHighlight.foreground6\":\"#c49a5a\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#db4b4b\",\"editorBracketMatch.background\":\"#16161e\",\"editorBracketMatch.border\":\"#42465d\",\"editorBracketPairGuide.activeBackground1\":\"#698cd6\",\"editorBracketPairGuide.activeBackground2\":\"#68b3de\",\"editorBracketPairGuide.activeBackground3\":\"#9a7ecc\",\"editorBracketPairGuide.activeBackground4\":\"#25aac2\",\"editorBracketPairGuide.activeBackground5\":\"#80a856\",\"editorBracketPairGuide.activeBackground6\":\"#c49a5a\",\"editorCodeLens.foreground\":\"#51597d\",\"editorCursor.foreground\":\"#c0caf5\",\"editorError.foreground\":\"#db4b4b\",\"editorGhostText.foreground\":\"#646e9c\",\"editorGroup.border\":\"#101014\",\"editorGroup.dropBackground\":\"#1e202e\",\"editorGroupHeader.border\":\"#101014\",\"editorGroupHeader.noTabsBackground\":\"#16161e\",\"editorGroupHeader.tabsBackground\":\"#16161e\",\"editorGroupHeader.tabsBorder\":\"#101014\",\"editorGutter.addedBackground\":\"#164846\",\"editorGutter.deletedBackground\":\"#823c41\",\"editorGutter.modifiedBackground\":\"#394b70\",\"editorHint.foreground\":\"#0da0ba\",\"editorHoverWidget.background\":\"#16161e\",\"editorHoverWidget.border\":\"#101014\",\"editorIndentGuide.activeBackground1\":\"#363b54\",\"editorIndentGuide.background1\":\"#232433\",\"editorInfo.foreground\":\"#0da0ba\",\"editorInlayHint.foreground\":\"#646e9c\",\"editorLightBulb.foreground\":\"#e0af68\",\"editorLightBulbAutoFix.foreground\":\"#e0af68\",\"editorLineNumber.activeForeground\":\"#787c99\",\"editorLineNumber.foreground\":\"#363b54\",\"editorLink.activeForeground\":\"#acb0d0\",\"editorMarkerNavigation.background\":\"#16161e\",\"editorOverviewRuler.addedForeground\":\"#164846\",\"editorOverviewRuler.border\":\"#101014\",\"editorOverviewRuler.bracketMatchForeground\":\"#101014\",\"editorOverviewRuler.deletedForeground\":\"#703438\",\"editorOverviewRuler.errorForeground\":\"#db4b4b\",\"editorOverviewRuler.findMatchForeground\":\"#a9b1d644\",\"editorOverviewRuler.infoForeground\":\"#1abc9c\",\"editorOverviewRuler.modifiedForeground\":\"#394b70\",\"editorOverviewRuler.rangeHighlightForeground\":\"#a9b1d644\",\"editorOverviewRuler.selectionHighlightForeground\":\"#a9b1d622\",\"editorOverviewRuler.warningForeground\":\"#e0af68\",\"editorOverviewRuler.wordHighlightForeground\":\"#bb9af755\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#bb9af766\",\"editorPane.background\":\"#1a1b26\",\"editorRuler.foreground\":\"#101014\",\"editorSuggestWidget.background\":\"#16161e\",\"editorSuggestWidget.border\":\"#101014\",\"editorSuggestWidget.highlightForeground\":\"#6183bb\",\"editorSuggestWidget.selectedBackground\":\"#20222c\",\"editorWarning.foreground\":\"#e0af68\",\"editorWhitespace.foreground\":\"#363b54\",\"editorWidget.background\":\"#16161e\",\"editorWidget.border\":\"#101014\",\"editorWidget.foreground\":\"#787c99\",\"editorWidget.resizeBorder\":\"#545c7e33\",\"errorForeground\":\"#515670\",\"extensionBadge.remoteBackground\":\"#3d59a1\",\"extensionBadge.remoteForeground\":\"#ffffff\",\"extensionButton.prominentBackground\":\"#3d59a1DD\",\"extensionButton.prominentForeground\":\"#ffffff\",\"extensionButton.prominentHoverBackground\":\"#3d59a1AA\",\"focusBorder\":\"#545c7e33\",\"foreground\":\"#787c99\",\"gitDecoration.addedResourceForeground\":\"#449dab\",\"gitDecoration.conflictingResourceForeground\":\"#e0af68cc\",\"gitDecoration.deletedResourceForeground\":\"#914c54\",\"gitDecoration.ignoredResourceForeground\":\"#515670\",\"gitDecoration.modifiedResourceForeground\":\"#6183bb\",\"gitDecoration.renamedResourceForeground\":\"#449dab\",\"gitDecoration.stageDeletedResourceForeground\":\"#914c54\",\"gitDecoration.stageModifiedResourceForeground\":\"#6183bb\",\"gitDecoration.untrackedResourceForeground\":\"#449dab\",\"gitlens.gutterBackgroundColor\":\"#16161e\",\"gitlens.gutterForegroundColor\":\"#787c99\",\"gitlens.gutterUncommittedForegroundColor\":\"#7aa2f7\",\"gitlens.trailingLineForegroundColor\":\"#646e9c\",\"icon.foreground\":\"#787c99\",\"inlineChat.foreground\":\"#a9b1d6\",\"inlineChatDiff.inserted\":\"#41a6b540\",\"inlineChatDiff.removed\":\"#db4b4b42\",\"inlineChatInput.background\":\"#14141b\",\"input.background\":\"#14141b\",\"input.border\":\"#0f0f14\",\"input.foreground\":\"#a9b1d6\",\"input.placeholderForeground\":\"#787c998A\",\"inputOption.activeBackground\":\"#3d59a144\",\"inputOption.activeForeground\":\"#c0caf5\",\"inputValidation.errorBackground\":\"#85353e\",\"inputValidation.errorBorder\":\"#963c47\",\"inputValidation.errorForeground\":\"#bbc2e0\",\"inputValidation.infoBackground\":\"#3d59a15c\",\"inputValidation.infoBorder\":\"#3d59a1\",\"inputValidation.infoForeground\":\"#bbc2e0\",\"inputValidation.warningBackground\":\"#c2985b\",\"inputValidation.warningBorder\":\"#e0af68\",\"inputValidation.warningForeground\":\"#000000\",\"list.activeSelectionBackground\":\"#202330\",\"list.activeSelectionForeground\":\"#a9b1d6\",\"list.deemphasizedForeground\":\"#787c99\",\"list.dropBackground\":\"#1e202e\",\"list.errorForeground\":\"#bb616b\",\"list.focusBackground\":\"#1c1d29\",\"list.focusForeground\":\"#a9b1d6\",\"list.highlightForeground\":\"#668ac4\",\"list.hoverBackground\":\"#13131a\",\"list.hoverForeground\":\"#a9b1d6\",\"list.inactiveSelectionBackground\":\"#1c1d29\",\"list.inactiveSelectionForeground\":\"#a9b1d6\",\"list.invalidItemForeground\":\"#c97018\",\"list.warningForeground\":\"#c49a5a\",\"listFilterWidget.background\":\"#101014\",\"listFilterWidget.noMatchesOutline\":\"#a6333f\",\"listFilterWidget.outline\":\"#3d59a1\",\"menu.background\":\"#16161e\",\"menu.border\":\"#101014\",\"menu.foreground\":\"#787c99\",\"menu.selectionBackground\":\"#1e202e\",\"menu.selectionForeground\":\"#a9b1d6\",\"menu.separatorBackground\":\"#101014\",\"menubar.selectionBackground\":\"#1e202e\",\"menubar.selectionBorder\":\"#1b1e2e\",\"menubar.selectionForeground\":\"#a9b1d6\",\"merge.currentContentBackground\":\"#007a7544\",\"merge.currentHeaderBackground\":\"#41a6b525\",\"merge.incomingContentBackground\":\"#3d59a144\",\"merge.incomingHeaderBackground\":\"#3d59a1aa\",\"mergeEditor.change.background\":\"#41a6b525\",\"mergeEditor.change.word.background\":\"#41a6b540\",\"mergeEditor.conflict.handled.minimapOverViewRuler\":\"#449dab\",\"mergeEditor.conflict.handledFocused.border\":\"#41a6b565\",\"mergeEditor.conflict.handledUnfocused.border\":\"#41a6b525\",\"mergeEditor.conflict.unhandled.minimapOverViewRuler\":\"#e0af68\",\"mergeEditor.conflict.unhandledFocused.border\":\"#e0af68b0\",\"mergeEditor.conflict.unhandledUnfocused.border\":\"#e0af6888\",\"minimapGutter.addedBackground\":\"#1C5957\",\"minimapGutter.deletedBackground\":\"#944449\",\"minimapGutter.modifiedBackground\":\"#425882\",\"multiDiffEditor.border\":\"#1a1b26\",\"multiDiffEditor.headerBackground\":\"#1a1b26\",\"notebook.cellBorderColor\":\"#101014\",\"notebook.cellEditorBackground\":\"#16161e\",\"notebook.cellStatusBarItemHoverBackground\":\"#1c1d29\",\"notebook.editorBackground\":\"#1a1b26\",\"notebook.focusedCellBorder\":\"#29355a\",\"notificationCenterHeader.background\":\"#101014\",\"notificationLink.foreground\":\"#6183bb\",\"notifications.background\":\"#101014\",\"notificationsErrorIcon.foreground\":\"#bb616b\",\"notificationsInfoIcon.foreground\":\"#0da0ba\",\"notificationsWarningIcon.foreground\":\"#bba461\",\"panel.background\":\"#16161e\",\"panel.border\":\"#101014\",\"panelInput.border\":\"#16161e\",\"panelTitle.activeBorder\":\"#16161e\",\"panelTitle.activeForeground\":\"#787c99\",\"panelTitle.inactiveForeground\":\"#42465d\",\"peekView.border\":\"#101014\",\"peekViewEditor.background\":\"#16161e\",\"peekViewEditor.matchHighlightBackground\":\"#3d59a166\",\"peekViewResult.background\":\"#101014\",\"peekViewResult.fileForeground\":\"#787c99\",\"peekViewResult.lineForeground\":\"#a9b1d6\",\"peekViewResult.matchHighlightBackground\":\"#3d59a166\",\"peekViewResult.selectionBackground\":\"#3d59a133\",\"peekViewResult.selectionForeground\":\"#a9b1d6\",\"peekViewTitle.background\":\"#101014\",\"peekViewTitleDescription.foreground\":\"#787c99\",\"peekViewTitleLabel.foreground\":\"#a9b1d6\",\"pickerGroup.border\":\"#101014\",\"pickerGroup.foreground\":\"#a9b1d6\",\"progressBar.background\":\"#3d59a1\",\"sash.hoverBorder\":\"#29355a\",\"scmGraph.foreground1\":\"#ff9e64\",\"scmGraph.foreground2\":\"#e0af68\",\"scmGraph.foreground3\":\"#41a6b5\",\"scmGraph.foreground4\":\"#7aa2f7\",\"scmGraph.foreground5\":\"#bb9af7\",\"scmGraph.historyItemBaseRefColor\":\"#9d7cd8\",\"scmGraph.historyItemHoverAdditionsForeground\":\"#41a6b5\",\"scmGraph.historyItemHoverDefaultLabelForeground\":\"#a9b1d6\",\"scmGraph.historyItemHoverDeletionsForeground\":\"#f7768e\",\"scmGraph.historyItemHoverLabelForeground\":\"#1b1e2e\",\"scmGraph.historyItemRefColor\":\"#506FCA\",\"scmGraph.historyItemRemoteRefColor\":\"#41a6b5\",\"scrollbar.shadow\":\"#00000033\",\"scrollbarSlider.activeBackground\":\"#868bc422\",\"scrollbarSlider.background\":\"#868bc415\",\"scrollbarSlider.hoverBackground\":\"#868bc410\",\"selection.background\":\"#515c7e40\",\"settings.headerForeground\":\"#6183bb\",\"sideBar.background\":\"#16161e\",\"sideBar.border\":\"#101014\",\"sideBar.dropBackground\":\"#1e202e\",\"sideBar.foreground\":\"#787c99\",\"sideBarSectionHeader.background\":\"#16161e\",\"sideBarSectionHeader.border\":\"#101014\",\"sideBarSectionHeader.foreground\":\"#a9b1d6\",\"sideBarTitle.foreground\":\"#787c99\",\"statusBar.background\":\"#16161e\",\"statusBar.border\":\"#101014\",\"statusBar.debuggingBackground\":\"#16161e\",\"statusBar.debuggingForeground\":\"#787c99\",\"statusBar.foreground\":\"#787c99\",\"statusBar.noFolderBackground\":\"#16161e\",\"statusBarItem.activeBackground\":\"#101014\",\"statusBarItem.hoverBackground\":\"#20222c\",\"statusBarItem.prominentBackground\":\"#101014\",\"statusBarItem.prominentHoverBackground\":\"#20222c\",\"tab.activeBackground\":\"#16161e\",\"tab.activeBorder\":\"#3d59a1\",\"tab.activeForeground\":\"#a9b1d6\",\"tab.activeModifiedBorder\":\"#1a1b26\",\"tab.border\":\"#101014\",\"tab.hoverForeground\":\"#a9b1d6\",\"tab.inactiveBackground\":\"#16161e\",\"tab.inactiveForeground\":\"#787c99\",\"tab.inactiveModifiedBorder\":\"#1f202e\",\"tab.lastPinnedBorder\":\"#222333\",\"tab.unfocusedActiveBorder\":\"#1f202e\",\"tab.unfocusedActiveForeground\":\"#a9b1d6\",\"tab.unfocusedHoverForeground\":\"#a9b1d6\",\"tab.unfocusedInactiveForeground\":\"#787c99\",\"terminal.ansiBlack\":\"#363b54\",\"terminal.ansiBlue\":\"#7aa2f7\",\"terminal.ansiBrightBlack\":\"#363b54\",\"terminal.ansiBrightBlue\":\"#7aa2f7\",\"terminal.ansiBrightCyan\":\"#7dcfff\",\"terminal.ansiBrightGreen\":\"#73daca\",\"terminal.ansiBrightMagenta\":\"#bb9af7\",\"terminal.ansiBrightRed\":\"#f7768e\",\"terminal.ansiBrightWhite\":\"#acb0d0\",\"terminal.ansiBrightYellow\":\"#e0af68\",\"terminal.ansiCyan\":\"#7dcfff\",\"terminal.ansiGreen\":\"#73daca\",\"terminal.ansiMagenta\":\"#bb9af7\",\"terminal.ansiRed\":\"#f7768e\",\"terminal.ansiWhite\":\"#787c99\",\"terminal.ansiYellow\":\"#e0af68\",\"terminal.background\":\"#16161e\",\"terminal.foreground\":\"#787c99\",\"terminal.selectionBackground\":\"#515c7e4d\",\"textBlockQuote.background\":\"#16161e\",\"textCodeBlock.background\":\"#16161e\",\"textLink.activeForeground\":\"#7dcfff\",\"textLink.foreground\":\"#6183bb\",\"textPreformat.foreground\":\"#9699a8\",\"textSeparator.foreground\":\"#363b54\",\"titleBar.activeBackground\":\"#16161e\",\"titleBar.activeForeground\":\"#787c99\",\"titleBar.border\":\"#101014\",\"titleBar.inactiveBackground\":\"#16161e\",\"titleBar.inactiveForeground\":\"#787c99\",\"toolbar.activeBackground\":\"#202330\",\"toolbar.hoverBackground\":\"#202330\",\"tree.indentGuidesStroke\":\"#2b2b3b\",\"walkThrough.embeddedEditorBackground\":\"#16161e\",\"widget.shadow\":\"#ffffff00\",\"window.activeBorder\":\"#0d0f17\",\"window.inactiveBorder\":\"#0d0f17\"},\"displayName\":\"Tokyo Night\",\"name\":\"tokyo-night\",\"semanticTokenColors\":{\"*.defaultLibrary\":{\"foreground\":\"#2ac3de\"},\"parameter\":{\"foreground\":\"#d9d4cd\"},\"parameter.declaration\":{\"foreground\":\"#e0af68\"},\"property.declaration\":{\"foreground\":\"#73daca\"},\"property.defaultLibrary\":{\"foreground\":\"#2ac3de\"},\"variable\":{\"foreground\":\"#c0caf5\"},\"variable.declaration\":{\"foreground\":\"#bb9af7\"},\"variable.defaultLibrary\":{\"foreground\":\"#2ac3de\"}},\"tokenColors\":[{\"scope\":[\"comment\",\"meta.var.expr storage.type\",\"keyword.control.flow\",\"keyword.control.return\",\"meta.directive.vue punctuation.separator.key-value.html\",\"meta.directive.vue entity.other.attribute-name.html\",\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\",\"storage.modifier\",\"string.quoted.docstring.multi\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin\",\"string.quoted.docstring.multi.python punctuation.definition.string.end\",\"string.quoted.docstring.multi.python constant.character.escape\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"keyword.control.flow.block-scalar.literal\",\"keyword.control.flow.python\"],\"settings\":{\"fontStyle\":\"\"}},{\"scope\":[\"comment\",\"comment.block.documentation\",\"punctuation.definition.comment\",\"comment.block.documentation punctuation\",\"string.quoted.docstring.multi\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin\",\"string.quoted.docstring.multi.python punctuation.definition.string.end\",\"string.quoted.docstring.multi.python constant.character.escape\"],\"settings\":{\"foreground\":\"#51597d\"}},{\"scope\":[\"keyword.operator.assignment.jsdoc\",\"comment.block.documentation variable\",\"comment.block.documentation storage\",\"comment.block.documentation keyword\",\"comment.block.documentation support\",\"comment.block.documentation markup\",\"comment.block.documentation markup.inline.raw.string.markdown\",\"meta.other.type.phpdoc.php keyword.other.type.php\",\"meta.other.type.phpdoc.php support.other.namespace.php\",\"meta.other.type.phpdoc.php punctuation.separator.inheritance.php\",\"meta.other.type.phpdoc.php support.class\",\"keyword.other.phpdoc.php\",\"log.date\"],\"settings\":{\"foreground\":\"#5a638c\"}},{\"scope\":[\"meta.other.type.phpdoc.php support.class\",\"comment.block.documentation storage.type\",\"comment.block.documentation punctuation.definition.block.tag\",\"comment.block.documentation entity.name.type.instance\"],\"settings\":{\"foreground\":\"#646e9c\"}},{\"scope\":[\"variable.other.constant\",\"punctuation.definition.constant\",\"constant.language\",\"constant.numeric\",\"support.constant\",\"constant.other.caps\"],\"settings\":{\"foreground\":\"#ff9e64\"}},{\"scope\":[\"string\",\"constant.other.symbol\",\"constant.other.key\",\"meta.attribute-selector\",\"string constant.character\"],\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#9ece6a\"}},{\"scope\":[\"constant.other.color\",\"constant.other.color.rgb-value.hex punctuation.definition.constant\"],\"settings\":{\"foreground\":\"#9aa5ce\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#ff5370\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"storage.type\",\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"meta.var.expr storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#9d7cd8\"}},{\"scope\":[\"punctuation.definition.template-expression\",\"punctuation.section.embedded\",\"meta.embedded.line.tag.smarty\",\"support.constant.handlebars\",\"punctuation.section.tag.twig\"],\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"keyword.control.smarty\",\"keyword.control.twig\",\"support.constant.handlebars keyword.control\",\"keyword.operator.comparison.twig\",\"keyword.blade\",\"entity.name.function.blade\",\"meta.tag.blade keyword.other.type.php\"],\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"keyword.operator.spread\",\"keyword.operator.rest\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#f7768e\"}},{\"scope\":[\"keyword.operator\",\"keyword.control.as\",\"keyword.other\",\"keyword.operator.bitwise.shift\",\"punctuation\",\"expression.embbeded.vue punctuation.definition.tag\",\"text.html.twig meta.tag.inline.any.html\",\"meta.tag.template.value.twig meta.function.arguments.twig\",\"meta.directive.vue punctuation.separator.key-value.html\",\"punctuation.definition.constant.markdown\",\"punctuation.definition.string\",\"punctuation.support.type.property-name\",\"text.html.vue-html meta.tag\",\"meta.attribute.directive\",\"punctuation.definition.keyword\",\"punctuation.terminator.rule\",\"punctuation.definition.entity\",\"punctuation.separator.inheritance.php\",\"keyword.other.template\",\"keyword.other.substitution\",\"entity.name.operator\",\"meta.property-list punctuation.separator.key-value\",\"meta.at-rule.mixin punctuation.separator.key-value\",\"meta.at-rule.function variable.parameter.url\",\"meta.embedded.inline.phpx punctuation.definition.tag.begin.html\",\"meta.embedded.inline.phpx punctuation.definition.tag.end.html\"],\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":[\"keyword.control.module.js\",\"keyword.control.import\",\"keyword.control.export\",\"keyword.control.from\",\"keyword.control.default\",\"meta.import keyword.other\"],\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"keyword\",\"keyword.control\",\"keyword.other.important\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"keyword.other.DML\",\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"keyword.operator.logical\",\"storage.type.function\",\"keyword.operator.bitwise\",\"keyword.operator.ternary\",\"keyword.operator.comparison\",\"keyword.operator.relational\",\"keyword.operator.or.regexp\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"entity.name.tag\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"entity.name.tag support.class.component\",\"meta.tag.custom entity.name.tag\",\"meta.tag.other.unrecognized.html.derivative entity.name.tag\",\"meta.tag\"],\"settings\":{\"foreground\":\"#de5971\"}},{\"scope\":[\"punctuation.definition.tag\",\"text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html text.html.basic\"],\"settings\":{\"foreground\":\"#ba3c97\"}},{\"scope\":[\"constant.other.php\",\"variable.other.global.safer\",\"variable.other.global.safer punctuation.definition.variable\",\"variable.other.global\",\"variable.other.global punctuation.definition.variable\",\"constant.other\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":[\"variable\",\"support.variable\",\"string constant.other.placeholder\",\"variable.parameter.handlebars\",\"variable.other.object\",\"meta.fstring\",\"meta.function-call meta.function-call.arguments\",\"meta.embedded.inline.phpx constant.other.php\"],\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"meta.array.literal variable\",\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"meta.object-literal.key\",\"entity.name.type.hcl\",\"string.alias.graphql\",\"string.unquoted.graphql\",\"string.unquoted.alias.graphql\",\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\",\"meta.field.declaration.ts variable.object.property\",\"meta.block entity.name.label\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":[\"variable.other.property\",\"support.variable.property\",\"support.variable.property.dom\",\"meta.function-call variable.other.object.property\"],\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":\"variable.other.object.property\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.object-literal.key\",\"settings\":{\"foreground\":\"#41a6b5\"}},{\"scope\":\"source.cpp meta.block variable.other\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":\"support.other.variable\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"meta.class-method.js entity.name.function.js\",\"entity.name.method.js\",\"variable.function.constructor\",\"keyword.other.special-method\",\"storage.type.cs\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"entity.name.function\",\"variable.other.enummember\",\"meta.function-call\",\"meta.function-call entity.name.function\",\"variable.function\",\"meta.definition.method entity.name.function\",\"meta.object-literal entity.name.function\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"variable.parameter.function.language.special\",\"variable.parameter\",\"meta.function.parameters punctuation.definition.variable\",\"meta.function.parameter variable\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":[\"keyword.other.type.php\",\"storage.type.php\",\"constant.character\",\"constant.escape\",\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"meta.definition.variable variable.other.constant\",\"meta.definition.variable variable.other.readwrite\",\"variable.declaration.hcl variable.other.readwrite.hcl\",\"meta.mapping.key.hcl variable.other.readwrite.hcl\",\"variable.other.declaration\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"entity.other.inherited-class\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#bb9af7\"}},{\"scope\":[\"support.class\",\"support.type\",\"variable.other.readwrite.alias\",\"support.orther.namespace.use.php\",\"meta.use.php\",\"support.other.namespace.php\",\"support.type.sys-types\",\"support.variable.dom\",\"support.constant.math\",\"support.type.object.module\",\"support.constant.json\",\"entity.name.namespace\",\"meta.import.qualifier\",\"variable.other.constant.object\"],\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":\"entity.name\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"support.function\",\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"source.css support.type.property-name\",\"source.sass support.type.property-name\",\"source.scss support.type.property-name\",\"source.less support.type.property-name\",\"source.stylus support.type.property-name\",\"source.postcss support.type.property-name\",\"support.type.property-name.css\",\"support.type.vendored.property-name\",\"support.type.map.key\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"support.constant.font-name\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#9ece6a\"}},{\"scope\":[\"entity.other.attribute-name.class\",\"meta.at-rule.mixin.scss entity.name.function.scss\"],\"settings\":{\"foreground\":\"#9ece6a\"}},{\"scope\":\"entity.other.attribute-name.id\",\"settings\":{\"foreground\":\"#fc7b7b\"}},{\"scope\":\"entity.name.tag.css\",\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-class punctuation.definition.entity\",\"entity.other.attribute-name.pseudo-element punctuation.definition.entity\",\"entity.other.attribute-name.class punctuation.definition.entity\",\"entity.name.tag.reference\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":\"meta.property-list\",\"settings\":{\"foreground\":\"#9abdf5\"}},{\"scope\":[\"meta.property-list meta.at-rule.if\",\"meta.at-rule.return variable.parameter.url\",\"meta.property-list meta.at-rule.else\"],\"settings\":{\"foreground\":\"#ff9e64\"}},{\"scope\":[\"entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity.css\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":\"meta.property-list meta.property-list\",\"settings\":{\"foreground\":\"#9abdf5\"}},{\"scope\":[\"meta.at-rule.mixin keyword.control.at-rule.mixin\",\"meta.at-rule.include entity.name.function.scss\",\"meta.at-rule.include keyword.control.at-rule.include\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"keyword.control.at-rule.include punctuation.definition.keyword\",\"keyword.control.at-rule.mixin punctuation.definition.keyword\",\"meta.at-rule.include keyword.control.at-rule.include\",\"keyword.control.at-rule.extend punctuation.definition.keyword\",\"meta.at-rule.extend keyword.control.at-rule.extend\",\"entity.other.attribute-name.placeholder.css punctuation.definition.entity.css\",\"meta.at-rule.media keyword.control.at-rule.media\",\"meta.at-rule.mixin keyword.control.at-rule.mixin\",\"meta.at-rule.function keyword.control.at-rule.function\",\"keyword.control punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#9d7cd8\"}},{\"scope\":\"meta.property-list meta.at-rule.include\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"support.constant.property-value\",\"settings\":{\"foreground\":\"#ff9e64\"}},{\"scope\":[\"entity.name.module.js\",\"variable.import.parameter.js\",\"variable.other.class.js\"],\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"variable.language\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":\"variable.other punctuation.definition.variable\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":[\"source.js constant.other.object.key.js string.unquoted.label.js\",\"variable.language.this punctuation.definition.variable\",\"keyword.other.this\"],\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"entity.other.attribute-name\",\"text.html.basic entity.other.attribute-name.html\",\"text.html.basic entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"text.html constant.character.entity\",\"settings\":{\"foreground\":\"#0DB9D7\"}},{\"scope\":[\"entity.other.attribute-name.id.html\",\"meta.directive.vue entity.other.attribute-name.html\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"source.sass keyword.control\",\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"entity.other.attribute-name.pseudo-class\",\"entity.other.attribute-name.pseudo-element\",\"entity.other.attribute-name.placeholder\",\"meta.property-list meta.property-value\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"markup.inserted\",\"settings\":{\"foreground\":\"#449dab\"}},{\"scope\":\"markup.deleted\",\"settings\":{\"foreground\":\"#914c54\"}},{\"scope\":\"markup.changed\",\"settings\":{\"foreground\":\"#6183bb\"}},{\"scope\":\"string.regexp\",\"settings\":{\"foreground\":\"#b4f9f8\"}},{\"scope\":\"punctuation.definition.group\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"constant.other.character-class.regexp\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"constant.other.character-class.set.regexp\",\"punctuation.definition.character-class.regexp\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":\"keyword.operator.quantifier.regexp\",\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":\"constant.character.escape.backslash\",\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":\"constant.character.escape\",\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":[\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":\"keyword.other.unit\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"source.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#7dcfff\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#e0af68\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#9ece6a\"}},{\"scope\":\"punctuation.definition.list_item.markdown\",\"settings\":{\"foreground\":\"#9abdf5\"}},{\"scope\":[\"meta.block\",\"meta.brace\",\"punctuation.definition.block\",\"punctuation.definition.use\",\"punctuation.definition.class\",\"punctuation.definition.begin.bracket\",\"punctuation.definition.end.bracket\",\"punctuation.definition.switch-expression.begin.bracket\",\"punctuation.definition.switch-expression.end.bracket\",\"punctuation.definition.section.switch-block.begin.bracket\",\"punctuation.definition.section.switch-block.end.bracket\",\"punctuation.definition.group.shell\",\"punctuation.definition.parameters\",\"punctuation.definition.arguments\",\"punctuation.definition.dictionary\",\"punctuation.definition.array\",\"punctuation.section\"],\"settings\":{\"foreground\":\"#9abdf5\"}},{\"scope\":[\"meta.embedded.block\"],\"settings\":{\"foreground\":\"#c0caf5\"}},{\"scope\":[\"meta.tag JSXNested\",\"meta.jsx.children\",\"text.html\",\"text.log\"],\"settings\":{\"foreground\":\"#9aa5ce\"}},{\"scope\":\"text.html.markdown markup.inline.raw.markdown\",\"settings\":{\"foreground\":\"#bb9af7\"}},{\"scope\":\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\",\"settings\":{\"foreground\":\"#4E5579\"}},{\"scope\":[\"heading.1.markdown entity.name\",\"heading.1.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#89ddff\"}},{\"scope\":[\"heading.2.markdown entity.name\",\"heading.2.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#61bdf2\"}},{\"scope\":[\"heading.3.markdown entity.name\",\"heading.3.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#7aa2f7\"}},{\"scope\":[\"heading.4.markdown entity.name\",\"heading.4.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#6d91de\"}},{\"scope\":[\"heading.5.markdown entity.name\",\"heading.5.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#9aa5ce\"}},{\"scope\":[\"heading.6.markdown entity.name\",\"heading.6.markdown punctuation.definition.heading.markdown\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#747ca1\"}},{\"scope\":[\"markup.italic\",\"markup.italic punctuation\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#c0caf5\"}},{\"scope\":[\"markup.bold\",\"markup.bold punctuation\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#c0caf5\"}},{\"scope\":[\"markup.bold markup.italic\",\"markup.bold markup.italic punctuation\"],\"settings\":{\"fontStyle\":\"bold italic\",\"foreground\":\"#c0caf5\"}},{\"scope\":[\"markup.underline\",\"markup.underline punctuation\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"markup.quote punctuation.definition.blockquote.markdown\",\"settings\":{\"foreground\":\"#4e5579\"}},{\"scope\":\"markup.quote\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"string.other.link\",\"markup.underline.link\",\"constant.other.reference.link.markdown\",\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":[\"markup.fenced_code.block.markdown\",\"markup.inline.raw.string.markdown\",\"variable.language.fenced.markdown\"],\"settings\":{\"foreground\":\"#89ddff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#51597d\"}},{\"scope\":\"markup.table\",\"settings\":{\"foreground\":\"#c0cefc\"}},{\"scope\":\"token.info-token\",\"settings\":{\"foreground\":\"#0db9d7\"}},{\"scope\":\"token.warn-token\",\"settings\":{\"foreground\":\"#ffdb69\"}},{\"scope\":\"token.error-token\",\"settings\":{\"foreground\":\"#db4b4b\"}},{\"scope\":\"token.debug-token\",\"settings\":{\"foreground\":\"#b267e6\"}},{\"scope\":\"entity.tag.apacheconf\",\"settings\":{\"foreground\":\"#f7768e\"}},{\"scope\":[\"meta.preprocessor\"],\"settings\":{\"foreground\":\"#73daca\"}},{\"scope\":\"source.env\",\"settings\":{\"foreground\":\"#7aa2f7\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: vesper */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.background\":\"#101010\",\"activityBar.foreground\":\"#A0A0A0\",\"activityBarBadge.background\":\"#FFC799\",\"activityBarBadge.foreground\":\"#000\",\"badge.background\":\"#FFC799\",\"badge.foreground\":\"#000\",\"button.background\":\"#FFC799\",\"button.foreground\":\"#000\",\"button.hoverBackground\":\"#FFCFA8\",\"diffEditor.insertedLineBackground\":\"#99FFE415\",\"diffEditor.insertedTextBackground\":\"#99FFE415\",\"diffEditor.removedLineBackground\":\"#FF808015\",\"diffEditor.removedTextBackground\":\"#FF808015\",\"editor.background\":\"#101010\",\"editor.foreground\":\"#FFF\",\"editor.selectionBackground\":\"#FFFFFF25\",\"editor.selectionHighlightBackground\":\"#FFFFFF25\",\"editorBracketHighlight.foreground1\":\"#A0A0A0\",\"editorBracketHighlight.foreground2\":\"#A0A0A0\",\"editorBracketHighlight.foreground3\":\"#A0A0A0\",\"editorBracketHighlight.foreground4\":\"#A0A0A0\",\"editorBracketHighlight.foreground5\":\"#A0A0A0\",\"editorBracketHighlight.foreground6\":\"#A0A0A0\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#FF8080\",\"editorError.foreground\":\"#FF8080\",\"editorGroupHeader.tabsBackground\":\"#101010\",\"editorGutter.addedBackground\":\"#99FFE4\",\"editorGutter.deletedBackground\":\"#FF8080\",\"editorGutter.modifiedBackground\":\"#FFC799\",\"editorHoverWidget.background\":\"#161616\",\"editorHoverWidget.border\":\"#282828\",\"editorInlayHint.background\":\"#1C1C1C\",\"editorInlayHint.foreground\":\"#A0A0A0\",\"editorLineNumber.foreground\":\"#505050\",\"editorOverviewRuler.border\":\"#101010\",\"editorWarning.foreground\":\"#FFC799\",\"editorWidget.background\":\"#101010\",\"focusBorder\":\"#FFC799\",\"icon.foreground\":\"#A0A0A0\",\"input.background\":\"#1C1C1C\",\"list.activeSelectionBackground\":\"#232323\",\"list.activeSelectionForeground\":\"#FFC799\",\"list.errorForeground\":\"#FF8080\",\"list.highlightForeground\":\"#FFC799\",\"list.hoverBackground\":\"#282828\",\"list.inactiveSelectionBackground\":\"#232323\",\"scrollbarSlider.background\":\"#34343480\",\"scrollbarSlider.hoverBackground\":\"#343434\",\"selection.background\":\"#666\",\"settings.modifiedItemIndicator\":\"#FFC799\",\"sideBar.background\":\"#101010\",\"sideBarSectionHeader.background\":\"#101010\",\"sideBarSectionHeader.foreground\":\"#A0A0A0\",\"sideBarTitle.foreground\":\"#A0A0A0\",\"statusBar.background\":\"#101010\",\"statusBar.debuggingBackground\":\"#FF7300\",\"statusBar.debuggingForeground\":\"#FFF\",\"statusBar.foreground\":\"#A0A0A0\",\"statusBarItem.remoteBackground\":\"#FFC799\",\"statusBarItem.remoteForeground\":\"#000\",\"tab.activeBackground\":\"#161616\",\"tab.activeBorder\":\"#FFC799\",\"tab.border\":\"#101010\",\"tab.inactiveBackground\":\"#101010\",\"textLink.activeForeground\":\"#FFCFA8\",\"textLink.foreground\":\"#FFC799\",\"titleBar.activeBackground\":\"#101010\",\"titleBar.activeForeground\":\"#7E7E7E\",\"titleBar.inactiveBackground\":\"#101010\",\"titleBar.inactiveForeground\":\"#707070\"},\"displayName\":\"Vesper\",\"name\":\"vesper\",\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\"],\"settings\":{\"foreground\":\"#8b8b8b94\"}},{\"scope\":[\"variable\",\"string constant.other.placeholder\",\"entity.name.tag\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"constant.other.color\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"invalid\",\"invalid.illegal\"],\"settings\":{\"foreground\":\"#FF8080\"}},{\"scope\":[\"keyword\",\"storage.type\",\"storage.modifier\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"keyword.control\",\"constant.other.color\",\"punctuation.definition.tag\",\"punctuation.separator.inheritance.php\",\"punctuation.definition.tag.html\",\"punctuation.definition.tag.begin.html\",\"punctuation.definition.tag.end.html\",\"punctuation.section.embedded\",\"keyword.other.template\",\"keyword.other.substitution\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"entity.name.tag\",\"meta.tag.sgml\",\"markup.deleted.git_gutter\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"entity.name.function\",\"variable.function\",\"support.function\",\"keyword.other.special-method\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"meta.block variable.other\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"support.other.variable\",\"string.other.link\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"constant.numeric\",\"support.constant\",\"constant.character\",\"constant.escape\",\"keyword.other.unit\",\"keyword.other\",\"constant.language.boolean\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"string\",\"constant.other.symbol\",\"constant.other.key\",\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\"],\"settings\":{\"foreground\":\"#99FFE4\"}},{\"scope\":[\"entity.name\",\"support.type\",\"support.class\",\"support.other.namespace.use.php\",\"meta.use.php\",\"support.other.namespace.php\",\"markup.changed.git_gutter\",\"support.type.sys-types\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.css support.type.property-name\",\"source.sass support.type.property-name\",\"source.scss support.type.property-name\",\"source.less support.type.property-name\",\"source.stylus support.type.property-name\",\"source.postcss support.type.property-name\",\"source.postcss support.type.property-name\",\"support.type.vendored.property-name.css\",\"source.css.scss entity.name.tag\",\"variable.parameter.keyframe-list.css\",\"meta.property-name.css\",\"variable.parameter.url.scss\",\"meta.property-value.scss\",\"meta.property-value.css\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"entity.name.module.js\",\"variable.import.parameter.js\",\"variable.other.class.js\"],\"settings\":{\"foreground\":\"#FF8080\"}},{\"scope\":[\"variable.language\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"entity.name.method.js\"],\"settings\":{\"foreground\":\"#FFFF\"}},{\"scope\":[\"meta.class-method.js entity.name.function.js\",\"variable.function.constructor\"],\"settings\":{\"foreground\":\"#FFFF\"}},{\"scope\":[\"entity.other.attribute-name\",\"meta.property-list.scss\",\"meta.attribute-selector.scss\",\"meta.property-value.css\",\"entity.other.keyframe-offset.css\",\"meta.selector.css\",\"entity.name.tag.reference.scss\",\"entity.name.tag.nesting.css\",\"punctuation.separator.key-value.css\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"text.html.basic entity.other.attribute-name.html\",\"text.html.basic entity.other.attribute-name\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"entity.other.attribute-name.class\",\"entity.other.attribute-name.id\",\"meta.attribute-selector.scss\",\"variable.parameter.misc.css\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.sass keyword.control\",\"meta.attribute-selector.scss\"],\"settings\":{\"foreground\":\"#99FFE4\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#99FFE4\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#FF8080\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"string.regexp\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"constant.character.escape\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"*url*\",\"*link*\",\"*uri*\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"tag.decorator.js entity.name.tag.js\",\"tag.decorator.js punctuation.definition.tag.js\"],\"settings\":{\"foreground\":\"#FFFF\"}},{\"scope\":[\"source.js constant.other.object.key.js string.unquoted.label.js\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FF8080\"}},{\"scope\":[\"source.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"text.html.markdown\",\"punctuation.definition.list_item.markdown\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"markdown.heading\",\"markup.heading | markup.heading entity.name\",\"markup.heading.markdown punctuation.definition.heading.markdown\",\"markup.heading\",\"markup.inserted.git_gutter\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFF\"}},{\"scope\":[\"markup.bold\",\"markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FFF\"}},{\"scope\":[\"markup.bold markup.italic\",\"markup.italic markup.bold\",\"markup.quote markup.bold\",\"markup.bold markup.italic string\",\"markup.italic markup.bold string\",\"markup.quote markup.bold string\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FFF\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#FFC799\"}},{\"scope\":[\"markup.quote punctuation.definition.blockquote.markdown\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"markup.quote\"]},{\"scope\":[\"string.other.link.title.markdown\"],\"settings\":{\"foreground\":\"#FFFF\"}},{\"scope\":[\"string.other.link.description.title.markdown\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"constant.other.reference.link.markdown\"],\"settings\":{\"foreground\":\"#FFC799\"}},{\"scope\":[\"markup.raw.block\"],\"settings\":{\"foreground\":\"#A0A0A0\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\"],\"settings\":{\"foreground\":\"#00000050\"}},{\"scope\":[\"punctuation.definition.fenced.markdown\"],\"settings\":{\"foreground\":\"#00000050\"}},{\"scope\":[\"markup.raw.block.fenced.markdown\",\"variable.language.fenced.markdown\",\"punctuation.section.class.end\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"variable.language.fenced.markdown\"],\"settings\":{\"foreground\":\"#FFF\"}},{\"scope\":[\"meta.separator\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#65737E\"}},{\"scope\":[\"markup.table\"],\"settings\":{\"foreground\":\"#FFF\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: vitesse-black */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#4d9375\",\"activityBar.background\":\"#000\",\"activityBar.border\":\"#191919\",\"activityBar.foreground\":\"#dbd7cacc\",\"activityBar.inactiveForeground\":\"#dedcd550\",\"activityBarBadge.background\":\"#bfbaaa\",\"activityBarBadge.foreground\":\"#000\",\"badge.background\":\"#dedcd590\",\"badge.foreground\":\"#000\",\"breadcrumb.activeSelectionForeground\":\"#eeeeee18\",\"breadcrumb.background\":\"#121212\",\"breadcrumb.focusForeground\":\"#dbd7cacc\",\"breadcrumb.foreground\":\"#959da5\",\"breadcrumbPicker.background\":\"#000\",\"button.background\":\"#4d9375\",\"button.foreground\":\"#000\",\"button.hoverBackground\":\"#4d9375\",\"checkbox.background\":\"#121212\",\"checkbox.border\":\"#2f363d\",\"debugToolBar.background\":\"#000\",\"descriptionForeground\":\"#dedcd590\",\"diffEditor.insertedTextBackground\":\"#4d937550\",\"diffEditor.removedTextBackground\":\"#ab595950\",\"dropdown.background\":\"#000\",\"dropdown.border\":\"#191919\",\"dropdown.foreground\":\"#dbd7cacc\",\"dropdown.listBackground\":\"#121212\",\"editor.background\":\"#000\",\"editor.findMatchBackground\":\"#e6cc7722\",\"editor.findMatchHighlightBackground\":\"#e6cc7744\",\"editor.focusedStackFrameHighlightBackground\":\"#b808\",\"editor.foldBackground\":\"#eeeeee10\",\"editor.foreground\":\"#dbd7cacc\",\"editor.inactiveSelectionBackground\":\"#eeeeee10\",\"editor.lineHighlightBackground\":\"#121212\",\"editor.selectionBackground\":\"#eeeeee18\",\"editor.selectionHighlightBackground\":\"#eeeeee10\",\"editor.stackFrameHighlightBackground\":\"#a707\",\"editor.wordHighlightBackground\":\"#1c6b4805\",\"editor.wordHighlightStrongBackground\":\"#1c6b4810\",\"editorBracketHighlight.foreground1\":\"#5eaab5\",\"editorBracketHighlight.foreground2\":\"#4d9375\",\"editorBracketHighlight.foreground3\":\"#d4976c\",\"editorBracketHighlight.foreground4\":\"#d9739f\",\"editorBracketHighlight.foreground5\":\"#e6cc77\",\"editorBracketHighlight.foreground6\":\"#6394bf\",\"editorBracketMatch.background\":\"#4d937520\",\"editorError.foreground\":\"#cb7676\",\"editorGroup.border\":\"#191919\",\"editorGroupHeader.tabsBackground\":\"#000\",\"editorGroupHeader.tabsBorder\":\"#191919\",\"editorGutter.addedBackground\":\"#4d9375\",\"editorGutter.commentRangeForeground\":\"#dedcd550\",\"editorGutter.deletedBackground\":\"#cb7676\",\"editorGutter.foldingControlForeground\":\"#dedcd590\",\"editorGutter.modifiedBackground\":\"#6394bf\",\"editorHint.foreground\":\"#4d9375\",\"editorIndentGuide.activeBackground\":\"#ffffff30\",\"editorIndentGuide.background\":\"#ffffff15\",\"editorInfo.foreground\":\"#6394bf\",\"editorInlayHint.background\":\"#121212\",\"editorInlayHint.foreground\":\"#444444\",\"editorLineNumber.activeForeground\":\"#bfbaaa\",\"editorLineNumber.foreground\":\"#dedcd550\",\"editorOverviewRuler.border\":\"#111\",\"editorStickyScroll.background\":\"#121212\",\"editorStickyScrollHover.background\":\"#121212\",\"editorWarning.foreground\":\"#d4976c\",\"editorWhitespace.foreground\":\"#ffffff15\",\"editorWidget.background\":\"#000\",\"errorForeground\":\"#cb7676\",\"focusBorder\":\"#00000000\",\"foreground\":\"#dbd7cacc\",\"gitDecoration.addedResourceForeground\":\"#4d9375\",\"gitDecoration.conflictingResourceForeground\":\"#d4976c\",\"gitDecoration.deletedResourceForeground\":\"#cb7676\",\"gitDecoration.ignoredResourceForeground\":\"#dedcd550\",\"gitDecoration.modifiedResourceForeground\":\"#6394bf\",\"gitDecoration.submoduleResourceForeground\":\"#dedcd590\",\"gitDecoration.untrackedResourceForeground\":\"#5eaab5\",\"input.background\":\"#121212\",\"input.border\":\"#191919\",\"input.foreground\":\"#dbd7cacc\",\"input.placeholderForeground\":\"#dedcd590\",\"inputOption.activeBackground\":\"#dedcd550\",\"list.activeSelectionBackground\":\"#121212\",\"list.activeSelectionForeground\":\"#dbd7cacc\",\"list.focusBackground\":\"#121212\",\"list.highlightForeground\":\"#4d9375\",\"list.hoverBackground\":\"#121212\",\"list.hoverForeground\":\"#dbd7cacc\",\"list.inactiveFocusBackground\":\"#000\",\"list.inactiveSelectionBackground\":\"#121212\",\"list.inactiveSelectionForeground\":\"#dbd7cacc\",\"menu.separatorBackground\":\"#191919\",\"notificationCenterHeader.background\":\"#000\",\"notificationCenterHeader.foreground\":\"#959da5\",\"notifications.background\":\"#000\",\"notifications.border\":\"#191919\",\"notifications.foreground\":\"#dbd7cacc\",\"notificationsErrorIcon.foreground\":\"#cb7676\",\"notificationsInfoIcon.foreground\":\"#6394bf\",\"notificationsWarningIcon.foreground\":\"#d4976c\",\"panel.background\":\"#000\",\"panel.border\":\"#191919\",\"panelInput.border\":\"#2f363d\",\"panelTitle.activeBorder\":\"#4d9375\",\"panelTitle.activeForeground\":\"#dbd7cacc\",\"panelTitle.inactiveForeground\":\"#959da5\",\"peekViewEditor.background\":\"#000\",\"peekViewEditor.matchHighlightBackground\":\"#ffd33d33\",\"peekViewResult.background\":\"#000\",\"peekViewResult.matchHighlightBackground\":\"#ffd33d33\",\"pickerGroup.border\":\"#191919\",\"pickerGroup.foreground\":\"#dbd7cacc\",\"problemsErrorIcon.foreground\":\"#cb7676\",\"problemsInfoIcon.foreground\":\"#6394bf\",\"problemsWarningIcon.foreground\":\"#d4976c\",\"progressBar.background\":\"#4d9375\",\"quickInput.background\":\"#000\",\"quickInput.foreground\":\"#dbd7cacc\",\"quickInputList.focusBackground\":\"#121212\",\"scrollbar.shadow\":\"#0000\",\"scrollbarSlider.activeBackground\":\"#dedcd550\",\"scrollbarSlider.background\":\"#dedcd510\",\"scrollbarSlider.hoverBackground\":\"#dedcd550\",\"settings.headerForeground\":\"#dbd7cacc\",\"settings.modifiedItemIndicator\":\"#4d9375\",\"sideBar.background\":\"#000\",\"sideBar.border\":\"#191919\",\"sideBar.foreground\":\"#bfbaaa\",\"sideBarSectionHeader.background\":\"#000\",\"sideBarSectionHeader.border\":\"#191919\",\"sideBarSectionHeader.foreground\":\"#dbd7cacc\",\"sideBarTitle.foreground\":\"#dbd7cacc\",\"statusBar.background\":\"#000\",\"statusBar.border\":\"#191919\",\"statusBar.debuggingBackground\":\"#121212\",\"statusBar.debuggingForeground\":\"#bfbaaa\",\"statusBar.foreground\":\"#bfbaaa\",\"statusBar.noFolderBackground\":\"#000\",\"statusBarItem.prominentBackground\":\"#121212\",\"tab.activeBackground\":\"#000\",\"tab.activeBorder\":\"#191919\",\"tab.activeBorderTop\":\"#dedcd590\",\"tab.activeForeground\":\"#dbd7cacc\",\"tab.border\":\"#191919\",\"tab.hoverBackground\":\"#121212\",\"tab.inactiveBackground\":\"#000\",\"tab.inactiveForeground\":\"#959da5\",\"tab.unfocusedActiveBorder\":\"#191919\",\"tab.unfocusedActiveBorderTop\":\"#191919\",\"tab.unfocusedHoverBackground\":\"#000\",\"terminal.ansiBlack\":\"#393a34\",\"terminal.ansiBlue\":\"#6394bf\",\"terminal.ansiBrightBlack\":\"#777777\",\"terminal.ansiBrightBlue\":\"#6394bf\",\"terminal.ansiBrightCyan\":\"#5eaab5\",\"terminal.ansiBrightGreen\":\"#4d9375\",\"terminal.ansiBrightMagenta\":\"#d9739f\",\"terminal.ansiBrightRed\":\"#cb7676\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#e6cc77\",\"terminal.ansiCyan\":\"#5eaab5\",\"terminal.ansiGreen\":\"#4d9375\",\"terminal.ansiMagenta\":\"#d9739f\",\"terminal.ansiRed\":\"#cb7676\",\"terminal.ansiWhite\":\"#dbd7ca\",\"terminal.ansiYellow\":\"#e6cc77\",\"terminal.foreground\":\"#dbd7cacc\",\"terminal.selectionBackground\":\"#eeeeee18\",\"textBlockQuote.background\":\"#000\",\"textBlockQuote.border\":\"#191919\",\"textCodeBlock.background\":\"#000\",\"textLink.activeForeground\":\"#4d9375\",\"textLink.foreground\":\"#4d9375\",\"textPreformat.foreground\":\"#d1d5da\",\"textSeparator.foreground\":\"#586069\",\"titleBar.activeBackground\":\"#000\",\"titleBar.activeForeground\":\"#bfbaaa\",\"titleBar.border\":\"#121212\",\"titleBar.inactiveBackground\":\"#000\",\"titleBar.inactiveForeground\":\"#959da5\",\"tree.indentGuidesStroke\":\"#2f363d\",\"welcomePage.buttonBackground\":\"#2f363d\",\"welcomePage.buttonHoverBackground\":\"#444d56\"},\"displayName\":\"Vitesse Black\",\"name\":\"vitesse-black\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class\":\"#6872ab\",\"interface\":\"#5d99a9\",\"namespace\":\"#db889a\",\"property\":\"#b8a965\",\"type\":\"#5d99a9\"},\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#758575dd\"}},{\"scope\":[\"delimiter.bracket\",\"delimiter\",\"invalid.illegal.character-not-allowed-here.html\",\"keyword.operator.rest\",\"keyword.operator.spread\",\"keyword.operator.type.annotation\",\"keyword.operator.relational\",\"keyword.operator.assignment\",\"keyword.operator.type\",\"meta.brace\",\"meta.tag.block.any.html\",\"meta.tag.inline.any.html\",\"meta.tag.structure.input.void.html\",\"meta.type.annotation\",\"meta.embedded.block.github-actions-expression\",\"storage.type.function.arrow\",\"meta.objectliteral.ts\",\"punctuation\",\"punctuation.definition.string.begin.html.vue\",\"punctuation.definition.string.end.html.vue\"],\"settings\":{\"foreground\":\"#444444\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.language\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#c99076\"}},{\"scope\":[\"entity\",\"entity.name\"],\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#dbd7cacc\"}},{\"scope\":[\"entity.name.tag\",\"tag.html\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":[\"keyword\",\"storage.type.class.jsdoc\",\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":[\"storage\",\"storage.type\",\"support.type.builtin\",\"constant.language.undefined\",\"constant.language.null\",\"constant.language.import-export-all.ts\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":[\"text.html.derivative\",\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#dbd7cacc\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\",\"attribute.value\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#c98a7d77\"}},{\"scope\":[\"punctuation.support.type.property-name\"],\"settings\":{\"foreground\":\"#b8a96577\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#b8a965\"}},{\"scope\":[\"property\",\"meta.property-name\",\"meta.object-literal.key\",\"entity.name.tag.yaml\",\"attribute.name\"],\"settings\":{\"foreground\":\"#b8a965\"}},{\"scope\":[\"entity.other.attribute-name\",\"invalid.deprecated.entity.other.attribute-name.html\"],\"settings\":{\"foreground\":\"#bd976a\"}},{\"scope\":[\"variable\",\"identifier\"],\"settings\":{\"foreground\":\"#bd976a\"}},{\"scope\":[\"support.type.primitive\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#5DA994\"}},{\"scope\":\"namespace\",\"settings\":{\"foreground\":\"#db889a\"}},{\"scope\":[\"keyword.operator\",\"keyword.operator.assignment.compound\",\"meta.var.expr.ts\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#f97583\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#24292e\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#fdaeb7\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#c4704f\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"foreground\":\"#e6cc77\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"foreground\":\"#c99076\"}},{\"scope\":[\"keyword.operator.quantifier.regexp\",\"constant.numeric\",\"number\"],\"settings\":{\"foreground\":\"#4C9A91\"}},{\"scope\":[\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":[\"constant.language.boolean\",\"constant.language\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#d4976c\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#4d9375\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#5d99a9\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#dbd7cacc\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#dbd7cacc\"}},{\"scope\":\"markup.raw\",\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#86181d\",\"foreground\":\"#fdaeb7\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#144620\",\"foreground\":\"#85e89d\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#c24e00\",\"foreground\":\"#ffab70\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#79b8ff\",\"foreground\":\"#2f363d\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b392f0\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#d1d5da\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#fdaeb7\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\",\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"markup.underline.link.markdown\",\"markup.underline.link.image.markdown\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#dedcd590\"}},{\"scope\":[\"type.identifier\",\"constant.other.character-class.regexp\"],\"settings\":{\"foreground\":\"#6872ab\"}},{\"scope\":[\"entity.other.attribute-name.html.vue\"],\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":[\"invalid.illegal.unrecognized-tag.html\"],\"settings\":{\"fontStyle\":\"normal\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: vitesse-dark */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#4d9375\",\"activityBar.background\":\"#121212\",\"activityBar.border\":\"#191919\",\"activityBar.foreground\":\"#dbd7caee\",\"activityBar.inactiveForeground\":\"#dedcd550\",\"activityBarBadge.background\":\"#bfbaaa\",\"activityBarBadge.foreground\":\"#121212\",\"badge.background\":\"#dedcd590\",\"badge.foreground\":\"#121212\",\"breadcrumb.activeSelectionForeground\":\"#eeeeee18\",\"breadcrumb.background\":\"#181818\",\"breadcrumb.focusForeground\":\"#dbd7caee\",\"breadcrumb.foreground\":\"#959da5\",\"breadcrumbPicker.background\":\"#121212\",\"button.background\":\"#4d9375\",\"button.foreground\":\"#121212\",\"button.hoverBackground\":\"#4d9375\",\"checkbox.background\":\"#181818\",\"checkbox.border\":\"#2f363d\",\"debugToolBar.background\":\"#121212\",\"descriptionForeground\":\"#dedcd590\",\"diffEditor.insertedTextBackground\":\"#4d937550\",\"diffEditor.removedTextBackground\":\"#ab595950\",\"dropdown.background\":\"#121212\",\"dropdown.border\":\"#191919\",\"dropdown.foreground\":\"#dbd7caee\",\"dropdown.listBackground\":\"#181818\",\"editor.background\":\"#121212\",\"editor.findMatchBackground\":\"#e6cc7722\",\"editor.findMatchHighlightBackground\":\"#e6cc7744\",\"editor.focusedStackFrameHighlightBackground\":\"#b808\",\"editor.foldBackground\":\"#eeeeee10\",\"editor.foreground\":\"#dbd7caee\",\"editor.inactiveSelectionBackground\":\"#eeeeee10\",\"editor.lineHighlightBackground\":\"#181818\",\"editor.selectionBackground\":\"#eeeeee18\",\"editor.selectionHighlightBackground\":\"#eeeeee10\",\"editor.stackFrameHighlightBackground\":\"#a707\",\"editor.wordHighlightBackground\":\"#1c6b4805\",\"editor.wordHighlightStrongBackground\":\"#1c6b4810\",\"editorBracketHighlight.foreground1\":\"#5eaab5\",\"editorBracketHighlight.foreground2\":\"#4d9375\",\"editorBracketHighlight.foreground3\":\"#d4976c\",\"editorBracketHighlight.foreground4\":\"#d9739f\",\"editorBracketHighlight.foreground5\":\"#e6cc77\",\"editorBracketHighlight.foreground6\":\"#6394bf\",\"editorBracketMatch.background\":\"#4d937520\",\"editorError.foreground\":\"#cb7676\",\"editorGroup.border\":\"#191919\",\"editorGroupHeader.tabsBackground\":\"#121212\",\"editorGroupHeader.tabsBorder\":\"#191919\",\"editorGutter.addedBackground\":\"#4d9375\",\"editorGutter.commentRangeForeground\":\"#dedcd550\",\"editorGutter.deletedBackground\":\"#cb7676\",\"editorGutter.foldingControlForeground\":\"#dedcd590\",\"editorGutter.modifiedBackground\":\"#6394bf\",\"editorHint.foreground\":\"#4d9375\",\"editorIndentGuide.activeBackground\":\"#ffffff30\",\"editorIndentGuide.background\":\"#ffffff15\",\"editorInfo.foreground\":\"#6394bf\",\"editorInlayHint.background\":\"#181818\",\"editorInlayHint.foreground\":\"#666666\",\"editorLineNumber.activeForeground\":\"#bfbaaa\",\"editorLineNumber.foreground\":\"#dedcd550\",\"editorOverviewRuler.border\":\"#111\",\"editorStickyScroll.background\":\"#181818\",\"editorStickyScrollHover.background\":\"#181818\",\"editorWarning.foreground\":\"#d4976c\",\"editorWhitespace.foreground\":\"#ffffff15\",\"editorWidget.background\":\"#121212\",\"errorForeground\":\"#cb7676\",\"focusBorder\":\"#00000000\",\"foreground\":\"#dbd7caee\",\"gitDecoration.addedResourceForeground\":\"#4d9375\",\"gitDecoration.conflictingResourceForeground\":\"#d4976c\",\"gitDecoration.deletedResourceForeground\":\"#cb7676\",\"gitDecoration.ignoredResourceForeground\":\"#dedcd550\",\"gitDecoration.modifiedResourceForeground\":\"#6394bf\",\"gitDecoration.submoduleResourceForeground\":\"#dedcd590\",\"gitDecoration.untrackedResourceForeground\":\"#5eaab5\",\"input.background\":\"#181818\",\"input.border\":\"#191919\",\"input.foreground\":\"#dbd7caee\",\"input.placeholderForeground\":\"#dedcd590\",\"inputOption.activeBackground\":\"#dedcd550\",\"list.activeSelectionBackground\":\"#181818\",\"list.activeSelectionForeground\":\"#dbd7caee\",\"list.focusBackground\":\"#181818\",\"list.highlightForeground\":\"#4d9375\",\"list.hoverBackground\":\"#181818\",\"list.hoverForeground\":\"#dbd7caee\",\"list.inactiveFocusBackground\":\"#121212\",\"list.inactiveSelectionBackground\":\"#181818\",\"list.inactiveSelectionForeground\":\"#dbd7caee\",\"menu.separatorBackground\":\"#191919\",\"notificationCenterHeader.background\":\"#121212\",\"notificationCenterHeader.foreground\":\"#959da5\",\"notifications.background\":\"#121212\",\"notifications.border\":\"#191919\",\"notifications.foreground\":\"#dbd7caee\",\"notificationsErrorIcon.foreground\":\"#cb7676\",\"notificationsInfoIcon.foreground\":\"#6394bf\",\"notificationsWarningIcon.foreground\":\"#d4976c\",\"panel.background\":\"#121212\",\"panel.border\":\"#191919\",\"panelInput.border\":\"#2f363d\",\"panelTitle.activeBorder\":\"#4d9375\",\"panelTitle.activeForeground\":\"#dbd7caee\",\"panelTitle.inactiveForeground\":\"#959da5\",\"peekViewEditor.background\":\"#121212\",\"peekViewEditor.matchHighlightBackground\":\"#ffd33d33\",\"peekViewResult.background\":\"#121212\",\"peekViewResult.matchHighlightBackground\":\"#ffd33d33\",\"pickerGroup.border\":\"#191919\",\"pickerGroup.foreground\":\"#dbd7caee\",\"problemsErrorIcon.foreground\":\"#cb7676\",\"problemsInfoIcon.foreground\":\"#6394bf\",\"problemsWarningIcon.foreground\":\"#d4976c\",\"progressBar.background\":\"#4d9375\",\"quickInput.background\":\"#121212\",\"quickInput.foreground\":\"#dbd7caee\",\"quickInputList.focusBackground\":\"#181818\",\"scrollbar.shadow\":\"#0000\",\"scrollbarSlider.activeBackground\":\"#dedcd550\",\"scrollbarSlider.background\":\"#dedcd510\",\"scrollbarSlider.hoverBackground\":\"#dedcd550\",\"settings.headerForeground\":\"#dbd7caee\",\"settings.modifiedItemIndicator\":\"#4d9375\",\"sideBar.background\":\"#121212\",\"sideBar.border\":\"#191919\",\"sideBar.foreground\":\"#bfbaaa\",\"sideBarSectionHeader.background\":\"#121212\",\"sideBarSectionHeader.border\":\"#191919\",\"sideBarSectionHeader.foreground\":\"#dbd7caee\",\"sideBarTitle.foreground\":\"#dbd7caee\",\"statusBar.background\":\"#121212\",\"statusBar.border\":\"#191919\",\"statusBar.debuggingBackground\":\"#181818\",\"statusBar.debuggingForeground\":\"#bfbaaa\",\"statusBar.foreground\":\"#bfbaaa\",\"statusBar.noFolderBackground\":\"#121212\",\"statusBarItem.prominentBackground\":\"#181818\",\"tab.activeBackground\":\"#121212\",\"tab.activeBorder\":\"#191919\",\"tab.activeBorderTop\":\"#dedcd590\",\"tab.activeForeground\":\"#dbd7caee\",\"tab.border\":\"#191919\",\"tab.hoverBackground\":\"#181818\",\"tab.inactiveBackground\":\"#121212\",\"tab.inactiveForeground\":\"#959da5\",\"tab.unfocusedActiveBorder\":\"#191919\",\"tab.unfocusedActiveBorderTop\":\"#191919\",\"tab.unfocusedHoverBackground\":\"#121212\",\"terminal.ansiBlack\":\"#393a34\",\"terminal.ansiBlue\":\"#6394bf\",\"terminal.ansiBrightBlack\":\"#777777\",\"terminal.ansiBrightBlue\":\"#6394bf\",\"terminal.ansiBrightCyan\":\"#5eaab5\",\"terminal.ansiBrightGreen\":\"#4d9375\",\"terminal.ansiBrightMagenta\":\"#d9739f\",\"terminal.ansiBrightRed\":\"#cb7676\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#e6cc77\",\"terminal.ansiCyan\":\"#5eaab5\",\"terminal.ansiGreen\":\"#4d9375\",\"terminal.ansiMagenta\":\"#d9739f\",\"terminal.ansiRed\":\"#cb7676\",\"terminal.ansiWhite\":\"#dbd7ca\",\"terminal.ansiYellow\":\"#e6cc77\",\"terminal.foreground\":\"#dbd7caee\",\"terminal.selectionBackground\":\"#eeeeee18\",\"textBlockQuote.background\":\"#121212\",\"textBlockQuote.border\":\"#191919\",\"textCodeBlock.background\":\"#121212\",\"textLink.activeForeground\":\"#4d9375\",\"textLink.foreground\":\"#4d9375\",\"textPreformat.foreground\":\"#d1d5da\",\"textSeparator.foreground\":\"#586069\",\"titleBar.activeBackground\":\"#121212\",\"titleBar.activeForeground\":\"#bfbaaa\",\"titleBar.border\":\"#181818\",\"titleBar.inactiveBackground\":\"#121212\",\"titleBar.inactiveForeground\":\"#959da5\",\"tree.indentGuidesStroke\":\"#2f363d\",\"welcomePage.buttonBackground\":\"#2f363d\",\"welcomePage.buttonHoverBackground\":\"#444d56\"},\"displayName\":\"Vitesse Dark\",\"name\":\"vitesse-dark\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class\":\"#6872ab\",\"interface\":\"#5d99a9\",\"namespace\":\"#db889a\",\"property\":\"#b8a965\",\"type\":\"#5d99a9\"},\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#758575dd\"}},{\"scope\":[\"delimiter.bracket\",\"delimiter\",\"invalid.illegal.character-not-allowed-here.html\",\"keyword.operator.rest\",\"keyword.operator.spread\",\"keyword.operator.type.annotation\",\"keyword.operator.relational\",\"keyword.operator.assignment\",\"keyword.operator.type\",\"meta.brace\",\"meta.tag.block.any.html\",\"meta.tag.inline.any.html\",\"meta.tag.structure.input.void.html\",\"meta.type.annotation\",\"meta.embedded.block.github-actions-expression\",\"storage.type.function.arrow\",\"meta.objectliteral.ts\",\"punctuation\",\"punctuation.definition.string.begin.html.vue\",\"punctuation.definition.string.end.html.vue\"],\"settings\":{\"foreground\":\"#666666\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.language\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#c99076\"}},{\"scope\":[\"entity\",\"entity.name\"],\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#dbd7caee\"}},{\"scope\":[\"entity.name.tag\",\"tag.html\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":[\"keyword\",\"storage.type.class.jsdoc\",\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":[\"storage\",\"storage.type\",\"support.type.builtin\",\"constant.language.undefined\",\"constant.language.null\",\"constant.language.import-export-all.ts\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":[\"text.html.derivative\",\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#dbd7caee\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\",\"attribute.value\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#c98a7d77\"}},{\"scope\":[\"punctuation.support.type.property-name\"],\"settings\":{\"foreground\":\"#b8a96577\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#b8a965\"}},{\"scope\":[\"property\",\"meta.property-name\",\"meta.object-literal.key\",\"entity.name.tag.yaml\",\"attribute.name\"],\"settings\":{\"foreground\":\"#b8a965\"}},{\"scope\":[\"entity.other.attribute-name\",\"invalid.deprecated.entity.other.attribute-name.html\"],\"settings\":{\"foreground\":\"#bd976a\"}},{\"scope\":[\"variable\",\"identifier\"],\"settings\":{\"foreground\":\"#bd976a\"}},{\"scope\":[\"support.type.primitive\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#5DA994\"}},{\"scope\":\"namespace\",\"settings\":{\"foreground\":\"#db889a\"}},{\"scope\":[\"keyword.operator\",\"keyword.operator.assignment.compound\",\"meta.var.expr.ts\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#fdaeb7\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#f97583\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#24292e\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#fdaeb7\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#c4704f\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"foreground\":\"#e6cc77\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"foreground\":\"#c99076\"}},{\"scope\":[\"keyword.operator.quantifier.regexp\",\"constant.numeric\",\"number\"],\"settings\":{\"foreground\":\"#4C9A91\"}},{\"scope\":[\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#cb7676\"}},{\"scope\":[\"constant.language.boolean\",\"constant.language\"],\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#d4976c\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#4d9375\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#5d99a9\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#dbd7caee\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#dbd7caee\"}},{\"scope\":\"markup.raw\",\"settings\":{\"foreground\":\"#4d9375\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#86181d\",\"foreground\":\"#fdaeb7\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#144620\",\"foreground\":\"#85e89d\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#c24e00\",\"foreground\":\"#ffab70\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#79b8ff\",\"foreground\":\"#2f363d\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#b392f0\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#79b8ff\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#79b8ff\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#d1d5da\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#fdaeb7\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\",\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\"],\"settings\":{\"foreground\":\"#c98a7d\"}},{\"scope\":[\"markup.underline.link.markdown\",\"markup.underline.link.image.markdown\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#dedcd590\"}},{\"scope\":[\"type.identifier\",\"constant.other.character-class.regexp\"],\"settings\":{\"foreground\":\"#6872ab\"}},{\"scope\":[\"entity.other.attribute-name.html.vue\"],\"settings\":{\"foreground\":\"#80a665\"}},{\"scope\":[\"invalid.illegal.unrecognized-tag.html\"],\"settings\":{\"fontStyle\":\"normal\"}}],\"type\":\"dark\"}"))
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* Theme: vitesse-light */
|
|
2
|
+
export default Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBorder\":\"#1c6b48\",\"activityBar.background\":\"#ffffff\",\"activityBar.border\":\"#f0f0f0\",\"activityBar.foreground\":\"#393a34\",\"activityBar.inactiveForeground\":\"#393a3450\",\"activityBarBadge.background\":\"#4e4f47\",\"activityBarBadge.foreground\":\"#ffffff\",\"badge.background\":\"#393a3490\",\"badge.foreground\":\"#ffffff\",\"breadcrumb.activeSelectionForeground\":\"#22222218\",\"breadcrumb.background\":\"#f7f7f7\",\"breadcrumb.focusForeground\":\"#393a34\",\"breadcrumb.foreground\":\"#6a737d\",\"breadcrumbPicker.background\":\"#ffffff\",\"button.background\":\"#1c6b48\",\"button.foreground\":\"#ffffff\",\"button.hoverBackground\":\"#1c6b48\",\"checkbox.background\":\"#f7f7f7\",\"checkbox.border\":\"#d1d5da\",\"debugToolBar.background\":\"#ffffff\",\"descriptionForeground\":\"#393a3490\",\"diffEditor.insertedTextBackground\":\"#1c6b4830\",\"diffEditor.removedTextBackground\":\"#ab595940\",\"dropdown.background\":\"#ffffff\",\"dropdown.border\":\"#f0f0f0\",\"dropdown.foreground\":\"#393a34\",\"dropdown.listBackground\":\"#f7f7f7\",\"editor.background\":\"#ffffff\",\"editor.findMatchBackground\":\"#e6cc7744\",\"editor.findMatchHighlightBackground\":\"#e6cc7766\",\"editor.focusedStackFrameHighlightBackground\":\"#fff5b1\",\"editor.foldBackground\":\"#22222210\",\"editor.foreground\":\"#393a34\",\"editor.inactiveSelectionBackground\":\"#22222210\",\"editor.lineHighlightBackground\":\"#f7f7f7\",\"editor.selectionBackground\":\"#22222218\",\"editor.selectionHighlightBackground\":\"#22222210\",\"editor.stackFrameHighlightBackground\":\"#fffbdd\",\"editor.wordHighlightBackground\":\"#1c6b4805\",\"editor.wordHighlightStrongBackground\":\"#1c6b4810\",\"editorBracketHighlight.foreground1\":\"#2993a3\",\"editorBracketHighlight.foreground2\":\"#1e754f\",\"editorBracketHighlight.foreground3\":\"#a65e2b\",\"editorBracketHighlight.foreground4\":\"#a13865\",\"editorBracketHighlight.foreground5\":\"#bda437\",\"editorBracketHighlight.foreground6\":\"#296aa3\",\"editorBracketMatch.background\":\"#1c6b4820\",\"editorError.foreground\":\"#ab5959\",\"editorGroup.border\":\"#f0f0f0\",\"editorGroupHeader.tabsBackground\":\"#ffffff\",\"editorGroupHeader.tabsBorder\":\"#f0f0f0\",\"editorGutter.addedBackground\":\"#1e754f\",\"editorGutter.commentRangeForeground\":\"#393a3450\",\"editorGutter.deletedBackground\":\"#ab5959\",\"editorGutter.foldingControlForeground\":\"#393a3490\",\"editorGutter.modifiedBackground\":\"#296aa3\",\"editorHint.foreground\":\"#1e754f\",\"editorIndentGuide.activeBackground\":\"#00000030\",\"editorIndentGuide.background\":\"#00000015\",\"editorInfo.foreground\":\"#296aa3\",\"editorInlayHint.background\":\"#f7f7f7\",\"editorInlayHint.foreground\":\"#999999\",\"editorLineNumber.activeForeground\":\"#4e4f47\",\"editorLineNumber.foreground\":\"#393a3450\",\"editorOverviewRuler.border\":\"#fff\",\"editorStickyScroll.background\":\"#f7f7f7\",\"editorStickyScrollHover.background\":\"#f7f7f7\",\"editorWarning.foreground\":\"#a65e2b\",\"editorWhitespace.foreground\":\"#00000015\",\"editorWidget.background\":\"#ffffff\",\"errorForeground\":\"#ab5959\",\"focusBorder\":\"#00000000\",\"foreground\":\"#393a34\",\"gitDecoration.addedResourceForeground\":\"#1e754f\",\"gitDecoration.conflictingResourceForeground\":\"#a65e2b\",\"gitDecoration.deletedResourceForeground\":\"#ab5959\",\"gitDecoration.ignoredResourceForeground\":\"#393a3450\",\"gitDecoration.modifiedResourceForeground\":\"#296aa3\",\"gitDecoration.submoduleResourceForeground\":\"#393a3490\",\"gitDecoration.untrackedResourceForeground\":\"#2993a3\",\"input.background\":\"#f7f7f7\",\"input.border\":\"#f0f0f0\",\"input.foreground\":\"#393a34\",\"input.placeholderForeground\":\"#393a3490\",\"inputOption.activeBackground\":\"#393a3450\",\"list.activeSelectionBackground\":\"#f7f7f7\",\"list.activeSelectionForeground\":\"#393a34\",\"list.focusBackground\":\"#f7f7f7\",\"list.highlightForeground\":\"#1c6b48\",\"list.hoverBackground\":\"#f7f7f7\",\"list.hoverForeground\":\"#393a34\",\"list.inactiveFocusBackground\":\"#ffffff\",\"list.inactiveSelectionBackground\":\"#f7f7f7\",\"list.inactiveSelectionForeground\":\"#393a34\",\"menu.separatorBackground\":\"#f0f0f0\",\"notificationCenterHeader.background\":\"#ffffff\",\"notificationCenterHeader.foreground\":\"#6a737d\",\"notifications.background\":\"#ffffff\",\"notifications.border\":\"#f0f0f0\",\"notifications.foreground\":\"#393a34\",\"notificationsErrorIcon.foreground\":\"#ab5959\",\"notificationsInfoIcon.foreground\":\"#296aa3\",\"notificationsWarningIcon.foreground\":\"#a65e2b\",\"panel.background\":\"#ffffff\",\"panel.border\":\"#f0f0f0\",\"panelInput.border\":\"#e1e4e8\",\"panelTitle.activeBorder\":\"#1c6b48\",\"panelTitle.activeForeground\":\"#393a34\",\"panelTitle.inactiveForeground\":\"#6a737d\",\"peekViewEditor.background\":\"#ffffff\",\"peekViewResult.background\":\"#ffffff\",\"pickerGroup.border\":\"#f0f0f0\",\"pickerGroup.foreground\":\"#393a34\",\"problemsErrorIcon.foreground\":\"#ab5959\",\"problemsInfoIcon.foreground\":\"#296aa3\",\"problemsWarningIcon.foreground\":\"#a65e2b\",\"progressBar.background\":\"#1c6b48\",\"quickInput.background\":\"#ffffff\",\"quickInput.foreground\":\"#393a34\",\"quickInputList.focusBackground\":\"#f7f7f7\",\"scrollbar.shadow\":\"#6a737d33\",\"scrollbarSlider.activeBackground\":\"#393a3450\",\"scrollbarSlider.background\":\"#393a3410\",\"scrollbarSlider.hoverBackground\":\"#393a3450\",\"settings.headerForeground\":\"#393a34\",\"settings.modifiedItemIndicator\":\"#1c6b48\",\"sideBar.background\":\"#ffffff\",\"sideBar.border\":\"#f0f0f0\",\"sideBar.foreground\":\"#4e4f47\",\"sideBarSectionHeader.background\":\"#ffffff\",\"sideBarSectionHeader.border\":\"#f0f0f0\",\"sideBarSectionHeader.foreground\":\"#393a34\",\"sideBarTitle.foreground\":\"#393a34\",\"statusBar.background\":\"#ffffff\",\"statusBar.border\":\"#f0f0f0\",\"statusBar.debuggingBackground\":\"#f7f7f7\",\"statusBar.debuggingForeground\":\"#4e4f47\",\"statusBar.foreground\":\"#4e4f47\",\"statusBar.noFolderBackground\":\"#ffffff\",\"statusBarItem.prominentBackground\":\"#f7f7f7\",\"tab.activeBackground\":\"#ffffff\",\"tab.activeBorder\":\"#f0f0f0\",\"tab.activeBorderTop\":\"#393a3490\",\"tab.activeForeground\":\"#393a34\",\"tab.border\":\"#f0f0f0\",\"tab.hoverBackground\":\"#f7f7f7\",\"tab.inactiveBackground\":\"#ffffff\",\"tab.inactiveForeground\":\"#6a737d\",\"tab.unfocusedActiveBorder\":\"#f0f0f0\",\"tab.unfocusedActiveBorderTop\":\"#f0f0f0\",\"tab.unfocusedHoverBackground\":\"#ffffff\",\"terminal.ansiBlack\":\"#121212\",\"terminal.ansiBlue\":\"#296aa3\",\"terminal.ansiBrightBlack\":\"#aaaaaa\",\"terminal.ansiBrightBlue\":\"#296aa3\",\"terminal.ansiBrightCyan\":\"#2993a3\",\"terminal.ansiBrightGreen\":\"#1e754f\",\"terminal.ansiBrightMagenta\":\"#a13865\",\"terminal.ansiBrightRed\":\"#ab5959\",\"terminal.ansiBrightWhite\":\"#dddddd\",\"terminal.ansiBrightYellow\":\"#bda437\",\"terminal.ansiCyan\":\"#2993a3\",\"terminal.ansiGreen\":\"#1e754f\",\"terminal.ansiMagenta\":\"#a13865\",\"terminal.ansiRed\":\"#ab5959\",\"terminal.ansiWhite\":\"#dbd7ca\",\"terminal.ansiYellow\":\"#bda437\",\"terminal.foreground\":\"#393a34\",\"terminal.selectionBackground\":\"#22222218\",\"textBlockQuote.background\":\"#ffffff\",\"textBlockQuote.border\":\"#f0f0f0\",\"textCodeBlock.background\":\"#ffffff\",\"textLink.activeForeground\":\"#1c6b48\",\"textLink.foreground\":\"#1c6b48\",\"textPreformat.foreground\":\"#586069\",\"textSeparator.foreground\":\"#d1d5da\",\"titleBar.activeBackground\":\"#ffffff\",\"titleBar.activeForeground\":\"#4e4f47\",\"titleBar.border\":\"#f7f7f7\",\"titleBar.inactiveBackground\":\"#ffffff\",\"titleBar.inactiveForeground\":\"#6a737d\",\"tree.indentGuidesStroke\":\"#e1e4e8\",\"welcomePage.buttonBackground\":\"#f6f8fa\",\"welcomePage.buttonHoverBackground\":\"#e1e4e8\"},\"displayName\":\"Vitesse Light\",\"name\":\"vitesse-light\",\"semanticHighlighting\":true,\"semanticTokenColors\":{\"class\":\"#5a6aa6\",\"interface\":\"#2e808f\",\"namespace\":\"#b05a78\",\"property\":\"#998418\",\"type\":\"#2e808f\"},\"tokenColors\":[{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"string.comment\"],\"settings\":{\"foreground\":\"#a0ada0\"}},{\"scope\":[\"delimiter.bracket\",\"delimiter\",\"invalid.illegal.character-not-allowed-here.html\",\"keyword.operator.rest\",\"keyword.operator.spread\",\"keyword.operator.type.annotation\",\"keyword.operator.relational\",\"keyword.operator.assignment\",\"keyword.operator.type\",\"meta.brace\",\"meta.tag.block.any.html\",\"meta.tag.inline.any.html\",\"meta.tag.structure.input.void.html\",\"meta.type.annotation\",\"meta.embedded.block.github-actions-expression\",\"storage.type.function.arrow\",\"meta.objectliteral.ts\",\"punctuation\",\"punctuation.definition.string.begin.html.vue\",\"punctuation.definition.string.end.html.vue\"],\"settings\":{\"foreground\":\"#999999\"}},{\"scope\":[\"constant\",\"entity.name.constant\",\"variable.language\",\"meta.definition.variable\"],\"settings\":{\"foreground\":\"#a65e2b\"}},{\"scope\":[\"entity\",\"entity.name\"],\"settings\":{\"foreground\":\"#59873a\"}},{\"scope\":\"variable.parameter.function\",\"settings\":{\"foreground\":\"#393a34\"}},{\"scope\":[\"entity.name.tag\",\"tag.html\"],\"settings\":{\"foreground\":\"#1e754f\"}},{\"scope\":\"entity.name.function\",\"settings\":{\"foreground\":\"#59873a\"}},{\"scope\":[\"keyword\",\"storage.type.class.jsdoc\",\"punctuation.definition.template-expression\"],\"settings\":{\"foreground\":\"#1e754f\"}},{\"scope\":[\"storage\",\"storage.type\",\"support.type.builtin\",\"constant.language.undefined\",\"constant.language.null\",\"constant.language.import-export-all.ts\"],\"settings\":{\"foreground\":\"#ab5959\"}},{\"scope\":[\"text.html.derivative\",\"storage.modifier.package\",\"storage.modifier.import\",\"storage.type.java\"],\"settings\":{\"foreground\":\"#393a34\"}},{\"scope\":[\"string\",\"string punctuation.section.embedded source\",\"attribute.value\"],\"settings\":{\"foreground\":\"#b56959\"}},{\"scope\":[\"punctuation.definition.string\"],\"settings\":{\"foreground\":\"#b5695977\"}},{\"scope\":[\"punctuation.support.type.property-name\"],\"settings\":{\"foreground\":\"#99841877\"}},{\"scope\":\"support\",\"settings\":{\"foreground\":\"#998418\"}},{\"scope\":[\"property\",\"meta.property-name\",\"meta.object-literal.key\",\"entity.name.tag.yaml\",\"attribute.name\"],\"settings\":{\"foreground\":\"#998418\"}},{\"scope\":[\"entity.other.attribute-name\",\"invalid.deprecated.entity.other.attribute-name.html\"],\"settings\":{\"foreground\":\"#b07d48\"}},{\"scope\":[\"variable\",\"identifier\"],\"settings\":{\"foreground\":\"#b07d48\"}},{\"scope\":[\"support.type.primitive\",\"entity.name.type\"],\"settings\":{\"foreground\":\"#2e8f82\"}},{\"scope\":\"namespace\",\"settings\":{\"foreground\":\"#b05a78\"}},{\"scope\":[\"keyword.operator\",\"keyword.operator.assignment.compound\",\"meta.var.expr.ts\"],\"settings\":{\"foreground\":\"#ab5959\"}},{\"scope\":\"invalid.broken\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.deprecated\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.illegal\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"invalid.unimplemented\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#b31d28\"}},{\"scope\":\"carriage-return\",\"settings\":{\"background\":\"#d73a49\",\"content\":\"^M\",\"fontStyle\":\"italic underline\",\"foreground\":\"#fafbfc\"}},{\"scope\":\"message.error\",\"settings\":{\"foreground\":\"#b31d28\"}},{\"scope\":\"string variable\",\"settings\":{\"foreground\":\"#b56959\"}},{\"scope\":[\"source.regexp\",\"string.regexp\"],\"settings\":{\"foreground\":\"#ab5e3f\"}},{\"scope\":[\"string.regexp.character-class\",\"string.regexp constant.character.escape\",\"string.regexp source.ruby.embedded\",\"string.regexp string.regexp.arbitrary-repitition\"],\"settings\":{\"foreground\":\"#b56959\"}},{\"scope\":\"string.regexp constant.character.escape\",\"settings\":{\"foreground\":\"#bda437\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"foreground\":\"#a65e2b\"}},{\"scope\":[\"keyword.operator.quantifier.regexp\",\"constant.numeric\",\"number\"],\"settings\":{\"foreground\":\"#2f798a\"}},{\"scope\":[\"keyword.other.unit\"],\"settings\":{\"foreground\":\"#ab5959\"}},{\"scope\":[\"constant.language.boolean\",\"constant.language\"],\"settings\":{\"foreground\":\"#1e754f\"}},{\"scope\":\"meta.module-reference\",\"settings\":{\"foreground\":\"#1c6b48\"}},{\"scope\":\"punctuation.definition.list.begin.markdown\",\"settings\":{\"foreground\":\"#a65e2b\"}},{\"scope\":[\"markup.heading\",\"markup.heading entity.name\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#1c6b48\"}},{\"scope\":\"markup.quote\",\"settings\":{\"foreground\":\"#2e808f\"}},{\"scope\":\"markup.italic\",\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#393a34\"}},{\"scope\":\"markup.bold\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#393a34\"}},{\"scope\":\"markup.raw\",\"settings\":{\"foreground\":\"#1c6b48\"}},{\"scope\":[\"markup.deleted\",\"meta.diff.header.from-file\",\"punctuation.definition.deleted\"],\"settings\":{\"background\":\"#ffeef0\",\"foreground\":\"#b31d28\"}},{\"scope\":[\"markup.inserted\",\"meta.diff.header.to-file\",\"punctuation.definition.inserted\"],\"settings\":{\"background\":\"#f0fff4\",\"foreground\":\"#22863a\"}},{\"scope\":[\"markup.changed\",\"punctuation.definition.changed\"],\"settings\":{\"background\":\"#ffebda\",\"foreground\":\"#e36209\"}},{\"scope\":[\"markup.ignored\",\"markup.untracked\"],\"settings\":{\"background\":\"#005cc5\",\"foreground\":\"#f6f8fa\"}},{\"scope\":\"meta.diff.range\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#6f42c1\"}},{\"scope\":\"meta.diff.header\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":\"meta.separator\",\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#005cc5\"}},{\"scope\":\"meta.output\",\"settings\":{\"foreground\":\"#005cc5\"}},{\"scope\":[\"brackethighlighter.tag\",\"brackethighlighter.curly\",\"brackethighlighter.round\",\"brackethighlighter.square\",\"brackethighlighter.angle\",\"brackethighlighter.quote\"],\"settings\":{\"foreground\":\"#586069\"}},{\"scope\":\"brackethighlighter.unmatched\",\"settings\":{\"foreground\":\"#b31d28\"}},{\"scope\":[\"constant.other.reference.link\",\"string.other.link\",\"punctuation.definition.string.begin.markdown\",\"punctuation.definition.string.end.markdown\"],\"settings\":{\"foreground\":\"#b56959\"}},{\"scope\":[\"markup.underline.link.markdown\",\"markup.underline.link.image.markdown\"],\"settings\":{\"fontStyle\":\"underline\",\"foreground\":\"#393a3490\"}},{\"scope\":[\"type.identifier\",\"constant.other.character-class.regexp\"],\"settings\":{\"foreground\":\"#5a6aa6\"}},{\"scope\":[\"entity.other.attribute-name.html.vue\"],\"settings\":{\"foreground\":\"#59873a\"}},{\"scope\":[\"invalid.illegal.unrecognized-tag.html\"],\"settings\":{\"fontStyle\":\"normal\"}}],\"type\":\"light\"}"))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shikijs/themes",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.23.0",
|
|
5
5
|
"description": "TextMate themes for Shiki in ESM",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"./gruvbox-light-medium": "./dist/gruvbox-light-medium.mjs",
|
|
48
48
|
"./gruvbox-light-soft": "./dist/gruvbox-light-soft.mjs",
|
|
49
49
|
"./horizon": "./dist/horizon.mjs",
|
|
50
|
+
"./horizon-bright": "./dist/horizon-bright.mjs",
|
|
50
51
|
"./houston": "./dist/houston.mjs",
|
|
51
52
|
"./kanagawa-dragon": "./dist/kanagawa-dragon.mjs",
|
|
52
53
|
"./kanagawa-lotus": "./dist/kanagawa-lotus.mjs",
|
|
@@ -91,10 +92,10 @@
|
|
|
91
92
|
"dist"
|
|
92
93
|
],
|
|
93
94
|
"dependencies": {
|
|
94
|
-
"@shikijs/types": "3.
|
|
95
|
+
"@shikijs/types": "3.23.0"
|
|
95
96
|
},
|
|
96
97
|
"devDependencies": {
|
|
97
|
-
"tm-themes": "^1.
|
|
98
|
+
"tm-themes": "^1.12.0"
|
|
98
99
|
},
|
|
99
100
|
"scripts": {
|
|
100
101
|
"build": "pnpm prepare"
|