refactor: split web frontend + gateway out to uniweb app (bump 0.13.0)

The SPA (web/) and the web gateway (cmd/webgw) move to a dedicated app
projects/message_bus/apps/uniweb (its own Gitea sub-repo). unibus is now
strictly the bus plane: membership/keys, the client library and demo peers.
uniweb consumes unibus as a Go module via replace => ../unibus.

No capability lost; same SPA and gateway, in their own service folder.
go build/vet/test green after extraction.
This commit is contained in:
2026-06-13 21:21:08 +02:00
parent fadee1a7d0
commit 9661a5ce1f
31166 changed files with 2029366 additions and 3677 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/baseline-browser-mapping@2.10.34/node_modules/baseline-browser-mapping/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/baseline-browser-mapping@2.10.34/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/baseline-browser-mapping@2.10.34/node_modules/baseline-browser-mapping/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/baseline-browser-mapping@2.10.34/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../baseline-browser-mapping/dist/cli.cjs" "$@"
else
exec node "$basedir/../baseline-browser-mapping/dist/cli.cjs" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/baseline-browser-mapping/dist/cli.cjs
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/browserslist@4.28.2/node_modules/browserslist/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/browserslist@4.28.2/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/browserslist@4.28.2/node_modules/browserslist/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/browserslist@4.28.2/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../browserslist/cli.js" "$@"
else
exec node "$basedir/../browserslist/cli.js" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/browserslist/cli.js
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/cssesc@3.0.0/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/cssesc@3.0.0/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../cssesc/bin/cssesc" "$@"
else
exec node "$basedir/../cssesc/bin/cssesc" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/cssesc/bin/cssesc
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/esbuild@0.25.12/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/esbuild@0.25.12/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../esbuild/bin/esbuild" "$@"
else
exec node "$basedir/../esbuild/bin/esbuild" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/esbuild/bin/esbuild
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/jsesc@3.1.0/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/jsesc@3.1.0/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@"
else
exec node "$basedir/../jsesc/bin/jsesc" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/jsesc/bin/jsesc
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/json5@2.2.3/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/json5@2.2.3/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../json5/lib/cli.js" "$@"
else
exec node "$basedir/../json5/lib/cli.js" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/json5/lib/cli.js
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/nanoid@3.3.12/node_modules/nanoid/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/nanoid@3.3.12/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/nanoid@3.3.12/node_modules/nanoid/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/nanoid@3.3.12/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../nanoid/bin/nanoid.cjs" "$@"
else
exec node "$basedir/../nanoid/bin/nanoid.cjs" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/nanoid/bin/nanoid.cjs
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/@babel+parser@7.29.7/node_modules/@babel/parser/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/@babel+parser@7.29.7/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/@babel+parser@7.29.7/node_modules/@babel/parser/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/@babel+parser@7.29.7/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
else
exec node "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/@babel/parser/bin/babel-parser.js
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/rollup@4.61.1/node_modules/rollup/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/rollup@4.61.1/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/rollup@4.61.1/node_modules/rollup/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/rollup@4.61.1/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../rollup/dist/bin/rollup" "$@"
else
exec node "$basedir/../rollup/dist/bin/rollup" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/rollup/dist/bin/rollup
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/semver@6.3.1/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/semver@6.3.1/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
else
exec node "$basedir/../semver/bin/semver.js" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/semver/bin/semver.js
+22
View File
@@ -0,0 +1,22 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.2/node_modules/update-browserslist-db/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.2/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.2/node_modules/update-browserslist-db/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.2/node_modules:/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../update-browserslist-db/cli.js" "$@"
else
exec node "$basedir/../update-browserslist-db/cli.js" "$@"
fi
# cmd-shim-target=/home/enmanuel/fn_registry/projects/message_bus/apps/unibus/web/node_modules/.pnpm/node_modules/update-browserslist-db/cli.js
+1
View File
@@ -0,0 +1 @@
../../@babel+code-frame@7.29.7/node_modules/@babel/code-frame
+1
View File
@@ -0,0 +1 @@
../../@babel+compat-data@7.29.7/node_modules/@babel/compat-data
+1
View File
@@ -0,0 +1 @@
../../@babel+core@7.29.7/node_modules/@babel/core
+1
View File
@@ -0,0 +1 @@
../../@babel+generator@7.29.7/node_modules/@babel/generator
+1
View File
@@ -0,0 +1 @@
../../@babel+helper-compilation-targets@7.29.7/node_modules/@babel/helper-compilation-targets
+1
View File
@@ -0,0 +1 @@
../../@babel+helper-globals@7.29.7/node_modules/@babel/helper-globals
+1
View File
@@ -0,0 +1 @@
../../@babel+helper-module-imports@7.29.7/node_modules/@babel/helper-module-imports
+1
View File
@@ -0,0 +1 @@
../../@babel+helper-module-transforms@7.29.7_@babel+core@7.29.7/node_modules/@babel/helper-module-transforms
+1
View File
@@ -0,0 +1 @@
../../@babel+helper-plugin-utils@7.29.7/node_modules/@babel/helper-plugin-utils
+1
View File
@@ -0,0 +1 @@
../../@babel+helper-string-parser@7.29.7/node_modules/@babel/helper-string-parser
+1
View File
@@ -0,0 +1 @@
../../@babel+helper-validator-identifier@7.29.7/node_modules/@babel/helper-validator-identifier
+1
View File
@@ -0,0 +1 @@
../../@babel+helper-validator-option@7.29.7/node_modules/@babel/helper-validator-option
+1
View File
@@ -0,0 +1 @@
../../@babel+helpers@7.29.7/node_modules/@babel/helpers
+1
View File
@@ -0,0 +1 @@
../../@babel+parser@7.29.7/node_modules/@babel/parser
+1
View File
@@ -0,0 +1 @@
../../@babel+plugin-transform-react-jsx-self@7.29.7_@babel+core@7.29.7/node_modules/@babel/plugin-transform-react-jsx-self
+1
View File
@@ -0,0 +1 @@
../../@babel+plugin-transform-react-jsx-source@7.29.7_@babel+core@7.29.7/node_modules/@babel/plugin-transform-react-jsx-source
+1
View File
@@ -0,0 +1 @@
../../@babel+template@7.29.7/node_modules/@babel/template
+1
View File
@@ -0,0 +1 @@
../../@babel+traverse@7.29.7/node_modules/@babel/traverse
+1
View File
@@ -0,0 +1 @@
../../@babel+types@7.29.7/node_modules/@babel/types
+1
View File
@@ -0,0 +1 @@
../../@esbuild+linux-x64@0.25.12/node_modules/@esbuild/linux-x64
+1
View File
@@ -0,0 +1 @@
../../@floating-ui+core@1.7.5/node_modules/@floating-ui/core
+1
View File
@@ -0,0 +1 @@
../../@floating-ui+dom@1.7.6/node_modules/@floating-ui/dom
+1
View File
@@ -0,0 +1 @@
../../@floating-ui+react@0.27.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/@floating-ui/react
+1
View File
@@ -0,0 +1 @@
../../@floating-ui+react-dom@2.1.8_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/@floating-ui/react-dom
+1
View File
@@ -0,0 +1 @@
../../@floating-ui+utils@0.2.11/node_modules/@floating-ui/utils
+1
View File
@@ -0,0 +1 @@
../../@jridgewell+gen-mapping@0.3.13/node_modules/@jridgewell/gen-mapping
+1
View File
@@ -0,0 +1 @@
../../@jridgewell+remapping@2.3.5/node_modules/@jridgewell/remapping
+1
View File
@@ -0,0 +1 @@
../../@jridgewell+resolve-uri@3.1.2/node_modules/@jridgewell/resolve-uri
+1
View File
@@ -0,0 +1 @@
../../@jridgewell+sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec
+1
View File
@@ -0,0 +1 @@
../../@jridgewell+trace-mapping@0.3.31/node_modules/@jridgewell/trace-mapping
+1
View File
@@ -0,0 +1 @@
../../@rolldown+pluginutils@1.0.0-beta.27/node_modules/@rolldown/pluginutils
+1
View File
@@ -0,0 +1 @@
../../@rollup+rollup-linux-x64-gnu@4.61.1/node_modules/@rollup/rollup-linux-x64-gnu
+1
View File
@@ -0,0 +1 @@
../../@scure+base@2.2.0/node_modules/@scure/base
+1
View File
@@ -0,0 +1 @@
../../@tabler+icons@3.44.0/node_modules/@tabler/icons
+1
View File
@@ -0,0 +1 @@
../../@types+babel__core@7.20.5/node_modules/@types/babel__core
+1
View File
@@ -0,0 +1 @@
../../@types+babel__generator@7.27.0/node_modules/@types/babel__generator
+1
View File
@@ -0,0 +1 @@
../../@types+babel__template@7.4.4/node_modules/@types/babel__template
+1
View File
@@ -0,0 +1 @@
../../@types+babel__traverse@7.28.0/node_modules/@types/babel__traverse
+1
View File
@@ -0,0 +1 @@
../../@types+estree@1.0.9/node_modules/@types/estree
+1
View File
@@ -0,0 +1 @@
../baseline-browser-mapping@2.10.34/node_modules/baseline-browser-mapping
+1
View File
@@ -0,0 +1 @@
../browserslist@4.28.2/node_modules/browserslist
+1
View File
@@ -0,0 +1 @@
../camelcase-css@2.0.1/node_modules/camelcase-css
+1
View File
@@ -0,0 +1 @@
../caniuse-lite@1.0.30001797/node_modules/caniuse-lite
+1
View File
@@ -0,0 +1 @@
../clsx@2.1.1/node_modules/clsx
+1
View File
@@ -0,0 +1 @@
../convert-source-map@2.0.0/node_modules/convert-source-map
+1
View File
@@ -0,0 +1 @@
../cssesc@3.0.0/node_modules/cssesc
+1
View File
@@ -0,0 +1 @@
../csstype@3.2.3/node_modules/csstype
+1
View File
@@ -0,0 +1 @@
../debug@4.4.3/node_modules/debug
+1
View File
@@ -0,0 +1 @@
../detect-node-es@1.1.0/node_modules/detect-node-es
+1
View File
@@ -0,0 +1 @@
../electron-to-chromium@1.5.368/node_modules/electron-to-chromium
+1
View File
@@ -0,0 +1 @@
../esbuild@0.25.12/node_modules/esbuild
+1
View File
@@ -0,0 +1 @@
../escalade@3.2.0/node_modules/escalade
+1
View File
@@ -0,0 +1 @@
../fdir@6.5.0_picomatch@4.0.4/node_modules/fdir
+1
View File
@@ -0,0 +1 @@
../gensync@1.0.0-beta.2/node_modules/gensync
+1
View File
@@ -0,0 +1 @@
../get-nonce@1.0.1/node_modules/get-nonce
+1
View File
@@ -0,0 +1 @@
../js-tokens@4.0.0/node_modules/js-tokens
+1
View File
@@ -0,0 +1 @@
../jsesc@3.1.0/node_modules/jsesc
+1
View File
@@ -0,0 +1 @@
../json5@2.2.3/node_modules/json5
+1
View File
@@ -0,0 +1 @@
../lru-cache@5.1.1/node_modules/lru-cache
Generated Vendored Symlink
+1
View File
@@ -0,0 +1 @@
../ms@2.1.3/node_modules/ms
+1
View File
@@ -0,0 +1 @@
../nanoid@3.3.12/node_modules/nanoid
+1
View File
@@ -0,0 +1 @@
../node-releases@2.0.47/node_modules/node-releases
+1
View File
@@ -0,0 +1 @@
../picocolors@1.1.1/node_modules/picocolors
+1
View File
@@ -0,0 +1 @@
../picomatch@4.0.4/node_modules/picomatch
+1
View File
@@ -0,0 +1 @@
../postcss-js@4.1.0_postcss@8.5.15/node_modules/postcss-js
+1
View File
@@ -0,0 +1 @@
../postcss-mixins@12.1.2_postcss@8.5.15/node_modules/postcss-mixins
+1
View File
@@ -0,0 +1 @@
../postcss-nested@7.0.2_postcss@8.5.15/node_modules/postcss-nested
+1
View File
@@ -0,0 +1 @@
../postcss-selector-parser@7.1.1/node_modules/postcss-selector-parser
+1
View File
@@ -0,0 +1 @@
../react-number-format@5.4.5_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-number-format
+1
View File
@@ -0,0 +1 @@
../react-refresh@0.17.0/node_modules/react-refresh
+1
View File
@@ -0,0 +1 @@
../react-remove-scroll@2.7.2_@types+react@19.2.17_react@19.2.7/node_modules/react-remove-scroll
+1
View File
@@ -0,0 +1 @@
../react-remove-scroll-bar@2.3.8_@types+react@19.2.17_react@19.2.7/node_modules/react-remove-scroll-bar
+1
View File
@@ -0,0 +1 @@
../react-style-singleton@2.2.3_@types+react@19.2.17_react@19.2.7/node_modules/react-style-singleton
+1
View File
@@ -0,0 +1 @@
../rollup@4.61.1/node_modules/rollup
+1
View File
@@ -0,0 +1 @@
../scheduler@0.27.0/node_modules/scheduler
+1
View File
@@ -0,0 +1 @@
../semver@6.3.1/node_modules/semver
+1
View File
@@ -0,0 +1 @@
../source-map-js@1.2.1/node_modules/source-map-js
+1
View File
@@ -0,0 +1 @@
../sugarss@5.0.1_postcss@8.5.15/node_modules/sugarss
+1
View File
@@ -0,0 +1 @@
../tabbable@6.4.0/node_modules/tabbable
+1
View File
@@ -0,0 +1 @@
../tagged-tag@1.0.0/node_modules/tagged-tag
+1
View File
@@ -0,0 +1 @@
../tinyglobby@0.2.17/node_modules/tinyglobby
+1
View File
@@ -0,0 +1 @@
../tslib@2.8.1/node_modules/tslib
+1
View File
@@ -0,0 +1 @@
../type-fest@5.7.0/node_modules/type-fest
+1
View File
@@ -0,0 +1 @@
../update-browserslist-db@1.2.3_browserslist@4.28.2/node_modules/update-browserslist-db
+1
View File
@@ -0,0 +1 @@
../use-callback-ref@1.3.3_@types+react@19.2.17_react@19.2.7/node_modules/use-callback-ref
+1
View File
@@ -0,0 +1 @@
../use-sidecar@1.1.3_@types+react@19.2.17_react@19.2.7/node_modules/use-sidecar
+1
View File
@@ -0,0 +1 @@
../util-deprecate@1.0.2/node_modules/util-deprecate
+1
View File
@@ -0,0 +1 @@
../yallist@3.1.1/node_modules/yallist