diff --git a/panel-mgmt/README.md b/panel-mgmt/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/panel-mgmt_backend/Dockerfile b/panel-mgmt_backend/Dockerfile new file mode 100644 index 0000000..0318896 --- /dev/null +++ b/panel-mgmt_backend/Dockerfile @@ -0,0 +1,12 @@ +FROM node:18 + +WORKDIR /panel-mgmt_app + +COPY package*.json ./ +RUN npm install + +COPY . . + +EXPOSE 4001 + +CMD ["npm", "start"] \ No newline at end of file diff --git a/panel-mgmt/backend/node_modules/.bin/ejs b/panel-mgmt_backend/node_modules/.bin/ejs similarity index 100% rename from panel-mgmt/backend/node_modules/.bin/ejs rename to panel-mgmt_backend/node_modules/.bin/ejs diff --git a/panel-mgmt/backend/node_modules/.bin/jake b/panel-mgmt_backend/node_modules/.bin/jake similarity index 100% rename from panel-mgmt/backend/node_modules/.bin/jake rename to panel-mgmt_backend/node_modules/.bin/jake diff --git a/panel-mgmt/backend/node_modules/.bin/node b/panel-mgmt_backend/node_modules/.bin/node similarity index 100% rename from panel-mgmt/backend/node_modules/.bin/node rename to panel-mgmt_backend/node_modules/.bin/node diff --git a/panel-mgmt/backend/node_modules/.package-lock.json b/panel-mgmt_backend/node_modules/.package-lock.json similarity index 100% rename from panel-mgmt/backend/node_modules/.package-lock.json rename to panel-mgmt_backend/node_modules/.package-lock.json diff --git a/panel-mgmt/backend/node_modules/accepts/HISTORY.md b/panel-mgmt_backend/node_modules/accepts/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/accepts/HISTORY.md rename to panel-mgmt_backend/node_modules/accepts/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/accepts/LICENSE b/panel-mgmt_backend/node_modules/accepts/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/accepts/LICENSE rename to panel-mgmt_backend/node_modules/accepts/LICENSE diff --git a/panel-mgmt/backend/node_modules/accepts/README.md b/panel-mgmt_backend/node_modules/accepts/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/accepts/README.md rename to panel-mgmt_backend/node_modules/accepts/README.md diff --git a/panel-mgmt/backend/node_modules/accepts/index.js b/panel-mgmt_backend/node_modules/accepts/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/accepts/index.js rename to panel-mgmt_backend/node_modules/accepts/index.js diff --git a/panel-mgmt/backend/node_modules/accepts/package.json b/panel-mgmt_backend/node_modules/accepts/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/accepts/package.json rename to panel-mgmt_backend/node_modules/accepts/package.json diff --git a/panel-mgmt/backend/node_modules/ansi-styles/index.d.ts b/panel-mgmt_backend/node_modules/ansi-styles/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/ansi-styles/index.d.ts rename to panel-mgmt_backend/node_modules/ansi-styles/index.d.ts diff --git a/panel-mgmt/backend/node_modules/ansi-styles/index.js b/panel-mgmt_backend/node_modules/ansi-styles/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/ansi-styles/index.js rename to panel-mgmt_backend/node_modules/ansi-styles/index.js diff --git a/panel-mgmt/backend/node_modules/ansi-styles/license b/panel-mgmt_backend/node_modules/ansi-styles/license similarity index 100% rename from panel-mgmt/backend/node_modules/ansi-styles/license rename to panel-mgmt_backend/node_modules/ansi-styles/license diff --git a/panel-mgmt/backend/node_modules/ansi-styles/package.json b/panel-mgmt_backend/node_modules/ansi-styles/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/ansi-styles/package.json rename to panel-mgmt_backend/node_modules/ansi-styles/package.json diff --git a/panel-mgmt/backend/node_modules/ansi-styles/readme.md b/panel-mgmt_backend/node_modules/ansi-styles/readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/ansi-styles/readme.md rename to panel-mgmt_backend/node_modules/ansi-styles/readme.md diff --git a/panel-mgmt/backend/node_modules/async/CHANGELOG.md b/panel-mgmt_backend/node_modules/async/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/async/CHANGELOG.md rename to panel-mgmt_backend/node_modules/async/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/async/LICENSE b/panel-mgmt_backend/node_modules/async/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/async/LICENSE rename to panel-mgmt_backend/node_modules/async/LICENSE diff --git a/panel-mgmt/backend/node_modules/async/README.md b/panel-mgmt_backend/node_modules/async/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/async/README.md rename to panel-mgmt_backend/node_modules/async/README.md diff --git a/panel-mgmt/backend/node_modules/async/all.js b/panel-mgmt_backend/node_modules/async/all.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/all.js rename to panel-mgmt_backend/node_modules/async/all.js diff --git a/panel-mgmt/backend/node_modules/async/allLimit.js b/panel-mgmt_backend/node_modules/async/allLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/allLimit.js rename to panel-mgmt_backend/node_modules/async/allLimit.js diff --git a/panel-mgmt/backend/node_modules/async/allSeries.js b/panel-mgmt_backend/node_modules/async/allSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/allSeries.js rename to panel-mgmt_backend/node_modules/async/allSeries.js diff --git a/panel-mgmt/backend/node_modules/async/any.js b/panel-mgmt_backend/node_modules/async/any.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/any.js rename to panel-mgmt_backend/node_modules/async/any.js diff --git a/panel-mgmt/backend/node_modules/async/anyLimit.js b/panel-mgmt_backend/node_modules/async/anyLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/anyLimit.js rename to panel-mgmt_backend/node_modules/async/anyLimit.js diff --git a/panel-mgmt/backend/node_modules/async/anySeries.js b/panel-mgmt_backend/node_modules/async/anySeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/anySeries.js rename to panel-mgmt_backend/node_modules/async/anySeries.js diff --git a/panel-mgmt/backend/node_modules/async/apply.js b/panel-mgmt_backend/node_modules/async/apply.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/apply.js rename to panel-mgmt_backend/node_modules/async/apply.js diff --git a/panel-mgmt/backend/node_modules/async/applyEach.js b/panel-mgmt_backend/node_modules/async/applyEach.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/applyEach.js rename to panel-mgmt_backend/node_modules/async/applyEach.js diff --git a/panel-mgmt/backend/node_modules/async/applyEachSeries.js b/panel-mgmt_backend/node_modules/async/applyEachSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/applyEachSeries.js rename to panel-mgmt_backend/node_modules/async/applyEachSeries.js diff --git a/panel-mgmt/backend/node_modules/async/asyncify.js b/panel-mgmt_backend/node_modules/async/asyncify.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/asyncify.js rename to panel-mgmt_backend/node_modules/async/asyncify.js diff --git a/panel-mgmt/backend/node_modules/async/auto.js b/panel-mgmt_backend/node_modules/async/auto.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/auto.js rename to panel-mgmt_backend/node_modules/async/auto.js diff --git a/panel-mgmt/backend/node_modules/async/autoInject.js b/panel-mgmt_backend/node_modules/async/autoInject.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/autoInject.js rename to panel-mgmt_backend/node_modules/async/autoInject.js diff --git a/panel-mgmt/backend/node_modules/async/bower.json b/panel-mgmt_backend/node_modules/async/bower.json similarity index 100% rename from panel-mgmt/backend/node_modules/async/bower.json rename to panel-mgmt_backend/node_modules/async/bower.json diff --git a/panel-mgmt/backend/node_modules/async/cargo.js b/panel-mgmt_backend/node_modules/async/cargo.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/cargo.js rename to panel-mgmt_backend/node_modules/async/cargo.js diff --git a/panel-mgmt/backend/node_modules/async/cargoQueue.js b/panel-mgmt_backend/node_modules/async/cargoQueue.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/cargoQueue.js rename to panel-mgmt_backend/node_modules/async/cargoQueue.js diff --git a/panel-mgmt/backend/node_modules/async/compose.js b/panel-mgmt_backend/node_modules/async/compose.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/compose.js rename to panel-mgmt_backend/node_modules/async/compose.js diff --git a/panel-mgmt/backend/node_modules/async/concat.js b/panel-mgmt_backend/node_modules/async/concat.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/concat.js rename to panel-mgmt_backend/node_modules/async/concat.js diff --git a/panel-mgmt/backend/node_modules/async/concatLimit.js b/panel-mgmt_backend/node_modules/async/concatLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/concatLimit.js rename to panel-mgmt_backend/node_modules/async/concatLimit.js diff --git a/panel-mgmt/backend/node_modules/async/concatSeries.js b/panel-mgmt_backend/node_modules/async/concatSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/concatSeries.js rename to panel-mgmt_backend/node_modules/async/concatSeries.js diff --git a/panel-mgmt/backend/node_modules/async/constant.js b/panel-mgmt_backend/node_modules/async/constant.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/constant.js rename to panel-mgmt_backend/node_modules/async/constant.js diff --git a/panel-mgmt/backend/node_modules/async/detect.js b/panel-mgmt_backend/node_modules/async/detect.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/detect.js rename to panel-mgmt_backend/node_modules/async/detect.js diff --git a/panel-mgmt/backend/node_modules/async/detectLimit.js b/panel-mgmt_backend/node_modules/async/detectLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/detectLimit.js rename to panel-mgmt_backend/node_modules/async/detectLimit.js diff --git a/panel-mgmt/backend/node_modules/async/detectSeries.js b/panel-mgmt_backend/node_modules/async/detectSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/detectSeries.js rename to panel-mgmt_backend/node_modules/async/detectSeries.js diff --git a/panel-mgmt/backend/node_modules/async/dir.js b/panel-mgmt_backend/node_modules/async/dir.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/dir.js rename to panel-mgmt_backend/node_modules/async/dir.js diff --git a/panel-mgmt/backend/node_modules/async/dist/async.js b/panel-mgmt_backend/node_modules/async/dist/async.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/dist/async.js rename to panel-mgmt_backend/node_modules/async/dist/async.js diff --git a/panel-mgmt/backend/node_modules/async/dist/async.min.js b/panel-mgmt_backend/node_modules/async/dist/async.min.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/dist/async.min.js rename to panel-mgmt_backend/node_modules/async/dist/async.min.js diff --git a/panel-mgmt/backend/node_modules/async/dist/async.mjs b/panel-mgmt_backend/node_modules/async/dist/async.mjs similarity index 100% rename from panel-mgmt/backend/node_modules/async/dist/async.mjs rename to panel-mgmt_backend/node_modules/async/dist/async.mjs diff --git a/panel-mgmt/backend/node_modules/async/doDuring.js b/panel-mgmt_backend/node_modules/async/doDuring.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/doDuring.js rename to panel-mgmt_backend/node_modules/async/doDuring.js diff --git a/panel-mgmt/backend/node_modules/async/doUntil.js b/panel-mgmt_backend/node_modules/async/doUntil.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/doUntil.js rename to panel-mgmt_backend/node_modules/async/doUntil.js diff --git a/panel-mgmt/backend/node_modules/async/doWhilst.js b/panel-mgmt_backend/node_modules/async/doWhilst.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/doWhilst.js rename to panel-mgmt_backend/node_modules/async/doWhilst.js diff --git a/panel-mgmt/backend/node_modules/async/during.js b/panel-mgmt_backend/node_modules/async/during.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/during.js rename to panel-mgmt_backend/node_modules/async/during.js diff --git a/panel-mgmt/backend/node_modules/async/each.js b/panel-mgmt_backend/node_modules/async/each.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/each.js rename to panel-mgmt_backend/node_modules/async/each.js diff --git a/panel-mgmt/backend/node_modules/async/eachLimit.js b/panel-mgmt_backend/node_modules/async/eachLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/eachLimit.js rename to panel-mgmt_backend/node_modules/async/eachLimit.js diff --git a/panel-mgmt/backend/node_modules/async/eachOf.js b/panel-mgmt_backend/node_modules/async/eachOf.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/eachOf.js rename to panel-mgmt_backend/node_modules/async/eachOf.js diff --git a/panel-mgmt/backend/node_modules/async/eachOfLimit.js b/panel-mgmt_backend/node_modules/async/eachOfLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/eachOfLimit.js rename to panel-mgmt_backend/node_modules/async/eachOfLimit.js diff --git a/panel-mgmt/backend/node_modules/async/eachOfSeries.js b/panel-mgmt_backend/node_modules/async/eachOfSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/eachOfSeries.js rename to panel-mgmt_backend/node_modules/async/eachOfSeries.js diff --git a/panel-mgmt/backend/node_modules/async/eachSeries.js b/panel-mgmt_backend/node_modules/async/eachSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/eachSeries.js rename to panel-mgmt_backend/node_modules/async/eachSeries.js diff --git a/panel-mgmt/backend/node_modules/async/ensureAsync.js b/panel-mgmt_backend/node_modules/async/ensureAsync.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/ensureAsync.js rename to panel-mgmt_backend/node_modules/async/ensureAsync.js diff --git a/panel-mgmt/backend/node_modules/async/every.js b/panel-mgmt_backend/node_modules/async/every.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/every.js rename to panel-mgmt_backend/node_modules/async/every.js diff --git a/panel-mgmt/backend/node_modules/async/everyLimit.js b/panel-mgmt_backend/node_modules/async/everyLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/everyLimit.js rename to panel-mgmt_backend/node_modules/async/everyLimit.js diff --git a/panel-mgmt/backend/node_modules/async/everySeries.js b/panel-mgmt_backend/node_modules/async/everySeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/everySeries.js rename to panel-mgmt_backend/node_modules/async/everySeries.js diff --git a/panel-mgmt/backend/node_modules/async/filter.js b/panel-mgmt_backend/node_modules/async/filter.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/filter.js rename to panel-mgmt_backend/node_modules/async/filter.js diff --git a/panel-mgmt/backend/node_modules/async/filterLimit.js b/panel-mgmt_backend/node_modules/async/filterLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/filterLimit.js rename to panel-mgmt_backend/node_modules/async/filterLimit.js diff --git a/panel-mgmt/backend/node_modules/async/filterSeries.js b/panel-mgmt_backend/node_modules/async/filterSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/filterSeries.js rename to panel-mgmt_backend/node_modules/async/filterSeries.js diff --git a/panel-mgmt/backend/node_modules/async/find.js b/panel-mgmt_backend/node_modules/async/find.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/find.js rename to panel-mgmt_backend/node_modules/async/find.js diff --git a/panel-mgmt/backend/node_modules/async/findLimit.js b/panel-mgmt_backend/node_modules/async/findLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/findLimit.js rename to panel-mgmt_backend/node_modules/async/findLimit.js diff --git a/panel-mgmt/backend/node_modules/async/findSeries.js b/panel-mgmt_backend/node_modules/async/findSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/findSeries.js rename to panel-mgmt_backend/node_modules/async/findSeries.js diff --git a/panel-mgmt/backend/node_modules/async/flatMap.js b/panel-mgmt_backend/node_modules/async/flatMap.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/flatMap.js rename to panel-mgmt_backend/node_modules/async/flatMap.js diff --git a/panel-mgmt/backend/node_modules/async/flatMapLimit.js b/panel-mgmt_backend/node_modules/async/flatMapLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/flatMapLimit.js rename to panel-mgmt_backend/node_modules/async/flatMapLimit.js diff --git a/panel-mgmt/backend/node_modules/async/flatMapSeries.js b/panel-mgmt_backend/node_modules/async/flatMapSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/flatMapSeries.js rename to panel-mgmt_backend/node_modules/async/flatMapSeries.js diff --git a/panel-mgmt/backend/node_modules/async/foldl.js b/panel-mgmt_backend/node_modules/async/foldl.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/foldl.js rename to panel-mgmt_backend/node_modules/async/foldl.js diff --git a/panel-mgmt/backend/node_modules/async/foldr.js b/panel-mgmt_backend/node_modules/async/foldr.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/foldr.js rename to panel-mgmt_backend/node_modules/async/foldr.js diff --git a/panel-mgmt/backend/node_modules/async/forEach.js b/panel-mgmt_backend/node_modules/async/forEach.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/forEach.js rename to panel-mgmt_backend/node_modules/async/forEach.js diff --git a/panel-mgmt/backend/node_modules/async/forEachLimit.js b/panel-mgmt_backend/node_modules/async/forEachLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/forEachLimit.js rename to panel-mgmt_backend/node_modules/async/forEachLimit.js diff --git a/panel-mgmt/backend/node_modules/async/forEachOf.js b/panel-mgmt_backend/node_modules/async/forEachOf.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/forEachOf.js rename to panel-mgmt_backend/node_modules/async/forEachOf.js diff --git a/panel-mgmt/backend/node_modules/async/forEachOfLimit.js b/panel-mgmt_backend/node_modules/async/forEachOfLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/forEachOfLimit.js rename to panel-mgmt_backend/node_modules/async/forEachOfLimit.js diff --git a/panel-mgmt/backend/node_modules/async/forEachOfSeries.js b/panel-mgmt_backend/node_modules/async/forEachOfSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/forEachOfSeries.js rename to panel-mgmt_backend/node_modules/async/forEachOfSeries.js diff --git a/panel-mgmt/backend/node_modules/async/forEachSeries.js b/panel-mgmt_backend/node_modules/async/forEachSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/forEachSeries.js rename to panel-mgmt_backend/node_modules/async/forEachSeries.js diff --git a/panel-mgmt/backend/node_modules/async/forever.js b/panel-mgmt_backend/node_modules/async/forever.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/forever.js rename to panel-mgmt_backend/node_modules/async/forever.js diff --git a/panel-mgmt/backend/node_modules/async/groupBy.js b/panel-mgmt_backend/node_modules/async/groupBy.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/groupBy.js rename to panel-mgmt_backend/node_modules/async/groupBy.js diff --git a/panel-mgmt/backend/node_modules/async/groupByLimit.js b/panel-mgmt_backend/node_modules/async/groupByLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/groupByLimit.js rename to panel-mgmt_backend/node_modules/async/groupByLimit.js diff --git a/panel-mgmt/backend/node_modules/async/groupBySeries.js b/panel-mgmt_backend/node_modules/async/groupBySeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/groupBySeries.js rename to panel-mgmt_backend/node_modules/async/groupBySeries.js diff --git a/panel-mgmt/backend/node_modules/async/index.js b/panel-mgmt_backend/node_modules/async/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/index.js rename to panel-mgmt_backend/node_modules/async/index.js diff --git a/panel-mgmt/backend/node_modules/async/inject.js b/panel-mgmt_backend/node_modules/async/inject.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/inject.js rename to panel-mgmt_backend/node_modules/async/inject.js diff --git a/panel-mgmt/backend/node_modules/async/internal/DoublyLinkedList.js b/panel-mgmt_backend/node_modules/async/internal/DoublyLinkedList.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/DoublyLinkedList.js rename to panel-mgmt_backend/node_modules/async/internal/DoublyLinkedList.js diff --git a/panel-mgmt/backend/node_modules/async/internal/Heap.js b/panel-mgmt_backend/node_modules/async/internal/Heap.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/Heap.js rename to panel-mgmt_backend/node_modules/async/internal/Heap.js diff --git a/panel-mgmt/backend/node_modules/async/internal/applyEach.js b/panel-mgmt_backend/node_modules/async/internal/applyEach.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/applyEach.js rename to panel-mgmt_backend/node_modules/async/internal/applyEach.js diff --git a/panel-mgmt/backend/node_modules/async/internal/asyncEachOfLimit.js b/panel-mgmt_backend/node_modules/async/internal/asyncEachOfLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/asyncEachOfLimit.js rename to panel-mgmt_backend/node_modules/async/internal/asyncEachOfLimit.js diff --git a/panel-mgmt/backend/node_modules/async/internal/awaitify.js b/panel-mgmt_backend/node_modules/async/internal/awaitify.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/awaitify.js rename to panel-mgmt_backend/node_modules/async/internal/awaitify.js diff --git a/panel-mgmt/backend/node_modules/async/internal/breakLoop.js b/panel-mgmt_backend/node_modules/async/internal/breakLoop.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/breakLoop.js rename to panel-mgmt_backend/node_modules/async/internal/breakLoop.js diff --git a/panel-mgmt/backend/node_modules/async/internal/consoleFunc.js b/panel-mgmt_backend/node_modules/async/internal/consoleFunc.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/consoleFunc.js rename to panel-mgmt_backend/node_modules/async/internal/consoleFunc.js diff --git a/panel-mgmt/backend/node_modules/async/internal/createTester.js b/panel-mgmt_backend/node_modules/async/internal/createTester.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/createTester.js rename to panel-mgmt_backend/node_modules/async/internal/createTester.js diff --git a/panel-mgmt/backend/node_modules/async/internal/eachOfLimit.js b/panel-mgmt_backend/node_modules/async/internal/eachOfLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/eachOfLimit.js rename to panel-mgmt_backend/node_modules/async/internal/eachOfLimit.js diff --git a/panel-mgmt/backend/node_modules/async/internal/filter.js b/panel-mgmt_backend/node_modules/async/internal/filter.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/filter.js rename to panel-mgmt_backend/node_modules/async/internal/filter.js diff --git a/panel-mgmt/backend/node_modules/async/internal/getIterator.js b/panel-mgmt_backend/node_modules/async/internal/getIterator.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/getIterator.js rename to panel-mgmt_backend/node_modules/async/internal/getIterator.js diff --git a/panel-mgmt/backend/node_modules/async/internal/initialParams.js b/panel-mgmt_backend/node_modules/async/internal/initialParams.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/initialParams.js rename to panel-mgmt_backend/node_modules/async/internal/initialParams.js diff --git a/panel-mgmt/backend/node_modules/async/internal/isArrayLike.js b/panel-mgmt_backend/node_modules/async/internal/isArrayLike.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/isArrayLike.js rename to panel-mgmt_backend/node_modules/async/internal/isArrayLike.js diff --git a/panel-mgmt/backend/node_modules/async/internal/iterator.js b/panel-mgmt_backend/node_modules/async/internal/iterator.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/iterator.js rename to panel-mgmt_backend/node_modules/async/internal/iterator.js diff --git a/panel-mgmt/backend/node_modules/async/internal/map.js b/panel-mgmt_backend/node_modules/async/internal/map.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/map.js rename to panel-mgmt_backend/node_modules/async/internal/map.js diff --git a/panel-mgmt/backend/node_modules/async/internal/once.js b/panel-mgmt_backend/node_modules/async/internal/once.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/once.js rename to panel-mgmt_backend/node_modules/async/internal/once.js diff --git a/panel-mgmt/backend/node_modules/async/internal/onlyOnce.js b/panel-mgmt_backend/node_modules/async/internal/onlyOnce.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/onlyOnce.js rename to panel-mgmt_backend/node_modules/async/internal/onlyOnce.js diff --git a/panel-mgmt/backend/node_modules/async/internal/parallel.js b/panel-mgmt_backend/node_modules/async/internal/parallel.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/parallel.js rename to panel-mgmt_backend/node_modules/async/internal/parallel.js diff --git a/panel-mgmt/backend/node_modules/async/internal/promiseCallback.js b/panel-mgmt_backend/node_modules/async/internal/promiseCallback.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/promiseCallback.js rename to panel-mgmt_backend/node_modules/async/internal/promiseCallback.js diff --git a/panel-mgmt/backend/node_modules/async/internal/queue.js b/panel-mgmt_backend/node_modules/async/internal/queue.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/queue.js rename to panel-mgmt_backend/node_modules/async/internal/queue.js diff --git a/panel-mgmt/backend/node_modules/async/internal/range.js b/panel-mgmt_backend/node_modules/async/internal/range.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/range.js rename to panel-mgmt_backend/node_modules/async/internal/range.js diff --git a/panel-mgmt/backend/node_modules/async/internal/reject.js b/panel-mgmt_backend/node_modules/async/internal/reject.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/reject.js rename to panel-mgmt_backend/node_modules/async/internal/reject.js diff --git a/panel-mgmt/backend/node_modules/async/internal/setImmediate.js b/panel-mgmt_backend/node_modules/async/internal/setImmediate.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/setImmediate.js rename to panel-mgmt_backend/node_modules/async/internal/setImmediate.js diff --git a/panel-mgmt/backend/node_modules/async/internal/withoutIndex.js b/panel-mgmt_backend/node_modules/async/internal/withoutIndex.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/withoutIndex.js rename to panel-mgmt_backend/node_modules/async/internal/withoutIndex.js diff --git a/panel-mgmt/backend/node_modules/async/internal/wrapAsync.js b/panel-mgmt_backend/node_modules/async/internal/wrapAsync.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/internal/wrapAsync.js rename to panel-mgmt_backend/node_modules/async/internal/wrapAsync.js diff --git a/panel-mgmt/backend/node_modules/async/log.js b/panel-mgmt_backend/node_modules/async/log.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/log.js rename to panel-mgmt_backend/node_modules/async/log.js diff --git a/panel-mgmt/backend/node_modules/async/map.js b/panel-mgmt_backend/node_modules/async/map.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/map.js rename to panel-mgmt_backend/node_modules/async/map.js diff --git a/panel-mgmt/backend/node_modules/async/mapLimit.js b/panel-mgmt_backend/node_modules/async/mapLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/mapLimit.js rename to panel-mgmt_backend/node_modules/async/mapLimit.js diff --git a/panel-mgmt/backend/node_modules/async/mapSeries.js b/panel-mgmt_backend/node_modules/async/mapSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/mapSeries.js rename to panel-mgmt_backend/node_modules/async/mapSeries.js diff --git a/panel-mgmt/backend/node_modules/async/mapValues.js b/panel-mgmt_backend/node_modules/async/mapValues.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/mapValues.js rename to panel-mgmt_backend/node_modules/async/mapValues.js diff --git a/panel-mgmt/backend/node_modules/async/mapValuesLimit.js b/panel-mgmt_backend/node_modules/async/mapValuesLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/mapValuesLimit.js rename to panel-mgmt_backend/node_modules/async/mapValuesLimit.js diff --git a/panel-mgmt/backend/node_modules/async/mapValuesSeries.js b/panel-mgmt_backend/node_modules/async/mapValuesSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/mapValuesSeries.js rename to panel-mgmt_backend/node_modules/async/mapValuesSeries.js diff --git a/panel-mgmt/backend/node_modules/async/memoize.js b/panel-mgmt_backend/node_modules/async/memoize.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/memoize.js rename to panel-mgmt_backend/node_modules/async/memoize.js diff --git a/panel-mgmt/backend/node_modules/async/nextTick.js b/panel-mgmt_backend/node_modules/async/nextTick.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/nextTick.js rename to panel-mgmt_backend/node_modules/async/nextTick.js diff --git a/panel-mgmt/backend/node_modules/async/package.json b/panel-mgmt_backend/node_modules/async/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/async/package.json rename to panel-mgmt_backend/node_modules/async/package.json diff --git a/panel-mgmt/backend/node_modules/async/parallel.js b/panel-mgmt_backend/node_modules/async/parallel.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/parallel.js rename to panel-mgmt_backend/node_modules/async/parallel.js diff --git a/panel-mgmt/backend/node_modules/async/parallelLimit.js b/panel-mgmt_backend/node_modules/async/parallelLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/parallelLimit.js rename to panel-mgmt_backend/node_modules/async/parallelLimit.js diff --git a/panel-mgmt/backend/node_modules/async/priorityQueue.js b/panel-mgmt_backend/node_modules/async/priorityQueue.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/priorityQueue.js rename to panel-mgmt_backend/node_modules/async/priorityQueue.js diff --git a/panel-mgmt/backend/node_modules/async/queue.js b/panel-mgmt_backend/node_modules/async/queue.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/queue.js rename to panel-mgmt_backend/node_modules/async/queue.js diff --git a/panel-mgmt/backend/node_modules/async/race.js b/panel-mgmt_backend/node_modules/async/race.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/race.js rename to panel-mgmt_backend/node_modules/async/race.js diff --git a/panel-mgmt/backend/node_modules/async/reduce.js b/panel-mgmt_backend/node_modules/async/reduce.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/reduce.js rename to panel-mgmt_backend/node_modules/async/reduce.js diff --git a/panel-mgmt/backend/node_modules/async/reduceRight.js b/panel-mgmt_backend/node_modules/async/reduceRight.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/reduceRight.js rename to panel-mgmt_backend/node_modules/async/reduceRight.js diff --git a/panel-mgmt/backend/node_modules/async/reflect.js b/panel-mgmt_backend/node_modules/async/reflect.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/reflect.js rename to panel-mgmt_backend/node_modules/async/reflect.js diff --git a/panel-mgmt/backend/node_modules/async/reflectAll.js b/panel-mgmt_backend/node_modules/async/reflectAll.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/reflectAll.js rename to panel-mgmt_backend/node_modules/async/reflectAll.js diff --git a/panel-mgmt/backend/node_modules/async/reject.js b/panel-mgmt_backend/node_modules/async/reject.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/reject.js rename to panel-mgmt_backend/node_modules/async/reject.js diff --git a/panel-mgmt/backend/node_modules/async/rejectLimit.js b/panel-mgmt_backend/node_modules/async/rejectLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/rejectLimit.js rename to panel-mgmt_backend/node_modules/async/rejectLimit.js diff --git a/panel-mgmt/backend/node_modules/async/rejectSeries.js b/panel-mgmt_backend/node_modules/async/rejectSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/rejectSeries.js rename to panel-mgmt_backend/node_modules/async/rejectSeries.js diff --git a/panel-mgmt/backend/node_modules/async/retry.js b/panel-mgmt_backend/node_modules/async/retry.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/retry.js rename to panel-mgmt_backend/node_modules/async/retry.js diff --git a/panel-mgmt/backend/node_modules/async/retryable.js b/panel-mgmt_backend/node_modules/async/retryable.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/retryable.js rename to panel-mgmt_backend/node_modules/async/retryable.js diff --git a/panel-mgmt/backend/node_modules/async/select.js b/panel-mgmt_backend/node_modules/async/select.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/select.js rename to panel-mgmt_backend/node_modules/async/select.js diff --git a/panel-mgmt/backend/node_modules/async/selectLimit.js b/panel-mgmt_backend/node_modules/async/selectLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/selectLimit.js rename to panel-mgmt_backend/node_modules/async/selectLimit.js diff --git a/panel-mgmt/backend/node_modules/async/selectSeries.js b/panel-mgmt_backend/node_modules/async/selectSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/selectSeries.js rename to panel-mgmt_backend/node_modules/async/selectSeries.js diff --git a/panel-mgmt/backend/node_modules/async/seq.js b/panel-mgmt_backend/node_modules/async/seq.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/seq.js rename to panel-mgmt_backend/node_modules/async/seq.js diff --git a/panel-mgmt/backend/node_modules/async/series.js b/panel-mgmt_backend/node_modules/async/series.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/series.js rename to panel-mgmt_backend/node_modules/async/series.js diff --git a/panel-mgmt/backend/node_modules/async/setImmediate.js b/panel-mgmt_backend/node_modules/async/setImmediate.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/setImmediate.js rename to panel-mgmt_backend/node_modules/async/setImmediate.js diff --git a/panel-mgmt/backend/node_modules/async/some.js b/panel-mgmt_backend/node_modules/async/some.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/some.js rename to panel-mgmt_backend/node_modules/async/some.js diff --git a/panel-mgmt/backend/node_modules/async/someLimit.js b/panel-mgmt_backend/node_modules/async/someLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/someLimit.js rename to panel-mgmt_backend/node_modules/async/someLimit.js diff --git a/panel-mgmt/backend/node_modules/async/someSeries.js b/panel-mgmt_backend/node_modules/async/someSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/someSeries.js rename to panel-mgmt_backend/node_modules/async/someSeries.js diff --git a/panel-mgmt/backend/node_modules/async/sortBy.js b/panel-mgmt_backend/node_modules/async/sortBy.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/sortBy.js rename to panel-mgmt_backend/node_modules/async/sortBy.js diff --git a/panel-mgmt/backend/node_modules/async/timeout.js b/panel-mgmt_backend/node_modules/async/timeout.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/timeout.js rename to panel-mgmt_backend/node_modules/async/timeout.js diff --git a/panel-mgmt/backend/node_modules/async/times.js b/panel-mgmt_backend/node_modules/async/times.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/times.js rename to panel-mgmt_backend/node_modules/async/times.js diff --git a/panel-mgmt/backend/node_modules/async/timesLimit.js b/panel-mgmt_backend/node_modules/async/timesLimit.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/timesLimit.js rename to panel-mgmt_backend/node_modules/async/timesLimit.js diff --git a/panel-mgmt/backend/node_modules/async/timesSeries.js b/panel-mgmt_backend/node_modules/async/timesSeries.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/timesSeries.js rename to panel-mgmt_backend/node_modules/async/timesSeries.js diff --git a/panel-mgmt/backend/node_modules/async/transform.js b/panel-mgmt_backend/node_modules/async/transform.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/transform.js rename to panel-mgmt_backend/node_modules/async/transform.js diff --git a/panel-mgmt/backend/node_modules/async/tryEach.js b/panel-mgmt_backend/node_modules/async/tryEach.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/tryEach.js rename to panel-mgmt_backend/node_modules/async/tryEach.js diff --git a/panel-mgmt/backend/node_modules/async/unmemoize.js b/panel-mgmt_backend/node_modules/async/unmemoize.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/unmemoize.js rename to panel-mgmt_backend/node_modules/async/unmemoize.js diff --git a/panel-mgmt/backend/node_modules/async/until.js b/panel-mgmt_backend/node_modules/async/until.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/until.js rename to panel-mgmt_backend/node_modules/async/until.js diff --git a/panel-mgmt/backend/node_modules/async/waterfall.js b/panel-mgmt_backend/node_modules/async/waterfall.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/waterfall.js rename to panel-mgmt_backend/node_modules/async/waterfall.js diff --git a/panel-mgmt/backend/node_modules/async/whilst.js b/panel-mgmt_backend/node_modules/async/whilst.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/whilst.js rename to panel-mgmt_backend/node_modules/async/whilst.js diff --git a/panel-mgmt/backend/node_modules/async/wrapSync.js b/panel-mgmt_backend/node_modules/async/wrapSync.js similarity index 100% rename from panel-mgmt/backend/node_modules/async/wrapSync.js rename to panel-mgmt_backend/node_modules/async/wrapSync.js diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/LICENSE b/panel-mgmt_backend/node_modules/aws-ssl-profiles/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/LICENSE rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/LICENSE diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/README.md b/panel-mgmt_backend/node_modules/aws-ssl-profiles/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/README.md rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/README.md diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts b/panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js b/panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.d.ts b/panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.d.ts rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/index.d.ts diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.js b/panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.js rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/index.js diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts b/panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js b/panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts b/panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js b/panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js diff --git a/panel-mgmt/backend/node_modules/aws-ssl-profiles/package.json b/panel-mgmt_backend/node_modules/aws-ssl-profiles/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/aws-ssl-profiles/package.json rename to panel-mgmt_backend/node_modules/aws-ssl-profiles/package.json diff --git a/panel-mgmt/backend/node_modules/balanced-match/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/balanced-match/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/balanced-match/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/balanced-match/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/balanced-match/LICENSE.md b/panel-mgmt_backend/node_modules/balanced-match/LICENSE.md similarity index 100% rename from panel-mgmt/backend/node_modules/balanced-match/LICENSE.md rename to panel-mgmt_backend/node_modules/balanced-match/LICENSE.md diff --git a/panel-mgmt/backend/node_modules/balanced-match/README.md b/panel-mgmt_backend/node_modules/balanced-match/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/balanced-match/README.md rename to panel-mgmt_backend/node_modules/balanced-match/README.md diff --git a/panel-mgmt/backend/node_modules/balanced-match/index.js b/panel-mgmt_backend/node_modules/balanced-match/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/balanced-match/index.js rename to panel-mgmt_backend/node_modules/balanced-match/index.js diff --git a/panel-mgmt/backend/node_modules/balanced-match/package.json b/panel-mgmt_backend/node_modules/balanced-match/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/balanced-match/package.json rename to panel-mgmt_backend/node_modules/balanced-match/package.json diff --git a/panel-mgmt/backend/node_modules/body-parser/HISTORY.md b/panel-mgmt_backend/node_modules/body-parser/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/HISTORY.md rename to panel-mgmt_backend/node_modules/body-parser/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/body-parser/LICENSE b/panel-mgmt_backend/node_modules/body-parser/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/LICENSE rename to panel-mgmt_backend/node_modules/body-parser/LICENSE diff --git a/panel-mgmt/backend/node_modules/body-parser/README.md b/panel-mgmt_backend/node_modules/body-parser/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/README.md rename to panel-mgmt_backend/node_modules/body-parser/README.md diff --git a/panel-mgmt/backend/node_modules/body-parser/index.js b/panel-mgmt_backend/node_modules/body-parser/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/index.js rename to panel-mgmt_backend/node_modules/body-parser/index.js diff --git a/panel-mgmt/backend/node_modules/body-parser/lib/read.js b/panel-mgmt_backend/node_modules/body-parser/lib/read.js similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/lib/read.js rename to panel-mgmt_backend/node_modules/body-parser/lib/read.js diff --git a/panel-mgmt/backend/node_modules/body-parser/lib/types/json.js b/panel-mgmt_backend/node_modules/body-parser/lib/types/json.js similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/lib/types/json.js rename to panel-mgmt_backend/node_modules/body-parser/lib/types/json.js diff --git a/panel-mgmt/backend/node_modules/body-parser/lib/types/raw.js b/panel-mgmt_backend/node_modules/body-parser/lib/types/raw.js similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/lib/types/raw.js rename to panel-mgmt_backend/node_modules/body-parser/lib/types/raw.js diff --git a/panel-mgmt/backend/node_modules/body-parser/lib/types/text.js b/panel-mgmt_backend/node_modules/body-parser/lib/types/text.js similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/lib/types/text.js rename to panel-mgmt_backend/node_modules/body-parser/lib/types/text.js diff --git a/panel-mgmt/backend/node_modules/body-parser/lib/types/urlencoded.js b/panel-mgmt_backend/node_modules/body-parser/lib/types/urlencoded.js similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/lib/types/urlencoded.js rename to panel-mgmt_backend/node_modules/body-parser/lib/types/urlencoded.js diff --git a/panel-mgmt/backend/node_modules/body-parser/lib/utils.js b/panel-mgmt_backend/node_modules/body-parser/lib/utils.js similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/lib/utils.js rename to panel-mgmt_backend/node_modules/body-parser/lib/utils.js diff --git a/panel-mgmt/backend/node_modules/body-parser/package.json b/panel-mgmt_backend/node_modules/body-parser/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/body-parser/package.json rename to panel-mgmt_backend/node_modules/body-parser/package.json diff --git a/panel-mgmt/backend/node_modules/brace-expansion/LICENSE b/panel-mgmt_backend/node_modules/brace-expansion/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/brace-expansion/LICENSE rename to panel-mgmt_backend/node_modules/brace-expansion/LICENSE diff --git a/panel-mgmt/backend/node_modules/brace-expansion/README.md b/panel-mgmt_backend/node_modules/brace-expansion/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/brace-expansion/README.md rename to panel-mgmt_backend/node_modules/brace-expansion/README.md diff --git a/panel-mgmt/backend/node_modules/brace-expansion/index.js b/panel-mgmt_backend/node_modules/brace-expansion/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/brace-expansion/index.js rename to panel-mgmt_backend/node_modules/brace-expansion/index.js diff --git a/panel-mgmt/backend/node_modules/brace-expansion/package.json b/panel-mgmt_backend/node_modules/brace-expansion/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/brace-expansion/package.json rename to panel-mgmt_backend/node_modules/brace-expansion/package.json diff --git a/panel-mgmt/backend/node_modules/bytes/History.md b/panel-mgmt_backend/node_modules/bytes/History.md similarity index 100% rename from panel-mgmt/backend/node_modules/bytes/History.md rename to panel-mgmt_backend/node_modules/bytes/History.md diff --git a/panel-mgmt/backend/node_modules/bytes/LICENSE b/panel-mgmt_backend/node_modules/bytes/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/bytes/LICENSE rename to panel-mgmt_backend/node_modules/bytes/LICENSE diff --git a/panel-mgmt/backend/node_modules/bytes/Readme.md b/panel-mgmt_backend/node_modules/bytes/Readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/bytes/Readme.md rename to panel-mgmt_backend/node_modules/bytes/Readme.md diff --git a/panel-mgmt/backend/node_modules/bytes/index.js b/panel-mgmt_backend/node_modules/bytes/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/bytes/index.js rename to panel-mgmt_backend/node_modules/bytes/index.js diff --git a/panel-mgmt/backend/node_modules/bytes/package.json b/panel-mgmt_backend/node_modules/bytes/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/bytes/package.json rename to panel-mgmt_backend/node_modules/bytes/package.json diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/.eslintrc b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/.eslintrc rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/.eslintrc diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/.nycrc b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/.nycrc rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/.nycrc diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/LICENSE b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/LICENSE rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/LICENSE diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/README.md b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/README.md rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/README.md diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/actualApply.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/actualApply.d.ts diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.js b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/actualApply.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.js rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/actualApply.js diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/applyBind.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/applyBind.d.ts diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.js b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/applyBind.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.js rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/applyBind.js diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/functionApply.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/functionApply.d.ts diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.js b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/functionApply.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.js rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/functionApply.js diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/functionCall.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/functionCall.d.ts diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.js b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/functionCall.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.js rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/functionCall.js diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/index.d.ts b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/index.d.ts rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/index.d.ts diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/index.js b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/index.js rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/index.js diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/package.json b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/package.json rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/package.json diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.js b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/reflectApply.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.js rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/reflectApply.js diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/test/index.js b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/test/index.js rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/test/index.js diff --git a/panel-mgmt/backend/node_modules/call-bind-apply-helpers/tsconfig.json b/panel-mgmt_backend/node_modules/call-bind-apply-helpers/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/call-bind-apply-helpers/tsconfig.json rename to panel-mgmt_backend/node_modules/call-bind-apply-helpers/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/call-bound/.eslintrc b/panel-mgmt_backend/node_modules/call-bound/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/.eslintrc rename to panel-mgmt_backend/node_modules/call-bound/.eslintrc diff --git a/panel-mgmt/backend/node_modules/call-bound/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/call-bound/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/call-bound/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/call-bound/.nycrc b/panel-mgmt_backend/node_modules/call-bound/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/.nycrc rename to panel-mgmt_backend/node_modules/call-bound/.nycrc diff --git a/panel-mgmt/backend/node_modules/call-bound/CHANGELOG.md b/panel-mgmt_backend/node_modules/call-bound/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/CHANGELOG.md rename to panel-mgmt_backend/node_modules/call-bound/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/call-bound/LICENSE b/panel-mgmt_backend/node_modules/call-bound/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/LICENSE rename to panel-mgmt_backend/node_modules/call-bound/LICENSE diff --git a/panel-mgmt/backend/node_modules/call-bound/README.md b/panel-mgmt_backend/node_modules/call-bound/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/README.md rename to panel-mgmt_backend/node_modules/call-bound/README.md diff --git a/panel-mgmt/backend/node_modules/call-bound/index.d.ts b/panel-mgmt_backend/node_modules/call-bound/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/index.d.ts rename to panel-mgmt_backend/node_modules/call-bound/index.d.ts diff --git a/panel-mgmt/backend/node_modules/call-bound/index.js b/panel-mgmt_backend/node_modules/call-bound/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/index.js rename to panel-mgmt_backend/node_modules/call-bound/index.js diff --git a/panel-mgmt/backend/node_modules/call-bound/package.json b/panel-mgmt_backend/node_modules/call-bound/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/package.json rename to panel-mgmt_backend/node_modules/call-bound/package.json diff --git a/panel-mgmt/backend/node_modules/call-bound/test/index.js b/panel-mgmt_backend/node_modules/call-bound/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/test/index.js rename to panel-mgmt_backend/node_modules/call-bound/test/index.js diff --git a/panel-mgmt/backend/node_modules/call-bound/tsconfig.json b/panel-mgmt_backend/node_modules/call-bound/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/call-bound/tsconfig.json rename to panel-mgmt_backend/node_modules/call-bound/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/chalk/index.d.ts b/panel-mgmt_backend/node_modules/chalk/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/chalk/index.d.ts rename to panel-mgmt_backend/node_modules/chalk/index.d.ts diff --git a/panel-mgmt/backend/node_modules/chalk/license b/panel-mgmt_backend/node_modules/chalk/license similarity index 100% rename from panel-mgmt/backend/node_modules/chalk/license rename to panel-mgmt_backend/node_modules/chalk/license diff --git a/panel-mgmt/backend/node_modules/chalk/package.json b/panel-mgmt_backend/node_modules/chalk/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/chalk/package.json rename to panel-mgmt_backend/node_modules/chalk/package.json diff --git a/panel-mgmt/backend/node_modules/chalk/readme.md b/panel-mgmt_backend/node_modules/chalk/readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/chalk/readme.md rename to panel-mgmt_backend/node_modules/chalk/readme.md diff --git a/panel-mgmt/backend/node_modules/chalk/source/index.js b/panel-mgmt_backend/node_modules/chalk/source/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/chalk/source/index.js rename to panel-mgmt_backend/node_modules/chalk/source/index.js diff --git a/panel-mgmt/backend/node_modules/chalk/source/templates.js b/panel-mgmt_backend/node_modules/chalk/source/templates.js similarity index 100% rename from panel-mgmt/backend/node_modules/chalk/source/templates.js rename to panel-mgmt_backend/node_modules/chalk/source/templates.js diff --git a/panel-mgmt/backend/node_modules/chalk/source/util.js b/panel-mgmt_backend/node_modules/chalk/source/util.js similarity index 100% rename from panel-mgmt/backend/node_modules/chalk/source/util.js rename to panel-mgmt_backend/node_modules/chalk/source/util.js diff --git a/panel-mgmt/backend/node_modules/color-convert/CHANGELOG.md b/panel-mgmt_backend/node_modules/color-convert/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/color-convert/CHANGELOG.md rename to panel-mgmt_backend/node_modules/color-convert/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/color-convert/LICENSE b/panel-mgmt_backend/node_modules/color-convert/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/color-convert/LICENSE rename to panel-mgmt_backend/node_modules/color-convert/LICENSE diff --git a/panel-mgmt/backend/node_modules/color-convert/README.md b/panel-mgmt_backend/node_modules/color-convert/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/color-convert/README.md rename to panel-mgmt_backend/node_modules/color-convert/README.md diff --git a/panel-mgmt/backend/node_modules/color-convert/conversions.js b/panel-mgmt_backend/node_modules/color-convert/conversions.js similarity index 100% rename from panel-mgmt/backend/node_modules/color-convert/conversions.js rename to panel-mgmt_backend/node_modules/color-convert/conversions.js diff --git a/panel-mgmt/backend/node_modules/color-convert/index.js b/panel-mgmt_backend/node_modules/color-convert/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/color-convert/index.js rename to panel-mgmt_backend/node_modules/color-convert/index.js diff --git a/panel-mgmt/backend/node_modules/color-convert/package.json b/panel-mgmt_backend/node_modules/color-convert/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/color-convert/package.json rename to panel-mgmt_backend/node_modules/color-convert/package.json diff --git a/panel-mgmt/backend/node_modules/color-convert/route.js b/panel-mgmt_backend/node_modules/color-convert/route.js similarity index 100% rename from panel-mgmt/backend/node_modules/color-convert/route.js rename to panel-mgmt_backend/node_modules/color-convert/route.js diff --git a/panel-mgmt/backend/node_modules/color-name/LICENSE b/panel-mgmt_backend/node_modules/color-name/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/color-name/LICENSE rename to panel-mgmt_backend/node_modules/color-name/LICENSE diff --git a/panel-mgmt/backend/node_modules/color-name/README.md b/panel-mgmt_backend/node_modules/color-name/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/color-name/README.md rename to panel-mgmt_backend/node_modules/color-name/README.md diff --git a/panel-mgmt/backend/node_modules/color-name/index.js b/panel-mgmt_backend/node_modules/color-name/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/color-name/index.js rename to panel-mgmt_backend/node_modules/color-name/index.js diff --git a/panel-mgmt/backend/node_modules/color-name/package.json b/panel-mgmt_backend/node_modules/color-name/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/color-name/package.json rename to panel-mgmt_backend/node_modules/color-name/package.json diff --git a/panel-mgmt/backend/node_modules/concat-map/.travis.yml b/panel-mgmt_backend/node_modules/concat-map/.travis.yml similarity index 100% rename from panel-mgmt/backend/node_modules/concat-map/.travis.yml rename to panel-mgmt_backend/node_modules/concat-map/.travis.yml diff --git a/panel-mgmt/backend/node_modules/concat-map/LICENSE b/panel-mgmt_backend/node_modules/concat-map/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/concat-map/LICENSE rename to panel-mgmt_backend/node_modules/concat-map/LICENSE diff --git a/panel-mgmt/backend/node_modules/concat-map/README.markdown b/panel-mgmt_backend/node_modules/concat-map/README.markdown similarity index 100% rename from panel-mgmt/backend/node_modules/concat-map/README.markdown rename to panel-mgmt_backend/node_modules/concat-map/README.markdown diff --git a/panel-mgmt/backend/node_modules/concat-map/example/map.js b/panel-mgmt_backend/node_modules/concat-map/example/map.js similarity index 100% rename from panel-mgmt/backend/node_modules/concat-map/example/map.js rename to panel-mgmt_backend/node_modules/concat-map/example/map.js diff --git a/panel-mgmt/backend/node_modules/concat-map/index.js b/panel-mgmt_backend/node_modules/concat-map/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/concat-map/index.js rename to panel-mgmt_backend/node_modules/concat-map/index.js diff --git a/panel-mgmt/backend/node_modules/concat-map/package.json b/panel-mgmt_backend/node_modules/concat-map/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/concat-map/package.json rename to panel-mgmt_backend/node_modules/concat-map/package.json diff --git a/panel-mgmt/backend/node_modules/concat-map/test/map.js b/panel-mgmt_backend/node_modules/concat-map/test/map.js similarity index 100% rename from panel-mgmt/backend/node_modules/concat-map/test/map.js rename to panel-mgmt_backend/node_modules/concat-map/test/map.js diff --git a/panel-mgmt/backend/node_modules/content-disposition/HISTORY.md b/panel-mgmt_backend/node_modules/content-disposition/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/content-disposition/HISTORY.md rename to panel-mgmt_backend/node_modules/content-disposition/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/content-disposition/LICENSE b/panel-mgmt_backend/node_modules/content-disposition/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/content-disposition/LICENSE rename to panel-mgmt_backend/node_modules/content-disposition/LICENSE diff --git a/panel-mgmt/backend/node_modules/content-disposition/README.md b/panel-mgmt_backend/node_modules/content-disposition/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/content-disposition/README.md rename to panel-mgmt_backend/node_modules/content-disposition/README.md diff --git a/panel-mgmt/backend/node_modules/content-disposition/index.js b/panel-mgmt_backend/node_modules/content-disposition/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/content-disposition/index.js rename to panel-mgmt_backend/node_modules/content-disposition/index.js diff --git a/panel-mgmt/backend/node_modules/content-disposition/package.json b/panel-mgmt_backend/node_modules/content-disposition/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/content-disposition/package.json rename to panel-mgmt_backend/node_modules/content-disposition/package.json diff --git a/panel-mgmt/backend/node_modules/content-type/HISTORY.md b/panel-mgmt_backend/node_modules/content-type/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/content-type/HISTORY.md rename to panel-mgmt_backend/node_modules/content-type/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/content-type/LICENSE b/panel-mgmt_backend/node_modules/content-type/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/content-type/LICENSE rename to panel-mgmt_backend/node_modules/content-type/LICENSE diff --git a/panel-mgmt/backend/node_modules/content-type/README.md b/panel-mgmt_backend/node_modules/content-type/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/content-type/README.md rename to panel-mgmt_backend/node_modules/content-type/README.md diff --git a/panel-mgmt/backend/node_modules/content-type/index.js b/panel-mgmt_backend/node_modules/content-type/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/content-type/index.js rename to panel-mgmt_backend/node_modules/content-type/index.js diff --git a/panel-mgmt/backend/node_modules/content-type/package.json b/panel-mgmt_backend/node_modules/content-type/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/content-type/package.json rename to panel-mgmt_backend/node_modules/content-type/package.json diff --git a/panel-mgmt/backend/node_modules/cookie-signature/History.md b/panel-mgmt_backend/node_modules/cookie-signature/History.md similarity index 100% rename from panel-mgmt/backend/node_modules/cookie-signature/History.md rename to panel-mgmt_backend/node_modules/cookie-signature/History.md diff --git a/panel-mgmt/backend/node_modules/cookie-signature/LICENSE b/panel-mgmt_backend/node_modules/cookie-signature/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/cookie-signature/LICENSE rename to panel-mgmt_backend/node_modules/cookie-signature/LICENSE diff --git a/panel-mgmt/backend/node_modules/cookie-signature/Readme.md b/panel-mgmt_backend/node_modules/cookie-signature/Readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/cookie-signature/Readme.md rename to panel-mgmt_backend/node_modules/cookie-signature/Readme.md diff --git a/panel-mgmt/backend/node_modules/cookie-signature/index.js b/panel-mgmt_backend/node_modules/cookie-signature/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/cookie-signature/index.js rename to panel-mgmt_backend/node_modules/cookie-signature/index.js diff --git a/panel-mgmt/backend/node_modules/cookie-signature/package.json b/panel-mgmt_backend/node_modules/cookie-signature/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/cookie-signature/package.json rename to panel-mgmt_backend/node_modules/cookie-signature/package.json diff --git a/panel-mgmt/backend/node_modules/cookie/LICENSE b/panel-mgmt_backend/node_modules/cookie/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/cookie/LICENSE rename to panel-mgmt_backend/node_modules/cookie/LICENSE diff --git a/panel-mgmt/backend/node_modules/cookie/README.md b/panel-mgmt_backend/node_modules/cookie/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/cookie/README.md rename to panel-mgmt_backend/node_modules/cookie/README.md diff --git a/panel-mgmt/backend/node_modules/cookie/SECURITY.md b/panel-mgmt_backend/node_modules/cookie/SECURITY.md similarity index 100% rename from panel-mgmt/backend/node_modules/cookie/SECURITY.md rename to panel-mgmt_backend/node_modules/cookie/SECURITY.md diff --git a/panel-mgmt/backend/node_modules/cookie/index.js b/panel-mgmt_backend/node_modules/cookie/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/cookie/index.js rename to panel-mgmt_backend/node_modules/cookie/index.js diff --git a/panel-mgmt/backend/node_modules/cookie/package.json b/panel-mgmt_backend/node_modules/cookie/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/cookie/package.json rename to panel-mgmt_backend/node_modules/cookie/package.json diff --git a/panel-mgmt/backend/node_modules/debug/LICENSE b/panel-mgmt_backend/node_modules/debug/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/debug/LICENSE rename to panel-mgmt_backend/node_modules/debug/LICENSE diff --git a/panel-mgmt/backend/node_modules/debug/README.md b/panel-mgmt_backend/node_modules/debug/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/debug/README.md rename to panel-mgmt_backend/node_modules/debug/README.md diff --git a/panel-mgmt/backend/node_modules/debug/package.json b/panel-mgmt_backend/node_modules/debug/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/debug/package.json rename to panel-mgmt_backend/node_modules/debug/package.json diff --git a/panel-mgmt/backend/node_modules/debug/src/browser.js b/panel-mgmt_backend/node_modules/debug/src/browser.js similarity index 100% rename from panel-mgmt/backend/node_modules/debug/src/browser.js rename to panel-mgmt_backend/node_modules/debug/src/browser.js diff --git a/panel-mgmt/backend/node_modules/debug/src/common.js b/panel-mgmt_backend/node_modules/debug/src/common.js similarity index 100% rename from panel-mgmt/backend/node_modules/debug/src/common.js rename to panel-mgmt_backend/node_modules/debug/src/common.js diff --git a/panel-mgmt/backend/node_modules/debug/src/index.js b/panel-mgmt_backend/node_modules/debug/src/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/debug/src/index.js rename to panel-mgmt_backend/node_modules/debug/src/index.js diff --git a/panel-mgmt/backend/node_modules/debug/src/node.js b/panel-mgmt_backend/node_modules/debug/src/node.js similarity index 100% rename from panel-mgmt/backend/node_modules/debug/src/node.js rename to panel-mgmt_backend/node_modules/debug/src/node.js diff --git a/panel-mgmt/backend/node_modules/denque/CHANGELOG.md b/panel-mgmt_backend/node_modules/denque/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/denque/CHANGELOG.md rename to panel-mgmt_backend/node_modules/denque/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/denque/LICENSE b/panel-mgmt_backend/node_modules/denque/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/denque/LICENSE rename to panel-mgmt_backend/node_modules/denque/LICENSE diff --git a/panel-mgmt/backend/node_modules/denque/README.md b/panel-mgmt_backend/node_modules/denque/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/denque/README.md rename to panel-mgmt_backend/node_modules/denque/README.md diff --git a/panel-mgmt/backend/node_modules/denque/index.d.ts b/panel-mgmt_backend/node_modules/denque/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/denque/index.d.ts rename to panel-mgmt_backend/node_modules/denque/index.d.ts diff --git a/panel-mgmt/backend/node_modules/denque/index.js b/panel-mgmt_backend/node_modules/denque/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/denque/index.js rename to panel-mgmt_backend/node_modules/denque/index.js diff --git a/panel-mgmt/backend/node_modules/denque/package.json b/panel-mgmt_backend/node_modules/denque/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/denque/package.json rename to panel-mgmt_backend/node_modules/denque/package.json diff --git a/panel-mgmt/backend/node_modules/depd/History.md b/panel-mgmt_backend/node_modules/depd/History.md similarity index 100% rename from panel-mgmt/backend/node_modules/depd/History.md rename to panel-mgmt_backend/node_modules/depd/History.md diff --git a/panel-mgmt/backend/node_modules/depd/LICENSE b/panel-mgmt_backend/node_modules/depd/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/depd/LICENSE rename to panel-mgmt_backend/node_modules/depd/LICENSE diff --git a/panel-mgmt/backend/node_modules/depd/Readme.md b/panel-mgmt_backend/node_modules/depd/Readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/depd/Readme.md rename to panel-mgmt_backend/node_modules/depd/Readme.md diff --git a/panel-mgmt/backend/node_modules/depd/index.js b/panel-mgmt_backend/node_modules/depd/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/depd/index.js rename to panel-mgmt_backend/node_modules/depd/index.js diff --git a/panel-mgmt/backend/node_modules/depd/lib/browser/index.js b/panel-mgmt_backend/node_modules/depd/lib/browser/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/depd/lib/browser/index.js rename to panel-mgmt_backend/node_modules/depd/lib/browser/index.js diff --git a/panel-mgmt/backend/node_modules/depd/package.json b/panel-mgmt_backend/node_modules/depd/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/depd/package.json rename to panel-mgmt_backend/node_modules/depd/package.json diff --git a/panel-mgmt/backend/node_modules/dotenv/CHANGELOG.md b/panel-mgmt_backend/node_modules/dotenv/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/CHANGELOG.md rename to panel-mgmt_backend/node_modules/dotenv/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/dotenv/LICENSE b/panel-mgmt_backend/node_modules/dotenv/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/LICENSE rename to panel-mgmt_backend/node_modules/dotenv/LICENSE diff --git a/panel-mgmt/backend/node_modules/dotenv/README-es.md b/panel-mgmt_backend/node_modules/dotenv/README-es.md similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/README-es.md rename to panel-mgmt_backend/node_modules/dotenv/README-es.md diff --git a/panel-mgmt/backend/node_modules/dotenv/README.md b/panel-mgmt_backend/node_modules/dotenv/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/README.md rename to panel-mgmt_backend/node_modules/dotenv/README.md diff --git a/panel-mgmt/backend/node_modules/dotenv/SECURITY.md b/panel-mgmt_backend/node_modules/dotenv/SECURITY.md similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/SECURITY.md rename to panel-mgmt_backend/node_modules/dotenv/SECURITY.md diff --git a/panel-mgmt/backend/node_modules/dotenv/config.d.ts b/panel-mgmt_backend/node_modules/dotenv/config.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/config.d.ts rename to panel-mgmt_backend/node_modules/dotenv/config.d.ts diff --git a/panel-mgmt/backend/node_modules/dotenv/config.js b/panel-mgmt_backend/node_modules/dotenv/config.js similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/config.js rename to panel-mgmt_backend/node_modules/dotenv/config.js diff --git a/panel-mgmt/backend/node_modules/dotenv/lib/cli-options.js b/panel-mgmt_backend/node_modules/dotenv/lib/cli-options.js similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/lib/cli-options.js rename to panel-mgmt_backend/node_modules/dotenv/lib/cli-options.js diff --git a/panel-mgmt/backend/node_modules/dotenv/lib/env-options.js b/panel-mgmt_backend/node_modules/dotenv/lib/env-options.js similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/lib/env-options.js rename to panel-mgmt_backend/node_modules/dotenv/lib/env-options.js diff --git a/panel-mgmt/backend/node_modules/dotenv/lib/main.d.ts b/panel-mgmt_backend/node_modules/dotenv/lib/main.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/lib/main.d.ts rename to panel-mgmt_backend/node_modules/dotenv/lib/main.d.ts diff --git a/panel-mgmt/backend/node_modules/dotenv/lib/main.js b/panel-mgmt_backend/node_modules/dotenv/lib/main.js similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/lib/main.js rename to panel-mgmt_backend/node_modules/dotenv/lib/main.js diff --git a/panel-mgmt/backend/node_modules/dotenv/package.json b/panel-mgmt_backend/node_modules/dotenv/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/dotenv/package.json rename to panel-mgmt_backend/node_modules/dotenv/package.json diff --git a/panel-mgmt/backend/node_modules/dunder-proto/.eslintrc b/panel-mgmt_backend/node_modules/dunder-proto/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/.eslintrc rename to panel-mgmt_backend/node_modules/dunder-proto/.eslintrc diff --git a/panel-mgmt/backend/node_modules/dunder-proto/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/dunder-proto/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/dunder-proto/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/dunder-proto/.nycrc b/panel-mgmt_backend/node_modules/dunder-proto/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/.nycrc rename to panel-mgmt_backend/node_modules/dunder-proto/.nycrc diff --git a/panel-mgmt/backend/node_modules/dunder-proto/CHANGELOG.md b/panel-mgmt_backend/node_modules/dunder-proto/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/CHANGELOG.md rename to panel-mgmt_backend/node_modules/dunder-proto/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/dunder-proto/LICENSE b/panel-mgmt_backend/node_modules/dunder-proto/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/LICENSE rename to panel-mgmt_backend/node_modules/dunder-proto/LICENSE diff --git a/panel-mgmt/backend/node_modules/dunder-proto/README.md b/panel-mgmt_backend/node_modules/dunder-proto/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/README.md rename to panel-mgmt_backend/node_modules/dunder-proto/README.md diff --git a/panel-mgmt/backend/node_modules/dunder-proto/get.d.ts b/panel-mgmt_backend/node_modules/dunder-proto/get.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/get.d.ts rename to panel-mgmt_backend/node_modules/dunder-proto/get.d.ts diff --git a/panel-mgmt/backend/node_modules/dunder-proto/get.js b/panel-mgmt_backend/node_modules/dunder-proto/get.js similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/get.js rename to panel-mgmt_backend/node_modules/dunder-proto/get.js diff --git a/panel-mgmt/backend/node_modules/dunder-proto/package.json b/panel-mgmt_backend/node_modules/dunder-proto/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/package.json rename to panel-mgmt_backend/node_modules/dunder-proto/package.json diff --git a/panel-mgmt/backend/node_modules/dunder-proto/set.d.ts b/panel-mgmt_backend/node_modules/dunder-proto/set.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/set.d.ts rename to panel-mgmt_backend/node_modules/dunder-proto/set.d.ts diff --git a/panel-mgmt/backend/node_modules/dunder-proto/set.js b/panel-mgmt_backend/node_modules/dunder-proto/set.js similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/set.js rename to panel-mgmt_backend/node_modules/dunder-proto/set.js diff --git a/panel-mgmt/backend/node_modules/dunder-proto/test/get.js b/panel-mgmt_backend/node_modules/dunder-proto/test/get.js similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/test/get.js rename to panel-mgmt_backend/node_modules/dunder-proto/test/get.js diff --git a/panel-mgmt/backend/node_modules/dunder-proto/test/index.js b/panel-mgmt_backend/node_modules/dunder-proto/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/test/index.js rename to panel-mgmt_backend/node_modules/dunder-proto/test/index.js diff --git a/panel-mgmt/backend/node_modules/dunder-proto/test/set.js b/panel-mgmt_backend/node_modules/dunder-proto/test/set.js similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/test/set.js rename to panel-mgmt_backend/node_modules/dunder-proto/test/set.js diff --git a/panel-mgmt/backend/node_modules/dunder-proto/tsconfig.json b/panel-mgmt_backend/node_modules/dunder-proto/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/dunder-proto/tsconfig.json rename to panel-mgmt_backend/node_modules/dunder-proto/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/ee-first/LICENSE b/panel-mgmt_backend/node_modules/ee-first/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/ee-first/LICENSE rename to panel-mgmt_backend/node_modules/ee-first/LICENSE diff --git a/panel-mgmt/backend/node_modules/ee-first/README.md b/panel-mgmt_backend/node_modules/ee-first/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/ee-first/README.md rename to panel-mgmt_backend/node_modules/ee-first/README.md diff --git a/panel-mgmt/backend/node_modules/ee-first/index.js b/panel-mgmt_backend/node_modules/ee-first/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/ee-first/index.js rename to panel-mgmt_backend/node_modules/ee-first/index.js diff --git a/panel-mgmt/backend/node_modules/ee-first/package.json b/panel-mgmt_backend/node_modules/ee-first/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/ee-first/package.json rename to panel-mgmt_backend/node_modules/ee-first/package.json diff --git a/panel-mgmt/backend/node_modules/ejs/LICENSE b/panel-mgmt_backend/node_modules/ejs/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/LICENSE rename to panel-mgmt_backend/node_modules/ejs/LICENSE diff --git a/panel-mgmt/backend/node_modules/ejs/README.md b/panel-mgmt_backend/node_modules/ejs/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/README.md rename to panel-mgmt_backend/node_modules/ejs/README.md diff --git a/panel-mgmt/backend/node_modules/ejs/bin/cli.js b/panel-mgmt_backend/node_modules/ejs/bin/cli.js similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/bin/cli.js rename to panel-mgmt_backend/node_modules/ejs/bin/cli.js diff --git a/panel-mgmt/backend/node_modules/ejs/ejs.js b/panel-mgmt_backend/node_modules/ejs/ejs.js similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/ejs.js rename to panel-mgmt_backend/node_modules/ejs/ejs.js diff --git a/panel-mgmt/backend/node_modules/ejs/ejs.min.js b/panel-mgmt_backend/node_modules/ejs/ejs.min.js similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/ejs.min.js rename to panel-mgmt_backend/node_modules/ejs/ejs.min.js diff --git a/panel-mgmt/backend/node_modules/ejs/jakefile.js b/panel-mgmt_backend/node_modules/ejs/jakefile.js similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/jakefile.js rename to panel-mgmt_backend/node_modules/ejs/jakefile.js diff --git a/panel-mgmt/backend/node_modules/ejs/lib/ejs.js b/panel-mgmt_backend/node_modules/ejs/lib/ejs.js similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/lib/ejs.js rename to panel-mgmt_backend/node_modules/ejs/lib/ejs.js diff --git a/panel-mgmt/backend/node_modules/ejs/lib/utils.js b/panel-mgmt_backend/node_modules/ejs/lib/utils.js similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/lib/utils.js rename to panel-mgmt_backend/node_modules/ejs/lib/utils.js diff --git a/panel-mgmt/backend/node_modules/ejs/package.json b/panel-mgmt_backend/node_modules/ejs/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/package.json rename to panel-mgmt_backend/node_modules/ejs/package.json diff --git a/panel-mgmt/backend/node_modules/ejs/usage.txt b/panel-mgmt_backend/node_modules/ejs/usage.txt similarity index 100% rename from panel-mgmt/backend/node_modules/ejs/usage.txt rename to panel-mgmt_backend/node_modules/ejs/usage.txt diff --git a/panel-mgmt/backend/node_modules/encodeurl/LICENSE b/panel-mgmt_backend/node_modules/encodeurl/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/encodeurl/LICENSE rename to panel-mgmt_backend/node_modules/encodeurl/LICENSE diff --git a/panel-mgmt/backend/node_modules/encodeurl/README.md b/panel-mgmt_backend/node_modules/encodeurl/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/encodeurl/README.md rename to panel-mgmt_backend/node_modules/encodeurl/README.md diff --git a/panel-mgmt/backend/node_modules/encodeurl/index.js b/panel-mgmt_backend/node_modules/encodeurl/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/encodeurl/index.js rename to panel-mgmt_backend/node_modules/encodeurl/index.js diff --git a/panel-mgmt/backend/node_modules/encodeurl/package.json b/panel-mgmt_backend/node_modules/encodeurl/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/encodeurl/package.json rename to panel-mgmt_backend/node_modules/encodeurl/package.json diff --git a/panel-mgmt/backend/node_modules/es-define-property/.eslintrc b/panel-mgmt_backend/node_modules/es-define-property/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/.eslintrc rename to panel-mgmt_backend/node_modules/es-define-property/.eslintrc diff --git a/panel-mgmt/backend/node_modules/es-define-property/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/es-define-property/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/es-define-property/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/es-define-property/.nycrc b/panel-mgmt_backend/node_modules/es-define-property/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/.nycrc rename to panel-mgmt_backend/node_modules/es-define-property/.nycrc diff --git a/panel-mgmt/backend/node_modules/es-define-property/CHANGELOG.md b/panel-mgmt_backend/node_modules/es-define-property/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/CHANGELOG.md rename to panel-mgmt_backend/node_modules/es-define-property/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/es-define-property/LICENSE b/panel-mgmt_backend/node_modules/es-define-property/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/LICENSE rename to panel-mgmt_backend/node_modules/es-define-property/LICENSE diff --git a/panel-mgmt/backend/node_modules/es-define-property/README.md b/panel-mgmt_backend/node_modules/es-define-property/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/README.md rename to panel-mgmt_backend/node_modules/es-define-property/README.md diff --git a/panel-mgmt/backend/node_modules/es-define-property/index.d.ts b/panel-mgmt_backend/node_modules/es-define-property/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/index.d.ts rename to panel-mgmt_backend/node_modules/es-define-property/index.d.ts diff --git a/panel-mgmt/backend/node_modules/es-define-property/index.js b/panel-mgmt_backend/node_modules/es-define-property/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/index.js rename to panel-mgmt_backend/node_modules/es-define-property/index.js diff --git a/panel-mgmt/backend/node_modules/es-define-property/package.json b/panel-mgmt_backend/node_modules/es-define-property/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/package.json rename to panel-mgmt_backend/node_modules/es-define-property/package.json diff --git a/panel-mgmt/backend/node_modules/es-define-property/test/index.js b/panel-mgmt_backend/node_modules/es-define-property/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/test/index.js rename to panel-mgmt_backend/node_modules/es-define-property/test/index.js diff --git a/panel-mgmt/backend/node_modules/es-define-property/tsconfig.json b/panel-mgmt_backend/node_modules/es-define-property/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/es-define-property/tsconfig.json rename to panel-mgmt_backend/node_modules/es-define-property/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/es-errors/.eslintrc b/panel-mgmt_backend/node_modules/es-errors/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/.eslintrc rename to panel-mgmt_backend/node_modules/es-errors/.eslintrc diff --git a/panel-mgmt/backend/node_modules/es-errors/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/es-errors/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/es-errors/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/es-errors/CHANGELOG.md b/panel-mgmt_backend/node_modules/es-errors/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/CHANGELOG.md rename to panel-mgmt_backend/node_modules/es-errors/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/es-errors/LICENSE b/panel-mgmt_backend/node_modules/es-errors/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/LICENSE rename to panel-mgmt_backend/node_modules/es-errors/LICENSE diff --git a/panel-mgmt/backend/node_modules/es-errors/README.md b/panel-mgmt_backend/node_modules/es-errors/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/README.md rename to panel-mgmt_backend/node_modules/es-errors/README.md diff --git a/panel-mgmt/backend/node_modules/es-errors/eval.d.ts b/panel-mgmt_backend/node_modules/es-errors/eval.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/eval.d.ts rename to panel-mgmt_backend/node_modules/es-errors/eval.d.ts diff --git a/panel-mgmt/backend/node_modules/es-errors/eval.js b/panel-mgmt_backend/node_modules/es-errors/eval.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/eval.js rename to panel-mgmt_backend/node_modules/es-errors/eval.js diff --git a/panel-mgmt/backend/node_modules/es-errors/index.d.ts b/panel-mgmt_backend/node_modules/es-errors/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/index.d.ts rename to panel-mgmt_backend/node_modules/es-errors/index.d.ts diff --git a/panel-mgmt/backend/node_modules/es-errors/index.js b/panel-mgmt_backend/node_modules/es-errors/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/index.js rename to panel-mgmt_backend/node_modules/es-errors/index.js diff --git a/panel-mgmt/backend/node_modules/es-errors/package.json b/panel-mgmt_backend/node_modules/es-errors/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/package.json rename to panel-mgmt_backend/node_modules/es-errors/package.json diff --git a/panel-mgmt/backend/node_modules/es-errors/range.d.ts b/panel-mgmt_backend/node_modules/es-errors/range.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/range.d.ts rename to panel-mgmt_backend/node_modules/es-errors/range.d.ts diff --git a/panel-mgmt/backend/node_modules/es-errors/range.js b/panel-mgmt_backend/node_modules/es-errors/range.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/range.js rename to panel-mgmt_backend/node_modules/es-errors/range.js diff --git a/panel-mgmt/backend/node_modules/es-errors/ref.d.ts b/panel-mgmt_backend/node_modules/es-errors/ref.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/ref.d.ts rename to panel-mgmt_backend/node_modules/es-errors/ref.d.ts diff --git a/panel-mgmt/backend/node_modules/es-errors/ref.js b/panel-mgmt_backend/node_modules/es-errors/ref.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/ref.js rename to panel-mgmt_backend/node_modules/es-errors/ref.js diff --git a/panel-mgmt/backend/node_modules/es-errors/syntax.d.ts b/panel-mgmt_backend/node_modules/es-errors/syntax.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/syntax.d.ts rename to panel-mgmt_backend/node_modules/es-errors/syntax.d.ts diff --git a/panel-mgmt/backend/node_modules/es-errors/syntax.js b/panel-mgmt_backend/node_modules/es-errors/syntax.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/syntax.js rename to panel-mgmt_backend/node_modules/es-errors/syntax.js diff --git a/panel-mgmt/backend/node_modules/es-errors/test/index.js b/panel-mgmt_backend/node_modules/es-errors/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/test/index.js rename to panel-mgmt_backend/node_modules/es-errors/test/index.js diff --git a/panel-mgmt/backend/node_modules/es-errors/tsconfig.json b/panel-mgmt_backend/node_modules/es-errors/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/tsconfig.json rename to panel-mgmt_backend/node_modules/es-errors/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/es-errors/type.d.ts b/panel-mgmt_backend/node_modules/es-errors/type.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/type.d.ts rename to panel-mgmt_backend/node_modules/es-errors/type.d.ts diff --git a/panel-mgmt/backend/node_modules/es-errors/type.js b/panel-mgmt_backend/node_modules/es-errors/type.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/type.js rename to panel-mgmt_backend/node_modules/es-errors/type.js diff --git a/panel-mgmt/backend/node_modules/es-errors/uri.d.ts b/panel-mgmt_backend/node_modules/es-errors/uri.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/uri.d.ts rename to panel-mgmt_backend/node_modules/es-errors/uri.d.ts diff --git a/panel-mgmt/backend/node_modules/es-errors/uri.js b/panel-mgmt_backend/node_modules/es-errors/uri.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-errors/uri.js rename to panel-mgmt_backend/node_modules/es-errors/uri.js diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/.eslintrc b/panel-mgmt_backend/node_modules/es-object-atoms/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/.eslintrc rename to panel-mgmt_backend/node_modules/es-object-atoms/.eslintrc diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/es-object-atoms/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/es-object-atoms/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/CHANGELOG.md b/panel-mgmt_backend/node_modules/es-object-atoms/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/CHANGELOG.md rename to panel-mgmt_backend/node_modules/es-object-atoms/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/LICENSE b/panel-mgmt_backend/node_modules/es-object-atoms/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/LICENSE rename to panel-mgmt_backend/node_modules/es-object-atoms/LICENSE diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/README.md b/panel-mgmt_backend/node_modules/es-object-atoms/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/README.md rename to panel-mgmt_backend/node_modules/es-object-atoms/README.md diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts b/panel-mgmt_backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts rename to panel-mgmt_backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/RequireObjectCoercible.js b/panel-mgmt_backend/node_modules/es-object-atoms/RequireObjectCoercible.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/RequireObjectCoercible.js rename to panel-mgmt_backend/node_modules/es-object-atoms/RequireObjectCoercible.js diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/ToObject.d.ts b/panel-mgmt_backend/node_modules/es-object-atoms/ToObject.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/ToObject.d.ts rename to panel-mgmt_backend/node_modules/es-object-atoms/ToObject.d.ts diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/ToObject.js b/panel-mgmt_backend/node_modules/es-object-atoms/ToObject.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/ToObject.js rename to panel-mgmt_backend/node_modules/es-object-atoms/ToObject.js diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/index.d.ts b/panel-mgmt_backend/node_modules/es-object-atoms/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/index.d.ts rename to panel-mgmt_backend/node_modules/es-object-atoms/index.d.ts diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/index.js b/panel-mgmt_backend/node_modules/es-object-atoms/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/index.js rename to panel-mgmt_backend/node_modules/es-object-atoms/index.js diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/isObject.d.ts b/panel-mgmt_backend/node_modules/es-object-atoms/isObject.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/isObject.d.ts rename to panel-mgmt_backend/node_modules/es-object-atoms/isObject.d.ts diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/isObject.js b/panel-mgmt_backend/node_modules/es-object-atoms/isObject.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/isObject.js rename to panel-mgmt_backend/node_modules/es-object-atoms/isObject.js diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/package.json b/panel-mgmt_backend/node_modules/es-object-atoms/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/package.json rename to panel-mgmt_backend/node_modules/es-object-atoms/package.json diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/test/index.js b/panel-mgmt_backend/node_modules/es-object-atoms/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/test/index.js rename to panel-mgmt_backend/node_modules/es-object-atoms/test/index.js diff --git a/panel-mgmt/backend/node_modules/es-object-atoms/tsconfig.json b/panel-mgmt_backend/node_modules/es-object-atoms/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/es-object-atoms/tsconfig.json rename to panel-mgmt_backend/node_modules/es-object-atoms/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/escape-html/LICENSE b/panel-mgmt_backend/node_modules/escape-html/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/escape-html/LICENSE rename to panel-mgmt_backend/node_modules/escape-html/LICENSE diff --git a/panel-mgmt/backend/node_modules/escape-html/Readme.md b/panel-mgmt_backend/node_modules/escape-html/Readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/escape-html/Readme.md rename to panel-mgmt_backend/node_modules/escape-html/Readme.md diff --git a/panel-mgmt/backend/node_modules/escape-html/index.js b/panel-mgmt_backend/node_modules/escape-html/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/escape-html/index.js rename to panel-mgmt_backend/node_modules/escape-html/index.js diff --git a/panel-mgmt/backend/node_modules/escape-html/package.json b/panel-mgmt_backend/node_modules/escape-html/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/escape-html/package.json rename to panel-mgmt_backend/node_modules/escape-html/package.json diff --git a/panel-mgmt/backend/node_modules/etag/HISTORY.md b/panel-mgmt_backend/node_modules/etag/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/etag/HISTORY.md rename to panel-mgmt_backend/node_modules/etag/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/etag/LICENSE b/panel-mgmt_backend/node_modules/etag/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/etag/LICENSE rename to panel-mgmt_backend/node_modules/etag/LICENSE diff --git a/panel-mgmt/backend/node_modules/etag/README.md b/panel-mgmt_backend/node_modules/etag/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/etag/README.md rename to panel-mgmt_backend/node_modules/etag/README.md diff --git a/panel-mgmt/backend/node_modules/etag/index.js b/panel-mgmt_backend/node_modules/etag/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/etag/index.js rename to panel-mgmt_backend/node_modules/etag/index.js diff --git a/panel-mgmt/backend/node_modules/etag/package.json b/panel-mgmt_backend/node_modules/etag/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/etag/package.json rename to panel-mgmt_backend/node_modules/etag/package.json diff --git a/panel-mgmt/backend/node_modules/express/History.md b/panel-mgmt_backend/node_modules/express/History.md similarity index 100% rename from panel-mgmt/backend/node_modules/express/History.md rename to panel-mgmt_backend/node_modules/express/History.md diff --git a/panel-mgmt/backend/node_modules/express/LICENSE b/panel-mgmt_backend/node_modules/express/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/express/LICENSE rename to panel-mgmt_backend/node_modules/express/LICENSE diff --git a/panel-mgmt/backend/node_modules/express/Readme.md b/panel-mgmt_backend/node_modules/express/Readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/express/Readme.md rename to panel-mgmt_backend/node_modules/express/Readme.md diff --git a/panel-mgmt/backend/node_modules/express/index.js b/panel-mgmt_backend/node_modules/express/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/express/index.js rename to panel-mgmt_backend/node_modules/express/index.js diff --git a/panel-mgmt/backend/node_modules/express/lib/application.js b/panel-mgmt_backend/node_modules/express/lib/application.js similarity index 100% rename from panel-mgmt/backend/node_modules/express/lib/application.js rename to panel-mgmt_backend/node_modules/express/lib/application.js diff --git a/panel-mgmt/backend/node_modules/express/lib/express.js b/panel-mgmt_backend/node_modules/express/lib/express.js similarity index 100% rename from panel-mgmt/backend/node_modules/express/lib/express.js rename to panel-mgmt_backend/node_modules/express/lib/express.js diff --git a/panel-mgmt/backend/node_modules/express/lib/request.js b/panel-mgmt_backend/node_modules/express/lib/request.js similarity index 100% rename from panel-mgmt/backend/node_modules/express/lib/request.js rename to panel-mgmt_backend/node_modules/express/lib/request.js diff --git a/panel-mgmt/backend/node_modules/express/lib/response.js b/panel-mgmt_backend/node_modules/express/lib/response.js similarity index 100% rename from panel-mgmt/backend/node_modules/express/lib/response.js rename to panel-mgmt_backend/node_modules/express/lib/response.js diff --git a/panel-mgmt/backend/node_modules/express/lib/utils.js b/panel-mgmt_backend/node_modules/express/lib/utils.js similarity index 100% rename from panel-mgmt/backend/node_modules/express/lib/utils.js rename to panel-mgmt_backend/node_modules/express/lib/utils.js diff --git a/panel-mgmt/backend/node_modules/express/lib/view.js b/panel-mgmt_backend/node_modules/express/lib/view.js similarity index 100% rename from panel-mgmt/backend/node_modules/express/lib/view.js rename to panel-mgmt_backend/node_modules/express/lib/view.js diff --git a/panel-mgmt/backend/node_modules/express/package.json b/panel-mgmt_backend/node_modules/express/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/express/package.json rename to panel-mgmt_backend/node_modules/express/package.json diff --git a/panel-mgmt/backend/node_modules/filelist/README.md b/panel-mgmt_backend/node_modules/filelist/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/README.md rename to panel-mgmt_backend/node_modules/filelist/README.md diff --git a/panel-mgmt/backend/node_modules/filelist/index.d.ts b/panel-mgmt_backend/node_modules/filelist/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/index.d.ts rename to panel-mgmt_backend/node_modules/filelist/index.d.ts diff --git a/panel-mgmt/backend/node_modules/filelist/index.js b/panel-mgmt_backend/node_modules/filelist/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/index.js rename to panel-mgmt_backend/node_modules/filelist/index.js diff --git a/panel-mgmt/backend/node_modules/filelist/jakefile.js b/panel-mgmt_backend/node_modules/filelist/jakefile.js similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/jakefile.js rename to panel-mgmt_backend/node_modules/filelist/jakefile.js diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/LICENSE b/panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/LICENSE rename to panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/LICENSE diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/README.md b/panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/README.md rename to panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/README.md diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/index.js b/panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/index.js rename to panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/index.js diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/package.json b/panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/package.json rename to panel-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/package.json diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/LICENSE b/panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/LICENSE rename to panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/LICENSE diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/README.md b/panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/README.md rename to panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/README.md diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/lib/path.js b/panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/lib/path.js similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/lib/path.js rename to panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/lib/path.js diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/minimatch.js b/panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/minimatch.js similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/minimatch.js rename to panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/minimatch.js diff --git a/panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/package.json b/panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/node_modules/minimatch/package.json rename to panel-mgmt_backend/node_modules/filelist/node_modules/minimatch/package.json diff --git a/panel-mgmt/backend/node_modules/filelist/package.json b/panel-mgmt_backend/node_modules/filelist/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/filelist/package.json rename to panel-mgmt_backend/node_modules/filelist/package.json diff --git a/panel-mgmt/backend/node_modules/finalhandler/HISTORY.md b/panel-mgmt_backend/node_modules/finalhandler/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/finalhandler/HISTORY.md rename to panel-mgmt_backend/node_modules/finalhandler/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/finalhandler/LICENSE b/panel-mgmt_backend/node_modules/finalhandler/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/finalhandler/LICENSE rename to panel-mgmt_backend/node_modules/finalhandler/LICENSE diff --git a/panel-mgmt/backend/node_modules/finalhandler/README.md b/panel-mgmt_backend/node_modules/finalhandler/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/finalhandler/README.md rename to panel-mgmt_backend/node_modules/finalhandler/README.md diff --git a/panel-mgmt/backend/node_modules/finalhandler/index.js b/panel-mgmt_backend/node_modules/finalhandler/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/finalhandler/index.js rename to panel-mgmt_backend/node_modules/finalhandler/index.js diff --git a/panel-mgmt/backend/node_modules/finalhandler/package.json b/panel-mgmt_backend/node_modules/finalhandler/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/finalhandler/package.json rename to panel-mgmt_backend/node_modules/finalhandler/package.json diff --git a/panel-mgmt/backend/node_modules/forwarded/HISTORY.md b/panel-mgmt_backend/node_modules/forwarded/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/forwarded/HISTORY.md rename to panel-mgmt_backend/node_modules/forwarded/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/forwarded/LICENSE b/panel-mgmt_backend/node_modules/forwarded/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/forwarded/LICENSE rename to panel-mgmt_backend/node_modules/forwarded/LICENSE diff --git a/panel-mgmt/backend/node_modules/forwarded/README.md b/panel-mgmt_backend/node_modules/forwarded/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/forwarded/README.md rename to panel-mgmt_backend/node_modules/forwarded/README.md diff --git a/panel-mgmt/backend/node_modules/forwarded/index.js b/panel-mgmt_backend/node_modules/forwarded/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/forwarded/index.js rename to panel-mgmt_backend/node_modules/forwarded/index.js diff --git a/panel-mgmt/backend/node_modules/forwarded/package.json b/panel-mgmt_backend/node_modules/forwarded/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/forwarded/package.json rename to panel-mgmt_backend/node_modules/forwarded/package.json diff --git a/panel-mgmt/backend/node_modules/fresh/HISTORY.md b/panel-mgmt_backend/node_modules/fresh/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/fresh/HISTORY.md rename to panel-mgmt_backend/node_modules/fresh/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/fresh/LICENSE b/panel-mgmt_backend/node_modules/fresh/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/fresh/LICENSE rename to panel-mgmt_backend/node_modules/fresh/LICENSE diff --git a/panel-mgmt/backend/node_modules/fresh/README.md b/panel-mgmt_backend/node_modules/fresh/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/fresh/README.md rename to panel-mgmt_backend/node_modules/fresh/README.md diff --git a/panel-mgmt/backend/node_modules/fresh/index.js b/panel-mgmt_backend/node_modules/fresh/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/fresh/index.js rename to panel-mgmt_backend/node_modules/fresh/index.js diff --git a/panel-mgmt/backend/node_modules/fresh/package.json b/panel-mgmt_backend/node_modules/fresh/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/fresh/package.json rename to panel-mgmt_backend/node_modules/fresh/package.json diff --git a/panel-mgmt/backend/node_modules/function-bind/.eslintrc b/panel-mgmt_backend/node_modules/function-bind/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/.eslintrc rename to panel-mgmt_backend/node_modules/function-bind/.eslintrc diff --git a/panel-mgmt/backend/node_modules/function-bind/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/function-bind/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/function-bind/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/function-bind/.github/SECURITY.md b/panel-mgmt_backend/node_modules/function-bind/.github/SECURITY.md similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/.github/SECURITY.md rename to panel-mgmt_backend/node_modules/function-bind/.github/SECURITY.md diff --git a/panel-mgmt/backend/node_modules/function-bind/.nycrc b/panel-mgmt_backend/node_modules/function-bind/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/.nycrc rename to panel-mgmt_backend/node_modules/function-bind/.nycrc diff --git a/panel-mgmt/backend/node_modules/function-bind/CHANGELOG.md b/panel-mgmt_backend/node_modules/function-bind/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/CHANGELOG.md rename to panel-mgmt_backend/node_modules/function-bind/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/function-bind/LICENSE b/panel-mgmt_backend/node_modules/function-bind/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/LICENSE rename to panel-mgmt_backend/node_modules/function-bind/LICENSE diff --git a/panel-mgmt/backend/node_modules/function-bind/README.md b/panel-mgmt_backend/node_modules/function-bind/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/README.md rename to panel-mgmt_backend/node_modules/function-bind/README.md diff --git a/panel-mgmt/backend/node_modules/function-bind/implementation.js b/panel-mgmt_backend/node_modules/function-bind/implementation.js similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/implementation.js rename to panel-mgmt_backend/node_modules/function-bind/implementation.js diff --git a/panel-mgmt/backend/node_modules/function-bind/index.js b/panel-mgmt_backend/node_modules/function-bind/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/index.js rename to panel-mgmt_backend/node_modules/function-bind/index.js diff --git a/panel-mgmt/backend/node_modules/function-bind/package.json b/panel-mgmt_backend/node_modules/function-bind/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/package.json rename to panel-mgmt_backend/node_modules/function-bind/package.json diff --git a/panel-mgmt/backend/node_modules/function-bind/test/.eslintrc b/panel-mgmt_backend/node_modules/function-bind/test/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/test/.eslintrc rename to panel-mgmt_backend/node_modules/function-bind/test/.eslintrc diff --git a/panel-mgmt/backend/node_modules/function-bind/test/index.js b/panel-mgmt_backend/node_modules/function-bind/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/function-bind/test/index.js rename to panel-mgmt_backend/node_modules/function-bind/test/index.js diff --git a/panel-mgmt/backend/node_modules/generate-function/.travis.yml b/panel-mgmt_backend/node_modules/generate-function/.travis.yml similarity index 100% rename from panel-mgmt/backend/node_modules/generate-function/.travis.yml rename to panel-mgmt_backend/node_modules/generate-function/.travis.yml diff --git a/panel-mgmt/backend/node_modules/generate-function/LICENSE b/panel-mgmt_backend/node_modules/generate-function/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/generate-function/LICENSE rename to panel-mgmt_backend/node_modules/generate-function/LICENSE diff --git a/panel-mgmt/backend/node_modules/generate-function/README.md b/panel-mgmt_backend/node_modules/generate-function/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/generate-function/README.md rename to panel-mgmt_backend/node_modules/generate-function/README.md diff --git a/panel-mgmt/backend/node_modules/generate-function/example.js b/panel-mgmt_backend/node_modules/generate-function/example.js similarity index 100% rename from panel-mgmt/backend/node_modules/generate-function/example.js rename to panel-mgmt_backend/node_modules/generate-function/example.js diff --git a/panel-mgmt/backend/node_modules/generate-function/index.js b/panel-mgmt_backend/node_modules/generate-function/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/generate-function/index.js rename to panel-mgmt_backend/node_modules/generate-function/index.js diff --git a/panel-mgmt/backend/node_modules/generate-function/package.json b/panel-mgmt_backend/node_modules/generate-function/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/generate-function/package.json rename to panel-mgmt_backend/node_modules/generate-function/package.json diff --git a/panel-mgmt/backend/node_modules/generate-function/test.js b/panel-mgmt_backend/node_modules/generate-function/test.js similarity index 100% rename from panel-mgmt/backend/node_modules/generate-function/test.js rename to panel-mgmt_backend/node_modules/generate-function/test.js diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/.eslintrc b/panel-mgmt_backend/node_modules/get-intrinsic/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/.eslintrc rename to panel-mgmt_backend/node_modules/get-intrinsic/.eslintrc diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/get-intrinsic/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/get-intrinsic/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/.nycrc b/panel-mgmt_backend/node_modules/get-intrinsic/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/.nycrc rename to panel-mgmt_backend/node_modules/get-intrinsic/.nycrc diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/CHANGELOG.md b/panel-mgmt_backend/node_modules/get-intrinsic/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/CHANGELOG.md rename to panel-mgmt_backend/node_modules/get-intrinsic/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/LICENSE b/panel-mgmt_backend/node_modules/get-intrinsic/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/LICENSE rename to panel-mgmt_backend/node_modules/get-intrinsic/LICENSE diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/README.md b/panel-mgmt_backend/node_modules/get-intrinsic/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/README.md rename to panel-mgmt_backend/node_modules/get-intrinsic/README.md diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/index.js b/panel-mgmt_backend/node_modules/get-intrinsic/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/index.js rename to panel-mgmt_backend/node_modules/get-intrinsic/index.js diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/package.json b/panel-mgmt_backend/node_modules/get-intrinsic/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/package.json rename to panel-mgmt_backend/node_modules/get-intrinsic/package.json diff --git a/panel-mgmt/backend/node_modules/get-intrinsic/test/GetIntrinsic.js b/panel-mgmt_backend/node_modules/get-intrinsic/test/GetIntrinsic.js similarity index 100% rename from panel-mgmt/backend/node_modules/get-intrinsic/test/GetIntrinsic.js rename to panel-mgmt_backend/node_modules/get-intrinsic/test/GetIntrinsic.js diff --git a/panel-mgmt/backend/node_modules/get-proto/.eslintrc b/panel-mgmt_backend/node_modules/get-proto/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/.eslintrc rename to panel-mgmt_backend/node_modules/get-proto/.eslintrc diff --git a/panel-mgmt/backend/node_modules/get-proto/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/get-proto/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/get-proto/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/get-proto/.nycrc b/panel-mgmt_backend/node_modules/get-proto/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/.nycrc rename to panel-mgmt_backend/node_modules/get-proto/.nycrc diff --git a/panel-mgmt/backend/node_modules/get-proto/CHANGELOG.md b/panel-mgmt_backend/node_modules/get-proto/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/CHANGELOG.md rename to panel-mgmt_backend/node_modules/get-proto/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/get-proto/LICENSE b/panel-mgmt_backend/node_modules/get-proto/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/LICENSE rename to panel-mgmt_backend/node_modules/get-proto/LICENSE diff --git a/panel-mgmt/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts b/panel-mgmt_backend/node_modules/get-proto/Object.getPrototypeOf.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts rename to panel-mgmt_backend/node_modules/get-proto/Object.getPrototypeOf.d.ts diff --git a/panel-mgmt/backend/node_modules/get-proto/Object.getPrototypeOf.js b/panel-mgmt_backend/node_modules/get-proto/Object.getPrototypeOf.js similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/Object.getPrototypeOf.js rename to panel-mgmt_backend/node_modules/get-proto/Object.getPrototypeOf.js diff --git a/panel-mgmt/backend/node_modules/get-proto/README.md b/panel-mgmt_backend/node_modules/get-proto/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/README.md rename to panel-mgmt_backend/node_modules/get-proto/README.md diff --git a/panel-mgmt/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts b/panel-mgmt_backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts rename to panel-mgmt_backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts diff --git a/panel-mgmt/backend/node_modules/get-proto/Reflect.getPrototypeOf.js b/panel-mgmt_backend/node_modules/get-proto/Reflect.getPrototypeOf.js similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/Reflect.getPrototypeOf.js rename to panel-mgmt_backend/node_modules/get-proto/Reflect.getPrototypeOf.js diff --git a/panel-mgmt/backend/node_modules/get-proto/index.d.ts b/panel-mgmt_backend/node_modules/get-proto/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/index.d.ts rename to panel-mgmt_backend/node_modules/get-proto/index.d.ts diff --git a/panel-mgmt/backend/node_modules/get-proto/index.js b/panel-mgmt_backend/node_modules/get-proto/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/index.js rename to panel-mgmt_backend/node_modules/get-proto/index.js diff --git a/panel-mgmt/backend/node_modules/get-proto/package.json b/panel-mgmt_backend/node_modules/get-proto/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/package.json rename to panel-mgmt_backend/node_modules/get-proto/package.json diff --git a/panel-mgmt/backend/node_modules/get-proto/test/index.js b/panel-mgmt_backend/node_modules/get-proto/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/test/index.js rename to panel-mgmt_backend/node_modules/get-proto/test/index.js diff --git a/panel-mgmt/backend/node_modules/get-proto/tsconfig.json b/panel-mgmt_backend/node_modules/get-proto/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/get-proto/tsconfig.json rename to panel-mgmt_backend/node_modules/get-proto/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/gopd/.eslintrc b/panel-mgmt_backend/node_modules/gopd/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/.eslintrc rename to panel-mgmt_backend/node_modules/gopd/.eslintrc diff --git a/panel-mgmt/backend/node_modules/gopd/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/gopd/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/gopd/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/gopd/CHANGELOG.md b/panel-mgmt_backend/node_modules/gopd/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/CHANGELOG.md rename to panel-mgmt_backend/node_modules/gopd/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/gopd/LICENSE b/panel-mgmt_backend/node_modules/gopd/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/LICENSE rename to panel-mgmt_backend/node_modules/gopd/LICENSE diff --git a/panel-mgmt/backend/node_modules/gopd/README.md b/panel-mgmt_backend/node_modules/gopd/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/README.md rename to panel-mgmt_backend/node_modules/gopd/README.md diff --git a/panel-mgmt/backend/node_modules/gopd/gOPD.d.ts b/panel-mgmt_backend/node_modules/gopd/gOPD.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/gOPD.d.ts rename to panel-mgmt_backend/node_modules/gopd/gOPD.d.ts diff --git a/panel-mgmt/backend/node_modules/gopd/gOPD.js b/panel-mgmt_backend/node_modules/gopd/gOPD.js similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/gOPD.js rename to panel-mgmt_backend/node_modules/gopd/gOPD.js diff --git a/panel-mgmt/backend/node_modules/gopd/index.d.ts b/panel-mgmt_backend/node_modules/gopd/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/index.d.ts rename to panel-mgmt_backend/node_modules/gopd/index.d.ts diff --git a/panel-mgmt/backend/node_modules/gopd/index.js b/panel-mgmt_backend/node_modules/gopd/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/index.js rename to panel-mgmt_backend/node_modules/gopd/index.js diff --git a/panel-mgmt/backend/node_modules/gopd/package.json b/panel-mgmt_backend/node_modules/gopd/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/package.json rename to panel-mgmt_backend/node_modules/gopd/package.json diff --git a/panel-mgmt/backend/node_modules/gopd/test/index.js b/panel-mgmt_backend/node_modules/gopd/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/test/index.js rename to panel-mgmt_backend/node_modules/gopd/test/index.js diff --git a/panel-mgmt/backend/node_modules/gopd/tsconfig.json b/panel-mgmt_backend/node_modules/gopd/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/gopd/tsconfig.json rename to panel-mgmt_backend/node_modules/gopd/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/has-flag/index.d.ts b/panel-mgmt_backend/node_modules/has-flag/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/has-flag/index.d.ts rename to panel-mgmt_backend/node_modules/has-flag/index.d.ts diff --git a/panel-mgmt/backend/node_modules/has-flag/index.js b/panel-mgmt_backend/node_modules/has-flag/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/has-flag/index.js rename to panel-mgmt_backend/node_modules/has-flag/index.js diff --git a/panel-mgmt/backend/node_modules/has-flag/license b/panel-mgmt_backend/node_modules/has-flag/license similarity index 100% rename from panel-mgmt/backend/node_modules/has-flag/license rename to panel-mgmt_backend/node_modules/has-flag/license diff --git a/panel-mgmt/backend/node_modules/has-flag/package.json b/panel-mgmt_backend/node_modules/has-flag/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/has-flag/package.json rename to panel-mgmt_backend/node_modules/has-flag/package.json diff --git a/panel-mgmt/backend/node_modules/has-flag/readme.md b/panel-mgmt_backend/node_modules/has-flag/readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/has-flag/readme.md rename to panel-mgmt_backend/node_modules/has-flag/readme.md diff --git a/panel-mgmt/backend/node_modules/has-symbols/.eslintrc b/panel-mgmt_backend/node_modules/has-symbols/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/.eslintrc rename to panel-mgmt_backend/node_modules/has-symbols/.eslintrc diff --git a/panel-mgmt/backend/node_modules/has-symbols/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/has-symbols/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/has-symbols/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/has-symbols/.nycrc b/panel-mgmt_backend/node_modules/has-symbols/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/.nycrc rename to panel-mgmt_backend/node_modules/has-symbols/.nycrc diff --git a/panel-mgmt/backend/node_modules/has-symbols/CHANGELOG.md b/panel-mgmt_backend/node_modules/has-symbols/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/CHANGELOG.md rename to panel-mgmt_backend/node_modules/has-symbols/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/has-symbols/LICENSE b/panel-mgmt_backend/node_modules/has-symbols/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/LICENSE rename to panel-mgmt_backend/node_modules/has-symbols/LICENSE diff --git a/panel-mgmt/backend/node_modules/has-symbols/README.md b/panel-mgmt_backend/node_modules/has-symbols/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/README.md rename to panel-mgmt_backend/node_modules/has-symbols/README.md diff --git a/panel-mgmt/backend/node_modules/has-symbols/index.d.ts b/panel-mgmt_backend/node_modules/has-symbols/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/index.d.ts rename to panel-mgmt_backend/node_modules/has-symbols/index.d.ts diff --git a/panel-mgmt/backend/node_modules/has-symbols/index.js b/panel-mgmt_backend/node_modules/has-symbols/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/index.js rename to panel-mgmt_backend/node_modules/has-symbols/index.js diff --git a/panel-mgmt/backend/node_modules/has-symbols/package.json b/panel-mgmt_backend/node_modules/has-symbols/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/package.json rename to panel-mgmt_backend/node_modules/has-symbols/package.json diff --git a/panel-mgmt/backend/node_modules/has-symbols/shams.d.ts b/panel-mgmt_backend/node_modules/has-symbols/shams.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/shams.d.ts rename to panel-mgmt_backend/node_modules/has-symbols/shams.d.ts diff --git a/panel-mgmt/backend/node_modules/has-symbols/shams.js b/panel-mgmt_backend/node_modules/has-symbols/shams.js similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/shams.js rename to panel-mgmt_backend/node_modules/has-symbols/shams.js diff --git a/panel-mgmt/backend/node_modules/has-symbols/test/index.js b/panel-mgmt_backend/node_modules/has-symbols/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/test/index.js rename to panel-mgmt_backend/node_modules/has-symbols/test/index.js diff --git a/panel-mgmt/backend/node_modules/has-symbols/test/shams/core-js.js b/panel-mgmt_backend/node_modules/has-symbols/test/shams/core-js.js similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/test/shams/core-js.js rename to panel-mgmt_backend/node_modules/has-symbols/test/shams/core-js.js diff --git a/panel-mgmt/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js b/panel-mgmt_backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js rename to panel-mgmt_backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js diff --git a/panel-mgmt/backend/node_modules/has-symbols/test/tests.js b/panel-mgmt_backend/node_modules/has-symbols/test/tests.js similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/test/tests.js rename to panel-mgmt_backend/node_modules/has-symbols/test/tests.js diff --git a/panel-mgmt/backend/node_modules/has-symbols/tsconfig.json b/panel-mgmt_backend/node_modules/has-symbols/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/has-symbols/tsconfig.json rename to panel-mgmt_backend/node_modules/has-symbols/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/hasown/.eslintrc b/panel-mgmt_backend/node_modules/hasown/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/.eslintrc rename to panel-mgmt_backend/node_modules/hasown/.eslintrc diff --git a/panel-mgmt/backend/node_modules/hasown/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/hasown/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/hasown/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/hasown/.nycrc b/panel-mgmt_backend/node_modules/hasown/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/.nycrc rename to panel-mgmt_backend/node_modules/hasown/.nycrc diff --git a/panel-mgmt/backend/node_modules/hasown/CHANGELOG.md b/panel-mgmt_backend/node_modules/hasown/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/CHANGELOG.md rename to panel-mgmt_backend/node_modules/hasown/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/hasown/LICENSE b/panel-mgmt_backend/node_modules/hasown/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/LICENSE rename to panel-mgmt_backend/node_modules/hasown/LICENSE diff --git a/panel-mgmt/backend/node_modules/hasown/README.md b/panel-mgmt_backend/node_modules/hasown/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/README.md rename to panel-mgmt_backend/node_modules/hasown/README.md diff --git a/panel-mgmt/backend/node_modules/hasown/index.d.ts b/panel-mgmt_backend/node_modules/hasown/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/index.d.ts rename to panel-mgmt_backend/node_modules/hasown/index.d.ts diff --git a/panel-mgmt/backend/node_modules/hasown/index.js b/panel-mgmt_backend/node_modules/hasown/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/index.js rename to panel-mgmt_backend/node_modules/hasown/index.js diff --git a/panel-mgmt/backend/node_modules/hasown/package.json b/panel-mgmt_backend/node_modules/hasown/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/package.json rename to panel-mgmt_backend/node_modules/hasown/package.json diff --git a/panel-mgmt/backend/node_modules/hasown/tsconfig.json b/panel-mgmt_backend/node_modules/hasown/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/hasown/tsconfig.json rename to panel-mgmt_backend/node_modules/hasown/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/http-errors/HISTORY.md b/panel-mgmt_backend/node_modules/http-errors/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/HISTORY.md rename to panel-mgmt_backend/node_modules/http-errors/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/http-errors/LICENSE b/panel-mgmt_backend/node_modules/http-errors/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/LICENSE rename to panel-mgmt_backend/node_modules/http-errors/LICENSE diff --git a/panel-mgmt/backend/node_modules/http-errors/README.md b/panel-mgmt_backend/node_modules/http-errors/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/README.md rename to panel-mgmt_backend/node_modules/http-errors/README.md diff --git a/panel-mgmt/backend/node_modules/http-errors/index.js b/panel-mgmt_backend/node_modules/http-errors/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/index.js rename to panel-mgmt_backend/node_modules/http-errors/index.js diff --git a/panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/HISTORY.md b/panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/HISTORY.md rename to panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/LICENSE b/panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/LICENSE rename to panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/LICENSE diff --git a/panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/README.md b/panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/README.md rename to panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/README.md diff --git a/panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/codes.json b/panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/codes.json similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/codes.json rename to panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/codes.json diff --git a/panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/index.js b/panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/index.js rename to panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/index.js diff --git a/panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/package.json b/panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/node_modules/statuses/package.json rename to panel-mgmt_backend/node_modules/http-errors/node_modules/statuses/package.json diff --git a/panel-mgmt/backend/node_modules/http-errors/package.json b/panel-mgmt_backend/node_modules/http-errors/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/http-errors/package.json rename to panel-mgmt_backend/node_modules/http-errors/package.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/.github/dependabot.yml b/panel-mgmt_backend/node_modules/iconv-lite/.github/dependabot.yml similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/.github/dependabot.yml rename to panel-mgmt_backend/node_modules/iconv-lite/.github/dependabot.yml diff --git a/panel-mgmt/backend/node_modules/iconv-lite/.idea/codeStyles/Project.xml b/panel-mgmt_backend/node_modules/iconv-lite/.idea/codeStyles/Project.xml similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/.idea/codeStyles/Project.xml rename to panel-mgmt_backend/node_modules/iconv-lite/.idea/codeStyles/Project.xml diff --git a/panel-mgmt/backend/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml b/panel-mgmt_backend/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml rename to panel-mgmt_backend/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml diff --git a/panel-mgmt/backend/node_modules/iconv-lite/.idea/iconv-lite.iml b/panel-mgmt_backend/node_modules/iconv-lite/.idea/iconv-lite.iml similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/.idea/iconv-lite.iml rename to panel-mgmt_backend/node_modules/iconv-lite/.idea/iconv-lite.iml diff --git a/panel-mgmt/backend/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml b/panel-mgmt_backend/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml rename to panel-mgmt_backend/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml diff --git a/panel-mgmt/backend/node_modules/iconv-lite/.idea/modules.xml b/panel-mgmt_backend/node_modules/iconv-lite/.idea/modules.xml similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/.idea/modules.xml rename to panel-mgmt_backend/node_modules/iconv-lite/.idea/modules.xml diff --git a/panel-mgmt/backend/node_modules/iconv-lite/.idea/vcs.xml b/panel-mgmt_backend/node_modules/iconv-lite/.idea/vcs.xml similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/.idea/vcs.xml rename to panel-mgmt_backend/node_modules/iconv-lite/.idea/vcs.xml diff --git a/panel-mgmt/backend/node_modules/iconv-lite/Changelog.md b/panel-mgmt_backend/node_modules/iconv-lite/Changelog.md similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/Changelog.md rename to panel-mgmt_backend/node_modules/iconv-lite/Changelog.md diff --git a/panel-mgmt/backend/node_modules/iconv-lite/LICENSE b/panel-mgmt_backend/node_modules/iconv-lite/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/LICENSE rename to panel-mgmt_backend/node_modules/iconv-lite/LICENSE diff --git a/panel-mgmt/backend/node_modules/iconv-lite/README.md b/panel-mgmt_backend/node_modules/iconv-lite/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/README.md rename to panel-mgmt_backend/node_modules/iconv-lite/README.md diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/dbcs-codec.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/dbcs-codec.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/dbcs-codec.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/dbcs-codec.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/dbcs-data.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/dbcs-data.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/dbcs-data.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/dbcs-data.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/index.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/index.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/index.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/internal.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/internal.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/internal.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/internal.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-codec.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-codec.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-codec.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-codec.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-data.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-data.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-data.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-data.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/big5-added.json b/panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/big5-added.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/big5-added.json rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/big5-added.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp936.json b/panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp936.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp936.json rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp936.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp949.json b/panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp949.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp949.json rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp949.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp950.json b/panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp950.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp950.json rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp950.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/eucjp.json b/panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/eucjp.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/eucjp.json rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/eucjp.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json b/panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json b/panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/gbk-added.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/gbk-added.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json b/panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/shiftjis.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/tables/shiftjis.json diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/utf16.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/utf16.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/utf16.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/utf16.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/utf32.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/utf32.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/utf32.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/utf32.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/encodings/utf7.js b/panel-mgmt_backend/node_modules/iconv-lite/encodings/utf7.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/encodings/utf7.js rename to panel-mgmt_backend/node_modules/iconv-lite/encodings/utf7.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/lib/bom-handling.js b/panel-mgmt_backend/node_modules/iconv-lite/lib/bom-handling.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/lib/bom-handling.js rename to panel-mgmt_backend/node_modules/iconv-lite/lib/bom-handling.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/lib/index.d.ts b/panel-mgmt_backend/node_modules/iconv-lite/lib/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/lib/index.d.ts rename to panel-mgmt_backend/node_modules/iconv-lite/lib/index.d.ts diff --git a/panel-mgmt/backend/node_modules/iconv-lite/lib/index.js b/panel-mgmt_backend/node_modules/iconv-lite/lib/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/lib/index.js rename to panel-mgmt_backend/node_modules/iconv-lite/lib/index.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/lib/streams.js b/panel-mgmt_backend/node_modules/iconv-lite/lib/streams.js similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/lib/streams.js rename to panel-mgmt_backend/node_modules/iconv-lite/lib/streams.js diff --git a/panel-mgmt/backend/node_modules/iconv-lite/package.json b/panel-mgmt_backend/node_modules/iconv-lite/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/iconv-lite/package.json rename to panel-mgmt_backend/node_modules/iconv-lite/package.json diff --git a/panel-mgmt/backend/node_modules/inherits/LICENSE b/panel-mgmt_backend/node_modules/inherits/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/inherits/LICENSE rename to panel-mgmt_backend/node_modules/inherits/LICENSE diff --git a/panel-mgmt/backend/node_modules/inherits/README.md b/panel-mgmt_backend/node_modules/inherits/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/inherits/README.md rename to panel-mgmt_backend/node_modules/inherits/README.md diff --git a/panel-mgmt/backend/node_modules/inherits/inherits.js b/panel-mgmt_backend/node_modules/inherits/inherits.js similarity index 100% rename from panel-mgmt/backend/node_modules/inherits/inherits.js rename to panel-mgmt_backend/node_modules/inherits/inherits.js diff --git a/panel-mgmt/backend/node_modules/inherits/inherits_browser.js b/panel-mgmt_backend/node_modules/inherits/inherits_browser.js similarity index 100% rename from panel-mgmt/backend/node_modules/inherits/inherits_browser.js rename to panel-mgmt_backend/node_modules/inherits/inherits_browser.js diff --git a/panel-mgmt/backend/node_modules/inherits/package.json b/panel-mgmt_backend/node_modules/inherits/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/inherits/package.json rename to panel-mgmt_backend/node_modules/inherits/package.json diff --git a/panel-mgmt/backend/node_modules/ipaddr.js/LICENSE b/panel-mgmt_backend/node_modules/ipaddr.js/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/ipaddr.js/LICENSE rename to panel-mgmt_backend/node_modules/ipaddr.js/LICENSE diff --git a/panel-mgmt/backend/node_modules/ipaddr.js/README.md b/panel-mgmt_backend/node_modules/ipaddr.js/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/ipaddr.js/README.md rename to panel-mgmt_backend/node_modules/ipaddr.js/README.md diff --git a/panel-mgmt/backend/node_modules/ipaddr.js/ipaddr.min.js b/panel-mgmt_backend/node_modules/ipaddr.js/ipaddr.min.js similarity index 100% rename from panel-mgmt/backend/node_modules/ipaddr.js/ipaddr.min.js rename to panel-mgmt_backend/node_modules/ipaddr.js/ipaddr.min.js diff --git a/panel-mgmt/backend/node_modules/ipaddr.js/lib/ipaddr.js b/panel-mgmt_backend/node_modules/ipaddr.js/lib/ipaddr.js similarity index 100% rename from panel-mgmt/backend/node_modules/ipaddr.js/lib/ipaddr.js rename to panel-mgmt_backend/node_modules/ipaddr.js/lib/ipaddr.js diff --git a/panel-mgmt/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts b/panel-mgmt_backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts rename to panel-mgmt_backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts diff --git a/panel-mgmt/backend/node_modules/ipaddr.js/package.json b/panel-mgmt_backend/node_modules/ipaddr.js/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/ipaddr.js/package.json rename to panel-mgmt_backend/node_modules/ipaddr.js/package.json diff --git a/panel-mgmt/backend/node_modules/is-promise/LICENSE b/panel-mgmt_backend/node_modules/is-promise/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/is-promise/LICENSE rename to panel-mgmt_backend/node_modules/is-promise/LICENSE diff --git a/panel-mgmt/backend/node_modules/is-promise/index.d.ts b/panel-mgmt_backend/node_modules/is-promise/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/is-promise/index.d.ts rename to panel-mgmt_backend/node_modules/is-promise/index.d.ts diff --git a/panel-mgmt/backend/node_modules/is-promise/index.js b/panel-mgmt_backend/node_modules/is-promise/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/is-promise/index.js rename to panel-mgmt_backend/node_modules/is-promise/index.js diff --git a/panel-mgmt/backend/node_modules/is-promise/index.mjs b/panel-mgmt_backend/node_modules/is-promise/index.mjs similarity index 100% rename from panel-mgmt/backend/node_modules/is-promise/index.mjs rename to panel-mgmt_backend/node_modules/is-promise/index.mjs diff --git a/panel-mgmt/backend/node_modules/is-promise/package.json b/panel-mgmt_backend/node_modules/is-promise/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/is-promise/package.json rename to panel-mgmt_backend/node_modules/is-promise/package.json diff --git a/panel-mgmt/backend/node_modules/is-promise/readme.md b/panel-mgmt_backend/node_modules/is-promise/readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/is-promise/readme.md rename to panel-mgmt_backend/node_modules/is-promise/readme.md diff --git a/panel-mgmt/backend/node_modules/is-property/.npmignore b/panel-mgmt_backend/node_modules/is-property/.npmignore similarity index 100% rename from panel-mgmt/backend/node_modules/is-property/.npmignore rename to panel-mgmt_backend/node_modules/is-property/.npmignore diff --git a/panel-mgmt/backend/node_modules/is-property/LICENSE b/panel-mgmt_backend/node_modules/is-property/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/is-property/LICENSE rename to panel-mgmt_backend/node_modules/is-property/LICENSE diff --git a/panel-mgmt/backend/node_modules/is-property/README.md b/panel-mgmt_backend/node_modules/is-property/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/is-property/README.md rename to panel-mgmt_backend/node_modules/is-property/README.md diff --git a/panel-mgmt/backend/node_modules/is-property/is-property.js b/panel-mgmt_backend/node_modules/is-property/is-property.js similarity index 100% rename from panel-mgmt/backend/node_modules/is-property/is-property.js rename to panel-mgmt_backend/node_modules/is-property/is-property.js diff --git a/panel-mgmt/backend/node_modules/is-property/package.json b/panel-mgmt_backend/node_modules/is-property/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/is-property/package.json rename to panel-mgmt_backend/node_modules/is-property/package.json diff --git a/panel-mgmt/backend/node_modules/jake/Makefile b/panel-mgmt_backend/node_modules/jake/Makefile similarity index 100% rename from panel-mgmt/backend/node_modules/jake/Makefile rename to panel-mgmt_backend/node_modules/jake/Makefile diff --git a/panel-mgmt/backend/node_modules/jake/README.md b/panel-mgmt_backend/node_modules/jake/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/jake/README.md rename to panel-mgmt_backend/node_modules/jake/README.md diff --git a/panel-mgmt/backend/node_modules/jake/bin/bash_completion.sh b/panel-mgmt_backend/node_modules/jake/bin/bash_completion.sh similarity index 100% rename from panel-mgmt/backend/node_modules/jake/bin/bash_completion.sh rename to panel-mgmt_backend/node_modules/jake/bin/bash_completion.sh diff --git a/panel-mgmt/backend/node_modules/jake/bin/cli.js b/panel-mgmt_backend/node_modules/jake/bin/cli.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/bin/cli.js rename to panel-mgmt_backend/node_modules/jake/bin/cli.js diff --git a/panel-mgmt/backend/node_modules/jake/jakefile.js b/panel-mgmt_backend/node_modules/jake/jakefile.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/jakefile.js rename to panel-mgmt_backend/node_modules/jake/jakefile.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/api.js b/panel-mgmt_backend/node_modules/jake/lib/api.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/api.js rename to panel-mgmt_backend/node_modules/jake/lib/api.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/jake.js b/panel-mgmt_backend/node_modules/jake/lib/jake.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/jake.js rename to panel-mgmt_backend/node_modules/jake/lib/jake.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/loader.js b/panel-mgmt_backend/node_modules/jake/lib/loader.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/loader.js rename to panel-mgmt_backend/node_modules/jake/lib/loader.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/namespace.js b/panel-mgmt_backend/node_modules/jake/lib/namespace.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/namespace.js rename to panel-mgmt_backend/node_modules/jake/lib/namespace.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/package_task.js b/panel-mgmt_backend/node_modules/jake/lib/package_task.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/package_task.js rename to panel-mgmt_backend/node_modules/jake/lib/package_task.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/parseargs.js b/panel-mgmt_backend/node_modules/jake/lib/parseargs.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/parseargs.js rename to panel-mgmt_backend/node_modules/jake/lib/parseargs.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/program.js b/panel-mgmt_backend/node_modules/jake/lib/program.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/program.js rename to panel-mgmt_backend/node_modules/jake/lib/program.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/publish_task.js b/panel-mgmt_backend/node_modules/jake/lib/publish_task.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/publish_task.js rename to panel-mgmt_backend/node_modules/jake/lib/publish_task.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/rule.js b/panel-mgmt_backend/node_modules/jake/lib/rule.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/rule.js rename to panel-mgmt_backend/node_modules/jake/lib/rule.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/task/directory_task.js b/panel-mgmt_backend/node_modules/jake/lib/task/directory_task.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/task/directory_task.js rename to panel-mgmt_backend/node_modules/jake/lib/task/directory_task.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/task/file_task.js b/panel-mgmt_backend/node_modules/jake/lib/task/file_task.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/task/file_task.js rename to panel-mgmt_backend/node_modules/jake/lib/task/file_task.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/task/index.js b/panel-mgmt_backend/node_modules/jake/lib/task/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/task/index.js rename to panel-mgmt_backend/node_modules/jake/lib/task/index.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/task/task.js b/panel-mgmt_backend/node_modules/jake/lib/task/task.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/task/task.js rename to panel-mgmt_backend/node_modules/jake/lib/task/task.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/test_task.js b/panel-mgmt_backend/node_modules/jake/lib/test_task.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/test_task.js rename to panel-mgmt_backend/node_modules/jake/lib/test_task.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/utils/file.js b/panel-mgmt_backend/node_modules/jake/lib/utils/file.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/utils/file.js rename to panel-mgmt_backend/node_modules/jake/lib/utils/file.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/utils/index.js b/panel-mgmt_backend/node_modules/jake/lib/utils/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/utils/index.js rename to panel-mgmt_backend/node_modules/jake/lib/utils/index.js diff --git a/panel-mgmt/backend/node_modules/jake/lib/utils/logger.js b/panel-mgmt_backend/node_modules/jake/lib/utils/logger.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/lib/utils/logger.js rename to panel-mgmt_backend/node_modules/jake/lib/utils/logger.js diff --git a/panel-mgmt/backend/node_modules/jake/package.json b/panel-mgmt_backend/node_modules/jake/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/jake/package.json rename to panel-mgmt_backend/node_modules/jake/package.json diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/concurrent.js b/panel-mgmt_backend/node_modules/jake/test/integration/concurrent.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/concurrent.js rename to panel-mgmt_backend/node_modules/jake/test/integration/concurrent.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/file.js b/panel-mgmt_backend/node_modules/jake/test/integration/file.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/file.js rename to panel-mgmt_backend/node_modules/jake/test/integration/file.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/file_task.js b/panel-mgmt_backend/node_modules/jake/test/integration/file_task.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/file_task.js rename to panel-mgmt_backend/node_modules/jake/test/integration/file_task.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/helpers.js b/panel-mgmt_backend/node_modules/jake/test/integration/helpers.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/helpers.js rename to panel-mgmt_backend/node_modules/jake/test/integration/helpers.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/jakefile.js b/panel-mgmt_backend/node_modules/jake/test/integration/jakefile.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/jakefile.js rename to panel-mgmt_backend/node_modules/jake/test/integration/jakefile.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/jakelib/concurrent.jake.js b/panel-mgmt_backend/node_modules/jake/test/integration/jakelib/concurrent.jake.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/jakelib/concurrent.jake.js rename to panel-mgmt_backend/node_modules/jake/test/integration/jakelib/concurrent.jake.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/jakelib/publish.jake.js b/panel-mgmt_backend/node_modules/jake/test/integration/jakelib/publish.jake.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/jakelib/publish.jake.js rename to panel-mgmt_backend/node_modules/jake/test/integration/jakelib/publish.jake.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/jakelib/required_module.jake.js b/panel-mgmt_backend/node_modules/jake/test/integration/jakelib/required_module.jake.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/jakelib/required_module.jake.js rename to panel-mgmt_backend/node_modules/jake/test/integration/jakelib/required_module.jake.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/jakelib/rule.jake.js b/panel-mgmt_backend/node_modules/jake/test/integration/jakelib/rule.jake.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/jakelib/rule.jake.js rename to panel-mgmt_backend/node_modules/jake/test/integration/jakelib/rule.jake.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/list_tasks.js b/panel-mgmt_backend/node_modules/jake/test/integration/list_tasks.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/list_tasks.js rename to panel-mgmt_backend/node_modules/jake/test/integration/list_tasks.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/publish_task.js b/panel-mgmt_backend/node_modules/jake/test/integration/publish_task.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/publish_task.js rename to panel-mgmt_backend/node_modules/jake/test/integration/publish_task.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/rule.js b/panel-mgmt_backend/node_modules/jake/test/integration/rule.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/rule.js rename to panel-mgmt_backend/node_modules/jake/test/integration/rule.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/selfdep.js b/panel-mgmt_backend/node_modules/jake/test/integration/selfdep.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/selfdep.js rename to panel-mgmt_backend/node_modules/jake/test/integration/selfdep.js diff --git a/panel-mgmt/backend/node_modules/jake/test/integration/task_base.js b/panel-mgmt_backend/node_modules/jake/test/integration/task_base.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/integration/task_base.js rename to panel-mgmt_backend/node_modules/jake/test/integration/task_base.js diff --git a/panel-mgmt/backend/node_modules/jake/test/unit/jakefile.js b/panel-mgmt_backend/node_modules/jake/test/unit/jakefile.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/unit/jakefile.js rename to panel-mgmt_backend/node_modules/jake/test/unit/jakefile.js diff --git a/panel-mgmt/backend/node_modules/jake/test/unit/namespace.js b/panel-mgmt_backend/node_modules/jake/test/unit/namespace.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/unit/namespace.js rename to panel-mgmt_backend/node_modules/jake/test/unit/namespace.js diff --git a/panel-mgmt/backend/node_modules/jake/test/unit/parseargs.js b/panel-mgmt_backend/node_modules/jake/test/unit/parseargs.js similarity index 100% rename from panel-mgmt/backend/node_modules/jake/test/unit/parseargs.js rename to panel-mgmt_backend/node_modules/jake/test/unit/parseargs.js diff --git a/panel-mgmt/backend/node_modules/jake/usage.txt b/panel-mgmt_backend/node_modules/jake/usage.txt similarity index 100% rename from panel-mgmt/backend/node_modules/jake/usage.txt rename to panel-mgmt_backend/node_modules/jake/usage.txt diff --git a/panel-mgmt/backend/node_modules/long/LICENSE b/panel-mgmt_backend/node_modules/long/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/long/LICENSE rename to panel-mgmt_backend/node_modules/long/LICENSE diff --git a/panel-mgmt/backend/node_modules/long/README.md b/panel-mgmt_backend/node_modules/long/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/long/README.md rename to panel-mgmt_backend/node_modules/long/README.md diff --git a/panel-mgmt/backend/node_modules/long/index.d.ts b/panel-mgmt_backend/node_modules/long/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/long/index.d.ts rename to panel-mgmt_backend/node_modules/long/index.d.ts diff --git a/panel-mgmt/backend/node_modules/long/index.js b/panel-mgmt_backend/node_modules/long/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/long/index.js rename to panel-mgmt_backend/node_modules/long/index.js diff --git a/panel-mgmt/backend/node_modules/long/package.json b/panel-mgmt_backend/node_modules/long/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/long/package.json rename to panel-mgmt_backend/node_modules/long/package.json diff --git a/panel-mgmt/backend/node_modules/long/types.d.ts b/panel-mgmt_backend/node_modules/long/types.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/long/types.d.ts rename to panel-mgmt_backend/node_modules/long/types.d.ts diff --git a/panel-mgmt/backend/node_modules/long/umd/index.d.ts b/panel-mgmt_backend/node_modules/long/umd/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/long/umd/index.d.ts rename to panel-mgmt_backend/node_modules/long/umd/index.d.ts diff --git a/panel-mgmt/backend/node_modules/long/umd/index.js b/panel-mgmt_backend/node_modules/long/umd/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/long/umd/index.js rename to panel-mgmt_backend/node_modules/long/umd/index.js diff --git a/panel-mgmt/backend/node_modules/long/umd/package.json b/panel-mgmt_backend/node_modules/long/umd/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/long/umd/package.json rename to panel-mgmt_backend/node_modules/long/umd/package.json diff --git a/panel-mgmt/backend/node_modules/long/umd/types.d.ts b/panel-mgmt_backend/node_modules/long/umd/types.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/long/umd/types.d.ts rename to panel-mgmt_backend/node_modules/long/umd/types.d.ts diff --git a/panel-mgmt/backend/node_modules/lru-cache/LICENSE b/panel-mgmt_backend/node_modules/lru-cache/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/lru-cache/LICENSE rename to panel-mgmt_backend/node_modules/lru-cache/LICENSE diff --git a/panel-mgmt/backend/node_modules/lru-cache/README.md b/panel-mgmt_backend/node_modules/lru-cache/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/lru-cache/README.md rename to panel-mgmt_backend/node_modules/lru-cache/README.md diff --git a/panel-mgmt/backend/node_modules/lru-cache/index.d.ts b/panel-mgmt_backend/node_modules/lru-cache/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/lru-cache/index.d.ts rename to panel-mgmt_backend/node_modules/lru-cache/index.d.ts diff --git a/panel-mgmt/backend/node_modules/lru-cache/index.js b/panel-mgmt_backend/node_modules/lru-cache/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/lru-cache/index.js rename to panel-mgmt_backend/node_modules/lru-cache/index.js diff --git a/panel-mgmt/backend/node_modules/lru-cache/index.mjs b/panel-mgmt_backend/node_modules/lru-cache/index.mjs similarity index 100% rename from panel-mgmt/backend/node_modules/lru-cache/index.mjs rename to panel-mgmt_backend/node_modules/lru-cache/index.mjs diff --git a/panel-mgmt/backend/node_modules/lru-cache/package.json b/panel-mgmt_backend/node_modules/lru-cache/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/lru-cache/package.json rename to panel-mgmt_backend/node_modules/lru-cache/package.json diff --git a/panel-mgmt/backend/node_modules/lru.min/LICENSE b/panel-mgmt_backend/node_modules/lru.min/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/lru.min/LICENSE rename to panel-mgmt_backend/node_modules/lru.min/LICENSE diff --git a/panel-mgmt/backend/node_modules/lru.min/README.md b/panel-mgmt_backend/node_modules/lru.min/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/lru.min/README.md rename to panel-mgmt_backend/node_modules/lru.min/README.md diff --git a/panel-mgmt/backend/node_modules/lru.min/browser/lru.min.js b/panel-mgmt_backend/node_modules/lru.min/browser/lru.min.js similarity index 100% rename from panel-mgmt/backend/node_modules/lru.min/browser/lru.min.js rename to panel-mgmt_backend/node_modules/lru.min/browser/lru.min.js diff --git a/panel-mgmt/backend/node_modules/lru.min/lib/index.d.ts b/panel-mgmt_backend/node_modules/lru.min/lib/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/lru.min/lib/index.d.ts rename to panel-mgmt_backend/node_modules/lru.min/lib/index.d.ts diff --git a/panel-mgmt/backend/node_modules/lru.min/lib/index.js b/panel-mgmt_backend/node_modules/lru.min/lib/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/lru.min/lib/index.js rename to panel-mgmt_backend/node_modules/lru.min/lib/index.js diff --git a/panel-mgmt/backend/node_modules/lru.min/lib/index.mjs b/panel-mgmt_backend/node_modules/lru.min/lib/index.mjs similarity index 100% rename from panel-mgmt/backend/node_modules/lru.min/lib/index.mjs rename to panel-mgmt_backend/node_modules/lru.min/lib/index.mjs diff --git a/panel-mgmt/backend/node_modules/lru.min/package.json b/panel-mgmt_backend/node_modules/lru.min/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/lru.min/package.json rename to panel-mgmt_backend/node_modules/lru.min/package.json diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/.eslintrc b/panel-mgmt_backend/node_modules/math-intrinsics/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/.eslintrc rename to panel-mgmt_backend/node_modules/math-intrinsics/.eslintrc diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/math-intrinsics/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/math-intrinsics/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/CHANGELOG.md b/panel-mgmt_backend/node_modules/math-intrinsics/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/CHANGELOG.md rename to panel-mgmt_backend/node_modules/math-intrinsics/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/LICENSE b/panel-mgmt_backend/node_modules/math-intrinsics/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/LICENSE rename to panel-mgmt_backend/node_modules/math-intrinsics/LICENSE diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/README.md b/panel-mgmt_backend/node_modules/math-intrinsics/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/README.md rename to panel-mgmt_backend/node_modules/math-intrinsics/README.md diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/abs.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/abs.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/abs.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/abs.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/abs.js b/panel-mgmt_backend/node_modules/math-intrinsics/abs.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/abs.js rename to panel-mgmt_backend/node_modules/math-intrinsics/abs.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/constants/maxArrayLength.js b/panel-mgmt_backend/node_modules/math-intrinsics/constants/maxArrayLength.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/constants/maxArrayLength.js rename to panel-mgmt_backend/node_modules/math-intrinsics/constants/maxArrayLength.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js b/panel-mgmt_backend/node_modules/math-intrinsics/constants/maxSafeInteger.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js rename to panel-mgmt_backend/node_modules/math-intrinsics/constants/maxSafeInteger.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/constants/maxValue.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/constants/maxValue.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/constants/maxValue.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/constants/maxValue.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/constants/maxValue.js b/panel-mgmt_backend/node_modules/math-intrinsics/constants/maxValue.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/constants/maxValue.js rename to panel-mgmt_backend/node_modules/math-intrinsics/constants/maxValue.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/floor.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/floor.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/floor.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/floor.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/floor.js b/panel-mgmt_backend/node_modules/math-intrinsics/floor.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/floor.js rename to panel-mgmt_backend/node_modules/math-intrinsics/floor.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/isFinite.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/isFinite.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/isFinite.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/isFinite.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/isFinite.js b/panel-mgmt_backend/node_modules/math-intrinsics/isFinite.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/isFinite.js rename to panel-mgmt_backend/node_modules/math-intrinsics/isFinite.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/isInteger.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/isInteger.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/isInteger.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/isInteger.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/isInteger.js b/panel-mgmt_backend/node_modules/math-intrinsics/isInteger.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/isInteger.js rename to panel-mgmt_backend/node_modules/math-intrinsics/isInteger.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/isNaN.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/isNaN.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/isNaN.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/isNaN.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/isNaN.js b/panel-mgmt_backend/node_modules/math-intrinsics/isNaN.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/isNaN.js rename to panel-mgmt_backend/node_modules/math-intrinsics/isNaN.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/isNegativeZero.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/isNegativeZero.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/isNegativeZero.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/isNegativeZero.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/isNegativeZero.js b/panel-mgmt_backend/node_modules/math-intrinsics/isNegativeZero.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/isNegativeZero.js rename to panel-mgmt_backend/node_modules/math-intrinsics/isNegativeZero.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/max.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/max.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/max.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/max.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/max.js b/panel-mgmt_backend/node_modules/math-intrinsics/max.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/max.js rename to panel-mgmt_backend/node_modules/math-intrinsics/max.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/min.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/min.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/min.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/min.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/min.js b/panel-mgmt_backend/node_modules/math-intrinsics/min.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/min.js rename to panel-mgmt_backend/node_modules/math-intrinsics/min.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/mod.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/mod.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/mod.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/mod.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/mod.js b/panel-mgmt_backend/node_modules/math-intrinsics/mod.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/mod.js rename to panel-mgmt_backend/node_modules/math-intrinsics/mod.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/package.json b/panel-mgmt_backend/node_modules/math-intrinsics/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/package.json rename to panel-mgmt_backend/node_modules/math-intrinsics/package.json diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/pow.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/pow.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/pow.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/pow.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/pow.js b/panel-mgmt_backend/node_modules/math-intrinsics/pow.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/pow.js rename to panel-mgmt_backend/node_modules/math-intrinsics/pow.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/round.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/round.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/round.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/round.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/round.js b/panel-mgmt_backend/node_modules/math-intrinsics/round.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/round.js rename to panel-mgmt_backend/node_modules/math-intrinsics/round.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/sign.d.ts b/panel-mgmt_backend/node_modules/math-intrinsics/sign.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/sign.d.ts rename to panel-mgmt_backend/node_modules/math-intrinsics/sign.d.ts diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/sign.js b/panel-mgmt_backend/node_modules/math-intrinsics/sign.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/sign.js rename to panel-mgmt_backend/node_modules/math-intrinsics/sign.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/test/index.js b/panel-mgmt_backend/node_modules/math-intrinsics/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/test/index.js rename to panel-mgmt_backend/node_modules/math-intrinsics/test/index.js diff --git a/panel-mgmt/backend/node_modules/math-intrinsics/tsconfig.json b/panel-mgmt_backend/node_modules/math-intrinsics/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/math-intrinsics/tsconfig.json rename to panel-mgmt_backend/node_modules/math-intrinsics/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/media-typer/HISTORY.md b/panel-mgmt_backend/node_modules/media-typer/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/media-typer/HISTORY.md rename to panel-mgmt_backend/node_modules/media-typer/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/media-typer/LICENSE b/panel-mgmt_backend/node_modules/media-typer/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/media-typer/LICENSE rename to panel-mgmt_backend/node_modules/media-typer/LICENSE diff --git a/panel-mgmt/backend/node_modules/media-typer/README.md b/panel-mgmt_backend/node_modules/media-typer/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/media-typer/README.md rename to panel-mgmt_backend/node_modules/media-typer/README.md diff --git a/panel-mgmt/backend/node_modules/media-typer/index.js b/panel-mgmt_backend/node_modules/media-typer/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/media-typer/index.js rename to panel-mgmt_backend/node_modules/media-typer/index.js diff --git a/panel-mgmt/backend/node_modules/media-typer/package.json b/panel-mgmt_backend/node_modules/media-typer/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/media-typer/package.json rename to panel-mgmt_backend/node_modules/media-typer/package.json diff --git a/panel-mgmt/backend/node_modules/merge-descriptors/index.d.ts b/panel-mgmt_backend/node_modules/merge-descriptors/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/merge-descriptors/index.d.ts rename to panel-mgmt_backend/node_modules/merge-descriptors/index.d.ts diff --git a/panel-mgmt/backend/node_modules/merge-descriptors/index.js b/panel-mgmt_backend/node_modules/merge-descriptors/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/merge-descriptors/index.js rename to panel-mgmt_backend/node_modules/merge-descriptors/index.js diff --git a/panel-mgmt/backend/node_modules/merge-descriptors/license b/panel-mgmt_backend/node_modules/merge-descriptors/license similarity index 100% rename from panel-mgmt/backend/node_modules/merge-descriptors/license rename to panel-mgmt_backend/node_modules/merge-descriptors/license diff --git a/panel-mgmt/backend/node_modules/merge-descriptors/package.json b/panel-mgmt_backend/node_modules/merge-descriptors/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/merge-descriptors/package.json rename to panel-mgmt_backend/node_modules/merge-descriptors/package.json diff --git a/panel-mgmt/backend/node_modules/merge-descriptors/readme.md b/panel-mgmt_backend/node_modules/merge-descriptors/readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/merge-descriptors/readme.md rename to panel-mgmt_backend/node_modules/merge-descriptors/readme.md diff --git a/panel-mgmt/backend/node_modules/mime-db/HISTORY.md b/panel-mgmt_backend/node_modules/mime-db/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/mime-db/HISTORY.md rename to panel-mgmt_backend/node_modules/mime-db/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/mime-db/LICENSE b/panel-mgmt_backend/node_modules/mime-db/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/mime-db/LICENSE rename to panel-mgmt_backend/node_modules/mime-db/LICENSE diff --git a/panel-mgmt/backend/node_modules/mime-db/README.md b/panel-mgmt_backend/node_modules/mime-db/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/mime-db/README.md rename to panel-mgmt_backend/node_modules/mime-db/README.md diff --git a/panel-mgmt/backend/node_modules/mime-db/db.json b/panel-mgmt_backend/node_modules/mime-db/db.json similarity index 100% rename from panel-mgmt/backend/node_modules/mime-db/db.json rename to panel-mgmt_backend/node_modules/mime-db/db.json diff --git a/panel-mgmt/backend/node_modules/mime-db/index.js b/panel-mgmt_backend/node_modules/mime-db/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/mime-db/index.js rename to panel-mgmt_backend/node_modules/mime-db/index.js diff --git a/panel-mgmt/backend/node_modules/mime-db/package.json b/panel-mgmt_backend/node_modules/mime-db/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/mime-db/package.json rename to panel-mgmt_backend/node_modules/mime-db/package.json diff --git a/panel-mgmt/backend/node_modules/mime-types/HISTORY.md b/panel-mgmt_backend/node_modules/mime-types/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/mime-types/HISTORY.md rename to panel-mgmt_backend/node_modules/mime-types/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/mime-types/LICENSE b/panel-mgmt_backend/node_modules/mime-types/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/mime-types/LICENSE rename to panel-mgmt_backend/node_modules/mime-types/LICENSE diff --git a/panel-mgmt/backend/node_modules/mime-types/README.md b/panel-mgmt_backend/node_modules/mime-types/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/mime-types/README.md rename to panel-mgmt_backend/node_modules/mime-types/README.md diff --git a/panel-mgmt/backend/node_modules/mime-types/index.js b/panel-mgmt_backend/node_modules/mime-types/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/mime-types/index.js rename to panel-mgmt_backend/node_modules/mime-types/index.js diff --git a/panel-mgmt/backend/node_modules/mime-types/mimeScore.js b/panel-mgmt_backend/node_modules/mime-types/mimeScore.js similarity index 100% rename from panel-mgmt/backend/node_modules/mime-types/mimeScore.js rename to panel-mgmt_backend/node_modules/mime-types/mimeScore.js diff --git a/panel-mgmt/backend/node_modules/mime-types/package.json b/panel-mgmt_backend/node_modules/mime-types/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/mime-types/package.json rename to panel-mgmt_backend/node_modules/mime-types/package.json diff --git a/panel-mgmt/backend/node_modules/minimatch/LICENSE b/panel-mgmt_backend/node_modules/minimatch/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/minimatch/LICENSE rename to panel-mgmt_backend/node_modules/minimatch/LICENSE diff --git a/panel-mgmt/backend/node_modules/minimatch/README.md b/panel-mgmt_backend/node_modules/minimatch/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/minimatch/README.md rename to panel-mgmt_backend/node_modules/minimatch/README.md diff --git a/panel-mgmt/backend/node_modules/minimatch/minimatch.js b/panel-mgmt_backend/node_modules/minimatch/minimatch.js similarity index 100% rename from panel-mgmt/backend/node_modules/minimatch/minimatch.js rename to panel-mgmt_backend/node_modules/minimatch/minimatch.js diff --git a/panel-mgmt/backend/node_modules/minimatch/package.json b/panel-mgmt_backend/node_modules/minimatch/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/minimatch/package.json rename to panel-mgmt_backend/node_modules/minimatch/package.json diff --git a/panel-mgmt/backend/node_modules/ms/index.js b/panel-mgmt_backend/node_modules/ms/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/ms/index.js rename to panel-mgmt_backend/node_modules/ms/index.js diff --git a/panel-mgmt/backend/node_modules/ms/license.md b/panel-mgmt_backend/node_modules/ms/license.md similarity index 100% rename from panel-mgmt/backend/node_modules/ms/license.md rename to panel-mgmt_backend/node_modules/ms/license.md diff --git a/panel-mgmt/backend/node_modules/ms/package.json b/panel-mgmt_backend/node_modules/ms/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/ms/package.json rename to panel-mgmt_backend/node_modules/ms/package.json diff --git a/panel-mgmt/backend/node_modules/ms/readme.md b/panel-mgmt_backend/node_modules/ms/readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/ms/readme.md rename to panel-mgmt_backend/node_modules/ms/readme.md diff --git a/panel-mgmt/backend/node_modules/mysql2/License b/panel-mgmt_backend/node_modules/mysql2/License similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/License rename to panel-mgmt_backend/node_modules/mysql2/License diff --git a/panel-mgmt/backend/node_modules/mysql2/README.md b/panel-mgmt_backend/node_modules/mysql2/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/README.md rename to panel-mgmt_backend/node_modules/mysql2/README.md diff --git a/panel-mgmt/backend/node_modules/mysql2/index.d.ts b/panel-mgmt_backend/node_modules/mysql2/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/index.d.ts rename to panel-mgmt_backend/node_modules/mysql2/index.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/index.js b/panel-mgmt_backend/node_modules/mysql2/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/index.js rename to panel-mgmt_backend/node_modules/mysql2/index.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/auth_41.js b/panel-mgmt_backend/node_modules/mysql2/lib/auth_41.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/auth_41.js rename to panel-mgmt_backend/node_modules/mysql2/lib/auth_41.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js b/panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js rename to panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md b/panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md rename to panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/index.js b/panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/index.js rename to panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/index.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js b/panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js rename to panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js b/panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js rename to panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js b/panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js rename to panel-mgmt_backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/base/connection.js b/panel-mgmt_backend/node_modules/mysql2/lib/base/connection.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/base/connection.js rename to panel-mgmt_backend/node_modules/mysql2/lib/base/connection.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/base/pool.js b/panel-mgmt_backend/node_modules/mysql2/lib/base/pool.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/base/pool.js rename to panel-mgmt_backend/node_modules/mysql2/lib/base/pool.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/base/pool_connection.js b/panel-mgmt_backend/node_modules/mysql2/lib/base/pool_connection.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/base/pool_connection.js rename to panel-mgmt_backend/node_modules/mysql2/lib/base/pool_connection.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/auth_switch.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/auth_switch.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/auth_switch.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/auth_switch.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/binlog_dump.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/binlog_dump.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/binlog_dump.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/binlog_dump.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/change_user.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/change_user.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/change_user.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/change_user.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/client_handshake.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/client_handshake.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/client_handshake.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/client_handshake.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/close_statement.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/close_statement.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/close_statement.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/close_statement.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/command.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/command.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/command.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/command.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/execute.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/execute.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/execute.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/execute.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/index.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/index.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/index.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/ping.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/ping.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/ping.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/ping.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/prepare.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/prepare.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/prepare.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/prepare.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/query.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/query.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/query.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/query.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/quit.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/quit.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/quit.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/quit.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/register_slave.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/register_slave.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/register_slave.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/register_slave.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/commands/server_handshake.js b/panel-mgmt_backend/node_modules/mysql2/lib/commands/server_handshake.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/commands/server_handshake.js rename to panel-mgmt_backend/node_modules/mysql2/lib/commands/server_handshake.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/compressed_protocol.js b/panel-mgmt_backend/node_modules/mysql2/lib/compressed_protocol.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/compressed_protocol.js rename to panel-mgmt_backend/node_modules/mysql2/lib/compressed_protocol.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/connection.js b/panel-mgmt_backend/node_modules/mysql2/lib/connection.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/connection.js rename to panel-mgmt_backend/node_modules/mysql2/lib/connection.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/connection_config.js b/panel-mgmt_backend/node_modules/mysql2/lib/connection_config.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/connection_config.js rename to panel-mgmt_backend/node_modules/mysql2/lib/connection_config.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/charset_encodings.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/charset_encodings.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/charset_encodings.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/charset_encodings.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/charsets.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/charsets.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/charsets.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/charsets.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/client.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/client.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/client.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/client.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/commands.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/commands.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/commands.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/commands.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/cursor.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/cursor.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/cursor.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/cursor.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/encoding_charset.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/encoding_charset.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/encoding_charset.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/encoding_charset.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/errors.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/errors.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/errors.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/errors.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/field_flags.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/field_flags.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/field_flags.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/field_flags.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/server_status.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/server_status.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/server_status.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/server_status.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/session_track.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/session_track.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/session_track.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/session_track.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/ssl_profiles.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/ssl_profiles.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/ssl_profiles.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/ssl_profiles.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/constants/types.js b/panel-mgmt_backend/node_modules/mysql2/lib/constants/types.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/constants/types.js rename to panel-mgmt_backend/node_modules/mysql2/lib/constants/types.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/create_connection.js b/panel-mgmt_backend/node_modules/mysql2/lib/create_connection.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/create_connection.js rename to panel-mgmt_backend/node_modules/mysql2/lib/create_connection.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/create_pool.js b/panel-mgmt_backend/node_modules/mysql2/lib/create_pool.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/create_pool.js rename to panel-mgmt_backend/node_modules/mysql2/lib/create_pool.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/create_pool_cluster.js b/panel-mgmt_backend/node_modules/mysql2/lib/create_pool_cluster.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/create_pool_cluster.js rename to panel-mgmt_backend/node_modules/mysql2/lib/create_pool_cluster.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/helpers.js b/panel-mgmt_backend/node_modules/mysql2/lib/helpers.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/helpers.js rename to panel-mgmt_backend/node_modules/mysql2/lib/helpers.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packet_parser.js b/panel-mgmt_backend/node_modules/mysql2/lib/packet_parser.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packet_parser.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packet_parser.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/auth_next_factor.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/auth_next_factor.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/auth_next_factor.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/auth_next_factor.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_request.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_request.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_request.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_request.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_response.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_response.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_response.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_response.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/binary_row.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/binary_row.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/binary_row.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/binary_row.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/binlog_dump.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/binlog_dump.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/binlog_dump.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/binlog_dump.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/change_user.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/change_user.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/change_user.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/change_user.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/close_statement.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/close_statement.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/close_statement.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/close_statement.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/column_definition.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/column_definition.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/column_definition.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/column_definition.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/execute.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/execute.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/execute.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/execute.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/handshake.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/handshake.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/handshake.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/handshake.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/handshake_response.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/handshake_response.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/handshake_response.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/handshake_response.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/index.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/index.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/index.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/packet.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/packet.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/packet.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/packet.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/prepare_statement.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/prepare_statement.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/prepare_statement.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/prepare_statement.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/prepared_statement_header.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/prepared_statement_header.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/prepared_statement_header.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/prepared_statement_header.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/query.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/query.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/query.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/query.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/register_slave.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/register_slave.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/register_slave.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/register_slave.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/resultset_header.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/resultset_header.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/resultset_header.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/resultset_header.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/ssl_request.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/ssl_request.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/ssl_request.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/ssl_request.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/packets/text_row.js b/panel-mgmt_backend/node_modules/mysql2/lib/packets/text_row.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/packets/text_row.js rename to panel-mgmt_backend/node_modules/mysql2/lib/packets/text_row.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/parsers/binary_parser.js b/panel-mgmt_backend/node_modules/mysql2/lib/parsers/binary_parser.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/parsers/binary_parser.js rename to panel-mgmt_backend/node_modules/mysql2/lib/parsers/binary_parser.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/parsers/parser_cache.js b/panel-mgmt_backend/node_modules/mysql2/lib/parsers/parser_cache.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/parsers/parser_cache.js rename to panel-mgmt_backend/node_modules/mysql2/lib/parsers/parser_cache.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/parsers/static_binary_parser.js b/panel-mgmt_backend/node_modules/mysql2/lib/parsers/static_binary_parser.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/parsers/static_binary_parser.js rename to panel-mgmt_backend/node_modules/mysql2/lib/parsers/static_binary_parser.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/parsers/static_text_parser.js b/panel-mgmt_backend/node_modules/mysql2/lib/parsers/static_text_parser.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/parsers/static_text_parser.js rename to panel-mgmt_backend/node_modules/mysql2/lib/parsers/static_text_parser.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/parsers/string.js b/panel-mgmt_backend/node_modules/mysql2/lib/parsers/string.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/parsers/string.js rename to panel-mgmt_backend/node_modules/mysql2/lib/parsers/string.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/parsers/text_parser.js b/panel-mgmt_backend/node_modules/mysql2/lib/parsers/text_parser.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/parsers/text_parser.js rename to panel-mgmt_backend/node_modules/mysql2/lib/parsers/text_parser.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/pool.js b/panel-mgmt_backend/node_modules/mysql2/lib/pool.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/pool.js rename to panel-mgmt_backend/node_modules/mysql2/lib/pool.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/pool_cluster.js b/panel-mgmt_backend/node_modules/mysql2/lib/pool_cluster.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/pool_cluster.js rename to panel-mgmt_backend/node_modules/mysql2/lib/pool_cluster.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/pool_config.js b/panel-mgmt_backend/node_modules/mysql2/lib/pool_config.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/pool_config.js rename to panel-mgmt_backend/node_modules/mysql2/lib/pool_config.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/pool_connection.js b/panel-mgmt_backend/node_modules/mysql2/lib/pool_connection.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/pool_connection.js rename to panel-mgmt_backend/node_modules/mysql2/lib/pool_connection.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/promise/connection.js b/panel-mgmt_backend/node_modules/mysql2/lib/promise/connection.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/promise/connection.js rename to panel-mgmt_backend/node_modules/mysql2/lib/promise/connection.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/promise/inherit_events.js b/panel-mgmt_backend/node_modules/mysql2/lib/promise/inherit_events.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/promise/inherit_events.js rename to panel-mgmt_backend/node_modules/mysql2/lib/promise/inherit_events.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/promise/make_done_cb.js b/panel-mgmt_backend/node_modules/mysql2/lib/promise/make_done_cb.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/promise/make_done_cb.js rename to panel-mgmt_backend/node_modules/mysql2/lib/promise/make_done_cb.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/promise/pool.js b/panel-mgmt_backend/node_modules/mysql2/lib/promise/pool.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/promise/pool.js rename to panel-mgmt_backend/node_modules/mysql2/lib/promise/pool.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/promise/pool_cluster.js b/panel-mgmt_backend/node_modules/mysql2/lib/promise/pool_cluster.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/promise/pool_cluster.js rename to panel-mgmt_backend/node_modules/mysql2/lib/promise/pool_cluster.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/promise/pool_connection.js b/panel-mgmt_backend/node_modules/mysql2/lib/promise/pool_connection.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/promise/pool_connection.js rename to panel-mgmt_backend/node_modules/mysql2/lib/promise/pool_connection.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/promise/prepared_statement_info.js b/panel-mgmt_backend/node_modules/mysql2/lib/promise/prepared_statement_info.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/promise/prepared_statement_info.js rename to panel-mgmt_backend/node_modules/mysql2/lib/promise/prepared_statement_info.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/results_stream.js b/panel-mgmt_backend/node_modules/mysql2/lib/results_stream.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/results_stream.js rename to panel-mgmt_backend/node_modules/mysql2/lib/results_stream.js diff --git a/panel-mgmt/backend/node_modules/mysql2/lib/server.js b/panel-mgmt_backend/node_modules/mysql2/lib/server.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/lib/server.js rename to panel-mgmt_backend/node_modules/mysql2/lib/server.js diff --git a/panel-mgmt/backend/node_modules/mysql2/package.json b/panel-mgmt_backend/node_modules/mysql2/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/package.json rename to panel-mgmt_backend/node_modules/mysql2/package.json diff --git a/panel-mgmt/backend/node_modules/mysql2/promise.d.ts b/panel-mgmt_backend/node_modules/mysql2/promise.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/promise.d.ts rename to panel-mgmt_backend/node_modules/mysql2/promise.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/promise.js b/panel-mgmt_backend/node_modules/mysql2/promise.js similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/promise.js rename to panel-mgmt_backend/node_modules/mysql2/promise.js diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/LICENSE.txt b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/LICENSE.txt similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/LICENSE.txt rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/LICENSE.txt diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/index.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/index.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/index.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/info.txt b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/info.txt similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/info.txt rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/info.txt diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts diff --git a/panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts b/panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts rename to panel-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts diff --git a/panel-mgmt/backend/node_modules/named-placeholders/LICENSE b/panel-mgmt_backend/node_modules/named-placeholders/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/named-placeholders/LICENSE rename to panel-mgmt_backend/node_modules/named-placeholders/LICENSE diff --git a/panel-mgmt/backend/node_modules/named-placeholders/README.md b/panel-mgmt_backend/node_modules/named-placeholders/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/named-placeholders/README.md rename to panel-mgmt_backend/node_modules/named-placeholders/README.md diff --git a/panel-mgmt/backend/node_modules/named-placeholders/index.js b/panel-mgmt_backend/node_modules/named-placeholders/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/named-placeholders/index.js rename to panel-mgmt_backend/node_modules/named-placeholders/index.js diff --git a/panel-mgmt/backend/node_modules/named-placeholders/package.json b/panel-mgmt_backend/node_modules/named-placeholders/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/named-placeholders/package.json rename to panel-mgmt_backend/node_modules/named-placeholders/package.json diff --git a/panel-mgmt/backend/node_modules/negotiator/HISTORY.md b/panel-mgmt_backend/node_modules/negotiator/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/HISTORY.md rename to panel-mgmt_backend/node_modules/negotiator/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/negotiator/LICENSE b/panel-mgmt_backend/node_modules/negotiator/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/LICENSE rename to panel-mgmt_backend/node_modules/negotiator/LICENSE diff --git a/panel-mgmt/backend/node_modules/negotiator/README.md b/panel-mgmt_backend/node_modules/negotiator/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/README.md rename to panel-mgmt_backend/node_modules/negotiator/README.md diff --git a/panel-mgmt/backend/node_modules/negotiator/index.js b/panel-mgmt_backend/node_modules/negotiator/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/index.js rename to panel-mgmt_backend/node_modules/negotiator/index.js diff --git a/panel-mgmt/backend/node_modules/negotiator/lib/charset.js b/panel-mgmt_backend/node_modules/negotiator/lib/charset.js similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/lib/charset.js rename to panel-mgmt_backend/node_modules/negotiator/lib/charset.js diff --git a/panel-mgmt/backend/node_modules/negotiator/lib/encoding.js b/panel-mgmt_backend/node_modules/negotiator/lib/encoding.js similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/lib/encoding.js rename to panel-mgmt_backend/node_modules/negotiator/lib/encoding.js diff --git a/panel-mgmt/backend/node_modules/negotiator/lib/language.js b/panel-mgmt_backend/node_modules/negotiator/lib/language.js similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/lib/language.js rename to panel-mgmt_backend/node_modules/negotiator/lib/language.js diff --git a/panel-mgmt/backend/node_modules/negotiator/lib/mediaType.js b/panel-mgmt_backend/node_modules/negotiator/lib/mediaType.js similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/lib/mediaType.js rename to panel-mgmt_backend/node_modules/negotiator/lib/mediaType.js diff --git a/panel-mgmt/backend/node_modules/negotiator/package.json b/panel-mgmt_backend/node_modules/negotiator/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/negotiator/package.json rename to panel-mgmt_backend/node_modules/negotiator/package.json diff --git a/panel-mgmt/backend/node_modules/node-bin-setup/.github/dependabot.yml b/panel-mgmt_backend/node_modules/node-bin-setup/.github/dependabot.yml similarity index 100% rename from panel-mgmt/backend/node_modules/node-bin-setup/.github/dependabot.yml rename to panel-mgmt_backend/node_modules/node-bin-setup/.github/dependabot.yml diff --git a/panel-mgmt/backend/node_modules/node-bin-setup/index.js b/panel-mgmt_backend/node_modules/node-bin-setup/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/node-bin-setup/index.js rename to panel-mgmt_backend/node_modules/node-bin-setup/index.js diff --git a/panel-mgmt/backend/node_modules/node-bin-setup/package.json b/panel-mgmt_backend/node_modules/node-bin-setup/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/node-bin-setup/package.json rename to panel-mgmt_backend/node_modules/node-bin-setup/package.json diff --git a/panel-mgmt/backend/node_modules/node/README.md b/panel-mgmt_backend/node_modules/node/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/node/README.md rename to panel-mgmt_backend/node_modules/node/README.md diff --git a/panel-mgmt/backend/node_modules/node/bin/node b/panel-mgmt_backend/node_modules/node/bin/node similarity index 100% rename from panel-mgmt/backend/node_modules/node/bin/node rename to panel-mgmt_backend/node_modules/node/bin/node diff --git a/panel-mgmt/backend/node_modules/node/installArchSpecificPackage.js b/panel-mgmt_backend/node_modules/node/installArchSpecificPackage.js similarity index 100% rename from panel-mgmt/backend/node_modules/node/installArchSpecificPackage.js rename to panel-mgmt_backend/node_modules/node/installArchSpecificPackage.js diff --git a/panel-mgmt/backend/node_modules/node/node_modules/.package-lock.json b/panel-mgmt_backend/node_modules/node/node_modules/.package-lock.json similarity index 100% rename from panel-mgmt/backend/node_modules/node/node_modules/.package-lock.json rename to panel-mgmt_backend/node_modules/node/node_modules/.package-lock.json diff --git a/panel-mgmt/backend/node_modules/node/package.json b/panel-mgmt_backend/node_modules/node/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/node/package.json rename to panel-mgmt_backend/node_modules/node/package.json diff --git a/panel-mgmt/backend/node_modules/object-inspect/.eslintrc b/panel-mgmt_backend/node_modules/object-inspect/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/.eslintrc rename to panel-mgmt_backend/node_modules/object-inspect/.eslintrc diff --git a/panel-mgmt/backend/node_modules/object-inspect/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/object-inspect/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/object-inspect/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/object-inspect/.nycrc b/panel-mgmt_backend/node_modules/object-inspect/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/.nycrc rename to panel-mgmt_backend/node_modules/object-inspect/.nycrc diff --git a/panel-mgmt/backend/node_modules/object-inspect/CHANGELOG.md b/panel-mgmt_backend/node_modules/object-inspect/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/CHANGELOG.md rename to panel-mgmt_backend/node_modules/object-inspect/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/object-inspect/LICENSE b/panel-mgmt_backend/node_modules/object-inspect/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/LICENSE rename to panel-mgmt_backend/node_modules/object-inspect/LICENSE diff --git a/panel-mgmt/backend/node_modules/object-inspect/example/all.js b/panel-mgmt_backend/node_modules/object-inspect/example/all.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/example/all.js rename to panel-mgmt_backend/node_modules/object-inspect/example/all.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/example/circular.js b/panel-mgmt_backend/node_modules/object-inspect/example/circular.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/example/circular.js rename to panel-mgmt_backend/node_modules/object-inspect/example/circular.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/example/fn.js b/panel-mgmt_backend/node_modules/object-inspect/example/fn.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/example/fn.js rename to panel-mgmt_backend/node_modules/object-inspect/example/fn.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/example/inspect.js b/panel-mgmt_backend/node_modules/object-inspect/example/inspect.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/example/inspect.js rename to panel-mgmt_backend/node_modules/object-inspect/example/inspect.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/index.js b/panel-mgmt_backend/node_modules/object-inspect/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/index.js rename to panel-mgmt_backend/node_modules/object-inspect/index.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/package-support.json b/panel-mgmt_backend/node_modules/object-inspect/package-support.json similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/package-support.json rename to panel-mgmt_backend/node_modules/object-inspect/package-support.json diff --git a/panel-mgmt/backend/node_modules/object-inspect/package.json b/panel-mgmt_backend/node_modules/object-inspect/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/package.json rename to panel-mgmt_backend/node_modules/object-inspect/package.json diff --git a/panel-mgmt/backend/node_modules/object-inspect/readme.markdown b/panel-mgmt_backend/node_modules/object-inspect/readme.markdown similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/readme.markdown rename to panel-mgmt_backend/node_modules/object-inspect/readme.markdown diff --git a/panel-mgmt/backend/node_modules/object-inspect/test-core-js.js b/panel-mgmt_backend/node_modules/object-inspect/test-core-js.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test-core-js.js rename to panel-mgmt_backend/node_modules/object-inspect/test-core-js.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/bigint.js b/panel-mgmt_backend/node_modules/object-inspect/test/bigint.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/bigint.js rename to panel-mgmt_backend/node_modules/object-inspect/test/bigint.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/browser/dom.js b/panel-mgmt_backend/node_modules/object-inspect/test/browser/dom.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/browser/dom.js rename to panel-mgmt_backend/node_modules/object-inspect/test/browser/dom.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/circular.js b/panel-mgmt_backend/node_modules/object-inspect/test/circular.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/circular.js rename to panel-mgmt_backend/node_modules/object-inspect/test/circular.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/deep.js b/panel-mgmt_backend/node_modules/object-inspect/test/deep.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/deep.js rename to panel-mgmt_backend/node_modules/object-inspect/test/deep.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/element.js b/panel-mgmt_backend/node_modules/object-inspect/test/element.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/element.js rename to panel-mgmt_backend/node_modules/object-inspect/test/element.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/err.js b/panel-mgmt_backend/node_modules/object-inspect/test/err.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/err.js rename to panel-mgmt_backend/node_modules/object-inspect/test/err.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/fakes.js b/panel-mgmt_backend/node_modules/object-inspect/test/fakes.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/fakes.js rename to panel-mgmt_backend/node_modules/object-inspect/test/fakes.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/fn.js b/panel-mgmt_backend/node_modules/object-inspect/test/fn.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/fn.js rename to panel-mgmt_backend/node_modules/object-inspect/test/fn.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/global.js b/panel-mgmt_backend/node_modules/object-inspect/test/global.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/global.js rename to panel-mgmt_backend/node_modules/object-inspect/test/global.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/has.js b/panel-mgmt_backend/node_modules/object-inspect/test/has.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/has.js rename to panel-mgmt_backend/node_modules/object-inspect/test/has.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/holes.js b/panel-mgmt_backend/node_modules/object-inspect/test/holes.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/holes.js rename to panel-mgmt_backend/node_modules/object-inspect/test/holes.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/indent-option.js b/panel-mgmt_backend/node_modules/object-inspect/test/indent-option.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/indent-option.js rename to panel-mgmt_backend/node_modules/object-inspect/test/indent-option.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/inspect.js b/panel-mgmt_backend/node_modules/object-inspect/test/inspect.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/inspect.js rename to panel-mgmt_backend/node_modules/object-inspect/test/inspect.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/lowbyte.js b/panel-mgmt_backend/node_modules/object-inspect/test/lowbyte.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/lowbyte.js rename to panel-mgmt_backend/node_modules/object-inspect/test/lowbyte.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/number.js b/panel-mgmt_backend/node_modules/object-inspect/test/number.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/number.js rename to panel-mgmt_backend/node_modules/object-inspect/test/number.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/quoteStyle.js b/panel-mgmt_backend/node_modules/object-inspect/test/quoteStyle.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/quoteStyle.js rename to panel-mgmt_backend/node_modules/object-inspect/test/quoteStyle.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/toStringTag.js b/panel-mgmt_backend/node_modules/object-inspect/test/toStringTag.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/toStringTag.js rename to panel-mgmt_backend/node_modules/object-inspect/test/toStringTag.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/undef.js b/panel-mgmt_backend/node_modules/object-inspect/test/undef.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/undef.js rename to panel-mgmt_backend/node_modules/object-inspect/test/undef.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/test/values.js b/panel-mgmt_backend/node_modules/object-inspect/test/values.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/test/values.js rename to panel-mgmt_backend/node_modules/object-inspect/test/values.js diff --git a/panel-mgmt/backend/node_modules/object-inspect/util.inspect.js b/panel-mgmt_backend/node_modules/object-inspect/util.inspect.js similarity index 100% rename from panel-mgmt/backend/node_modules/object-inspect/util.inspect.js rename to panel-mgmt_backend/node_modules/object-inspect/util.inspect.js diff --git a/panel-mgmt/backend/node_modules/on-finished/HISTORY.md b/panel-mgmt_backend/node_modules/on-finished/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/on-finished/HISTORY.md rename to panel-mgmt_backend/node_modules/on-finished/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/on-finished/LICENSE b/panel-mgmt_backend/node_modules/on-finished/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/on-finished/LICENSE rename to panel-mgmt_backend/node_modules/on-finished/LICENSE diff --git a/panel-mgmt/backend/node_modules/on-finished/README.md b/panel-mgmt_backend/node_modules/on-finished/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/on-finished/README.md rename to panel-mgmt_backend/node_modules/on-finished/README.md diff --git a/panel-mgmt/backend/node_modules/on-finished/index.js b/panel-mgmt_backend/node_modules/on-finished/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/on-finished/index.js rename to panel-mgmt_backend/node_modules/on-finished/index.js diff --git a/panel-mgmt/backend/node_modules/on-finished/package.json b/panel-mgmt_backend/node_modules/on-finished/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/on-finished/package.json rename to panel-mgmt_backend/node_modules/on-finished/package.json diff --git a/panel-mgmt/backend/node_modules/once/LICENSE b/panel-mgmt_backend/node_modules/once/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/once/LICENSE rename to panel-mgmt_backend/node_modules/once/LICENSE diff --git a/panel-mgmt/backend/node_modules/once/README.md b/panel-mgmt_backend/node_modules/once/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/once/README.md rename to panel-mgmt_backend/node_modules/once/README.md diff --git a/panel-mgmt/backend/node_modules/once/once.js b/panel-mgmt_backend/node_modules/once/once.js similarity index 100% rename from panel-mgmt/backend/node_modules/once/once.js rename to panel-mgmt_backend/node_modules/once/once.js diff --git a/panel-mgmt/backend/node_modules/once/package.json b/panel-mgmt_backend/node_modules/once/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/once/package.json rename to panel-mgmt_backend/node_modules/once/package.json diff --git a/panel-mgmt/backend/node_modules/parseurl/HISTORY.md b/panel-mgmt_backend/node_modules/parseurl/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/parseurl/HISTORY.md rename to panel-mgmt_backend/node_modules/parseurl/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/parseurl/LICENSE b/panel-mgmt_backend/node_modules/parseurl/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/parseurl/LICENSE rename to panel-mgmt_backend/node_modules/parseurl/LICENSE diff --git a/panel-mgmt/backend/node_modules/parseurl/README.md b/panel-mgmt_backend/node_modules/parseurl/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/parseurl/README.md rename to panel-mgmt_backend/node_modules/parseurl/README.md diff --git a/panel-mgmt/backend/node_modules/parseurl/index.js b/panel-mgmt_backend/node_modules/parseurl/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/parseurl/index.js rename to panel-mgmt_backend/node_modules/parseurl/index.js diff --git a/panel-mgmt/backend/node_modules/parseurl/package.json b/panel-mgmt_backend/node_modules/parseurl/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/parseurl/package.json rename to panel-mgmt_backend/node_modules/parseurl/package.json diff --git a/panel-mgmt/backend/node_modules/path-to-regexp/LICENSE b/panel-mgmt_backend/node_modules/path-to-regexp/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/path-to-regexp/LICENSE rename to panel-mgmt_backend/node_modules/path-to-regexp/LICENSE diff --git a/panel-mgmt/backend/node_modules/path-to-regexp/Readme.md b/panel-mgmt_backend/node_modules/path-to-regexp/Readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/path-to-regexp/Readme.md rename to panel-mgmt_backend/node_modules/path-to-regexp/Readme.md diff --git a/panel-mgmt/backend/node_modules/path-to-regexp/dist/index.d.ts b/panel-mgmt_backend/node_modules/path-to-regexp/dist/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/path-to-regexp/dist/index.d.ts rename to panel-mgmt_backend/node_modules/path-to-regexp/dist/index.d.ts diff --git a/panel-mgmt/backend/node_modules/path-to-regexp/dist/index.js b/panel-mgmt_backend/node_modules/path-to-regexp/dist/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/path-to-regexp/dist/index.js rename to panel-mgmt_backend/node_modules/path-to-regexp/dist/index.js diff --git a/panel-mgmt/backend/node_modules/path-to-regexp/dist/index.js.map b/panel-mgmt_backend/node_modules/path-to-regexp/dist/index.js.map similarity index 100% rename from panel-mgmt/backend/node_modules/path-to-regexp/dist/index.js.map rename to panel-mgmt_backend/node_modules/path-to-regexp/dist/index.js.map diff --git a/panel-mgmt/backend/node_modules/path-to-regexp/package.json b/panel-mgmt_backend/node_modules/path-to-regexp/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/path-to-regexp/package.json rename to panel-mgmt_backend/node_modules/path-to-regexp/package.json diff --git a/panel-mgmt/backend/node_modules/path/.npmignore b/panel-mgmt_backend/node_modules/path/.npmignore similarity index 100% rename from panel-mgmt/backend/node_modules/path/.npmignore rename to panel-mgmt_backend/node_modules/path/.npmignore diff --git a/panel-mgmt/backend/node_modules/path/LICENSE b/panel-mgmt_backend/node_modules/path/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/path/LICENSE rename to panel-mgmt_backend/node_modules/path/LICENSE diff --git a/panel-mgmt/backend/node_modules/path/README.md b/panel-mgmt_backend/node_modules/path/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/path/README.md rename to panel-mgmt_backend/node_modules/path/README.md diff --git a/panel-mgmt/backend/node_modules/path/package.json b/panel-mgmt_backend/node_modules/path/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/path/package.json rename to panel-mgmt_backend/node_modules/path/package.json diff --git a/panel-mgmt/backend/node_modules/path/path.js b/panel-mgmt_backend/node_modules/path/path.js similarity index 100% rename from panel-mgmt/backend/node_modules/path/path.js rename to panel-mgmt_backend/node_modules/path/path.js diff --git a/panel-mgmt/backend/node_modules/process/.eslintrc b/panel-mgmt_backend/node_modules/process/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/process/.eslintrc rename to panel-mgmt_backend/node_modules/process/.eslintrc diff --git a/panel-mgmt/backend/node_modules/process/LICENSE b/panel-mgmt_backend/node_modules/process/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/process/LICENSE rename to panel-mgmt_backend/node_modules/process/LICENSE diff --git a/panel-mgmt/backend/node_modules/process/README.md b/panel-mgmt_backend/node_modules/process/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/process/README.md rename to panel-mgmt_backend/node_modules/process/README.md diff --git a/panel-mgmt/backend/node_modules/process/browser.js b/panel-mgmt_backend/node_modules/process/browser.js similarity index 100% rename from panel-mgmt/backend/node_modules/process/browser.js rename to panel-mgmt_backend/node_modules/process/browser.js diff --git a/panel-mgmt/backend/node_modules/process/index.js b/panel-mgmt_backend/node_modules/process/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/process/index.js rename to panel-mgmt_backend/node_modules/process/index.js diff --git a/panel-mgmt/backend/node_modules/process/package.json b/panel-mgmt_backend/node_modules/process/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/process/package.json rename to panel-mgmt_backend/node_modules/process/package.json diff --git a/panel-mgmt/backend/node_modules/process/test.js b/panel-mgmt_backend/node_modules/process/test.js similarity index 100% rename from panel-mgmt/backend/node_modules/process/test.js rename to panel-mgmt_backend/node_modules/process/test.js diff --git a/panel-mgmt/backend/node_modules/proxy-addr/HISTORY.md b/panel-mgmt_backend/node_modules/proxy-addr/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/proxy-addr/HISTORY.md rename to panel-mgmt_backend/node_modules/proxy-addr/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/proxy-addr/LICENSE b/panel-mgmt_backend/node_modules/proxy-addr/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/proxy-addr/LICENSE rename to panel-mgmt_backend/node_modules/proxy-addr/LICENSE diff --git a/panel-mgmt/backend/node_modules/proxy-addr/README.md b/panel-mgmt_backend/node_modules/proxy-addr/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/proxy-addr/README.md rename to panel-mgmt_backend/node_modules/proxy-addr/README.md diff --git a/panel-mgmt/backend/node_modules/proxy-addr/index.js b/panel-mgmt_backend/node_modules/proxy-addr/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/proxy-addr/index.js rename to panel-mgmt_backend/node_modules/proxy-addr/index.js diff --git a/panel-mgmt/backend/node_modules/proxy-addr/package.json b/panel-mgmt_backend/node_modules/proxy-addr/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/proxy-addr/package.json rename to panel-mgmt_backend/node_modules/proxy-addr/package.json diff --git a/panel-mgmt/backend/node_modules/qs/.editorconfig b/panel-mgmt_backend/node_modules/qs/.editorconfig similarity index 100% rename from panel-mgmt/backend/node_modules/qs/.editorconfig rename to panel-mgmt_backend/node_modules/qs/.editorconfig diff --git a/panel-mgmt/backend/node_modules/qs/.eslintrc b/panel-mgmt_backend/node_modules/qs/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/qs/.eslintrc rename to panel-mgmt_backend/node_modules/qs/.eslintrc diff --git a/panel-mgmt/backend/node_modules/qs/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/qs/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/qs/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/qs/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/qs/.nycrc b/panel-mgmt_backend/node_modules/qs/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/qs/.nycrc rename to panel-mgmt_backend/node_modules/qs/.nycrc diff --git a/panel-mgmt/backend/node_modules/qs/CHANGELOG.md b/panel-mgmt_backend/node_modules/qs/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/qs/CHANGELOG.md rename to panel-mgmt_backend/node_modules/qs/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/qs/LICENSE.md b/panel-mgmt_backend/node_modules/qs/LICENSE.md similarity index 100% rename from panel-mgmt/backend/node_modules/qs/LICENSE.md rename to panel-mgmt_backend/node_modules/qs/LICENSE.md diff --git a/panel-mgmt/backend/node_modules/qs/README.md b/panel-mgmt_backend/node_modules/qs/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/qs/README.md rename to panel-mgmt_backend/node_modules/qs/README.md diff --git a/panel-mgmt/backend/node_modules/qs/dist/qs.js b/panel-mgmt_backend/node_modules/qs/dist/qs.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/dist/qs.js rename to panel-mgmt_backend/node_modules/qs/dist/qs.js diff --git a/panel-mgmt/backend/node_modules/qs/lib/formats.js b/panel-mgmt_backend/node_modules/qs/lib/formats.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/lib/formats.js rename to panel-mgmt_backend/node_modules/qs/lib/formats.js diff --git a/panel-mgmt/backend/node_modules/qs/lib/index.js b/panel-mgmt_backend/node_modules/qs/lib/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/lib/index.js rename to panel-mgmt_backend/node_modules/qs/lib/index.js diff --git a/panel-mgmt/backend/node_modules/qs/lib/parse.js b/panel-mgmt_backend/node_modules/qs/lib/parse.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/lib/parse.js rename to panel-mgmt_backend/node_modules/qs/lib/parse.js diff --git a/panel-mgmt/backend/node_modules/qs/lib/stringify.js b/panel-mgmt_backend/node_modules/qs/lib/stringify.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/lib/stringify.js rename to panel-mgmt_backend/node_modules/qs/lib/stringify.js diff --git a/panel-mgmt/backend/node_modules/qs/lib/utils.js b/panel-mgmt_backend/node_modules/qs/lib/utils.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/lib/utils.js rename to panel-mgmt_backend/node_modules/qs/lib/utils.js diff --git a/panel-mgmt/backend/node_modules/qs/package.json b/panel-mgmt_backend/node_modules/qs/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/qs/package.json rename to panel-mgmt_backend/node_modules/qs/package.json diff --git a/panel-mgmt/backend/node_modules/qs/test/empty-keys-cases.js b/panel-mgmt_backend/node_modules/qs/test/empty-keys-cases.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/test/empty-keys-cases.js rename to panel-mgmt_backend/node_modules/qs/test/empty-keys-cases.js diff --git a/panel-mgmt/backend/node_modules/qs/test/parse.js b/panel-mgmt_backend/node_modules/qs/test/parse.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/test/parse.js rename to panel-mgmt_backend/node_modules/qs/test/parse.js diff --git a/panel-mgmt/backend/node_modules/qs/test/stringify.js b/panel-mgmt_backend/node_modules/qs/test/stringify.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/test/stringify.js rename to panel-mgmt_backend/node_modules/qs/test/stringify.js diff --git a/panel-mgmt/backend/node_modules/qs/test/utils.js b/panel-mgmt_backend/node_modules/qs/test/utils.js similarity index 100% rename from panel-mgmt/backend/node_modules/qs/test/utils.js rename to panel-mgmt_backend/node_modules/qs/test/utils.js diff --git a/panel-mgmt/backend/node_modules/range-parser/HISTORY.md b/panel-mgmt_backend/node_modules/range-parser/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/range-parser/HISTORY.md rename to panel-mgmt_backend/node_modules/range-parser/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/range-parser/LICENSE b/panel-mgmt_backend/node_modules/range-parser/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/range-parser/LICENSE rename to panel-mgmt_backend/node_modules/range-parser/LICENSE diff --git a/panel-mgmt/backend/node_modules/range-parser/README.md b/panel-mgmt_backend/node_modules/range-parser/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/range-parser/README.md rename to panel-mgmt_backend/node_modules/range-parser/README.md diff --git a/panel-mgmt/backend/node_modules/range-parser/index.js b/panel-mgmt_backend/node_modules/range-parser/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/range-parser/index.js rename to panel-mgmt_backend/node_modules/range-parser/index.js diff --git a/panel-mgmt/backend/node_modules/range-parser/package.json b/panel-mgmt_backend/node_modules/range-parser/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/range-parser/package.json rename to panel-mgmt_backend/node_modules/range-parser/package.json diff --git a/panel-mgmt/backend/node_modules/raw-body/HISTORY.md b/panel-mgmt_backend/node_modules/raw-body/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/raw-body/HISTORY.md rename to panel-mgmt_backend/node_modules/raw-body/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/raw-body/LICENSE b/panel-mgmt_backend/node_modules/raw-body/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/raw-body/LICENSE rename to panel-mgmt_backend/node_modules/raw-body/LICENSE diff --git a/panel-mgmt/backend/node_modules/raw-body/README.md b/panel-mgmt_backend/node_modules/raw-body/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/raw-body/README.md rename to panel-mgmt_backend/node_modules/raw-body/README.md diff --git a/panel-mgmt/backend/node_modules/raw-body/SECURITY.md b/panel-mgmt_backend/node_modules/raw-body/SECURITY.md similarity index 100% rename from panel-mgmt/backend/node_modules/raw-body/SECURITY.md rename to panel-mgmt_backend/node_modules/raw-body/SECURITY.md diff --git a/panel-mgmt/backend/node_modules/raw-body/index.d.ts b/panel-mgmt_backend/node_modules/raw-body/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/raw-body/index.d.ts rename to panel-mgmt_backend/node_modules/raw-body/index.d.ts diff --git a/panel-mgmt/backend/node_modules/raw-body/index.js b/panel-mgmt_backend/node_modules/raw-body/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/raw-body/index.js rename to panel-mgmt_backend/node_modules/raw-body/index.js diff --git a/panel-mgmt/backend/node_modules/raw-body/package.json b/panel-mgmt_backend/node_modules/raw-body/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/raw-body/package.json rename to panel-mgmt_backend/node_modules/raw-body/package.json diff --git a/panel-mgmt/backend/node_modules/router/HISTORY.md b/panel-mgmt_backend/node_modules/router/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/router/HISTORY.md rename to panel-mgmt_backend/node_modules/router/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/router/LICENSE b/panel-mgmt_backend/node_modules/router/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/router/LICENSE rename to panel-mgmt_backend/node_modules/router/LICENSE diff --git a/panel-mgmt/backend/node_modules/router/README.md b/panel-mgmt_backend/node_modules/router/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/router/README.md rename to panel-mgmt_backend/node_modules/router/README.md diff --git a/panel-mgmt/backend/node_modules/router/index.js b/panel-mgmt_backend/node_modules/router/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/router/index.js rename to panel-mgmt_backend/node_modules/router/index.js diff --git a/panel-mgmt/backend/node_modules/router/lib/layer.js b/panel-mgmt_backend/node_modules/router/lib/layer.js similarity index 100% rename from panel-mgmt/backend/node_modules/router/lib/layer.js rename to panel-mgmt_backend/node_modules/router/lib/layer.js diff --git a/panel-mgmt/backend/node_modules/router/lib/route.js b/panel-mgmt_backend/node_modules/router/lib/route.js similarity index 100% rename from panel-mgmt/backend/node_modules/router/lib/route.js rename to panel-mgmt_backend/node_modules/router/lib/route.js diff --git a/panel-mgmt/backend/node_modules/router/package.json b/panel-mgmt_backend/node_modules/router/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/router/package.json rename to panel-mgmt_backend/node_modules/router/package.json diff --git a/panel-mgmt/backend/node_modules/safe-buffer/LICENSE b/panel-mgmt_backend/node_modules/safe-buffer/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/safe-buffer/LICENSE rename to panel-mgmt_backend/node_modules/safe-buffer/LICENSE diff --git a/panel-mgmt/backend/node_modules/safe-buffer/README.md b/panel-mgmt_backend/node_modules/safe-buffer/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/safe-buffer/README.md rename to panel-mgmt_backend/node_modules/safe-buffer/README.md diff --git a/panel-mgmt/backend/node_modules/safe-buffer/index.d.ts b/panel-mgmt_backend/node_modules/safe-buffer/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/safe-buffer/index.d.ts rename to panel-mgmt_backend/node_modules/safe-buffer/index.d.ts diff --git a/panel-mgmt/backend/node_modules/safe-buffer/index.js b/panel-mgmt_backend/node_modules/safe-buffer/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/safe-buffer/index.js rename to panel-mgmt_backend/node_modules/safe-buffer/index.js diff --git a/panel-mgmt/backend/node_modules/safe-buffer/package.json b/panel-mgmt_backend/node_modules/safe-buffer/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/safe-buffer/package.json rename to panel-mgmt_backend/node_modules/safe-buffer/package.json diff --git a/panel-mgmt/backend/node_modules/safer-buffer/LICENSE b/panel-mgmt_backend/node_modules/safer-buffer/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/safer-buffer/LICENSE rename to panel-mgmt_backend/node_modules/safer-buffer/LICENSE diff --git a/panel-mgmt/backend/node_modules/safer-buffer/Porting-Buffer.md b/panel-mgmt_backend/node_modules/safer-buffer/Porting-Buffer.md similarity index 100% rename from panel-mgmt/backend/node_modules/safer-buffer/Porting-Buffer.md rename to panel-mgmt_backend/node_modules/safer-buffer/Porting-Buffer.md diff --git a/panel-mgmt/backend/node_modules/safer-buffer/Readme.md b/panel-mgmt_backend/node_modules/safer-buffer/Readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/safer-buffer/Readme.md rename to panel-mgmt_backend/node_modules/safer-buffer/Readme.md diff --git a/panel-mgmt/backend/node_modules/safer-buffer/dangerous.js b/panel-mgmt_backend/node_modules/safer-buffer/dangerous.js similarity index 100% rename from panel-mgmt/backend/node_modules/safer-buffer/dangerous.js rename to panel-mgmt_backend/node_modules/safer-buffer/dangerous.js diff --git a/panel-mgmt/backend/node_modules/safer-buffer/package.json b/panel-mgmt_backend/node_modules/safer-buffer/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/safer-buffer/package.json rename to panel-mgmt_backend/node_modules/safer-buffer/package.json diff --git a/panel-mgmt/backend/node_modules/safer-buffer/safer.js b/panel-mgmt_backend/node_modules/safer-buffer/safer.js similarity index 100% rename from panel-mgmt/backend/node_modules/safer-buffer/safer.js rename to panel-mgmt_backend/node_modules/safer-buffer/safer.js diff --git a/panel-mgmt/backend/node_modules/safer-buffer/tests.js b/panel-mgmt_backend/node_modules/safer-buffer/tests.js similarity index 100% rename from panel-mgmt/backend/node_modules/safer-buffer/tests.js rename to panel-mgmt_backend/node_modules/safer-buffer/tests.js diff --git a/panel-mgmt/backend/node_modules/send/HISTORY.md b/panel-mgmt_backend/node_modules/send/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/send/HISTORY.md rename to panel-mgmt_backend/node_modules/send/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/send/LICENSE b/panel-mgmt_backend/node_modules/send/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/send/LICENSE rename to panel-mgmt_backend/node_modules/send/LICENSE diff --git a/panel-mgmt/backend/node_modules/send/README.md b/panel-mgmt_backend/node_modules/send/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/send/README.md rename to panel-mgmt_backend/node_modules/send/README.md diff --git a/panel-mgmt/backend/node_modules/send/index.js b/panel-mgmt_backend/node_modules/send/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/send/index.js rename to panel-mgmt_backend/node_modules/send/index.js diff --git a/panel-mgmt/backend/node_modules/send/package.json b/panel-mgmt_backend/node_modules/send/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/send/package.json rename to panel-mgmt_backend/node_modules/send/package.json diff --git a/panel-mgmt/backend/node_modules/seq-queue/.jshintrc b/panel-mgmt_backend/node_modules/seq-queue/.jshintrc similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/.jshintrc rename to panel-mgmt_backend/node_modules/seq-queue/.jshintrc diff --git a/panel-mgmt/backend/node_modules/seq-queue/.npmignore b/panel-mgmt_backend/node_modules/seq-queue/.npmignore similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/.npmignore rename to panel-mgmt_backend/node_modules/seq-queue/.npmignore diff --git a/panel-mgmt/backend/node_modules/seq-queue/AUTHORS b/panel-mgmt_backend/node_modules/seq-queue/AUTHORS similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/AUTHORS rename to panel-mgmt_backend/node_modules/seq-queue/AUTHORS diff --git a/panel-mgmt/backend/node_modules/seq-queue/LICENSE b/panel-mgmt_backend/node_modules/seq-queue/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/LICENSE rename to panel-mgmt_backend/node_modules/seq-queue/LICENSE diff --git a/panel-mgmt/backend/node_modules/seq-queue/Makefile b/panel-mgmt_backend/node_modules/seq-queue/Makefile similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/Makefile rename to panel-mgmt_backend/node_modules/seq-queue/Makefile diff --git a/panel-mgmt/backend/node_modules/seq-queue/README.md b/panel-mgmt_backend/node_modules/seq-queue/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/README.md rename to panel-mgmt_backend/node_modules/seq-queue/README.md diff --git a/panel-mgmt/backend/node_modules/seq-queue/index.js b/panel-mgmt_backend/node_modules/seq-queue/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/index.js rename to panel-mgmt_backend/node_modules/seq-queue/index.js diff --git a/panel-mgmt/backend/node_modules/seq-queue/lib/.npmignore b/panel-mgmt_backend/node_modules/seq-queue/lib/.npmignore similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/lib/.npmignore rename to panel-mgmt_backend/node_modules/seq-queue/lib/.npmignore diff --git a/panel-mgmt/backend/node_modules/seq-queue/lib/seq-queue.js b/panel-mgmt_backend/node_modules/seq-queue/lib/seq-queue.js similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/lib/seq-queue.js rename to panel-mgmt_backend/node_modules/seq-queue/lib/seq-queue.js diff --git a/panel-mgmt/backend/node_modules/seq-queue/package.json b/panel-mgmt_backend/node_modules/seq-queue/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/package.json rename to panel-mgmt_backend/node_modules/seq-queue/package.json diff --git a/panel-mgmt/backend/node_modules/seq-queue/test/seq-queue-test.js b/panel-mgmt_backend/node_modules/seq-queue/test/seq-queue-test.js similarity index 100% rename from panel-mgmt/backend/node_modules/seq-queue/test/seq-queue-test.js rename to panel-mgmt_backend/node_modules/seq-queue/test/seq-queue-test.js diff --git a/panel-mgmt/backend/node_modules/serve-static/HISTORY.md b/panel-mgmt_backend/node_modules/serve-static/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/serve-static/HISTORY.md rename to panel-mgmt_backend/node_modules/serve-static/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/serve-static/LICENSE b/panel-mgmt_backend/node_modules/serve-static/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/serve-static/LICENSE rename to panel-mgmt_backend/node_modules/serve-static/LICENSE diff --git a/panel-mgmt/backend/node_modules/serve-static/README.md b/panel-mgmt_backend/node_modules/serve-static/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/serve-static/README.md rename to panel-mgmt_backend/node_modules/serve-static/README.md diff --git a/panel-mgmt/backend/node_modules/serve-static/index.js b/panel-mgmt_backend/node_modules/serve-static/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/serve-static/index.js rename to panel-mgmt_backend/node_modules/serve-static/index.js diff --git a/panel-mgmt/backend/node_modules/serve-static/package.json b/panel-mgmt_backend/node_modules/serve-static/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/serve-static/package.json rename to panel-mgmt_backend/node_modules/serve-static/package.json diff --git a/panel-mgmt/backend/node_modules/setprototypeof/LICENSE b/panel-mgmt_backend/node_modules/setprototypeof/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/setprototypeof/LICENSE rename to panel-mgmt_backend/node_modules/setprototypeof/LICENSE diff --git a/panel-mgmt/backend/node_modules/setprototypeof/README.md b/panel-mgmt_backend/node_modules/setprototypeof/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/setprototypeof/README.md rename to panel-mgmt_backend/node_modules/setprototypeof/README.md diff --git a/panel-mgmt/backend/node_modules/setprototypeof/index.d.ts b/panel-mgmt_backend/node_modules/setprototypeof/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/setprototypeof/index.d.ts rename to panel-mgmt_backend/node_modules/setprototypeof/index.d.ts diff --git a/panel-mgmt/backend/node_modules/setprototypeof/index.js b/panel-mgmt_backend/node_modules/setprototypeof/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/setprototypeof/index.js rename to panel-mgmt_backend/node_modules/setprototypeof/index.js diff --git a/panel-mgmt/backend/node_modules/setprototypeof/package.json b/panel-mgmt_backend/node_modules/setprototypeof/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/setprototypeof/package.json rename to panel-mgmt_backend/node_modules/setprototypeof/package.json diff --git a/panel-mgmt/backend/node_modules/setprototypeof/test/index.js b/panel-mgmt_backend/node_modules/setprototypeof/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/setprototypeof/test/index.js rename to panel-mgmt_backend/node_modules/setprototypeof/test/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel-list/.editorconfig b/panel-mgmt_backend/node_modules/side-channel-list/.editorconfig similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/.editorconfig rename to panel-mgmt_backend/node_modules/side-channel-list/.editorconfig diff --git a/panel-mgmt/backend/node_modules/side-channel-list/.eslintrc b/panel-mgmt_backend/node_modules/side-channel-list/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/.eslintrc rename to panel-mgmt_backend/node_modules/side-channel-list/.eslintrc diff --git a/panel-mgmt/backend/node_modules/side-channel-list/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/side-channel-list/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/side-channel-list/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/side-channel-list/.nycrc b/panel-mgmt_backend/node_modules/side-channel-list/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/.nycrc rename to panel-mgmt_backend/node_modules/side-channel-list/.nycrc diff --git a/panel-mgmt/backend/node_modules/side-channel-list/CHANGELOG.md b/panel-mgmt_backend/node_modules/side-channel-list/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/CHANGELOG.md rename to panel-mgmt_backend/node_modules/side-channel-list/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/side-channel-list/LICENSE b/panel-mgmt_backend/node_modules/side-channel-list/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/LICENSE rename to panel-mgmt_backend/node_modules/side-channel-list/LICENSE diff --git a/panel-mgmt/backend/node_modules/side-channel-list/README.md b/panel-mgmt_backend/node_modules/side-channel-list/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/README.md rename to panel-mgmt_backend/node_modules/side-channel-list/README.md diff --git a/panel-mgmt/backend/node_modules/side-channel-list/index.d.ts b/panel-mgmt_backend/node_modules/side-channel-list/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/index.d.ts rename to panel-mgmt_backend/node_modules/side-channel-list/index.d.ts diff --git a/panel-mgmt/backend/node_modules/side-channel-list/index.js b/panel-mgmt_backend/node_modules/side-channel-list/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/index.js rename to panel-mgmt_backend/node_modules/side-channel-list/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel-list/list.d.ts b/panel-mgmt_backend/node_modules/side-channel-list/list.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/list.d.ts rename to panel-mgmt_backend/node_modules/side-channel-list/list.d.ts diff --git a/panel-mgmt/backend/node_modules/side-channel-list/package.json b/panel-mgmt_backend/node_modules/side-channel-list/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/package.json rename to panel-mgmt_backend/node_modules/side-channel-list/package.json diff --git a/panel-mgmt/backend/node_modules/side-channel-list/test/index.js b/panel-mgmt_backend/node_modules/side-channel-list/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/test/index.js rename to panel-mgmt_backend/node_modules/side-channel-list/test/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel-list/tsconfig.json b/panel-mgmt_backend/node_modules/side-channel-list/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-list/tsconfig.json rename to panel-mgmt_backend/node_modules/side-channel-list/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/side-channel-map/.editorconfig b/panel-mgmt_backend/node_modules/side-channel-map/.editorconfig similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/.editorconfig rename to panel-mgmt_backend/node_modules/side-channel-map/.editorconfig diff --git a/panel-mgmt/backend/node_modules/side-channel-map/.eslintrc b/panel-mgmt_backend/node_modules/side-channel-map/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/.eslintrc rename to panel-mgmt_backend/node_modules/side-channel-map/.eslintrc diff --git a/panel-mgmt/backend/node_modules/side-channel-map/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/side-channel-map/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/side-channel-map/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/side-channel-map/.nycrc b/panel-mgmt_backend/node_modules/side-channel-map/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/.nycrc rename to panel-mgmt_backend/node_modules/side-channel-map/.nycrc diff --git a/panel-mgmt/backend/node_modules/side-channel-map/CHANGELOG.md b/panel-mgmt_backend/node_modules/side-channel-map/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/CHANGELOG.md rename to panel-mgmt_backend/node_modules/side-channel-map/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/side-channel-map/LICENSE b/panel-mgmt_backend/node_modules/side-channel-map/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/LICENSE rename to panel-mgmt_backend/node_modules/side-channel-map/LICENSE diff --git a/panel-mgmt/backend/node_modules/side-channel-map/README.md b/panel-mgmt_backend/node_modules/side-channel-map/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/README.md rename to panel-mgmt_backend/node_modules/side-channel-map/README.md diff --git a/panel-mgmt/backend/node_modules/side-channel-map/index.d.ts b/panel-mgmt_backend/node_modules/side-channel-map/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/index.d.ts rename to panel-mgmt_backend/node_modules/side-channel-map/index.d.ts diff --git a/panel-mgmt/backend/node_modules/side-channel-map/index.js b/panel-mgmt_backend/node_modules/side-channel-map/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/index.js rename to panel-mgmt_backend/node_modules/side-channel-map/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel-map/package.json b/panel-mgmt_backend/node_modules/side-channel-map/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/package.json rename to panel-mgmt_backend/node_modules/side-channel-map/package.json diff --git a/panel-mgmt/backend/node_modules/side-channel-map/test/index.js b/panel-mgmt_backend/node_modules/side-channel-map/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/test/index.js rename to panel-mgmt_backend/node_modules/side-channel-map/test/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel-map/tsconfig.json b/panel-mgmt_backend/node_modules/side-channel-map/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-map/tsconfig.json rename to panel-mgmt_backend/node_modules/side-channel-map/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/.editorconfig b/panel-mgmt_backend/node_modules/side-channel-weakmap/.editorconfig similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/.editorconfig rename to panel-mgmt_backend/node_modules/side-channel-weakmap/.editorconfig diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/.eslintrc b/panel-mgmt_backend/node_modules/side-channel-weakmap/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/.eslintrc rename to panel-mgmt_backend/node_modules/side-channel-weakmap/.eslintrc diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/side-channel-weakmap/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/side-channel-weakmap/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/.nycrc b/panel-mgmt_backend/node_modules/side-channel-weakmap/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/.nycrc rename to panel-mgmt_backend/node_modules/side-channel-weakmap/.nycrc diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/CHANGELOG.md b/panel-mgmt_backend/node_modules/side-channel-weakmap/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/CHANGELOG.md rename to panel-mgmt_backend/node_modules/side-channel-weakmap/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/LICENSE b/panel-mgmt_backend/node_modules/side-channel-weakmap/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/LICENSE rename to panel-mgmt_backend/node_modules/side-channel-weakmap/LICENSE diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/README.md b/panel-mgmt_backend/node_modules/side-channel-weakmap/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/README.md rename to panel-mgmt_backend/node_modules/side-channel-weakmap/README.md diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/index.d.ts b/panel-mgmt_backend/node_modules/side-channel-weakmap/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/index.d.ts rename to panel-mgmt_backend/node_modules/side-channel-weakmap/index.d.ts diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/index.js b/panel-mgmt_backend/node_modules/side-channel-weakmap/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/index.js rename to panel-mgmt_backend/node_modules/side-channel-weakmap/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/package.json b/panel-mgmt_backend/node_modules/side-channel-weakmap/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/package.json rename to panel-mgmt_backend/node_modules/side-channel-weakmap/package.json diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/test/index.js b/panel-mgmt_backend/node_modules/side-channel-weakmap/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/test/index.js rename to panel-mgmt_backend/node_modules/side-channel-weakmap/test/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel-weakmap/tsconfig.json b/panel-mgmt_backend/node_modules/side-channel-weakmap/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel-weakmap/tsconfig.json rename to panel-mgmt_backend/node_modules/side-channel-weakmap/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/side-channel/.editorconfig b/panel-mgmt_backend/node_modules/side-channel/.editorconfig similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/.editorconfig rename to panel-mgmt_backend/node_modules/side-channel/.editorconfig diff --git a/panel-mgmt/backend/node_modules/side-channel/.eslintrc b/panel-mgmt_backend/node_modules/side-channel/.eslintrc similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/.eslintrc rename to panel-mgmt_backend/node_modules/side-channel/.eslintrc diff --git a/panel-mgmt/backend/node_modules/side-channel/.github/FUNDING.yml b/panel-mgmt_backend/node_modules/side-channel/.github/FUNDING.yml similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/.github/FUNDING.yml rename to panel-mgmt_backend/node_modules/side-channel/.github/FUNDING.yml diff --git a/panel-mgmt/backend/node_modules/side-channel/.nycrc b/panel-mgmt_backend/node_modules/side-channel/.nycrc similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/.nycrc rename to panel-mgmt_backend/node_modules/side-channel/.nycrc diff --git a/panel-mgmt/backend/node_modules/side-channel/CHANGELOG.md b/panel-mgmt_backend/node_modules/side-channel/CHANGELOG.md similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/CHANGELOG.md rename to panel-mgmt_backend/node_modules/side-channel/CHANGELOG.md diff --git a/panel-mgmt/backend/node_modules/side-channel/LICENSE b/panel-mgmt_backend/node_modules/side-channel/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/LICENSE rename to panel-mgmt_backend/node_modules/side-channel/LICENSE diff --git a/panel-mgmt/backend/node_modules/side-channel/README.md b/panel-mgmt_backend/node_modules/side-channel/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/README.md rename to panel-mgmt_backend/node_modules/side-channel/README.md diff --git a/panel-mgmt/backend/node_modules/side-channel/index.d.ts b/panel-mgmt_backend/node_modules/side-channel/index.d.ts similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/index.d.ts rename to panel-mgmt_backend/node_modules/side-channel/index.d.ts diff --git a/panel-mgmt/backend/node_modules/side-channel/index.js b/panel-mgmt_backend/node_modules/side-channel/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/index.js rename to panel-mgmt_backend/node_modules/side-channel/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel/package.json b/panel-mgmt_backend/node_modules/side-channel/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/package.json rename to panel-mgmt_backend/node_modules/side-channel/package.json diff --git a/panel-mgmt/backend/node_modules/side-channel/test/index.js b/panel-mgmt_backend/node_modules/side-channel/test/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/test/index.js rename to panel-mgmt_backend/node_modules/side-channel/test/index.js diff --git a/panel-mgmt/backend/node_modules/side-channel/tsconfig.json b/panel-mgmt_backend/node_modules/side-channel/tsconfig.json similarity index 100% rename from panel-mgmt/backend/node_modules/side-channel/tsconfig.json rename to panel-mgmt_backend/node_modules/side-channel/tsconfig.json diff --git a/panel-mgmt/backend/node_modules/sqlstring/HISTORY.md b/panel-mgmt_backend/node_modules/sqlstring/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/sqlstring/HISTORY.md rename to panel-mgmt_backend/node_modules/sqlstring/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/sqlstring/LICENSE b/panel-mgmt_backend/node_modules/sqlstring/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/sqlstring/LICENSE rename to panel-mgmt_backend/node_modules/sqlstring/LICENSE diff --git a/panel-mgmt/backend/node_modules/sqlstring/README.md b/panel-mgmt_backend/node_modules/sqlstring/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/sqlstring/README.md rename to panel-mgmt_backend/node_modules/sqlstring/README.md diff --git a/panel-mgmt/backend/node_modules/sqlstring/index.js b/panel-mgmt_backend/node_modules/sqlstring/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/sqlstring/index.js rename to panel-mgmt_backend/node_modules/sqlstring/index.js diff --git a/panel-mgmt/backend/node_modules/sqlstring/lib/SqlString.js b/panel-mgmt_backend/node_modules/sqlstring/lib/SqlString.js similarity index 100% rename from panel-mgmt/backend/node_modules/sqlstring/lib/SqlString.js rename to panel-mgmt_backend/node_modules/sqlstring/lib/SqlString.js diff --git a/panel-mgmt/backend/node_modules/sqlstring/package.json b/panel-mgmt_backend/node_modules/sqlstring/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/sqlstring/package.json rename to panel-mgmt_backend/node_modules/sqlstring/package.json diff --git a/panel-mgmt/backend/node_modules/statuses/HISTORY.md b/panel-mgmt_backend/node_modules/statuses/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/statuses/HISTORY.md rename to panel-mgmt_backend/node_modules/statuses/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/statuses/LICENSE b/panel-mgmt_backend/node_modules/statuses/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/statuses/LICENSE rename to panel-mgmt_backend/node_modules/statuses/LICENSE diff --git a/panel-mgmt/backend/node_modules/statuses/README.md b/panel-mgmt_backend/node_modules/statuses/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/statuses/README.md rename to panel-mgmt_backend/node_modules/statuses/README.md diff --git a/panel-mgmt/backend/node_modules/statuses/codes.json b/panel-mgmt_backend/node_modules/statuses/codes.json similarity index 100% rename from panel-mgmt/backend/node_modules/statuses/codes.json rename to panel-mgmt_backend/node_modules/statuses/codes.json diff --git a/panel-mgmt/backend/node_modules/statuses/index.js b/panel-mgmt_backend/node_modules/statuses/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/statuses/index.js rename to panel-mgmt_backend/node_modules/statuses/index.js diff --git a/panel-mgmt/backend/node_modules/statuses/package.json b/panel-mgmt_backend/node_modules/statuses/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/statuses/package.json rename to panel-mgmt_backend/node_modules/statuses/package.json diff --git a/panel-mgmt/backend/node_modules/supports-color/browser.js b/panel-mgmt_backend/node_modules/supports-color/browser.js similarity index 100% rename from panel-mgmt/backend/node_modules/supports-color/browser.js rename to panel-mgmt_backend/node_modules/supports-color/browser.js diff --git a/panel-mgmt/backend/node_modules/supports-color/index.js b/panel-mgmt_backend/node_modules/supports-color/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/supports-color/index.js rename to panel-mgmt_backend/node_modules/supports-color/index.js diff --git a/panel-mgmt/backend/node_modules/supports-color/license b/panel-mgmt_backend/node_modules/supports-color/license similarity index 100% rename from panel-mgmt/backend/node_modules/supports-color/license rename to panel-mgmt_backend/node_modules/supports-color/license diff --git a/panel-mgmt/backend/node_modules/supports-color/package.json b/panel-mgmt_backend/node_modules/supports-color/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/supports-color/package.json rename to panel-mgmt_backend/node_modules/supports-color/package.json diff --git a/panel-mgmt/backend/node_modules/supports-color/readme.md b/panel-mgmt_backend/node_modules/supports-color/readme.md similarity index 100% rename from panel-mgmt/backend/node_modules/supports-color/readme.md rename to panel-mgmt_backend/node_modules/supports-color/readme.md diff --git a/panel-mgmt/backend/node_modules/toidentifier/HISTORY.md b/panel-mgmt_backend/node_modules/toidentifier/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/toidentifier/HISTORY.md rename to panel-mgmt_backend/node_modules/toidentifier/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/toidentifier/LICENSE b/panel-mgmt_backend/node_modules/toidentifier/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/toidentifier/LICENSE rename to panel-mgmt_backend/node_modules/toidentifier/LICENSE diff --git a/panel-mgmt/backend/node_modules/toidentifier/README.md b/panel-mgmt_backend/node_modules/toidentifier/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/toidentifier/README.md rename to panel-mgmt_backend/node_modules/toidentifier/README.md diff --git a/panel-mgmt/backend/node_modules/toidentifier/index.js b/panel-mgmt_backend/node_modules/toidentifier/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/toidentifier/index.js rename to panel-mgmt_backend/node_modules/toidentifier/index.js diff --git a/panel-mgmt/backend/node_modules/toidentifier/package.json b/panel-mgmt_backend/node_modules/toidentifier/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/toidentifier/package.json rename to panel-mgmt_backend/node_modules/toidentifier/package.json diff --git a/panel-mgmt/backend/node_modules/type-is/HISTORY.md b/panel-mgmt_backend/node_modules/type-is/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/type-is/HISTORY.md rename to panel-mgmt_backend/node_modules/type-is/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/type-is/LICENSE b/panel-mgmt_backend/node_modules/type-is/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/type-is/LICENSE rename to panel-mgmt_backend/node_modules/type-is/LICENSE diff --git a/panel-mgmt/backend/node_modules/type-is/README.md b/panel-mgmt_backend/node_modules/type-is/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/type-is/README.md rename to panel-mgmt_backend/node_modules/type-is/README.md diff --git a/panel-mgmt/backend/node_modules/type-is/index.js b/panel-mgmt_backend/node_modules/type-is/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/type-is/index.js rename to panel-mgmt_backend/node_modules/type-is/index.js diff --git a/panel-mgmt/backend/node_modules/type-is/package.json b/panel-mgmt_backend/node_modules/type-is/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/type-is/package.json rename to panel-mgmt_backend/node_modules/type-is/package.json diff --git a/panel-mgmt/backend/node_modules/unpipe/HISTORY.md b/panel-mgmt_backend/node_modules/unpipe/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/unpipe/HISTORY.md rename to panel-mgmt_backend/node_modules/unpipe/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/unpipe/LICENSE b/panel-mgmt_backend/node_modules/unpipe/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/unpipe/LICENSE rename to panel-mgmt_backend/node_modules/unpipe/LICENSE diff --git a/panel-mgmt/backend/node_modules/unpipe/README.md b/panel-mgmt_backend/node_modules/unpipe/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/unpipe/README.md rename to panel-mgmt_backend/node_modules/unpipe/README.md diff --git a/panel-mgmt/backend/node_modules/unpipe/index.js b/panel-mgmt_backend/node_modules/unpipe/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/unpipe/index.js rename to panel-mgmt_backend/node_modules/unpipe/index.js diff --git a/panel-mgmt/backend/node_modules/unpipe/package.json b/panel-mgmt_backend/node_modules/unpipe/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/unpipe/package.json rename to panel-mgmt_backend/node_modules/unpipe/package.json diff --git a/panel-mgmt/backend/node_modules/util/LICENSE b/panel-mgmt_backend/node_modules/util/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/util/LICENSE rename to panel-mgmt_backend/node_modules/util/LICENSE diff --git a/panel-mgmt/backend/node_modules/util/README.md b/panel-mgmt_backend/node_modules/util/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/util/README.md rename to panel-mgmt_backend/node_modules/util/README.md diff --git a/panel-mgmt/backend/node_modules/util/node_modules/inherits/LICENSE b/panel-mgmt_backend/node_modules/util/node_modules/inherits/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/util/node_modules/inherits/LICENSE rename to panel-mgmt_backend/node_modules/util/node_modules/inherits/LICENSE diff --git a/panel-mgmt/backend/node_modules/util/node_modules/inherits/README.md b/panel-mgmt_backend/node_modules/util/node_modules/inherits/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/util/node_modules/inherits/README.md rename to panel-mgmt_backend/node_modules/util/node_modules/inherits/README.md diff --git a/panel-mgmt/backend/node_modules/util/node_modules/inherits/inherits.js b/panel-mgmt_backend/node_modules/util/node_modules/inherits/inherits.js similarity index 100% rename from panel-mgmt/backend/node_modules/util/node_modules/inherits/inherits.js rename to panel-mgmt_backend/node_modules/util/node_modules/inherits/inherits.js diff --git a/panel-mgmt/backend/node_modules/util/node_modules/inherits/inherits_browser.js b/panel-mgmt_backend/node_modules/util/node_modules/inherits/inherits_browser.js similarity index 100% rename from panel-mgmt/backend/node_modules/util/node_modules/inherits/inherits_browser.js rename to panel-mgmt_backend/node_modules/util/node_modules/inherits/inherits_browser.js diff --git a/panel-mgmt/backend/node_modules/util/node_modules/inherits/package.json b/panel-mgmt_backend/node_modules/util/node_modules/inherits/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/util/node_modules/inherits/package.json rename to panel-mgmt_backend/node_modules/util/node_modules/inherits/package.json diff --git a/panel-mgmt/backend/node_modules/util/package.json b/panel-mgmt_backend/node_modules/util/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/util/package.json rename to panel-mgmt_backend/node_modules/util/package.json diff --git a/panel-mgmt/backend/node_modules/util/support/isBuffer.js b/panel-mgmt_backend/node_modules/util/support/isBuffer.js similarity index 100% rename from panel-mgmt/backend/node_modules/util/support/isBuffer.js rename to panel-mgmt_backend/node_modules/util/support/isBuffer.js diff --git a/panel-mgmt/backend/node_modules/util/support/isBufferBrowser.js b/panel-mgmt_backend/node_modules/util/support/isBufferBrowser.js similarity index 100% rename from panel-mgmt/backend/node_modules/util/support/isBufferBrowser.js rename to panel-mgmt_backend/node_modules/util/support/isBufferBrowser.js diff --git a/panel-mgmt/backend/node_modules/util/util.js b/panel-mgmt_backend/node_modules/util/util.js similarity index 100% rename from panel-mgmt/backend/node_modules/util/util.js rename to panel-mgmt_backend/node_modules/util/util.js diff --git a/panel-mgmt/backend/node_modules/vary/HISTORY.md b/panel-mgmt_backend/node_modules/vary/HISTORY.md similarity index 100% rename from panel-mgmt/backend/node_modules/vary/HISTORY.md rename to panel-mgmt_backend/node_modules/vary/HISTORY.md diff --git a/panel-mgmt/backend/node_modules/vary/LICENSE b/panel-mgmt_backend/node_modules/vary/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/vary/LICENSE rename to panel-mgmt_backend/node_modules/vary/LICENSE diff --git a/panel-mgmt/backend/node_modules/vary/README.md b/panel-mgmt_backend/node_modules/vary/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/vary/README.md rename to panel-mgmt_backend/node_modules/vary/README.md diff --git a/panel-mgmt/backend/node_modules/vary/index.js b/panel-mgmt_backend/node_modules/vary/index.js similarity index 100% rename from panel-mgmt/backend/node_modules/vary/index.js rename to panel-mgmt_backend/node_modules/vary/index.js diff --git a/panel-mgmt/backend/node_modules/vary/package.json b/panel-mgmt_backend/node_modules/vary/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/vary/package.json rename to panel-mgmt_backend/node_modules/vary/package.json diff --git a/panel-mgmt/backend/node_modules/wrappy/LICENSE b/panel-mgmt_backend/node_modules/wrappy/LICENSE similarity index 100% rename from panel-mgmt/backend/node_modules/wrappy/LICENSE rename to panel-mgmt_backend/node_modules/wrappy/LICENSE diff --git a/panel-mgmt/backend/node_modules/wrappy/README.md b/panel-mgmt_backend/node_modules/wrappy/README.md similarity index 100% rename from panel-mgmt/backend/node_modules/wrappy/README.md rename to panel-mgmt_backend/node_modules/wrappy/README.md diff --git a/panel-mgmt/backend/node_modules/wrappy/package.json b/panel-mgmt_backend/node_modules/wrappy/package.json similarity index 100% rename from panel-mgmt/backend/node_modules/wrappy/package.json rename to panel-mgmt_backend/node_modules/wrappy/package.json diff --git a/panel-mgmt/backend/node_modules/wrappy/wrappy.js b/panel-mgmt_backend/node_modules/wrappy/wrappy.js similarity index 100% rename from panel-mgmt/backend/node_modules/wrappy/wrappy.js rename to panel-mgmt_backend/node_modules/wrappy/wrappy.js diff --git a/panel-mgmt/backend/package-lock.json b/panel-mgmt_backend/package-lock.json similarity index 100% rename from panel-mgmt/backend/package-lock.json rename to panel-mgmt_backend/package-lock.json diff --git a/panel-mgmt/backend/package.json b/panel-mgmt_backend/package.json similarity index 100% rename from panel-mgmt/backend/package.json rename to panel-mgmt_backend/package.json diff --git a/panel-mgmt/backend/server.js b/panel-mgmt_backend/server.js similarity index 91% rename from panel-mgmt/backend/server.js rename to panel-mgmt_backend/server.js index 7ccaabd..aa68f26 100644 --- a/panel-mgmt/backend/server.js +++ b/panel-mgmt_backend/server.js @@ -6,7 +6,7 @@ import { getAllUsers, loginUser, updateUser, -} from "./database.js"; +} from "../user-mgmt_backend/database.js"; import dotenv from "dotenv"; import path from "path"; import { fileURLToPath } from "url"; @@ -27,7 +27,9 @@ app.listen(port, () => { console.log(`Server is running on http://localhost:${port}`); }); -// here comes the main code + + +// -- here comes the main code -- app.get("/", (req, res) => { res.render("index.ejs"); }); diff --git a/panel-mgmt/backend/views/index.ejs b/panel-mgmt_backend/views/index.ejs similarity index 100% rename from panel-mgmt/backend/views/index.ejs rename to panel-mgmt_backend/views/index.ejs diff --git a/user-mgmt/scheme.sql b/scheme.sql similarity index 100% rename from user-mgmt/scheme.sql rename to scheme.sql diff --git a/user-mgmt/README.md b/user-mgmt/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/user-mgmt/backend/.env b/user-mgmt_backend/.env similarity index 100% rename from user-mgmt/backend/.env rename to user-mgmt_backend/.env diff --git a/user-mgmt/backend/Dockerfile b/user-mgmt_backend/Dockerfile similarity index 80% rename from user-mgmt/backend/Dockerfile rename to user-mgmt_backend/Dockerfile index 93c06de..f190b86 100644 --- a/user-mgmt/backend/Dockerfile +++ b/user-mgmt_backend/Dockerfile @@ -1,6 +1,6 @@ FROM node:18 -WORKDIR /app +WORKDIR /user-mgmt_app COPY package*.json ./ RUN npm install diff --git a/user-mgmt/backend/database.js b/user-mgmt_backend/database.js similarity index 100% rename from user-mgmt/backend/database.js rename to user-mgmt_backend/database.js diff --git a/user-mgmt/backend/node_modules/.bin/ejs b/user-mgmt_backend/node_modules/.bin/ejs similarity index 100% rename from user-mgmt/backend/node_modules/.bin/ejs rename to user-mgmt_backend/node_modules/.bin/ejs diff --git a/user-mgmt/backend/node_modules/.bin/ejs.cmd b/user-mgmt_backend/node_modules/.bin/ejs.cmd similarity index 100% rename from user-mgmt/backend/node_modules/.bin/ejs.cmd rename to user-mgmt_backend/node_modules/.bin/ejs.cmd diff --git a/user-mgmt/backend/node_modules/.bin/ejs.ps1 b/user-mgmt_backend/node_modules/.bin/ejs.ps1 similarity index 100% rename from user-mgmt/backend/node_modules/.bin/ejs.ps1 rename to user-mgmt_backend/node_modules/.bin/ejs.ps1 diff --git a/user-mgmt/backend/node_modules/.bin/jake b/user-mgmt_backend/node_modules/.bin/jake similarity index 100% rename from user-mgmt/backend/node_modules/.bin/jake rename to user-mgmt_backend/node_modules/.bin/jake diff --git a/user-mgmt/backend/node_modules/.bin/jake.cmd b/user-mgmt_backend/node_modules/.bin/jake.cmd similarity index 100% rename from user-mgmt/backend/node_modules/.bin/jake.cmd rename to user-mgmt_backend/node_modules/.bin/jake.cmd diff --git a/user-mgmt/backend/node_modules/.bin/jake.ps1 b/user-mgmt_backend/node_modules/.bin/jake.ps1 similarity index 100% rename from user-mgmt/backend/node_modules/.bin/jake.ps1 rename to user-mgmt_backend/node_modules/.bin/jake.ps1 diff --git a/user-mgmt/backend/node_modules/.package-lock.json b/user-mgmt_backend/node_modules/.package-lock.json similarity index 100% rename from user-mgmt/backend/node_modules/.package-lock.json rename to user-mgmt_backend/node_modules/.package-lock.json diff --git a/user-mgmt/backend/node_modules/accepts/HISTORY.md b/user-mgmt_backend/node_modules/accepts/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/accepts/HISTORY.md rename to user-mgmt_backend/node_modules/accepts/HISTORY.md diff --git a/user-mgmt/backend/node_modules/accepts/LICENSE b/user-mgmt_backend/node_modules/accepts/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/accepts/LICENSE rename to user-mgmt_backend/node_modules/accepts/LICENSE diff --git a/user-mgmt/backend/node_modules/accepts/README.md b/user-mgmt_backend/node_modules/accepts/README.md similarity index 100% rename from user-mgmt/backend/node_modules/accepts/README.md rename to user-mgmt_backend/node_modules/accepts/README.md diff --git a/user-mgmt/backend/node_modules/accepts/index.js b/user-mgmt_backend/node_modules/accepts/index.js similarity index 100% rename from user-mgmt/backend/node_modules/accepts/index.js rename to user-mgmt_backend/node_modules/accepts/index.js diff --git a/user-mgmt/backend/node_modules/accepts/package.json b/user-mgmt_backend/node_modules/accepts/package.json similarity index 100% rename from user-mgmt/backend/node_modules/accepts/package.json rename to user-mgmt_backend/node_modules/accepts/package.json diff --git a/user-mgmt/backend/node_modules/ansi-styles/index.d.ts b/user-mgmt_backend/node_modules/ansi-styles/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/ansi-styles/index.d.ts rename to user-mgmt_backend/node_modules/ansi-styles/index.d.ts diff --git a/user-mgmt/backend/node_modules/ansi-styles/index.js b/user-mgmt_backend/node_modules/ansi-styles/index.js similarity index 100% rename from user-mgmt/backend/node_modules/ansi-styles/index.js rename to user-mgmt_backend/node_modules/ansi-styles/index.js diff --git a/user-mgmt/backend/node_modules/ansi-styles/license b/user-mgmt_backend/node_modules/ansi-styles/license similarity index 100% rename from user-mgmt/backend/node_modules/ansi-styles/license rename to user-mgmt_backend/node_modules/ansi-styles/license diff --git a/user-mgmt/backend/node_modules/ansi-styles/package.json b/user-mgmt_backend/node_modules/ansi-styles/package.json similarity index 100% rename from user-mgmt/backend/node_modules/ansi-styles/package.json rename to user-mgmt_backend/node_modules/ansi-styles/package.json diff --git a/user-mgmt/backend/node_modules/ansi-styles/readme.md b/user-mgmt_backend/node_modules/ansi-styles/readme.md similarity index 100% rename from user-mgmt/backend/node_modules/ansi-styles/readme.md rename to user-mgmt_backend/node_modules/ansi-styles/readme.md diff --git a/user-mgmt/backend/node_modules/async/CHANGELOG.md b/user-mgmt_backend/node_modules/async/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/async/CHANGELOG.md rename to user-mgmt_backend/node_modules/async/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/async/LICENSE b/user-mgmt_backend/node_modules/async/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/async/LICENSE rename to user-mgmt_backend/node_modules/async/LICENSE diff --git a/user-mgmt/backend/node_modules/async/README.md b/user-mgmt_backend/node_modules/async/README.md similarity index 100% rename from user-mgmt/backend/node_modules/async/README.md rename to user-mgmt_backend/node_modules/async/README.md diff --git a/user-mgmt/backend/node_modules/async/all.js b/user-mgmt_backend/node_modules/async/all.js similarity index 100% rename from user-mgmt/backend/node_modules/async/all.js rename to user-mgmt_backend/node_modules/async/all.js diff --git a/user-mgmt/backend/node_modules/async/allLimit.js b/user-mgmt_backend/node_modules/async/allLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/allLimit.js rename to user-mgmt_backend/node_modules/async/allLimit.js diff --git a/user-mgmt/backend/node_modules/async/allSeries.js b/user-mgmt_backend/node_modules/async/allSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/allSeries.js rename to user-mgmt_backend/node_modules/async/allSeries.js diff --git a/user-mgmt/backend/node_modules/async/any.js b/user-mgmt_backend/node_modules/async/any.js similarity index 100% rename from user-mgmt/backend/node_modules/async/any.js rename to user-mgmt_backend/node_modules/async/any.js diff --git a/user-mgmt/backend/node_modules/async/anyLimit.js b/user-mgmt_backend/node_modules/async/anyLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/anyLimit.js rename to user-mgmt_backend/node_modules/async/anyLimit.js diff --git a/user-mgmt/backend/node_modules/async/anySeries.js b/user-mgmt_backend/node_modules/async/anySeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/anySeries.js rename to user-mgmt_backend/node_modules/async/anySeries.js diff --git a/user-mgmt/backend/node_modules/async/apply.js b/user-mgmt_backend/node_modules/async/apply.js similarity index 100% rename from user-mgmt/backend/node_modules/async/apply.js rename to user-mgmt_backend/node_modules/async/apply.js diff --git a/user-mgmt/backend/node_modules/async/applyEach.js b/user-mgmt_backend/node_modules/async/applyEach.js similarity index 100% rename from user-mgmt/backend/node_modules/async/applyEach.js rename to user-mgmt_backend/node_modules/async/applyEach.js diff --git a/user-mgmt/backend/node_modules/async/applyEachSeries.js b/user-mgmt_backend/node_modules/async/applyEachSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/applyEachSeries.js rename to user-mgmt_backend/node_modules/async/applyEachSeries.js diff --git a/user-mgmt/backend/node_modules/async/asyncify.js b/user-mgmt_backend/node_modules/async/asyncify.js similarity index 100% rename from user-mgmt/backend/node_modules/async/asyncify.js rename to user-mgmt_backend/node_modules/async/asyncify.js diff --git a/user-mgmt/backend/node_modules/async/auto.js b/user-mgmt_backend/node_modules/async/auto.js similarity index 100% rename from user-mgmt/backend/node_modules/async/auto.js rename to user-mgmt_backend/node_modules/async/auto.js diff --git a/user-mgmt/backend/node_modules/async/autoInject.js b/user-mgmt_backend/node_modules/async/autoInject.js similarity index 100% rename from user-mgmt/backend/node_modules/async/autoInject.js rename to user-mgmt_backend/node_modules/async/autoInject.js diff --git a/user-mgmt/backend/node_modules/async/bower.json b/user-mgmt_backend/node_modules/async/bower.json similarity index 100% rename from user-mgmt/backend/node_modules/async/bower.json rename to user-mgmt_backend/node_modules/async/bower.json diff --git a/user-mgmt/backend/node_modules/async/cargo.js b/user-mgmt_backend/node_modules/async/cargo.js similarity index 100% rename from user-mgmt/backend/node_modules/async/cargo.js rename to user-mgmt_backend/node_modules/async/cargo.js diff --git a/user-mgmt/backend/node_modules/async/cargoQueue.js b/user-mgmt_backend/node_modules/async/cargoQueue.js similarity index 100% rename from user-mgmt/backend/node_modules/async/cargoQueue.js rename to user-mgmt_backend/node_modules/async/cargoQueue.js diff --git a/user-mgmt/backend/node_modules/async/compose.js b/user-mgmt_backend/node_modules/async/compose.js similarity index 100% rename from user-mgmt/backend/node_modules/async/compose.js rename to user-mgmt_backend/node_modules/async/compose.js diff --git a/user-mgmt/backend/node_modules/async/concat.js b/user-mgmt_backend/node_modules/async/concat.js similarity index 100% rename from user-mgmt/backend/node_modules/async/concat.js rename to user-mgmt_backend/node_modules/async/concat.js diff --git a/user-mgmt/backend/node_modules/async/concatLimit.js b/user-mgmt_backend/node_modules/async/concatLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/concatLimit.js rename to user-mgmt_backend/node_modules/async/concatLimit.js diff --git a/user-mgmt/backend/node_modules/async/concatSeries.js b/user-mgmt_backend/node_modules/async/concatSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/concatSeries.js rename to user-mgmt_backend/node_modules/async/concatSeries.js diff --git a/user-mgmt/backend/node_modules/async/constant.js b/user-mgmt_backend/node_modules/async/constant.js similarity index 100% rename from user-mgmt/backend/node_modules/async/constant.js rename to user-mgmt_backend/node_modules/async/constant.js diff --git a/user-mgmt/backend/node_modules/async/detect.js b/user-mgmt_backend/node_modules/async/detect.js similarity index 100% rename from user-mgmt/backend/node_modules/async/detect.js rename to user-mgmt_backend/node_modules/async/detect.js diff --git a/user-mgmt/backend/node_modules/async/detectLimit.js b/user-mgmt_backend/node_modules/async/detectLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/detectLimit.js rename to user-mgmt_backend/node_modules/async/detectLimit.js diff --git a/user-mgmt/backend/node_modules/async/detectSeries.js b/user-mgmt_backend/node_modules/async/detectSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/detectSeries.js rename to user-mgmt_backend/node_modules/async/detectSeries.js diff --git a/user-mgmt/backend/node_modules/async/dir.js b/user-mgmt_backend/node_modules/async/dir.js similarity index 100% rename from user-mgmt/backend/node_modules/async/dir.js rename to user-mgmt_backend/node_modules/async/dir.js diff --git a/user-mgmt/backend/node_modules/async/dist/async.js b/user-mgmt_backend/node_modules/async/dist/async.js similarity index 100% rename from user-mgmt/backend/node_modules/async/dist/async.js rename to user-mgmt_backend/node_modules/async/dist/async.js diff --git a/user-mgmt/backend/node_modules/async/dist/async.min.js b/user-mgmt_backend/node_modules/async/dist/async.min.js similarity index 100% rename from user-mgmt/backend/node_modules/async/dist/async.min.js rename to user-mgmt_backend/node_modules/async/dist/async.min.js diff --git a/user-mgmt/backend/node_modules/async/dist/async.mjs b/user-mgmt_backend/node_modules/async/dist/async.mjs similarity index 100% rename from user-mgmt/backend/node_modules/async/dist/async.mjs rename to user-mgmt_backend/node_modules/async/dist/async.mjs diff --git a/user-mgmt/backend/node_modules/async/doDuring.js b/user-mgmt_backend/node_modules/async/doDuring.js similarity index 100% rename from user-mgmt/backend/node_modules/async/doDuring.js rename to user-mgmt_backend/node_modules/async/doDuring.js diff --git a/user-mgmt/backend/node_modules/async/doUntil.js b/user-mgmt_backend/node_modules/async/doUntil.js similarity index 100% rename from user-mgmt/backend/node_modules/async/doUntil.js rename to user-mgmt_backend/node_modules/async/doUntil.js diff --git a/user-mgmt/backend/node_modules/async/doWhilst.js b/user-mgmt_backend/node_modules/async/doWhilst.js similarity index 100% rename from user-mgmt/backend/node_modules/async/doWhilst.js rename to user-mgmt_backend/node_modules/async/doWhilst.js diff --git a/user-mgmt/backend/node_modules/async/during.js b/user-mgmt_backend/node_modules/async/during.js similarity index 100% rename from user-mgmt/backend/node_modules/async/during.js rename to user-mgmt_backend/node_modules/async/during.js diff --git a/user-mgmt/backend/node_modules/async/each.js b/user-mgmt_backend/node_modules/async/each.js similarity index 100% rename from user-mgmt/backend/node_modules/async/each.js rename to user-mgmt_backend/node_modules/async/each.js diff --git a/user-mgmt/backend/node_modules/async/eachLimit.js b/user-mgmt_backend/node_modules/async/eachLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/eachLimit.js rename to user-mgmt_backend/node_modules/async/eachLimit.js diff --git a/user-mgmt/backend/node_modules/async/eachOf.js b/user-mgmt_backend/node_modules/async/eachOf.js similarity index 100% rename from user-mgmt/backend/node_modules/async/eachOf.js rename to user-mgmt_backend/node_modules/async/eachOf.js diff --git a/user-mgmt/backend/node_modules/async/eachOfLimit.js b/user-mgmt_backend/node_modules/async/eachOfLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/eachOfLimit.js rename to user-mgmt_backend/node_modules/async/eachOfLimit.js diff --git a/user-mgmt/backend/node_modules/async/eachOfSeries.js b/user-mgmt_backend/node_modules/async/eachOfSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/eachOfSeries.js rename to user-mgmt_backend/node_modules/async/eachOfSeries.js diff --git a/user-mgmt/backend/node_modules/async/eachSeries.js b/user-mgmt_backend/node_modules/async/eachSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/eachSeries.js rename to user-mgmt_backend/node_modules/async/eachSeries.js diff --git a/user-mgmt/backend/node_modules/async/ensureAsync.js b/user-mgmt_backend/node_modules/async/ensureAsync.js similarity index 100% rename from user-mgmt/backend/node_modules/async/ensureAsync.js rename to user-mgmt_backend/node_modules/async/ensureAsync.js diff --git a/user-mgmt/backend/node_modules/async/every.js b/user-mgmt_backend/node_modules/async/every.js similarity index 100% rename from user-mgmt/backend/node_modules/async/every.js rename to user-mgmt_backend/node_modules/async/every.js diff --git a/user-mgmt/backend/node_modules/async/everyLimit.js b/user-mgmt_backend/node_modules/async/everyLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/everyLimit.js rename to user-mgmt_backend/node_modules/async/everyLimit.js diff --git a/user-mgmt/backend/node_modules/async/everySeries.js b/user-mgmt_backend/node_modules/async/everySeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/everySeries.js rename to user-mgmt_backend/node_modules/async/everySeries.js diff --git a/user-mgmt/backend/node_modules/async/filter.js b/user-mgmt_backend/node_modules/async/filter.js similarity index 100% rename from user-mgmt/backend/node_modules/async/filter.js rename to user-mgmt_backend/node_modules/async/filter.js diff --git a/user-mgmt/backend/node_modules/async/filterLimit.js b/user-mgmt_backend/node_modules/async/filterLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/filterLimit.js rename to user-mgmt_backend/node_modules/async/filterLimit.js diff --git a/user-mgmt/backend/node_modules/async/filterSeries.js b/user-mgmt_backend/node_modules/async/filterSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/filterSeries.js rename to user-mgmt_backend/node_modules/async/filterSeries.js diff --git a/user-mgmt/backend/node_modules/async/find.js b/user-mgmt_backend/node_modules/async/find.js similarity index 100% rename from user-mgmt/backend/node_modules/async/find.js rename to user-mgmt_backend/node_modules/async/find.js diff --git a/user-mgmt/backend/node_modules/async/findLimit.js b/user-mgmt_backend/node_modules/async/findLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/findLimit.js rename to user-mgmt_backend/node_modules/async/findLimit.js diff --git a/user-mgmt/backend/node_modules/async/findSeries.js b/user-mgmt_backend/node_modules/async/findSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/findSeries.js rename to user-mgmt_backend/node_modules/async/findSeries.js diff --git a/user-mgmt/backend/node_modules/async/flatMap.js b/user-mgmt_backend/node_modules/async/flatMap.js similarity index 100% rename from user-mgmt/backend/node_modules/async/flatMap.js rename to user-mgmt_backend/node_modules/async/flatMap.js diff --git a/user-mgmt/backend/node_modules/async/flatMapLimit.js b/user-mgmt_backend/node_modules/async/flatMapLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/flatMapLimit.js rename to user-mgmt_backend/node_modules/async/flatMapLimit.js diff --git a/user-mgmt/backend/node_modules/async/flatMapSeries.js b/user-mgmt_backend/node_modules/async/flatMapSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/flatMapSeries.js rename to user-mgmt_backend/node_modules/async/flatMapSeries.js diff --git a/user-mgmt/backend/node_modules/async/foldl.js b/user-mgmt_backend/node_modules/async/foldl.js similarity index 100% rename from user-mgmt/backend/node_modules/async/foldl.js rename to user-mgmt_backend/node_modules/async/foldl.js diff --git a/user-mgmt/backend/node_modules/async/foldr.js b/user-mgmt_backend/node_modules/async/foldr.js similarity index 100% rename from user-mgmt/backend/node_modules/async/foldr.js rename to user-mgmt_backend/node_modules/async/foldr.js diff --git a/user-mgmt/backend/node_modules/async/forEach.js b/user-mgmt_backend/node_modules/async/forEach.js similarity index 100% rename from user-mgmt/backend/node_modules/async/forEach.js rename to user-mgmt_backend/node_modules/async/forEach.js diff --git a/user-mgmt/backend/node_modules/async/forEachLimit.js b/user-mgmt_backend/node_modules/async/forEachLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/forEachLimit.js rename to user-mgmt_backend/node_modules/async/forEachLimit.js diff --git a/user-mgmt/backend/node_modules/async/forEachOf.js b/user-mgmt_backend/node_modules/async/forEachOf.js similarity index 100% rename from user-mgmt/backend/node_modules/async/forEachOf.js rename to user-mgmt_backend/node_modules/async/forEachOf.js diff --git a/user-mgmt/backend/node_modules/async/forEachOfLimit.js b/user-mgmt_backend/node_modules/async/forEachOfLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/forEachOfLimit.js rename to user-mgmt_backend/node_modules/async/forEachOfLimit.js diff --git a/user-mgmt/backend/node_modules/async/forEachOfSeries.js b/user-mgmt_backend/node_modules/async/forEachOfSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/forEachOfSeries.js rename to user-mgmt_backend/node_modules/async/forEachOfSeries.js diff --git a/user-mgmt/backend/node_modules/async/forEachSeries.js b/user-mgmt_backend/node_modules/async/forEachSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/forEachSeries.js rename to user-mgmt_backend/node_modules/async/forEachSeries.js diff --git a/user-mgmt/backend/node_modules/async/forever.js b/user-mgmt_backend/node_modules/async/forever.js similarity index 100% rename from user-mgmt/backend/node_modules/async/forever.js rename to user-mgmt_backend/node_modules/async/forever.js diff --git a/user-mgmt/backend/node_modules/async/groupBy.js b/user-mgmt_backend/node_modules/async/groupBy.js similarity index 100% rename from user-mgmt/backend/node_modules/async/groupBy.js rename to user-mgmt_backend/node_modules/async/groupBy.js diff --git a/user-mgmt/backend/node_modules/async/groupByLimit.js b/user-mgmt_backend/node_modules/async/groupByLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/groupByLimit.js rename to user-mgmt_backend/node_modules/async/groupByLimit.js diff --git a/user-mgmt/backend/node_modules/async/groupBySeries.js b/user-mgmt_backend/node_modules/async/groupBySeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/groupBySeries.js rename to user-mgmt_backend/node_modules/async/groupBySeries.js diff --git a/user-mgmt/backend/node_modules/async/index.js b/user-mgmt_backend/node_modules/async/index.js similarity index 100% rename from user-mgmt/backend/node_modules/async/index.js rename to user-mgmt_backend/node_modules/async/index.js diff --git a/user-mgmt/backend/node_modules/async/inject.js b/user-mgmt_backend/node_modules/async/inject.js similarity index 100% rename from user-mgmt/backend/node_modules/async/inject.js rename to user-mgmt_backend/node_modules/async/inject.js diff --git a/user-mgmt/backend/node_modules/async/internal/DoublyLinkedList.js b/user-mgmt_backend/node_modules/async/internal/DoublyLinkedList.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/DoublyLinkedList.js rename to user-mgmt_backend/node_modules/async/internal/DoublyLinkedList.js diff --git a/user-mgmt/backend/node_modules/async/internal/Heap.js b/user-mgmt_backend/node_modules/async/internal/Heap.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/Heap.js rename to user-mgmt_backend/node_modules/async/internal/Heap.js diff --git a/user-mgmt/backend/node_modules/async/internal/applyEach.js b/user-mgmt_backend/node_modules/async/internal/applyEach.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/applyEach.js rename to user-mgmt_backend/node_modules/async/internal/applyEach.js diff --git a/user-mgmt/backend/node_modules/async/internal/asyncEachOfLimit.js b/user-mgmt_backend/node_modules/async/internal/asyncEachOfLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/asyncEachOfLimit.js rename to user-mgmt_backend/node_modules/async/internal/asyncEachOfLimit.js diff --git a/user-mgmt/backend/node_modules/async/internal/awaitify.js b/user-mgmt_backend/node_modules/async/internal/awaitify.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/awaitify.js rename to user-mgmt_backend/node_modules/async/internal/awaitify.js diff --git a/user-mgmt/backend/node_modules/async/internal/breakLoop.js b/user-mgmt_backend/node_modules/async/internal/breakLoop.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/breakLoop.js rename to user-mgmt_backend/node_modules/async/internal/breakLoop.js diff --git a/user-mgmt/backend/node_modules/async/internal/consoleFunc.js b/user-mgmt_backend/node_modules/async/internal/consoleFunc.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/consoleFunc.js rename to user-mgmt_backend/node_modules/async/internal/consoleFunc.js diff --git a/user-mgmt/backend/node_modules/async/internal/createTester.js b/user-mgmt_backend/node_modules/async/internal/createTester.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/createTester.js rename to user-mgmt_backend/node_modules/async/internal/createTester.js diff --git a/user-mgmt/backend/node_modules/async/internal/eachOfLimit.js b/user-mgmt_backend/node_modules/async/internal/eachOfLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/eachOfLimit.js rename to user-mgmt_backend/node_modules/async/internal/eachOfLimit.js diff --git a/user-mgmt/backend/node_modules/async/internal/filter.js b/user-mgmt_backend/node_modules/async/internal/filter.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/filter.js rename to user-mgmt_backend/node_modules/async/internal/filter.js diff --git a/user-mgmt/backend/node_modules/async/internal/getIterator.js b/user-mgmt_backend/node_modules/async/internal/getIterator.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/getIterator.js rename to user-mgmt_backend/node_modules/async/internal/getIterator.js diff --git a/user-mgmt/backend/node_modules/async/internal/initialParams.js b/user-mgmt_backend/node_modules/async/internal/initialParams.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/initialParams.js rename to user-mgmt_backend/node_modules/async/internal/initialParams.js diff --git a/user-mgmt/backend/node_modules/async/internal/isArrayLike.js b/user-mgmt_backend/node_modules/async/internal/isArrayLike.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/isArrayLike.js rename to user-mgmt_backend/node_modules/async/internal/isArrayLike.js diff --git a/user-mgmt/backend/node_modules/async/internal/iterator.js b/user-mgmt_backend/node_modules/async/internal/iterator.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/iterator.js rename to user-mgmt_backend/node_modules/async/internal/iterator.js diff --git a/user-mgmt/backend/node_modules/async/internal/map.js b/user-mgmt_backend/node_modules/async/internal/map.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/map.js rename to user-mgmt_backend/node_modules/async/internal/map.js diff --git a/user-mgmt/backend/node_modules/async/internal/once.js b/user-mgmt_backend/node_modules/async/internal/once.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/once.js rename to user-mgmt_backend/node_modules/async/internal/once.js diff --git a/user-mgmt/backend/node_modules/async/internal/onlyOnce.js b/user-mgmt_backend/node_modules/async/internal/onlyOnce.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/onlyOnce.js rename to user-mgmt_backend/node_modules/async/internal/onlyOnce.js diff --git a/user-mgmt/backend/node_modules/async/internal/parallel.js b/user-mgmt_backend/node_modules/async/internal/parallel.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/parallel.js rename to user-mgmt_backend/node_modules/async/internal/parallel.js diff --git a/user-mgmt/backend/node_modules/async/internal/promiseCallback.js b/user-mgmt_backend/node_modules/async/internal/promiseCallback.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/promiseCallback.js rename to user-mgmt_backend/node_modules/async/internal/promiseCallback.js diff --git a/user-mgmt/backend/node_modules/async/internal/queue.js b/user-mgmt_backend/node_modules/async/internal/queue.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/queue.js rename to user-mgmt_backend/node_modules/async/internal/queue.js diff --git a/user-mgmt/backend/node_modules/async/internal/range.js b/user-mgmt_backend/node_modules/async/internal/range.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/range.js rename to user-mgmt_backend/node_modules/async/internal/range.js diff --git a/user-mgmt/backend/node_modules/async/internal/reject.js b/user-mgmt_backend/node_modules/async/internal/reject.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/reject.js rename to user-mgmt_backend/node_modules/async/internal/reject.js diff --git a/user-mgmt/backend/node_modules/async/internal/setImmediate.js b/user-mgmt_backend/node_modules/async/internal/setImmediate.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/setImmediate.js rename to user-mgmt_backend/node_modules/async/internal/setImmediate.js diff --git a/user-mgmt/backend/node_modules/async/internal/withoutIndex.js b/user-mgmt_backend/node_modules/async/internal/withoutIndex.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/withoutIndex.js rename to user-mgmt_backend/node_modules/async/internal/withoutIndex.js diff --git a/user-mgmt/backend/node_modules/async/internal/wrapAsync.js b/user-mgmt_backend/node_modules/async/internal/wrapAsync.js similarity index 100% rename from user-mgmt/backend/node_modules/async/internal/wrapAsync.js rename to user-mgmt_backend/node_modules/async/internal/wrapAsync.js diff --git a/user-mgmt/backend/node_modules/async/log.js b/user-mgmt_backend/node_modules/async/log.js similarity index 100% rename from user-mgmt/backend/node_modules/async/log.js rename to user-mgmt_backend/node_modules/async/log.js diff --git a/user-mgmt/backend/node_modules/async/map.js b/user-mgmt_backend/node_modules/async/map.js similarity index 100% rename from user-mgmt/backend/node_modules/async/map.js rename to user-mgmt_backend/node_modules/async/map.js diff --git a/user-mgmt/backend/node_modules/async/mapLimit.js b/user-mgmt_backend/node_modules/async/mapLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/mapLimit.js rename to user-mgmt_backend/node_modules/async/mapLimit.js diff --git a/user-mgmt/backend/node_modules/async/mapSeries.js b/user-mgmt_backend/node_modules/async/mapSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/mapSeries.js rename to user-mgmt_backend/node_modules/async/mapSeries.js diff --git a/user-mgmt/backend/node_modules/async/mapValues.js b/user-mgmt_backend/node_modules/async/mapValues.js similarity index 100% rename from user-mgmt/backend/node_modules/async/mapValues.js rename to user-mgmt_backend/node_modules/async/mapValues.js diff --git a/user-mgmt/backend/node_modules/async/mapValuesLimit.js b/user-mgmt_backend/node_modules/async/mapValuesLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/mapValuesLimit.js rename to user-mgmt_backend/node_modules/async/mapValuesLimit.js diff --git a/user-mgmt/backend/node_modules/async/mapValuesSeries.js b/user-mgmt_backend/node_modules/async/mapValuesSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/mapValuesSeries.js rename to user-mgmt_backend/node_modules/async/mapValuesSeries.js diff --git a/user-mgmt/backend/node_modules/async/memoize.js b/user-mgmt_backend/node_modules/async/memoize.js similarity index 100% rename from user-mgmt/backend/node_modules/async/memoize.js rename to user-mgmt_backend/node_modules/async/memoize.js diff --git a/user-mgmt/backend/node_modules/async/nextTick.js b/user-mgmt_backend/node_modules/async/nextTick.js similarity index 100% rename from user-mgmt/backend/node_modules/async/nextTick.js rename to user-mgmt_backend/node_modules/async/nextTick.js diff --git a/user-mgmt/backend/node_modules/async/package.json b/user-mgmt_backend/node_modules/async/package.json similarity index 100% rename from user-mgmt/backend/node_modules/async/package.json rename to user-mgmt_backend/node_modules/async/package.json diff --git a/user-mgmt/backend/node_modules/async/parallel.js b/user-mgmt_backend/node_modules/async/parallel.js similarity index 100% rename from user-mgmt/backend/node_modules/async/parallel.js rename to user-mgmt_backend/node_modules/async/parallel.js diff --git a/user-mgmt/backend/node_modules/async/parallelLimit.js b/user-mgmt_backend/node_modules/async/parallelLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/parallelLimit.js rename to user-mgmt_backend/node_modules/async/parallelLimit.js diff --git a/user-mgmt/backend/node_modules/async/priorityQueue.js b/user-mgmt_backend/node_modules/async/priorityQueue.js similarity index 100% rename from user-mgmt/backend/node_modules/async/priorityQueue.js rename to user-mgmt_backend/node_modules/async/priorityQueue.js diff --git a/user-mgmt/backend/node_modules/async/queue.js b/user-mgmt_backend/node_modules/async/queue.js similarity index 100% rename from user-mgmt/backend/node_modules/async/queue.js rename to user-mgmt_backend/node_modules/async/queue.js diff --git a/user-mgmt/backend/node_modules/async/race.js b/user-mgmt_backend/node_modules/async/race.js similarity index 100% rename from user-mgmt/backend/node_modules/async/race.js rename to user-mgmt_backend/node_modules/async/race.js diff --git a/user-mgmt/backend/node_modules/async/reduce.js b/user-mgmt_backend/node_modules/async/reduce.js similarity index 100% rename from user-mgmt/backend/node_modules/async/reduce.js rename to user-mgmt_backend/node_modules/async/reduce.js diff --git a/user-mgmt/backend/node_modules/async/reduceRight.js b/user-mgmt_backend/node_modules/async/reduceRight.js similarity index 100% rename from user-mgmt/backend/node_modules/async/reduceRight.js rename to user-mgmt_backend/node_modules/async/reduceRight.js diff --git a/user-mgmt/backend/node_modules/async/reflect.js b/user-mgmt_backend/node_modules/async/reflect.js similarity index 100% rename from user-mgmt/backend/node_modules/async/reflect.js rename to user-mgmt_backend/node_modules/async/reflect.js diff --git a/user-mgmt/backend/node_modules/async/reflectAll.js b/user-mgmt_backend/node_modules/async/reflectAll.js similarity index 100% rename from user-mgmt/backend/node_modules/async/reflectAll.js rename to user-mgmt_backend/node_modules/async/reflectAll.js diff --git a/user-mgmt/backend/node_modules/async/reject.js b/user-mgmt_backend/node_modules/async/reject.js similarity index 100% rename from user-mgmt/backend/node_modules/async/reject.js rename to user-mgmt_backend/node_modules/async/reject.js diff --git a/user-mgmt/backend/node_modules/async/rejectLimit.js b/user-mgmt_backend/node_modules/async/rejectLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/rejectLimit.js rename to user-mgmt_backend/node_modules/async/rejectLimit.js diff --git a/user-mgmt/backend/node_modules/async/rejectSeries.js b/user-mgmt_backend/node_modules/async/rejectSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/rejectSeries.js rename to user-mgmt_backend/node_modules/async/rejectSeries.js diff --git a/user-mgmt/backend/node_modules/async/retry.js b/user-mgmt_backend/node_modules/async/retry.js similarity index 100% rename from user-mgmt/backend/node_modules/async/retry.js rename to user-mgmt_backend/node_modules/async/retry.js diff --git a/user-mgmt/backend/node_modules/async/retryable.js b/user-mgmt_backend/node_modules/async/retryable.js similarity index 100% rename from user-mgmt/backend/node_modules/async/retryable.js rename to user-mgmt_backend/node_modules/async/retryable.js diff --git a/user-mgmt/backend/node_modules/async/select.js b/user-mgmt_backend/node_modules/async/select.js similarity index 100% rename from user-mgmt/backend/node_modules/async/select.js rename to user-mgmt_backend/node_modules/async/select.js diff --git a/user-mgmt/backend/node_modules/async/selectLimit.js b/user-mgmt_backend/node_modules/async/selectLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/selectLimit.js rename to user-mgmt_backend/node_modules/async/selectLimit.js diff --git a/user-mgmt/backend/node_modules/async/selectSeries.js b/user-mgmt_backend/node_modules/async/selectSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/selectSeries.js rename to user-mgmt_backend/node_modules/async/selectSeries.js diff --git a/user-mgmt/backend/node_modules/async/seq.js b/user-mgmt_backend/node_modules/async/seq.js similarity index 100% rename from user-mgmt/backend/node_modules/async/seq.js rename to user-mgmt_backend/node_modules/async/seq.js diff --git a/user-mgmt/backend/node_modules/async/series.js b/user-mgmt_backend/node_modules/async/series.js similarity index 100% rename from user-mgmt/backend/node_modules/async/series.js rename to user-mgmt_backend/node_modules/async/series.js diff --git a/user-mgmt/backend/node_modules/async/setImmediate.js b/user-mgmt_backend/node_modules/async/setImmediate.js similarity index 100% rename from user-mgmt/backend/node_modules/async/setImmediate.js rename to user-mgmt_backend/node_modules/async/setImmediate.js diff --git a/user-mgmt/backend/node_modules/async/some.js b/user-mgmt_backend/node_modules/async/some.js similarity index 100% rename from user-mgmt/backend/node_modules/async/some.js rename to user-mgmt_backend/node_modules/async/some.js diff --git a/user-mgmt/backend/node_modules/async/someLimit.js b/user-mgmt_backend/node_modules/async/someLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/someLimit.js rename to user-mgmt_backend/node_modules/async/someLimit.js diff --git a/user-mgmt/backend/node_modules/async/someSeries.js b/user-mgmt_backend/node_modules/async/someSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/someSeries.js rename to user-mgmt_backend/node_modules/async/someSeries.js diff --git a/user-mgmt/backend/node_modules/async/sortBy.js b/user-mgmt_backend/node_modules/async/sortBy.js similarity index 100% rename from user-mgmt/backend/node_modules/async/sortBy.js rename to user-mgmt_backend/node_modules/async/sortBy.js diff --git a/user-mgmt/backend/node_modules/async/timeout.js b/user-mgmt_backend/node_modules/async/timeout.js similarity index 100% rename from user-mgmt/backend/node_modules/async/timeout.js rename to user-mgmt_backend/node_modules/async/timeout.js diff --git a/user-mgmt/backend/node_modules/async/times.js b/user-mgmt_backend/node_modules/async/times.js similarity index 100% rename from user-mgmt/backend/node_modules/async/times.js rename to user-mgmt_backend/node_modules/async/times.js diff --git a/user-mgmt/backend/node_modules/async/timesLimit.js b/user-mgmt_backend/node_modules/async/timesLimit.js similarity index 100% rename from user-mgmt/backend/node_modules/async/timesLimit.js rename to user-mgmt_backend/node_modules/async/timesLimit.js diff --git a/user-mgmt/backend/node_modules/async/timesSeries.js b/user-mgmt_backend/node_modules/async/timesSeries.js similarity index 100% rename from user-mgmt/backend/node_modules/async/timesSeries.js rename to user-mgmt_backend/node_modules/async/timesSeries.js diff --git a/user-mgmt/backend/node_modules/async/transform.js b/user-mgmt_backend/node_modules/async/transform.js similarity index 100% rename from user-mgmt/backend/node_modules/async/transform.js rename to user-mgmt_backend/node_modules/async/transform.js diff --git a/user-mgmt/backend/node_modules/async/tryEach.js b/user-mgmt_backend/node_modules/async/tryEach.js similarity index 100% rename from user-mgmt/backend/node_modules/async/tryEach.js rename to user-mgmt_backend/node_modules/async/tryEach.js diff --git a/user-mgmt/backend/node_modules/async/unmemoize.js b/user-mgmt_backend/node_modules/async/unmemoize.js similarity index 100% rename from user-mgmt/backend/node_modules/async/unmemoize.js rename to user-mgmt_backend/node_modules/async/unmemoize.js diff --git a/user-mgmt/backend/node_modules/async/until.js b/user-mgmt_backend/node_modules/async/until.js similarity index 100% rename from user-mgmt/backend/node_modules/async/until.js rename to user-mgmt_backend/node_modules/async/until.js diff --git a/user-mgmt/backend/node_modules/async/waterfall.js b/user-mgmt_backend/node_modules/async/waterfall.js similarity index 100% rename from user-mgmt/backend/node_modules/async/waterfall.js rename to user-mgmt_backend/node_modules/async/waterfall.js diff --git a/user-mgmt/backend/node_modules/async/whilst.js b/user-mgmt_backend/node_modules/async/whilst.js similarity index 100% rename from user-mgmt/backend/node_modules/async/whilst.js rename to user-mgmt_backend/node_modules/async/whilst.js diff --git a/user-mgmt/backend/node_modules/async/wrapSync.js b/user-mgmt_backend/node_modules/async/wrapSync.js similarity index 100% rename from user-mgmt/backend/node_modules/async/wrapSync.js rename to user-mgmt_backend/node_modules/async/wrapSync.js diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/LICENSE b/user-mgmt_backend/node_modules/aws-ssl-profiles/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/LICENSE rename to user-mgmt_backend/node_modules/aws-ssl-profiles/LICENSE diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/README.md b/user-mgmt_backend/node_modules/aws-ssl-profiles/README.md similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/README.md rename to user-mgmt_backend/node_modules/aws-ssl-profiles/README.md diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts b/user-mgmt_backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts rename to user-mgmt_backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js b/user-mgmt_backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js rename to user-mgmt_backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.d.ts b/user-mgmt_backend/node_modules/aws-ssl-profiles/lib/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.d.ts rename to user-mgmt_backend/node_modules/aws-ssl-profiles/lib/index.d.ts diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.js b/user-mgmt_backend/node_modules/aws-ssl-profiles/lib/index.js similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.js rename to user-mgmt_backend/node_modules/aws-ssl-profiles/lib/index.js diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts b/user-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts rename to user-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js b/user-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js rename to user-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts b/user-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts rename to user-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js b/user-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js rename to user-mgmt_backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js diff --git a/user-mgmt/backend/node_modules/aws-ssl-profiles/package.json b/user-mgmt_backend/node_modules/aws-ssl-profiles/package.json similarity index 100% rename from user-mgmt/backend/node_modules/aws-ssl-profiles/package.json rename to user-mgmt_backend/node_modules/aws-ssl-profiles/package.json diff --git a/user-mgmt/backend/node_modules/balanced-match/.github/FUNDING.yml b/user-mgmt_backend/node_modules/balanced-match/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/balanced-match/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/balanced-match/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/balanced-match/LICENSE.md b/user-mgmt_backend/node_modules/balanced-match/LICENSE.md similarity index 100% rename from user-mgmt/backend/node_modules/balanced-match/LICENSE.md rename to user-mgmt_backend/node_modules/balanced-match/LICENSE.md diff --git a/user-mgmt/backend/node_modules/balanced-match/README.md b/user-mgmt_backend/node_modules/balanced-match/README.md similarity index 100% rename from user-mgmt/backend/node_modules/balanced-match/README.md rename to user-mgmt_backend/node_modules/balanced-match/README.md diff --git a/user-mgmt/backend/node_modules/balanced-match/index.js b/user-mgmt_backend/node_modules/balanced-match/index.js similarity index 100% rename from user-mgmt/backend/node_modules/balanced-match/index.js rename to user-mgmt_backend/node_modules/balanced-match/index.js diff --git a/user-mgmt/backend/node_modules/balanced-match/package.json b/user-mgmt_backend/node_modules/balanced-match/package.json similarity index 100% rename from user-mgmt/backend/node_modules/balanced-match/package.json rename to user-mgmt_backend/node_modules/balanced-match/package.json diff --git a/user-mgmt/backend/node_modules/body-parser/HISTORY.md b/user-mgmt_backend/node_modules/body-parser/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/HISTORY.md rename to user-mgmt_backend/node_modules/body-parser/HISTORY.md diff --git a/user-mgmt/backend/node_modules/body-parser/LICENSE b/user-mgmt_backend/node_modules/body-parser/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/LICENSE rename to user-mgmt_backend/node_modules/body-parser/LICENSE diff --git a/user-mgmt/backend/node_modules/body-parser/README.md b/user-mgmt_backend/node_modules/body-parser/README.md similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/README.md rename to user-mgmt_backend/node_modules/body-parser/README.md diff --git a/user-mgmt/backend/node_modules/body-parser/index.js b/user-mgmt_backend/node_modules/body-parser/index.js similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/index.js rename to user-mgmt_backend/node_modules/body-parser/index.js diff --git a/user-mgmt/backend/node_modules/body-parser/lib/read.js b/user-mgmt_backend/node_modules/body-parser/lib/read.js similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/lib/read.js rename to user-mgmt_backend/node_modules/body-parser/lib/read.js diff --git a/user-mgmt/backend/node_modules/body-parser/lib/types/json.js b/user-mgmt_backend/node_modules/body-parser/lib/types/json.js similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/lib/types/json.js rename to user-mgmt_backend/node_modules/body-parser/lib/types/json.js diff --git a/user-mgmt/backend/node_modules/body-parser/lib/types/raw.js b/user-mgmt_backend/node_modules/body-parser/lib/types/raw.js similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/lib/types/raw.js rename to user-mgmt_backend/node_modules/body-parser/lib/types/raw.js diff --git a/user-mgmt/backend/node_modules/body-parser/lib/types/text.js b/user-mgmt_backend/node_modules/body-parser/lib/types/text.js similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/lib/types/text.js rename to user-mgmt_backend/node_modules/body-parser/lib/types/text.js diff --git a/user-mgmt/backend/node_modules/body-parser/lib/types/urlencoded.js b/user-mgmt_backend/node_modules/body-parser/lib/types/urlencoded.js similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/lib/types/urlencoded.js rename to user-mgmt_backend/node_modules/body-parser/lib/types/urlencoded.js diff --git a/user-mgmt/backend/node_modules/body-parser/lib/utils.js b/user-mgmt_backend/node_modules/body-parser/lib/utils.js similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/lib/utils.js rename to user-mgmt_backend/node_modules/body-parser/lib/utils.js diff --git a/user-mgmt/backend/node_modules/body-parser/package.json b/user-mgmt_backend/node_modules/body-parser/package.json similarity index 100% rename from user-mgmt/backend/node_modules/body-parser/package.json rename to user-mgmt_backend/node_modules/body-parser/package.json diff --git a/user-mgmt/backend/node_modules/brace-expansion/LICENSE b/user-mgmt_backend/node_modules/brace-expansion/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/brace-expansion/LICENSE rename to user-mgmt_backend/node_modules/brace-expansion/LICENSE diff --git a/user-mgmt/backend/node_modules/brace-expansion/README.md b/user-mgmt_backend/node_modules/brace-expansion/README.md similarity index 100% rename from user-mgmt/backend/node_modules/brace-expansion/README.md rename to user-mgmt_backend/node_modules/brace-expansion/README.md diff --git a/user-mgmt/backend/node_modules/brace-expansion/index.js b/user-mgmt_backend/node_modules/brace-expansion/index.js similarity index 100% rename from user-mgmt/backend/node_modules/brace-expansion/index.js rename to user-mgmt_backend/node_modules/brace-expansion/index.js diff --git a/user-mgmt/backend/node_modules/brace-expansion/package.json b/user-mgmt_backend/node_modules/brace-expansion/package.json similarity index 100% rename from user-mgmt/backend/node_modules/brace-expansion/package.json rename to user-mgmt_backend/node_modules/brace-expansion/package.json diff --git a/user-mgmt/backend/node_modules/bytes/History.md b/user-mgmt_backend/node_modules/bytes/History.md similarity index 100% rename from user-mgmt/backend/node_modules/bytes/History.md rename to user-mgmt_backend/node_modules/bytes/History.md diff --git a/user-mgmt/backend/node_modules/bytes/LICENSE b/user-mgmt_backend/node_modules/bytes/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/bytes/LICENSE rename to user-mgmt_backend/node_modules/bytes/LICENSE diff --git a/user-mgmt/backend/node_modules/bytes/Readme.md b/user-mgmt_backend/node_modules/bytes/Readme.md similarity index 100% rename from user-mgmt/backend/node_modules/bytes/Readme.md rename to user-mgmt_backend/node_modules/bytes/Readme.md diff --git a/user-mgmt/backend/node_modules/bytes/index.js b/user-mgmt_backend/node_modules/bytes/index.js similarity index 100% rename from user-mgmt/backend/node_modules/bytes/index.js rename to user-mgmt_backend/node_modules/bytes/index.js diff --git a/user-mgmt/backend/node_modules/bytes/package.json b/user-mgmt_backend/node_modules/bytes/package.json similarity index 100% rename from user-mgmt/backend/node_modules/bytes/package.json rename to user-mgmt_backend/node_modules/bytes/package.json diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/.eslintrc b/user-mgmt_backend/node_modules/call-bind-apply-helpers/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/.eslintrc rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/.eslintrc diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml b/user-mgmt_backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/.nycrc b/user-mgmt_backend/node_modules/call-bind-apply-helpers/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/.nycrc rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/.nycrc diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md b/user-mgmt_backend/node_modules/call-bind-apply-helpers/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/LICENSE b/user-mgmt_backend/node_modules/call-bind-apply-helpers/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/LICENSE rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/LICENSE diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/README.md b/user-mgmt_backend/node_modules/call-bind-apply-helpers/README.md similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/README.md rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/README.md diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts b/user-mgmt_backend/node_modules/call-bind-apply-helpers/actualApply.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/actualApply.d.ts diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.js b/user-mgmt_backend/node_modules/call-bind-apply-helpers/actualApply.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.js rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/actualApply.js diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts b/user-mgmt_backend/node_modules/call-bind-apply-helpers/applyBind.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/applyBind.d.ts diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.js b/user-mgmt_backend/node_modules/call-bind-apply-helpers/applyBind.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.js rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/applyBind.js diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts b/user-mgmt_backend/node_modules/call-bind-apply-helpers/functionApply.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/functionApply.d.ts diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.js b/user-mgmt_backend/node_modules/call-bind-apply-helpers/functionApply.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.js rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/functionApply.js diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts b/user-mgmt_backend/node_modules/call-bind-apply-helpers/functionCall.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/functionCall.d.ts diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.js b/user-mgmt_backend/node_modules/call-bind-apply-helpers/functionCall.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.js rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/functionCall.js diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/index.d.ts b/user-mgmt_backend/node_modules/call-bind-apply-helpers/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/index.d.ts rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/index.d.ts diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/index.js b/user-mgmt_backend/node_modules/call-bind-apply-helpers/index.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/index.js rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/index.js diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/package.json b/user-mgmt_backend/node_modules/call-bind-apply-helpers/package.json similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/package.json rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/package.json diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts b/user-mgmt_backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.js b/user-mgmt_backend/node_modules/call-bind-apply-helpers/reflectApply.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.js rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/reflectApply.js diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/test/index.js b/user-mgmt_backend/node_modules/call-bind-apply-helpers/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/test/index.js rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/test/index.js diff --git a/user-mgmt/backend/node_modules/call-bind-apply-helpers/tsconfig.json b/user-mgmt_backend/node_modules/call-bind-apply-helpers/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/call-bind-apply-helpers/tsconfig.json rename to user-mgmt_backend/node_modules/call-bind-apply-helpers/tsconfig.json diff --git a/user-mgmt/backend/node_modules/call-bound/.eslintrc b/user-mgmt_backend/node_modules/call-bound/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/.eslintrc rename to user-mgmt_backend/node_modules/call-bound/.eslintrc diff --git a/user-mgmt/backend/node_modules/call-bound/.github/FUNDING.yml b/user-mgmt_backend/node_modules/call-bound/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/call-bound/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/call-bound/.nycrc b/user-mgmt_backend/node_modules/call-bound/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/.nycrc rename to user-mgmt_backend/node_modules/call-bound/.nycrc diff --git a/user-mgmt/backend/node_modules/call-bound/CHANGELOG.md b/user-mgmt_backend/node_modules/call-bound/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/CHANGELOG.md rename to user-mgmt_backend/node_modules/call-bound/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/call-bound/LICENSE b/user-mgmt_backend/node_modules/call-bound/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/LICENSE rename to user-mgmt_backend/node_modules/call-bound/LICENSE diff --git a/user-mgmt/backend/node_modules/call-bound/README.md b/user-mgmt_backend/node_modules/call-bound/README.md similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/README.md rename to user-mgmt_backend/node_modules/call-bound/README.md diff --git a/user-mgmt/backend/node_modules/call-bound/index.d.ts b/user-mgmt_backend/node_modules/call-bound/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/index.d.ts rename to user-mgmt_backend/node_modules/call-bound/index.d.ts diff --git a/user-mgmt/backend/node_modules/call-bound/index.js b/user-mgmt_backend/node_modules/call-bound/index.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/index.js rename to user-mgmt_backend/node_modules/call-bound/index.js diff --git a/user-mgmt/backend/node_modules/call-bound/package.json b/user-mgmt_backend/node_modules/call-bound/package.json similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/package.json rename to user-mgmt_backend/node_modules/call-bound/package.json diff --git a/user-mgmt/backend/node_modules/call-bound/test/index.js b/user-mgmt_backend/node_modules/call-bound/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/test/index.js rename to user-mgmt_backend/node_modules/call-bound/test/index.js diff --git a/user-mgmt/backend/node_modules/call-bound/tsconfig.json b/user-mgmt_backend/node_modules/call-bound/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/call-bound/tsconfig.json rename to user-mgmt_backend/node_modules/call-bound/tsconfig.json diff --git a/user-mgmt/backend/node_modules/chalk/index.d.ts b/user-mgmt_backend/node_modules/chalk/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/chalk/index.d.ts rename to user-mgmt_backend/node_modules/chalk/index.d.ts diff --git a/user-mgmt/backend/node_modules/chalk/license b/user-mgmt_backend/node_modules/chalk/license similarity index 100% rename from user-mgmt/backend/node_modules/chalk/license rename to user-mgmt_backend/node_modules/chalk/license diff --git a/user-mgmt/backend/node_modules/chalk/package.json b/user-mgmt_backend/node_modules/chalk/package.json similarity index 100% rename from user-mgmt/backend/node_modules/chalk/package.json rename to user-mgmt_backend/node_modules/chalk/package.json diff --git a/user-mgmt/backend/node_modules/chalk/readme.md b/user-mgmt_backend/node_modules/chalk/readme.md similarity index 100% rename from user-mgmt/backend/node_modules/chalk/readme.md rename to user-mgmt_backend/node_modules/chalk/readme.md diff --git a/user-mgmt/backend/node_modules/chalk/source/index.js b/user-mgmt_backend/node_modules/chalk/source/index.js similarity index 100% rename from user-mgmt/backend/node_modules/chalk/source/index.js rename to user-mgmt_backend/node_modules/chalk/source/index.js diff --git a/user-mgmt/backend/node_modules/chalk/source/templates.js b/user-mgmt_backend/node_modules/chalk/source/templates.js similarity index 100% rename from user-mgmt/backend/node_modules/chalk/source/templates.js rename to user-mgmt_backend/node_modules/chalk/source/templates.js diff --git a/user-mgmt/backend/node_modules/chalk/source/util.js b/user-mgmt_backend/node_modules/chalk/source/util.js similarity index 100% rename from user-mgmt/backend/node_modules/chalk/source/util.js rename to user-mgmt_backend/node_modules/chalk/source/util.js diff --git a/user-mgmt/backend/node_modules/color-convert/CHANGELOG.md b/user-mgmt_backend/node_modules/color-convert/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/color-convert/CHANGELOG.md rename to user-mgmt_backend/node_modules/color-convert/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/color-convert/LICENSE b/user-mgmt_backend/node_modules/color-convert/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/color-convert/LICENSE rename to user-mgmt_backend/node_modules/color-convert/LICENSE diff --git a/user-mgmt/backend/node_modules/color-convert/README.md b/user-mgmt_backend/node_modules/color-convert/README.md similarity index 100% rename from user-mgmt/backend/node_modules/color-convert/README.md rename to user-mgmt_backend/node_modules/color-convert/README.md diff --git a/user-mgmt/backend/node_modules/color-convert/conversions.js b/user-mgmt_backend/node_modules/color-convert/conversions.js similarity index 100% rename from user-mgmt/backend/node_modules/color-convert/conversions.js rename to user-mgmt_backend/node_modules/color-convert/conversions.js diff --git a/user-mgmt/backend/node_modules/color-convert/index.js b/user-mgmt_backend/node_modules/color-convert/index.js similarity index 100% rename from user-mgmt/backend/node_modules/color-convert/index.js rename to user-mgmt_backend/node_modules/color-convert/index.js diff --git a/user-mgmt/backend/node_modules/color-convert/package.json b/user-mgmt_backend/node_modules/color-convert/package.json similarity index 100% rename from user-mgmt/backend/node_modules/color-convert/package.json rename to user-mgmt_backend/node_modules/color-convert/package.json diff --git a/user-mgmt/backend/node_modules/color-convert/route.js b/user-mgmt_backend/node_modules/color-convert/route.js similarity index 100% rename from user-mgmt/backend/node_modules/color-convert/route.js rename to user-mgmt_backend/node_modules/color-convert/route.js diff --git a/user-mgmt/backend/node_modules/color-name/LICENSE b/user-mgmt_backend/node_modules/color-name/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/color-name/LICENSE rename to user-mgmt_backend/node_modules/color-name/LICENSE diff --git a/user-mgmt/backend/node_modules/color-name/README.md b/user-mgmt_backend/node_modules/color-name/README.md similarity index 100% rename from user-mgmt/backend/node_modules/color-name/README.md rename to user-mgmt_backend/node_modules/color-name/README.md diff --git a/user-mgmt/backend/node_modules/color-name/index.js b/user-mgmt_backend/node_modules/color-name/index.js similarity index 100% rename from user-mgmt/backend/node_modules/color-name/index.js rename to user-mgmt_backend/node_modules/color-name/index.js diff --git a/user-mgmt/backend/node_modules/color-name/package.json b/user-mgmt_backend/node_modules/color-name/package.json similarity index 100% rename from user-mgmt/backend/node_modules/color-name/package.json rename to user-mgmt_backend/node_modules/color-name/package.json diff --git a/user-mgmt/backend/node_modules/concat-map/.travis.yml b/user-mgmt_backend/node_modules/concat-map/.travis.yml similarity index 100% rename from user-mgmt/backend/node_modules/concat-map/.travis.yml rename to user-mgmt_backend/node_modules/concat-map/.travis.yml diff --git a/user-mgmt/backend/node_modules/concat-map/LICENSE b/user-mgmt_backend/node_modules/concat-map/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/concat-map/LICENSE rename to user-mgmt_backend/node_modules/concat-map/LICENSE diff --git a/user-mgmt/backend/node_modules/concat-map/README.markdown b/user-mgmt_backend/node_modules/concat-map/README.markdown similarity index 100% rename from user-mgmt/backend/node_modules/concat-map/README.markdown rename to user-mgmt_backend/node_modules/concat-map/README.markdown diff --git a/user-mgmt/backend/node_modules/concat-map/example/map.js b/user-mgmt_backend/node_modules/concat-map/example/map.js similarity index 100% rename from user-mgmt/backend/node_modules/concat-map/example/map.js rename to user-mgmt_backend/node_modules/concat-map/example/map.js diff --git a/user-mgmt/backend/node_modules/concat-map/index.js b/user-mgmt_backend/node_modules/concat-map/index.js similarity index 100% rename from user-mgmt/backend/node_modules/concat-map/index.js rename to user-mgmt_backend/node_modules/concat-map/index.js diff --git a/user-mgmt/backend/node_modules/concat-map/package.json b/user-mgmt_backend/node_modules/concat-map/package.json similarity index 100% rename from user-mgmt/backend/node_modules/concat-map/package.json rename to user-mgmt_backend/node_modules/concat-map/package.json diff --git a/user-mgmt/backend/node_modules/concat-map/test/map.js b/user-mgmt_backend/node_modules/concat-map/test/map.js similarity index 100% rename from user-mgmt/backend/node_modules/concat-map/test/map.js rename to user-mgmt_backend/node_modules/concat-map/test/map.js diff --git a/user-mgmt/backend/node_modules/content-disposition/HISTORY.md b/user-mgmt_backend/node_modules/content-disposition/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/content-disposition/HISTORY.md rename to user-mgmt_backend/node_modules/content-disposition/HISTORY.md diff --git a/user-mgmt/backend/node_modules/content-disposition/LICENSE b/user-mgmt_backend/node_modules/content-disposition/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/content-disposition/LICENSE rename to user-mgmt_backend/node_modules/content-disposition/LICENSE diff --git a/user-mgmt/backend/node_modules/content-disposition/README.md b/user-mgmt_backend/node_modules/content-disposition/README.md similarity index 100% rename from user-mgmt/backend/node_modules/content-disposition/README.md rename to user-mgmt_backend/node_modules/content-disposition/README.md diff --git a/user-mgmt/backend/node_modules/content-disposition/index.js b/user-mgmt_backend/node_modules/content-disposition/index.js similarity index 100% rename from user-mgmt/backend/node_modules/content-disposition/index.js rename to user-mgmt_backend/node_modules/content-disposition/index.js diff --git a/user-mgmt/backend/node_modules/content-disposition/package.json b/user-mgmt_backend/node_modules/content-disposition/package.json similarity index 100% rename from user-mgmt/backend/node_modules/content-disposition/package.json rename to user-mgmt_backend/node_modules/content-disposition/package.json diff --git a/user-mgmt/backend/node_modules/content-type/HISTORY.md b/user-mgmt_backend/node_modules/content-type/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/content-type/HISTORY.md rename to user-mgmt_backend/node_modules/content-type/HISTORY.md diff --git a/user-mgmt/backend/node_modules/content-type/LICENSE b/user-mgmt_backend/node_modules/content-type/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/content-type/LICENSE rename to user-mgmt_backend/node_modules/content-type/LICENSE diff --git a/user-mgmt/backend/node_modules/content-type/README.md b/user-mgmt_backend/node_modules/content-type/README.md similarity index 100% rename from user-mgmt/backend/node_modules/content-type/README.md rename to user-mgmt_backend/node_modules/content-type/README.md diff --git a/user-mgmt/backend/node_modules/content-type/index.js b/user-mgmt_backend/node_modules/content-type/index.js similarity index 100% rename from user-mgmt/backend/node_modules/content-type/index.js rename to user-mgmt_backend/node_modules/content-type/index.js diff --git a/user-mgmt/backend/node_modules/content-type/package.json b/user-mgmt_backend/node_modules/content-type/package.json similarity index 100% rename from user-mgmt/backend/node_modules/content-type/package.json rename to user-mgmt_backend/node_modules/content-type/package.json diff --git a/user-mgmt/backend/node_modules/cookie-signature/History.md b/user-mgmt_backend/node_modules/cookie-signature/History.md similarity index 100% rename from user-mgmt/backend/node_modules/cookie-signature/History.md rename to user-mgmt_backend/node_modules/cookie-signature/History.md diff --git a/user-mgmt/backend/node_modules/cookie-signature/LICENSE b/user-mgmt_backend/node_modules/cookie-signature/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/cookie-signature/LICENSE rename to user-mgmt_backend/node_modules/cookie-signature/LICENSE diff --git a/user-mgmt/backend/node_modules/cookie-signature/Readme.md b/user-mgmt_backend/node_modules/cookie-signature/Readme.md similarity index 100% rename from user-mgmt/backend/node_modules/cookie-signature/Readme.md rename to user-mgmt_backend/node_modules/cookie-signature/Readme.md diff --git a/user-mgmt/backend/node_modules/cookie-signature/index.js b/user-mgmt_backend/node_modules/cookie-signature/index.js similarity index 100% rename from user-mgmt/backend/node_modules/cookie-signature/index.js rename to user-mgmt_backend/node_modules/cookie-signature/index.js diff --git a/user-mgmt/backend/node_modules/cookie-signature/package.json b/user-mgmt_backend/node_modules/cookie-signature/package.json similarity index 100% rename from user-mgmt/backend/node_modules/cookie-signature/package.json rename to user-mgmt_backend/node_modules/cookie-signature/package.json diff --git a/user-mgmt/backend/node_modules/cookie/LICENSE b/user-mgmt_backend/node_modules/cookie/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/cookie/LICENSE rename to user-mgmt_backend/node_modules/cookie/LICENSE diff --git a/user-mgmt/backend/node_modules/cookie/README.md b/user-mgmt_backend/node_modules/cookie/README.md similarity index 100% rename from user-mgmt/backend/node_modules/cookie/README.md rename to user-mgmt_backend/node_modules/cookie/README.md diff --git a/user-mgmt/backend/node_modules/cookie/SECURITY.md b/user-mgmt_backend/node_modules/cookie/SECURITY.md similarity index 100% rename from user-mgmt/backend/node_modules/cookie/SECURITY.md rename to user-mgmt_backend/node_modules/cookie/SECURITY.md diff --git a/user-mgmt/backend/node_modules/cookie/index.js b/user-mgmt_backend/node_modules/cookie/index.js similarity index 100% rename from user-mgmt/backend/node_modules/cookie/index.js rename to user-mgmt_backend/node_modules/cookie/index.js diff --git a/user-mgmt/backend/node_modules/cookie/package.json b/user-mgmt_backend/node_modules/cookie/package.json similarity index 100% rename from user-mgmt/backend/node_modules/cookie/package.json rename to user-mgmt_backend/node_modules/cookie/package.json diff --git a/user-mgmt/backend/node_modules/debug/LICENSE b/user-mgmt_backend/node_modules/debug/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/debug/LICENSE rename to user-mgmt_backend/node_modules/debug/LICENSE diff --git a/user-mgmt/backend/node_modules/debug/README.md b/user-mgmt_backend/node_modules/debug/README.md similarity index 100% rename from user-mgmt/backend/node_modules/debug/README.md rename to user-mgmt_backend/node_modules/debug/README.md diff --git a/user-mgmt/backend/node_modules/debug/package.json b/user-mgmt_backend/node_modules/debug/package.json similarity index 100% rename from user-mgmt/backend/node_modules/debug/package.json rename to user-mgmt_backend/node_modules/debug/package.json diff --git a/user-mgmt/backend/node_modules/debug/src/browser.js b/user-mgmt_backend/node_modules/debug/src/browser.js similarity index 100% rename from user-mgmt/backend/node_modules/debug/src/browser.js rename to user-mgmt_backend/node_modules/debug/src/browser.js diff --git a/user-mgmt/backend/node_modules/debug/src/common.js b/user-mgmt_backend/node_modules/debug/src/common.js similarity index 100% rename from user-mgmt/backend/node_modules/debug/src/common.js rename to user-mgmt_backend/node_modules/debug/src/common.js diff --git a/user-mgmt/backend/node_modules/debug/src/index.js b/user-mgmt_backend/node_modules/debug/src/index.js similarity index 100% rename from user-mgmt/backend/node_modules/debug/src/index.js rename to user-mgmt_backend/node_modules/debug/src/index.js diff --git a/user-mgmt/backend/node_modules/debug/src/node.js b/user-mgmt_backend/node_modules/debug/src/node.js similarity index 100% rename from user-mgmt/backend/node_modules/debug/src/node.js rename to user-mgmt_backend/node_modules/debug/src/node.js diff --git a/user-mgmt/backend/node_modules/denque/CHANGELOG.md b/user-mgmt_backend/node_modules/denque/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/denque/CHANGELOG.md rename to user-mgmt_backend/node_modules/denque/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/denque/LICENSE b/user-mgmt_backend/node_modules/denque/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/denque/LICENSE rename to user-mgmt_backend/node_modules/denque/LICENSE diff --git a/user-mgmt/backend/node_modules/denque/README.md b/user-mgmt_backend/node_modules/denque/README.md similarity index 100% rename from user-mgmt/backend/node_modules/denque/README.md rename to user-mgmt_backend/node_modules/denque/README.md diff --git a/user-mgmt/backend/node_modules/denque/index.d.ts b/user-mgmt_backend/node_modules/denque/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/denque/index.d.ts rename to user-mgmt_backend/node_modules/denque/index.d.ts diff --git a/user-mgmt/backend/node_modules/denque/index.js b/user-mgmt_backend/node_modules/denque/index.js similarity index 100% rename from user-mgmt/backend/node_modules/denque/index.js rename to user-mgmt_backend/node_modules/denque/index.js diff --git a/user-mgmt/backend/node_modules/denque/package.json b/user-mgmt_backend/node_modules/denque/package.json similarity index 100% rename from user-mgmt/backend/node_modules/denque/package.json rename to user-mgmt_backend/node_modules/denque/package.json diff --git a/user-mgmt/backend/node_modules/depd/History.md b/user-mgmt_backend/node_modules/depd/History.md similarity index 100% rename from user-mgmt/backend/node_modules/depd/History.md rename to user-mgmt_backend/node_modules/depd/History.md diff --git a/user-mgmt/backend/node_modules/depd/LICENSE b/user-mgmt_backend/node_modules/depd/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/depd/LICENSE rename to user-mgmt_backend/node_modules/depd/LICENSE diff --git a/user-mgmt/backend/node_modules/depd/Readme.md b/user-mgmt_backend/node_modules/depd/Readme.md similarity index 100% rename from user-mgmt/backend/node_modules/depd/Readme.md rename to user-mgmt_backend/node_modules/depd/Readme.md diff --git a/user-mgmt/backend/node_modules/depd/index.js b/user-mgmt_backend/node_modules/depd/index.js similarity index 100% rename from user-mgmt/backend/node_modules/depd/index.js rename to user-mgmt_backend/node_modules/depd/index.js diff --git a/user-mgmt/backend/node_modules/depd/lib/browser/index.js b/user-mgmt_backend/node_modules/depd/lib/browser/index.js similarity index 100% rename from user-mgmt/backend/node_modules/depd/lib/browser/index.js rename to user-mgmt_backend/node_modules/depd/lib/browser/index.js diff --git a/user-mgmt/backend/node_modules/depd/package.json b/user-mgmt_backend/node_modules/depd/package.json similarity index 100% rename from user-mgmt/backend/node_modules/depd/package.json rename to user-mgmt_backend/node_modules/depd/package.json diff --git a/user-mgmt/backend/node_modules/dotenv/CHANGELOG.md b/user-mgmt_backend/node_modules/dotenv/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/CHANGELOG.md rename to user-mgmt_backend/node_modules/dotenv/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/dotenv/LICENSE b/user-mgmt_backend/node_modules/dotenv/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/LICENSE rename to user-mgmt_backend/node_modules/dotenv/LICENSE diff --git a/user-mgmt/backend/node_modules/dotenv/README-es.md b/user-mgmt_backend/node_modules/dotenv/README-es.md similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/README-es.md rename to user-mgmt_backend/node_modules/dotenv/README-es.md diff --git a/user-mgmt/backend/node_modules/dotenv/README.md b/user-mgmt_backend/node_modules/dotenv/README.md similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/README.md rename to user-mgmt_backend/node_modules/dotenv/README.md diff --git a/user-mgmt/backend/node_modules/dotenv/config.d.ts b/user-mgmt_backend/node_modules/dotenv/config.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/config.d.ts rename to user-mgmt_backend/node_modules/dotenv/config.d.ts diff --git a/user-mgmt/backend/node_modules/dotenv/config.js b/user-mgmt_backend/node_modules/dotenv/config.js similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/config.js rename to user-mgmt_backend/node_modules/dotenv/config.js diff --git a/user-mgmt/backend/node_modules/dotenv/lib/cli-options.js b/user-mgmt_backend/node_modules/dotenv/lib/cli-options.js similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/lib/cli-options.js rename to user-mgmt_backend/node_modules/dotenv/lib/cli-options.js diff --git a/user-mgmt/backend/node_modules/dotenv/lib/env-options.js b/user-mgmt_backend/node_modules/dotenv/lib/env-options.js similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/lib/env-options.js rename to user-mgmt_backend/node_modules/dotenv/lib/env-options.js diff --git a/user-mgmt/backend/node_modules/dotenv/lib/main.d.ts b/user-mgmt_backend/node_modules/dotenv/lib/main.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/lib/main.d.ts rename to user-mgmt_backend/node_modules/dotenv/lib/main.d.ts diff --git a/user-mgmt/backend/node_modules/dotenv/lib/main.js b/user-mgmt_backend/node_modules/dotenv/lib/main.js similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/lib/main.js rename to user-mgmt_backend/node_modules/dotenv/lib/main.js diff --git a/user-mgmt/backend/node_modules/dotenv/package.json b/user-mgmt_backend/node_modules/dotenv/package.json similarity index 100% rename from user-mgmt/backend/node_modules/dotenv/package.json rename to user-mgmt_backend/node_modules/dotenv/package.json diff --git a/user-mgmt/backend/node_modules/dunder-proto/.eslintrc b/user-mgmt_backend/node_modules/dunder-proto/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/.eslintrc rename to user-mgmt_backend/node_modules/dunder-proto/.eslintrc diff --git a/user-mgmt/backend/node_modules/dunder-proto/.github/FUNDING.yml b/user-mgmt_backend/node_modules/dunder-proto/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/dunder-proto/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/dunder-proto/.nycrc b/user-mgmt_backend/node_modules/dunder-proto/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/.nycrc rename to user-mgmt_backend/node_modules/dunder-proto/.nycrc diff --git a/user-mgmt/backend/node_modules/dunder-proto/CHANGELOG.md b/user-mgmt_backend/node_modules/dunder-proto/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/CHANGELOG.md rename to user-mgmt_backend/node_modules/dunder-proto/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/dunder-proto/LICENSE b/user-mgmt_backend/node_modules/dunder-proto/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/LICENSE rename to user-mgmt_backend/node_modules/dunder-proto/LICENSE diff --git a/user-mgmt/backend/node_modules/dunder-proto/README.md b/user-mgmt_backend/node_modules/dunder-proto/README.md similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/README.md rename to user-mgmt_backend/node_modules/dunder-proto/README.md diff --git a/user-mgmt/backend/node_modules/dunder-proto/get.d.ts b/user-mgmt_backend/node_modules/dunder-proto/get.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/get.d.ts rename to user-mgmt_backend/node_modules/dunder-proto/get.d.ts diff --git a/user-mgmt/backend/node_modules/dunder-proto/get.js b/user-mgmt_backend/node_modules/dunder-proto/get.js similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/get.js rename to user-mgmt_backend/node_modules/dunder-proto/get.js diff --git a/user-mgmt/backend/node_modules/dunder-proto/package.json b/user-mgmt_backend/node_modules/dunder-proto/package.json similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/package.json rename to user-mgmt_backend/node_modules/dunder-proto/package.json diff --git a/user-mgmt/backend/node_modules/dunder-proto/set.d.ts b/user-mgmt_backend/node_modules/dunder-proto/set.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/set.d.ts rename to user-mgmt_backend/node_modules/dunder-proto/set.d.ts diff --git a/user-mgmt/backend/node_modules/dunder-proto/set.js b/user-mgmt_backend/node_modules/dunder-proto/set.js similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/set.js rename to user-mgmt_backend/node_modules/dunder-proto/set.js diff --git a/user-mgmt/backend/node_modules/dunder-proto/test/get.js b/user-mgmt_backend/node_modules/dunder-proto/test/get.js similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/test/get.js rename to user-mgmt_backend/node_modules/dunder-proto/test/get.js diff --git a/user-mgmt/backend/node_modules/dunder-proto/test/index.js b/user-mgmt_backend/node_modules/dunder-proto/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/test/index.js rename to user-mgmt_backend/node_modules/dunder-proto/test/index.js diff --git a/user-mgmt/backend/node_modules/dunder-proto/test/set.js b/user-mgmt_backend/node_modules/dunder-proto/test/set.js similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/test/set.js rename to user-mgmt_backend/node_modules/dunder-proto/test/set.js diff --git a/user-mgmt/backend/node_modules/dunder-proto/tsconfig.json b/user-mgmt_backend/node_modules/dunder-proto/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/dunder-proto/tsconfig.json rename to user-mgmt_backend/node_modules/dunder-proto/tsconfig.json diff --git a/user-mgmt/backend/node_modules/ee-first/LICENSE b/user-mgmt_backend/node_modules/ee-first/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/ee-first/LICENSE rename to user-mgmt_backend/node_modules/ee-first/LICENSE diff --git a/user-mgmt/backend/node_modules/ee-first/README.md b/user-mgmt_backend/node_modules/ee-first/README.md similarity index 100% rename from user-mgmt/backend/node_modules/ee-first/README.md rename to user-mgmt_backend/node_modules/ee-first/README.md diff --git a/user-mgmt/backend/node_modules/ee-first/index.js b/user-mgmt_backend/node_modules/ee-first/index.js similarity index 100% rename from user-mgmt/backend/node_modules/ee-first/index.js rename to user-mgmt_backend/node_modules/ee-first/index.js diff --git a/user-mgmt/backend/node_modules/ee-first/package.json b/user-mgmt_backend/node_modules/ee-first/package.json similarity index 100% rename from user-mgmt/backend/node_modules/ee-first/package.json rename to user-mgmt_backend/node_modules/ee-first/package.json diff --git a/user-mgmt/backend/node_modules/ejs/LICENSE b/user-mgmt_backend/node_modules/ejs/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/ejs/LICENSE rename to user-mgmt_backend/node_modules/ejs/LICENSE diff --git a/user-mgmt/backend/node_modules/ejs/README.md b/user-mgmt_backend/node_modules/ejs/README.md similarity index 100% rename from user-mgmt/backend/node_modules/ejs/README.md rename to user-mgmt_backend/node_modules/ejs/README.md diff --git a/user-mgmt/backend/node_modules/ejs/bin/cli.js b/user-mgmt_backend/node_modules/ejs/bin/cli.js similarity index 100% rename from user-mgmt/backend/node_modules/ejs/bin/cli.js rename to user-mgmt_backend/node_modules/ejs/bin/cli.js diff --git a/user-mgmt/backend/node_modules/ejs/ejs.js b/user-mgmt_backend/node_modules/ejs/ejs.js similarity index 100% rename from user-mgmt/backend/node_modules/ejs/ejs.js rename to user-mgmt_backend/node_modules/ejs/ejs.js diff --git a/user-mgmt/backend/node_modules/ejs/ejs.min.js b/user-mgmt_backend/node_modules/ejs/ejs.min.js similarity index 100% rename from user-mgmt/backend/node_modules/ejs/ejs.min.js rename to user-mgmt_backend/node_modules/ejs/ejs.min.js diff --git a/user-mgmt/backend/node_modules/ejs/jakefile.js b/user-mgmt_backend/node_modules/ejs/jakefile.js similarity index 100% rename from user-mgmt/backend/node_modules/ejs/jakefile.js rename to user-mgmt_backend/node_modules/ejs/jakefile.js diff --git a/user-mgmt/backend/node_modules/ejs/lib/ejs.js b/user-mgmt_backend/node_modules/ejs/lib/ejs.js similarity index 100% rename from user-mgmt/backend/node_modules/ejs/lib/ejs.js rename to user-mgmt_backend/node_modules/ejs/lib/ejs.js diff --git a/user-mgmt/backend/node_modules/ejs/lib/utils.js b/user-mgmt_backend/node_modules/ejs/lib/utils.js similarity index 100% rename from user-mgmt/backend/node_modules/ejs/lib/utils.js rename to user-mgmt_backend/node_modules/ejs/lib/utils.js diff --git a/user-mgmt/backend/node_modules/ejs/package.json b/user-mgmt_backend/node_modules/ejs/package.json similarity index 100% rename from user-mgmt/backend/node_modules/ejs/package.json rename to user-mgmt_backend/node_modules/ejs/package.json diff --git a/user-mgmt/backend/node_modules/ejs/usage.txt b/user-mgmt_backend/node_modules/ejs/usage.txt similarity index 100% rename from user-mgmt/backend/node_modules/ejs/usage.txt rename to user-mgmt_backend/node_modules/ejs/usage.txt diff --git a/user-mgmt/backend/node_modules/encodeurl/LICENSE b/user-mgmt_backend/node_modules/encodeurl/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/encodeurl/LICENSE rename to user-mgmt_backend/node_modules/encodeurl/LICENSE diff --git a/user-mgmt/backend/node_modules/encodeurl/README.md b/user-mgmt_backend/node_modules/encodeurl/README.md similarity index 100% rename from user-mgmt/backend/node_modules/encodeurl/README.md rename to user-mgmt_backend/node_modules/encodeurl/README.md diff --git a/user-mgmt/backend/node_modules/encodeurl/index.js b/user-mgmt_backend/node_modules/encodeurl/index.js similarity index 100% rename from user-mgmt/backend/node_modules/encodeurl/index.js rename to user-mgmt_backend/node_modules/encodeurl/index.js diff --git a/user-mgmt/backend/node_modules/encodeurl/package.json b/user-mgmt_backend/node_modules/encodeurl/package.json similarity index 100% rename from user-mgmt/backend/node_modules/encodeurl/package.json rename to user-mgmt_backend/node_modules/encodeurl/package.json diff --git a/user-mgmt/backend/node_modules/es-define-property/.eslintrc b/user-mgmt_backend/node_modules/es-define-property/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/.eslintrc rename to user-mgmt_backend/node_modules/es-define-property/.eslintrc diff --git a/user-mgmt/backend/node_modules/es-define-property/.github/FUNDING.yml b/user-mgmt_backend/node_modules/es-define-property/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/es-define-property/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/es-define-property/.nycrc b/user-mgmt_backend/node_modules/es-define-property/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/.nycrc rename to user-mgmt_backend/node_modules/es-define-property/.nycrc diff --git a/user-mgmt/backend/node_modules/es-define-property/CHANGELOG.md b/user-mgmt_backend/node_modules/es-define-property/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/CHANGELOG.md rename to user-mgmt_backend/node_modules/es-define-property/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/es-define-property/LICENSE b/user-mgmt_backend/node_modules/es-define-property/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/LICENSE rename to user-mgmt_backend/node_modules/es-define-property/LICENSE diff --git a/user-mgmt/backend/node_modules/es-define-property/README.md b/user-mgmt_backend/node_modules/es-define-property/README.md similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/README.md rename to user-mgmt_backend/node_modules/es-define-property/README.md diff --git a/user-mgmt/backend/node_modules/es-define-property/index.d.ts b/user-mgmt_backend/node_modules/es-define-property/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/index.d.ts rename to user-mgmt_backend/node_modules/es-define-property/index.d.ts diff --git a/user-mgmt/backend/node_modules/es-define-property/index.js b/user-mgmt_backend/node_modules/es-define-property/index.js similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/index.js rename to user-mgmt_backend/node_modules/es-define-property/index.js diff --git a/user-mgmt/backend/node_modules/es-define-property/package.json b/user-mgmt_backend/node_modules/es-define-property/package.json similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/package.json rename to user-mgmt_backend/node_modules/es-define-property/package.json diff --git a/user-mgmt/backend/node_modules/es-define-property/test/index.js b/user-mgmt_backend/node_modules/es-define-property/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/test/index.js rename to user-mgmt_backend/node_modules/es-define-property/test/index.js diff --git a/user-mgmt/backend/node_modules/es-define-property/tsconfig.json b/user-mgmt_backend/node_modules/es-define-property/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/es-define-property/tsconfig.json rename to user-mgmt_backend/node_modules/es-define-property/tsconfig.json diff --git a/user-mgmt/backend/node_modules/es-errors/.eslintrc b/user-mgmt_backend/node_modules/es-errors/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/.eslintrc rename to user-mgmt_backend/node_modules/es-errors/.eslintrc diff --git a/user-mgmt/backend/node_modules/es-errors/.github/FUNDING.yml b/user-mgmt_backend/node_modules/es-errors/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/es-errors/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/es-errors/CHANGELOG.md b/user-mgmt_backend/node_modules/es-errors/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/CHANGELOG.md rename to user-mgmt_backend/node_modules/es-errors/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/es-errors/LICENSE b/user-mgmt_backend/node_modules/es-errors/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/LICENSE rename to user-mgmt_backend/node_modules/es-errors/LICENSE diff --git a/user-mgmt/backend/node_modules/es-errors/README.md b/user-mgmt_backend/node_modules/es-errors/README.md similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/README.md rename to user-mgmt_backend/node_modules/es-errors/README.md diff --git a/user-mgmt/backend/node_modules/es-errors/eval.d.ts b/user-mgmt_backend/node_modules/es-errors/eval.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/eval.d.ts rename to user-mgmt_backend/node_modules/es-errors/eval.d.ts diff --git a/user-mgmt/backend/node_modules/es-errors/eval.js b/user-mgmt_backend/node_modules/es-errors/eval.js similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/eval.js rename to user-mgmt_backend/node_modules/es-errors/eval.js diff --git a/user-mgmt/backend/node_modules/es-errors/index.d.ts b/user-mgmt_backend/node_modules/es-errors/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/index.d.ts rename to user-mgmt_backend/node_modules/es-errors/index.d.ts diff --git a/user-mgmt/backend/node_modules/es-errors/index.js b/user-mgmt_backend/node_modules/es-errors/index.js similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/index.js rename to user-mgmt_backend/node_modules/es-errors/index.js diff --git a/user-mgmt/backend/node_modules/es-errors/package.json b/user-mgmt_backend/node_modules/es-errors/package.json similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/package.json rename to user-mgmt_backend/node_modules/es-errors/package.json diff --git a/user-mgmt/backend/node_modules/es-errors/range.d.ts b/user-mgmt_backend/node_modules/es-errors/range.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/range.d.ts rename to user-mgmt_backend/node_modules/es-errors/range.d.ts diff --git a/user-mgmt/backend/node_modules/es-errors/range.js b/user-mgmt_backend/node_modules/es-errors/range.js similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/range.js rename to user-mgmt_backend/node_modules/es-errors/range.js diff --git a/user-mgmt/backend/node_modules/es-errors/ref.d.ts b/user-mgmt_backend/node_modules/es-errors/ref.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/ref.d.ts rename to user-mgmt_backend/node_modules/es-errors/ref.d.ts diff --git a/user-mgmt/backend/node_modules/es-errors/ref.js b/user-mgmt_backend/node_modules/es-errors/ref.js similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/ref.js rename to user-mgmt_backend/node_modules/es-errors/ref.js diff --git a/user-mgmt/backend/node_modules/es-errors/syntax.d.ts b/user-mgmt_backend/node_modules/es-errors/syntax.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/syntax.d.ts rename to user-mgmt_backend/node_modules/es-errors/syntax.d.ts diff --git a/user-mgmt/backend/node_modules/es-errors/syntax.js b/user-mgmt_backend/node_modules/es-errors/syntax.js similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/syntax.js rename to user-mgmt_backend/node_modules/es-errors/syntax.js diff --git a/user-mgmt/backend/node_modules/es-errors/test/index.js b/user-mgmt_backend/node_modules/es-errors/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/test/index.js rename to user-mgmt_backend/node_modules/es-errors/test/index.js diff --git a/user-mgmt/backend/node_modules/es-errors/tsconfig.json b/user-mgmt_backend/node_modules/es-errors/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/tsconfig.json rename to user-mgmt_backend/node_modules/es-errors/tsconfig.json diff --git a/user-mgmt/backend/node_modules/es-errors/type.d.ts b/user-mgmt_backend/node_modules/es-errors/type.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/type.d.ts rename to user-mgmt_backend/node_modules/es-errors/type.d.ts diff --git a/user-mgmt/backend/node_modules/es-errors/type.js b/user-mgmt_backend/node_modules/es-errors/type.js similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/type.js rename to user-mgmt_backend/node_modules/es-errors/type.js diff --git a/user-mgmt/backend/node_modules/es-errors/uri.d.ts b/user-mgmt_backend/node_modules/es-errors/uri.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/uri.d.ts rename to user-mgmt_backend/node_modules/es-errors/uri.d.ts diff --git a/user-mgmt/backend/node_modules/es-errors/uri.js b/user-mgmt_backend/node_modules/es-errors/uri.js similarity index 100% rename from user-mgmt/backend/node_modules/es-errors/uri.js rename to user-mgmt_backend/node_modules/es-errors/uri.js diff --git a/user-mgmt/backend/node_modules/es-object-atoms/.eslintrc b/user-mgmt_backend/node_modules/es-object-atoms/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/.eslintrc rename to user-mgmt_backend/node_modules/es-object-atoms/.eslintrc diff --git a/user-mgmt/backend/node_modules/es-object-atoms/.github/FUNDING.yml b/user-mgmt_backend/node_modules/es-object-atoms/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/es-object-atoms/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/es-object-atoms/CHANGELOG.md b/user-mgmt_backend/node_modules/es-object-atoms/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/CHANGELOG.md rename to user-mgmt_backend/node_modules/es-object-atoms/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/es-object-atoms/LICENSE b/user-mgmt_backend/node_modules/es-object-atoms/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/LICENSE rename to user-mgmt_backend/node_modules/es-object-atoms/LICENSE diff --git a/user-mgmt/backend/node_modules/es-object-atoms/README.md b/user-mgmt_backend/node_modules/es-object-atoms/README.md similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/README.md rename to user-mgmt_backend/node_modules/es-object-atoms/README.md diff --git a/user-mgmt/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts b/user-mgmt_backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts rename to user-mgmt_backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts diff --git a/user-mgmt/backend/node_modules/es-object-atoms/RequireObjectCoercible.js b/user-mgmt_backend/node_modules/es-object-atoms/RequireObjectCoercible.js similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/RequireObjectCoercible.js rename to user-mgmt_backend/node_modules/es-object-atoms/RequireObjectCoercible.js diff --git a/user-mgmt/backend/node_modules/es-object-atoms/ToObject.d.ts b/user-mgmt_backend/node_modules/es-object-atoms/ToObject.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/ToObject.d.ts rename to user-mgmt_backend/node_modules/es-object-atoms/ToObject.d.ts diff --git a/user-mgmt/backend/node_modules/es-object-atoms/ToObject.js b/user-mgmt_backend/node_modules/es-object-atoms/ToObject.js similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/ToObject.js rename to user-mgmt_backend/node_modules/es-object-atoms/ToObject.js diff --git a/user-mgmt/backend/node_modules/es-object-atoms/index.d.ts b/user-mgmt_backend/node_modules/es-object-atoms/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/index.d.ts rename to user-mgmt_backend/node_modules/es-object-atoms/index.d.ts diff --git a/user-mgmt/backend/node_modules/es-object-atoms/index.js b/user-mgmt_backend/node_modules/es-object-atoms/index.js similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/index.js rename to user-mgmt_backend/node_modules/es-object-atoms/index.js diff --git a/user-mgmt/backend/node_modules/es-object-atoms/isObject.d.ts b/user-mgmt_backend/node_modules/es-object-atoms/isObject.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/isObject.d.ts rename to user-mgmt_backend/node_modules/es-object-atoms/isObject.d.ts diff --git a/user-mgmt/backend/node_modules/es-object-atoms/isObject.js b/user-mgmt_backend/node_modules/es-object-atoms/isObject.js similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/isObject.js rename to user-mgmt_backend/node_modules/es-object-atoms/isObject.js diff --git a/user-mgmt/backend/node_modules/es-object-atoms/package.json b/user-mgmt_backend/node_modules/es-object-atoms/package.json similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/package.json rename to user-mgmt_backend/node_modules/es-object-atoms/package.json diff --git a/user-mgmt/backend/node_modules/es-object-atoms/test/index.js b/user-mgmt_backend/node_modules/es-object-atoms/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/test/index.js rename to user-mgmt_backend/node_modules/es-object-atoms/test/index.js diff --git a/user-mgmt/backend/node_modules/es-object-atoms/tsconfig.json b/user-mgmt_backend/node_modules/es-object-atoms/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/es-object-atoms/tsconfig.json rename to user-mgmt_backend/node_modules/es-object-atoms/tsconfig.json diff --git a/user-mgmt/backend/node_modules/escape-html/LICENSE b/user-mgmt_backend/node_modules/escape-html/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/escape-html/LICENSE rename to user-mgmt_backend/node_modules/escape-html/LICENSE diff --git a/user-mgmt/backend/node_modules/escape-html/Readme.md b/user-mgmt_backend/node_modules/escape-html/Readme.md similarity index 100% rename from user-mgmt/backend/node_modules/escape-html/Readme.md rename to user-mgmt_backend/node_modules/escape-html/Readme.md diff --git a/user-mgmt/backend/node_modules/escape-html/index.js b/user-mgmt_backend/node_modules/escape-html/index.js similarity index 100% rename from user-mgmt/backend/node_modules/escape-html/index.js rename to user-mgmt_backend/node_modules/escape-html/index.js diff --git a/user-mgmt/backend/node_modules/escape-html/package.json b/user-mgmt_backend/node_modules/escape-html/package.json similarity index 100% rename from user-mgmt/backend/node_modules/escape-html/package.json rename to user-mgmt_backend/node_modules/escape-html/package.json diff --git a/user-mgmt/backend/node_modules/etag/HISTORY.md b/user-mgmt_backend/node_modules/etag/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/etag/HISTORY.md rename to user-mgmt_backend/node_modules/etag/HISTORY.md diff --git a/user-mgmt/backend/node_modules/etag/LICENSE b/user-mgmt_backend/node_modules/etag/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/etag/LICENSE rename to user-mgmt_backend/node_modules/etag/LICENSE diff --git a/user-mgmt/backend/node_modules/etag/README.md b/user-mgmt_backend/node_modules/etag/README.md similarity index 100% rename from user-mgmt/backend/node_modules/etag/README.md rename to user-mgmt_backend/node_modules/etag/README.md diff --git a/user-mgmt/backend/node_modules/etag/index.js b/user-mgmt_backend/node_modules/etag/index.js similarity index 100% rename from user-mgmt/backend/node_modules/etag/index.js rename to user-mgmt_backend/node_modules/etag/index.js diff --git a/user-mgmt/backend/node_modules/etag/package.json b/user-mgmt_backend/node_modules/etag/package.json similarity index 100% rename from user-mgmt/backend/node_modules/etag/package.json rename to user-mgmt_backend/node_modules/etag/package.json diff --git a/user-mgmt/backend/node_modules/express/History.md b/user-mgmt_backend/node_modules/express/History.md similarity index 100% rename from user-mgmt/backend/node_modules/express/History.md rename to user-mgmt_backend/node_modules/express/History.md diff --git a/user-mgmt/backend/node_modules/express/LICENSE b/user-mgmt_backend/node_modules/express/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/express/LICENSE rename to user-mgmt_backend/node_modules/express/LICENSE diff --git a/user-mgmt/backend/node_modules/express/Readme.md b/user-mgmt_backend/node_modules/express/Readme.md similarity index 100% rename from user-mgmt/backend/node_modules/express/Readme.md rename to user-mgmt_backend/node_modules/express/Readme.md diff --git a/user-mgmt/backend/node_modules/express/index.js b/user-mgmt_backend/node_modules/express/index.js similarity index 100% rename from user-mgmt/backend/node_modules/express/index.js rename to user-mgmt_backend/node_modules/express/index.js diff --git a/user-mgmt/backend/node_modules/express/lib/application.js b/user-mgmt_backend/node_modules/express/lib/application.js similarity index 100% rename from user-mgmt/backend/node_modules/express/lib/application.js rename to user-mgmt_backend/node_modules/express/lib/application.js diff --git a/user-mgmt/backend/node_modules/express/lib/express.js b/user-mgmt_backend/node_modules/express/lib/express.js similarity index 100% rename from user-mgmt/backend/node_modules/express/lib/express.js rename to user-mgmt_backend/node_modules/express/lib/express.js diff --git a/user-mgmt/backend/node_modules/express/lib/request.js b/user-mgmt_backend/node_modules/express/lib/request.js similarity index 100% rename from user-mgmt/backend/node_modules/express/lib/request.js rename to user-mgmt_backend/node_modules/express/lib/request.js diff --git a/user-mgmt/backend/node_modules/express/lib/response.js b/user-mgmt_backend/node_modules/express/lib/response.js similarity index 100% rename from user-mgmt/backend/node_modules/express/lib/response.js rename to user-mgmt_backend/node_modules/express/lib/response.js diff --git a/user-mgmt/backend/node_modules/express/lib/utils.js b/user-mgmt_backend/node_modules/express/lib/utils.js similarity index 100% rename from user-mgmt/backend/node_modules/express/lib/utils.js rename to user-mgmt_backend/node_modules/express/lib/utils.js diff --git a/user-mgmt/backend/node_modules/express/lib/view.js b/user-mgmt_backend/node_modules/express/lib/view.js similarity index 100% rename from user-mgmt/backend/node_modules/express/lib/view.js rename to user-mgmt_backend/node_modules/express/lib/view.js diff --git a/user-mgmt/backend/node_modules/express/package.json b/user-mgmt_backend/node_modules/express/package.json similarity index 100% rename from user-mgmt/backend/node_modules/express/package.json rename to user-mgmt_backend/node_modules/express/package.json diff --git a/user-mgmt/backend/node_modules/filelist/README.md b/user-mgmt_backend/node_modules/filelist/README.md similarity index 100% rename from user-mgmt/backend/node_modules/filelist/README.md rename to user-mgmt_backend/node_modules/filelist/README.md diff --git a/user-mgmt/backend/node_modules/filelist/index.d.ts b/user-mgmt_backend/node_modules/filelist/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/filelist/index.d.ts rename to user-mgmt_backend/node_modules/filelist/index.d.ts diff --git a/user-mgmt/backend/node_modules/filelist/index.js b/user-mgmt_backend/node_modules/filelist/index.js similarity index 100% rename from user-mgmt/backend/node_modules/filelist/index.js rename to user-mgmt_backend/node_modules/filelist/index.js diff --git a/user-mgmt/backend/node_modules/filelist/jakefile.js b/user-mgmt_backend/node_modules/filelist/jakefile.js similarity index 100% rename from user-mgmt/backend/node_modules/filelist/jakefile.js rename to user-mgmt_backend/node_modules/filelist/jakefile.js diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml b/user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/LICENSE b/user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/LICENSE rename to user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/LICENSE diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/README.md b/user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/README.md similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/README.md rename to user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/README.md diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/index.js b/user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/index.js similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/index.js rename to user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/index.js diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/package.json b/user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/package.json similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/brace-expansion/package.json rename to user-mgmt_backend/node_modules/filelist/node_modules/brace-expansion/package.json diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/minimatch/LICENSE b/user-mgmt_backend/node_modules/filelist/node_modules/minimatch/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/minimatch/LICENSE rename to user-mgmt_backend/node_modules/filelist/node_modules/minimatch/LICENSE diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/minimatch/README.md b/user-mgmt_backend/node_modules/filelist/node_modules/minimatch/README.md similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/minimatch/README.md rename to user-mgmt_backend/node_modules/filelist/node_modules/minimatch/README.md diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/minimatch/lib/path.js b/user-mgmt_backend/node_modules/filelist/node_modules/minimatch/lib/path.js similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/minimatch/lib/path.js rename to user-mgmt_backend/node_modules/filelist/node_modules/minimatch/lib/path.js diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/minimatch/minimatch.js b/user-mgmt_backend/node_modules/filelist/node_modules/minimatch/minimatch.js similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/minimatch/minimatch.js rename to user-mgmt_backend/node_modules/filelist/node_modules/minimatch/minimatch.js diff --git a/user-mgmt/backend/node_modules/filelist/node_modules/minimatch/package.json b/user-mgmt_backend/node_modules/filelist/node_modules/minimatch/package.json similarity index 100% rename from user-mgmt/backend/node_modules/filelist/node_modules/minimatch/package.json rename to user-mgmt_backend/node_modules/filelist/node_modules/minimatch/package.json diff --git a/user-mgmt/backend/node_modules/filelist/package.json b/user-mgmt_backend/node_modules/filelist/package.json similarity index 100% rename from user-mgmt/backend/node_modules/filelist/package.json rename to user-mgmt_backend/node_modules/filelist/package.json diff --git a/user-mgmt/backend/node_modules/finalhandler/HISTORY.md b/user-mgmt_backend/node_modules/finalhandler/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/finalhandler/HISTORY.md rename to user-mgmt_backend/node_modules/finalhandler/HISTORY.md diff --git a/user-mgmt/backend/node_modules/finalhandler/LICENSE b/user-mgmt_backend/node_modules/finalhandler/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/finalhandler/LICENSE rename to user-mgmt_backend/node_modules/finalhandler/LICENSE diff --git a/user-mgmt/backend/node_modules/finalhandler/README.md b/user-mgmt_backend/node_modules/finalhandler/README.md similarity index 100% rename from user-mgmt/backend/node_modules/finalhandler/README.md rename to user-mgmt_backend/node_modules/finalhandler/README.md diff --git a/user-mgmt/backend/node_modules/finalhandler/index.js b/user-mgmt_backend/node_modules/finalhandler/index.js similarity index 100% rename from user-mgmt/backend/node_modules/finalhandler/index.js rename to user-mgmt_backend/node_modules/finalhandler/index.js diff --git a/user-mgmt/backend/node_modules/finalhandler/package.json b/user-mgmt_backend/node_modules/finalhandler/package.json similarity index 100% rename from user-mgmt/backend/node_modules/finalhandler/package.json rename to user-mgmt_backend/node_modules/finalhandler/package.json diff --git a/user-mgmt/backend/node_modules/forwarded/HISTORY.md b/user-mgmt_backend/node_modules/forwarded/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/forwarded/HISTORY.md rename to user-mgmt_backend/node_modules/forwarded/HISTORY.md diff --git a/user-mgmt/backend/node_modules/forwarded/LICENSE b/user-mgmt_backend/node_modules/forwarded/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/forwarded/LICENSE rename to user-mgmt_backend/node_modules/forwarded/LICENSE diff --git a/user-mgmt/backend/node_modules/forwarded/README.md b/user-mgmt_backend/node_modules/forwarded/README.md similarity index 100% rename from user-mgmt/backend/node_modules/forwarded/README.md rename to user-mgmt_backend/node_modules/forwarded/README.md diff --git a/user-mgmt/backend/node_modules/forwarded/index.js b/user-mgmt_backend/node_modules/forwarded/index.js similarity index 100% rename from user-mgmt/backend/node_modules/forwarded/index.js rename to user-mgmt_backend/node_modules/forwarded/index.js diff --git a/user-mgmt/backend/node_modules/forwarded/package.json b/user-mgmt_backend/node_modules/forwarded/package.json similarity index 100% rename from user-mgmt/backend/node_modules/forwarded/package.json rename to user-mgmt_backend/node_modules/forwarded/package.json diff --git a/user-mgmt/backend/node_modules/fresh/HISTORY.md b/user-mgmt_backend/node_modules/fresh/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/fresh/HISTORY.md rename to user-mgmt_backend/node_modules/fresh/HISTORY.md diff --git a/user-mgmt/backend/node_modules/fresh/LICENSE b/user-mgmt_backend/node_modules/fresh/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/fresh/LICENSE rename to user-mgmt_backend/node_modules/fresh/LICENSE diff --git a/user-mgmt/backend/node_modules/fresh/README.md b/user-mgmt_backend/node_modules/fresh/README.md similarity index 100% rename from user-mgmt/backend/node_modules/fresh/README.md rename to user-mgmt_backend/node_modules/fresh/README.md diff --git a/user-mgmt/backend/node_modules/fresh/index.js b/user-mgmt_backend/node_modules/fresh/index.js similarity index 100% rename from user-mgmt/backend/node_modules/fresh/index.js rename to user-mgmt_backend/node_modules/fresh/index.js diff --git a/user-mgmt/backend/node_modules/fresh/package.json b/user-mgmt_backend/node_modules/fresh/package.json similarity index 100% rename from user-mgmt/backend/node_modules/fresh/package.json rename to user-mgmt_backend/node_modules/fresh/package.json diff --git a/user-mgmt/backend/node_modules/function-bind/.eslintrc b/user-mgmt_backend/node_modules/function-bind/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/.eslintrc rename to user-mgmt_backend/node_modules/function-bind/.eslintrc diff --git a/user-mgmt/backend/node_modules/function-bind/.github/FUNDING.yml b/user-mgmt_backend/node_modules/function-bind/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/function-bind/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/function-bind/.github/SECURITY.md b/user-mgmt_backend/node_modules/function-bind/.github/SECURITY.md similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/.github/SECURITY.md rename to user-mgmt_backend/node_modules/function-bind/.github/SECURITY.md diff --git a/user-mgmt/backend/node_modules/function-bind/.nycrc b/user-mgmt_backend/node_modules/function-bind/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/.nycrc rename to user-mgmt_backend/node_modules/function-bind/.nycrc diff --git a/user-mgmt/backend/node_modules/function-bind/CHANGELOG.md b/user-mgmt_backend/node_modules/function-bind/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/CHANGELOG.md rename to user-mgmt_backend/node_modules/function-bind/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/function-bind/LICENSE b/user-mgmt_backend/node_modules/function-bind/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/LICENSE rename to user-mgmt_backend/node_modules/function-bind/LICENSE diff --git a/user-mgmt/backend/node_modules/function-bind/README.md b/user-mgmt_backend/node_modules/function-bind/README.md similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/README.md rename to user-mgmt_backend/node_modules/function-bind/README.md diff --git a/user-mgmt/backend/node_modules/function-bind/implementation.js b/user-mgmt_backend/node_modules/function-bind/implementation.js similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/implementation.js rename to user-mgmt_backend/node_modules/function-bind/implementation.js diff --git a/user-mgmt/backend/node_modules/function-bind/index.js b/user-mgmt_backend/node_modules/function-bind/index.js similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/index.js rename to user-mgmt_backend/node_modules/function-bind/index.js diff --git a/user-mgmt/backend/node_modules/function-bind/package.json b/user-mgmt_backend/node_modules/function-bind/package.json similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/package.json rename to user-mgmt_backend/node_modules/function-bind/package.json diff --git a/user-mgmt/backend/node_modules/function-bind/test/.eslintrc b/user-mgmt_backend/node_modules/function-bind/test/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/test/.eslintrc rename to user-mgmt_backend/node_modules/function-bind/test/.eslintrc diff --git a/user-mgmt/backend/node_modules/function-bind/test/index.js b/user-mgmt_backend/node_modules/function-bind/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/function-bind/test/index.js rename to user-mgmt_backend/node_modules/function-bind/test/index.js diff --git a/user-mgmt/backend/node_modules/generate-function/.travis.yml b/user-mgmt_backend/node_modules/generate-function/.travis.yml similarity index 100% rename from user-mgmt/backend/node_modules/generate-function/.travis.yml rename to user-mgmt_backend/node_modules/generate-function/.travis.yml diff --git a/user-mgmt/backend/node_modules/generate-function/LICENSE b/user-mgmt_backend/node_modules/generate-function/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/generate-function/LICENSE rename to user-mgmt_backend/node_modules/generate-function/LICENSE diff --git a/user-mgmt/backend/node_modules/generate-function/README.md b/user-mgmt_backend/node_modules/generate-function/README.md similarity index 100% rename from user-mgmt/backend/node_modules/generate-function/README.md rename to user-mgmt_backend/node_modules/generate-function/README.md diff --git a/user-mgmt/backend/node_modules/generate-function/example.js b/user-mgmt_backend/node_modules/generate-function/example.js similarity index 100% rename from user-mgmt/backend/node_modules/generate-function/example.js rename to user-mgmt_backend/node_modules/generate-function/example.js diff --git a/user-mgmt/backend/node_modules/generate-function/index.js b/user-mgmt_backend/node_modules/generate-function/index.js similarity index 100% rename from user-mgmt/backend/node_modules/generate-function/index.js rename to user-mgmt_backend/node_modules/generate-function/index.js diff --git a/user-mgmt/backend/node_modules/generate-function/package.json b/user-mgmt_backend/node_modules/generate-function/package.json similarity index 100% rename from user-mgmt/backend/node_modules/generate-function/package.json rename to user-mgmt_backend/node_modules/generate-function/package.json diff --git a/user-mgmt/backend/node_modules/generate-function/test.js b/user-mgmt_backend/node_modules/generate-function/test.js similarity index 100% rename from user-mgmt/backend/node_modules/generate-function/test.js rename to user-mgmt_backend/node_modules/generate-function/test.js diff --git a/user-mgmt/backend/node_modules/get-intrinsic/.eslintrc b/user-mgmt_backend/node_modules/get-intrinsic/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/.eslintrc rename to user-mgmt_backend/node_modules/get-intrinsic/.eslintrc diff --git a/user-mgmt/backend/node_modules/get-intrinsic/.github/FUNDING.yml b/user-mgmt_backend/node_modules/get-intrinsic/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/get-intrinsic/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/get-intrinsic/.nycrc b/user-mgmt_backend/node_modules/get-intrinsic/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/.nycrc rename to user-mgmt_backend/node_modules/get-intrinsic/.nycrc diff --git a/user-mgmt/backend/node_modules/get-intrinsic/CHANGELOG.md b/user-mgmt_backend/node_modules/get-intrinsic/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/CHANGELOG.md rename to user-mgmt_backend/node_modules/get-intrinsic/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/get-intrinsic/LICENSE b/user-mgmt_backend/node_modules/get-intrinsic/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/LICENSE rename to user-mgmt_backend/node_modules/get-intrinsic/LICENSE diff --git a/user-mgmt/backend/node_modules/get-intrinsic/README.md b/user-mgmt_backend/node_modules/get-intrinsic/README.md similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/README.md rename to user-mgmt_backend/node_modules/get-intrinsic/README.md diff --git a/user-mgmt/backend/node_modules/get-intrinsic/index.js b/user-mgmt_backend/node_modules/get-intrinsic/index.js similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/index.js rename to user-mgmt_backend/node_modules/get-intrinsic/index.js diff --git a/user-mgmt/backend/node_modules/get-intrinsic/package.json b/user-mgmt_backend/node_modules/get-intrinsic/package.json similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/package.json rename to user-mgmt_backend/node_modules/get-intrinsic/package.json diff --git a/user-mgmt/backend/node_modules/get-intrinsic/test/GetIntrinsic.js b/user-mgmt_backend/node_modules/get-intrinsic/test/GetIntrinsic.js similarity index 100% rename from user-mgmt/backend/node_modules/get-intrinsic/test/GetIntrinsic.js rename to user-mgmt_backend/node_modules/get-intrinsic/test/GetIntrinsic.js diff --git a/user-mgmt/backend/node_modules/get-proto/.eslintrc b/user-mgmt_backend/node_modules/get-proto/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/.eslintrc rename to user-mgmt_backend/node_modules/get-proto/.eslintrc diff --git a/user-mgmt/backend/node_modules/get-proto/.github/FUNDING.yml b/user-mgmt_backend/node_modules/get-proto/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/get-proto/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/get-proto/.nycrc b/user-mgmt_backend/node_modules/get-proto/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/.nycrc rename to user-mgmt_backend/node_modules/get-proto/.nycrc diff --git a/user-mgmt/backend/node_modules/get-proto/CHANGELOG.md b/user-mgmt_backend/node_modules/get-proto/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/CHANGELOG.md rename to user-mgmt_backend/node_modules/get-proto/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/get-proto/LICENSE b/user-mgmt_backend/node_modules/get-proto/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/LICENSE rename to user-mgmt_backend/node_modules/get-proto/LICENSE diff --git a/user-mgmt/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts b/user-mgmt_backend/node_modules/get-proto/Object.getPrototypeOf.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts rename to user-mgmt_backend/node_modules/get-proto/Object.getPrototypeOf.d.ts diff --git a/user-mgmt/backend/node_modules/get-proto/Object.getPrototypeOf.js b/user-mgmt_backend/node_modules/get-proto/Object.getPrototypeOf.js similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/Object.getPrototypeOf.js rename to user-mgmt_backend/node_modules/get-proto/Object.getPrototypeOf.js diff --git a/user-mgmt/backend/node_modules/get-proto/README.md b/user-mgmt_backend/node_modules/get-proto/README.md similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/README.md rename to user-mgmt_backend/node_modules/get-proto/README.md diff --git a/user-mgmt/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts b/user-mgmt_backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts rename to user-mgmt_backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts diff --git a/user-mgmt/backend/node_modules/get-proto/Reflect.getPrototypeOf.js b/user-mgmt_backend/node_modules/get-proto/Reflect.getPrototypeOf.js similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/Reflect.getPrototypeOf.js rename to user-mgmt_backend/node_modules/get-proto/Reflect.getPrototypeOf.js diff --git a/user-mgmt/backend/node_modules/get-proto/index.d.ts b/user-mgmt_backend/node_modules/get-proto/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/index.d.ts rename to user-mgmt_backend/node_modules/get-proto/index.d.ts diff --git a/user-mgmt/backend/node_modules/get-proto/index.js b/user-mgmt_backend/node_modules/get-proto/index.js similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/index.js rename to user-mgmt_backend/node_modules/get-proto/index.js diff --git a/user-mgmt/backend/node_modules/get-proto/package.json b/user-mgmt_backend/node_modules/get-proto/package.json similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/package.json rename to user-mgmt_backend/node_modules/get-proto/package.json diff --git a/user-mgmt/backend/node_modules/get-proto/test/index.js b/user-mgmt_backend/node_modules/get-proto/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/test/index.js rename to user-mgmt_backend/node_modules/get-proto/test/index.js diff --git a/user-mgmt/backend/node_modules/get-proto/tsconfig.json b/user-mgmt_backend/node_modules/get-proto/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/get-proto/tsconfig.json rename to user-mgmt_backend/node_modules/get-proto/tsconfig.json diff --git a/user-mgmt/backend/node_modules/gopd/.eslintrc b/user-mgmt_backend/node_modules/gopd/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/gopd/.eslintrc rename to user-mgmt_backend/node_modules/gopd/.eslintrc diff --git a/user-mgmt/backend/node_modules/gopd/.github/FUNDING.yml b/user-mgmt_backend/node_modules/gopd/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/gopd/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/gopd/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/gopd/CHANGELOG.md b/user-mgmt_backend/node_modules/gopd/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/gopd/CHANGELOG.md rename to user-mgmt_backend/node_modules/gopd/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/gopd/LICENSE b/user-mgmt_backend/node_modules/gopd/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/gopd/LICENSE rename to user-mgmt_backend/node_modules/gopd/LICENSE diff --git a/user-mgmt/backend/node_modules/gopd/README.md b/user-mgmt_backend/node_modules/gopd/README.md similarity index 100% rename from user-mgmt/backend/node_modules/gopd/README.md rename to user-mgmt_backend/node_modules/gopd/README.md diff --git a/user-mgmt/backend/node_modules/gopd/gOPD.d.ts b/user-mgmt_backend/node_modules/gopd/gOPD.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/gopd/gOPD.d.ts rename to user-mgmt_backend/node_modules/gopd/gOPD.d.ts diff --git a/user-mgmt/backend/node_modules/gopd/gOPD.js b/user-mgmt_backend/node_modules/gopd/gOPD.js similarity index 100% rename from user-mgmt/backend/node_modules/gopd/gOPD.js rename to user-mgmt_backend/node_modules/gopd/gOPD.js diff --git a/user-mgmt/backend/node_modules/gopd/index.d.ts b/user-mgmt_backend/node_modules/gopd/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/gopd/index.d.ts rename to user-mgmt_backend/node_modules/gopd/index.d.ts diff --git a/user-mgmt/backend/node_modules/gopd/index.js b/user-mgmt_backend/node_modules/gopd/index.js similarity index 100% rename from user-mgmt/backend/node_modules/gopd/index.js rename to user-mgmt_backend/node_modules/gopd/index.js diff --git a/user-mgmt/backend/node_modules/gopd/package.json b/user-mgmt_backend/node_modules/gopd/package.json similarity index 100% rename from user-mgmt/backend/node_modules/gopd/package.json rename to user-mgmt_backend/node_modules/gopd/package.json diff --git a/user-mgmt/backend/node_modules/gopd/test/index.js b/user-mgmt_backend/node_modules/gopd/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/gopd/test/index.js rename to user-mgmt_backend/node_modules/gopd/test/index.js diff --git a/user-mgmt/backend/node_modules/gopd/tsconfig.json b/user-mgmt_backend/node_modules/gopd/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/gopd/tsconfig.json rename to user-mgmt_backend/node_modules/gopd/tsconfig.json diff --git a/user-mgmt/backend/node_modules/has-flag/index.d.ts b/user-mgmt_backend/node_modules/has-flag/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/has-flag/index.d.ts rename to user-mgmt_backend/node_modules/has-flag/index.d.ts diff --git a/user-mgmt/backend/node_modules/has-flag/index.js b/user-mgmt_backend/node_modules/has-flag/index.js similarity index 100% rename from user-mgmt/backend/node_modules/has-flag/index.js rename to user-mgmt_backend/node_modules/has-flag/index.js diff --git a/user-mgmt/backend/node_modules/has-flag/license b/user-mgmt_backend/node_modules/has-flag/license similarity index 100% rename from user-mgmt/backend/node_modules/has-flag/license rename to user-mgmt_backend/node_modules/has-flag/license diff --git a/user-mgmt/backend/node_modules/has-flag/package.json b/user-mgmt_backend/node_modules/has-flag/package.json similarity index 100% rename from user-mgmt/backend/node_modules/has-flag/package.json rename to user-mgmt_backend/node_modules/has-flag/package.json diff --git a/user-mgmt/backend/node_modules/has-flag/readme.md b/user-mgmt_backend/node_modules/has-flag/readme.md similarity index 100% rename from user-mgmt/backend/node_modules/has-flag/readme.md rename to user-mgmt_backend/node_modules/has-flag/readme.md diff --git a/user-mgmt/backend/node_modules/has-symbols/.eslintrc b/user-mgmt_backend/node_modules/has-symbols/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/.eslintrc rename to user-mgmt_backend/node_modules/has-symbols/.eslintrc diff --git a/user-mgmt/backend/node_modules/has-symbols/.github/FUNDING.yml b/user-mgmt_backend/node_modules/has-symbols/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/has-symbols/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/has-symbols/.nycrc b/user-mgmt_backend/node_modules/has-symbols/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/.nycrc rename to user-mgmt_backend/node_modules/has-symbols/.nycrc diff --git a/user-mgmt/backend/node_modules/has-symbols/CHANGELOG.md b/user-mgmt_backend/node_modules/has-symbols/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/CHANGELOG.md rename to user-mgmt_backend/node_modules/has-symbols/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/has-symbols/LICENSE b/user-mgmt_backend/node_modules/has-symbols/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/LICENSE rename to user-mgmt_backend/node_modules/has-symbols/LICENSE diff --git a/user-mgmt/backend/node_modules/has-symbols/README.md b/user-mgmt_backend/node_modules/has-symbols/README.md similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/README.md rename to user-mgmt_backend/node_modules/has-symbols/README.md diff --git a/user-mgmt/backend/node_modules/has-symbols/index.d.ts b/user-mgmt_backend/node_modules/has-symbols/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/index.d.ts rename to user-mgmt_backend/node_modules/has-symbols/index.d.ts diff --git a/user-mgmt/backend/node_modules/has-symbols/index.js b/user-mgmt_backend/node_modules/has-symbols/index.js similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/index.js rename to user-mgmt_backend/node_modules/has-symbols/index.js diff --git a/user-mgmt/backend/node_modules/has-symbols/package.json b/user-mgmt_backend/node_modules/has-symbols/package.json similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/package.json rename to user-mgmt_backend/node_modules/has-symbols/package.json diff --git a/user-mgmt/backend/node_modules/has-symbols/shams.d.ts b/user-mgmt_backend/node_modules/has-symbols/shams.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/shams.d.ts rename to user-mgmt_backend/node_modules/has-symbols/shams.d.ts diff --git a/user-mgmt/backend/node_modules/has-symbols/shams.js b/user-mgmt_backend/node_modules/has-symbols/shams.js similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/shams.js rename to user-mgmt_backend/node_modules/has-symbols/shams.js diff --git a/user-mgmt/backend/node_modules/has-symbols/test/index.js b/user-mgmt_backend/node_modules/has-symbols/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/test/index.js rename to user-mgmt_backend/node_modules/has-symbols/test/index.js diff --git a/user-mgmt/backend/node_modules/has-symbols/test/shams/core-js.js b/user-mgmt_backend/node_modules/has-symbols/test/shams/core-js.js similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/test/shams/core-js.js rename to user-mgmt_backend/node_modules/has-symbols/test/shams/core-js.js diff --git a/user-mgmt/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js b/user-mgmt_backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js rename to user-mgmt_backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js diff --git a/user-mgmt/backend/node_modules/has-symbols/test/tests.js b/user-mgmt_backend/node_modules/has-symbols/test/tests.js similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/test/tests.js rename to user-mgmt_backend/node_modules/has-symbols/test/tests.js diff --git a/user-mgmt/backend/node_modules/has-symbols/tsconfig.json b/user-mgmt_backend/node_modules/has-symbols/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/has-symbols/tsconfig.json rename to user-mgmt_backend/node_modules/has-symbols/tsconfig.json diff --git a/user-mgmt/backend/node_modules/hasown/.eslintrc b/user-mgmt_backend/node_modules/hasown/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/hasown/.eslintrc rename to user-mgmt_backend/node_modules/hasown/.eslintrc diff --git a/user-mgmt/backend/node_modules/hasown/.github/FUNDING.yml b/user-mgmt_backend/node_modules/hasown/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/hasown/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/hasown/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/hasown/.nycrc b/user-mgmt_backend/node_modules/hasown/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/hasown/.nycrc rename to user-mgmt_backend/node_modules/hasown/.nycrc diff --git a/user-mgmt/backend/node_modules/hasown/CHANGELOG.md b/user-mgmt_backend/node_modules/hasown/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/hasown/CHANGELOG.md rename to user-mgmt_backend/node_modules/hasown/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/hasown/LICENSE b/user-mgmt_backend/node_modules/hasown/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/hasown/LICENSE rename to user-mgmt_backend/node_modules/hasown/LICENSE diff --git a/user-mgmt/backend/node_modules/hasown/README.md b/user-mgmt_backend/node_modules/hasown/README.md similarity index 100% rename from user-mgmt/backend/node_modules/hasown/README.md rename to user-mgmt_backend/node_modules/hasown/README.md diff --git a/user-mgmt/backend/node_modules/hasown/index.d.ts b/user-mgmt_backend/node_modules/hasown/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/hasown/index.d.ts rename to user-mgmt_backend/node_modules/hasown/index.d.ts diff --git a/user-mgmt/backend/node_modules/hasown/index.js b/user-mgmt_backend/node_modules/hasown/index.js similarity index 100% rename from user-mgmt/backend/node_modules/hasown/index.js rename to user-mgmt_backend/node_modules/hasown/index.js diff --git a/user-mgmt/backend/node_modules/hasown/package.json b/user-mgmt_backend/node_modules/hasown/package.json similarity index 100% rename from user-mgmt/backend/node_modules/hasown/package.json rename to user-mgmt_backend/node_modules/hasown/package.json diff --git a/user-mgmt/backend/node_modules/hasown/tsconfig.json b/user-mgmt_backend/node_modules/hasown/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/hasown/tsconfig.json rename to user-mgmt_backend/node_modules/hasown/tsconfig.json diff --git a/user-mgmt/backend/node_modules/http-errors/HISTORY.md b/user-mgmt_backend/node_modules/http-errors/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/HISTORY.md rename to user-mgmt_backend/node_modules/http-errors/HISTORY.md diff --git a/user-mgmt/backend/node_modules/http-errors/LICENSE b/user-mgmt_backend/node_modules/http-errors/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/LICENSE rename to user-mgmt_backend/node_modules/http-errors/LICENSE diff --git a/user-mgmt/backend/node_modules/http-errors/README.md b/user-mgmt_backend/node_modules/http-errors/README.md similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/README.md rename to user-mgmt_backend/node_modules/http-errors/README.md diff --git a/user-mgmt/backend/node_modules/http-errors/index.js b/user-mgmt_backend/node_modules/http-errors/index.js similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/index.js rename to user-mgmt_backend/node_modules/http-errors/index.js diff --git a/user-mgmt/backend/node_modules/http-errors/node_modules/statuses/HISTORY.md b/user-mgmt_backend/node_modules/http-errors/node_modules/statuses/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/node_modules/statuses/HISTORY.md rename to user-mgmt_backend/node_modules/http-errors/node_modules/statuses/HISTORY.md diff --git a/user-mgmt/backend/node_modules/http-errors/node_modules/statuses/LICENSE b/user-mgmt_backend/node_modules/http-errors/node_modules/statuses/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/node_modules/statuses/LICENSE rename to user-mgmt_backend/node_modules/http-errors/node_modules/statuses/LICENSE diff --git a/user-mgmt/backend/node_modules/http-errors/node_modules/statuses/README.md b/user-mgmt_backend/node_modules/http-errors/node_modules/statuses/README.md similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/node_modules/statuses/README.md rename to user-mgmt_backend/node_modules/http-errors/node_modules/statuses/README.md diff --git a/user-mgmt/backend/node_modules/http-errors/node_modules/statuses/codes.json b/user-mgmt_backend/node_modules/http-errors/node_modules/statuses/codes.json similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/node_modules/statuses/codes.json rename to user-mgmt_backend/node_modules/http-errors/node_modules/statuses/codes.json diff --git a/user-mgmt/backend/node_modules/http-errors/node_modules/statuses/index.js b/user-mgmt_backend/node_modules/http-errors/node_modules/statuses/index.js similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/node_modules/statuses/index.js rename to user-mgmt_backend/node_modules/http-errors/node_modules/statuses/index.js diff --git a/user-mgmt/backend/node_modules/http-errors/node_modules/statuses/package.json b/user-mgmt_backend/node_modules/http-errors/node_modules/statuses/package.json similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/node_modules/statuses/package.json rename to user-mgmt_backend/node_modules/http-errors/node_modules/statuses/package.json diff --git a/user-mgmt/backend/node_modules/http-errors/package.json b/user-mgmt_backend/node_modules/http-errors/package.json similarity index 100% rename from user-mgmt/backend/node_modules/http-errors/package.json rename to user-mgmt_backend/node_modules/http-errors/package.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/.github/dependabot.yml b/user-mgmt_backend/node_modules/iconv-lite/.github/dependabot.yml similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/.github/dependabot.yml rename to user-mgmt_backend/node_modules/iconv-lite/.github/dependabot.yml diff --git a/user-mgmt/backend/node_modules/iconv-lite/.idea/codeStyles/Project.xml b/user-mgmt_backend/node_modules/iconv-lite/.idea/codeStyles/Project.xml similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/.idea/codeStyles/Project.xml rename to user-mgmt_backend/node_modules/iconv-lite/.idea/codeStyles/Project.xml diff --git a/user-mgmt/backend/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml b/user-mgmt_backend/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml rename to user-mgmt_backend/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml diff --git a/user-mgmt/backend/node_modules/iconv-lite/.idea/iconv-lite.iml b/user-mgmt_backend/node_modules/iconv-lite/.idea/iconv-lite.iml similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/.idea/iconv-lite.iml rename to user-mgmt_backend/node_modules/iconv-lite/.idea/iconv-lite.iml diff --git a/user-mgmt/backend/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml b/user-mgmt_backend/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml rename to user-mgmt_backend/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml diff --git a/user-mgmt/backend/node_modules/iconv-lite/.idea/modules.xml b/user-mgmt_backend/node_modules/iconv-lite/.idea/modules.xml similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/.idea/modules.xml rename to user-mgmt_backend/node_modules/iconv-lite/.idea/modules.xml diff --git a/user-mgmt/backend/node_modules/iconv-lite/.idea/vcs.xml b/user-mgmt_backend/node_modules/iconv-lite/.idea/vcs.xml similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/.idea/vcs.xml rename to user-mgmt_backend/node_modules/iconv-lite/.idea/vcs.xml diff --git a/user-mgmt/backend/node_modules/iconv-lite/Changelog.md b/user-mgmt_backend/node_modules/iconv-lite/Changelog.md similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/Changelog.md rename to user-mgmt_backend/node_modules/iconv-lite/Changelog.md diff --git a/user-mgmt/backend/node_modules/iconv-lite/LICENSE b/user-mgmt_backend/node_modules/iconv-lite/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/LICENSE rename to user-mgmt_backend/node_modules/iconv-lite/LICENSE diff --git a/user-mgmt/backend/node_modules/iconv-lite/README.md b/user-mgmt_backend/node_modules/iconv-lite/README.md similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/README.md rename to user-mgmt_backend/node_modules/iconv-lite/README.md diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/dbcs-codec.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/dbcs-codec.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/dbcs-codec.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/dbcs-codec.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/dbcs-data.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/dbcs-data.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/dbcs-data.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/dbcs-data.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/index.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/index.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/index.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/index.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/internal.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/internal.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/internal.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/internal.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-codec.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-codec.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-codec.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-codec.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-data.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-data.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/sbcs-data.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/sbcs-data.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/tables/big5-added.json b/user-mgmt_backend/node_modules/iconv-lite/encodings/tables/big5-added.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/tables/big5-added.json rename to user-mgmt_backend/node_modules/iconv-lite/encodings/tables/big5-added.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp936.json b/user-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp936.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp936.json rename to user-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp936.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp949.json b/user-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp949.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp949.json rename to user-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp949.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp950.json b/user-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp950.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/tables/cp950.json rename to user-mgmt_backend/node_modules/iconv-lite/encodings/tables/cp950.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/tables/eucjp.json b/user-mgmt_backend/node_modules/iconv-lite/encodings/tables/eucjp.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/tables/eucjp.json rename to user-mgmt_backend/node_modules/iconv-lite/encodings/tables/eucjp.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json b/user-mgmt_backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json rename to user-mgmt_backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json b/user-mgmt_backend/node_modules/iconv-lite/encodings/tables/gbk-added.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json rename to user-mgmt_backend/node_modules/iconv-lite/encodings/tables/gbk-added.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json b/user-mgmt_backend/node_modules/iconv-lite/encodings/tables/shiftjis.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json rename to user-mgmt_backend/node_modules/iconv-lite/encodings/tables/shiftjis.json diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/utf16.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/utf16.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/utf16.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/utf16.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/utf32.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/utf32.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/utf32.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/utf32.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/encodings/utf7.js b/user-mgmt_backend/node_modules/iconv-lite/encodings/utf7.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/encodings/utf7.js rename to user-mgmt_backend/node_modules/iconv-lite/encodings/utf7.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/lib/bom-handling.js b/user-mgmt_backend/node_modules/iconv-lite/lib/bom-handling.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/lib/bom-handling.js rename to user-mgmt_backend/node_modules/iconv-lite/lib/bom-handling.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/lib/index.d.ts b/user-mgmt_backend/node_modules/iconv-lite/lib/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/lib/index.d.ts rename to user-mgmt_backend/node_modules/iconv-lite/lib/index.d.ts diff --git a/user-mgmt/backend/node_modules/iconv-lite/lib/index.js b/user-mgmt_backend/node_modules/iconv-lite/lib/index.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/lib/index.js rename to user-mgmt_backend/node_modules/iconv-lite/lib/index.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/lib/streams.js b/user-mgmt_backend/node_modules/iconv-lite/lib/streams.js similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/lib/streams.js rename to user-mgmt_backend/node_modules/iconv-lite/lib/streams.js diff --git a/user-mgmt/backend/node_modules/iconv-lite/package.json b/user-mgmt_backend/node_modules/iconv-lite/package.json similarity index 100% rename from user-mgmt/backend/node_modules/iconv-lite/package.json rename to user-mgmt_backend/node_modules/iconv-lite/package.json diff --git a/user-mgmt/backend/node_modules/inherits/LICENSE b/user-mgmt_backend/node_modules/inherits/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/inherits/LICENSE rename to user-mgmt_backend/node_modules/inherits/LICENSE diff --git a/user-mgmt/backend/node_modules/inherits/README.md b/user-mgmt_backend/node_modules/inherits/README.md similarity index 100% rename from user-mgmt/backend/node_modules/inherits/README.md rename to user-mgmt_backend/node_modules/inherits/README.md diff --git a/user-mgmt/backend/node_modules/inherits/inherits.js b/user-mgmt_backend/node_modules/inherits/inherits.js similarity index 100% rename from user-mgmt/backend/node_modules/inherits/inherits.js rename to user-mgmt_backend/node_modules/inherits/inherits.js diff --git a/user-mgmt/backend/node_modules/inherits/inherits_browser.js b/user-mgmt_backend/node_modules/inherits/inherits_browser.js similarity index 100% rename from user-mgmt/backend/node_modules/inherits/inherits_browser.js rename to user-mgmt_backend/node_modules/inherits/inherits_browser.js diff --git a/user-mgmt/backend/node_modules/inherits/package.json b/user-mgmt_backend/node_modules/inherits/package.json similarity index 100% rename from user-mgmt/backend/node_modules/inherits/package.json rename to user-mgmt_backend/node_modules/inherits/package.json diff --git a/user-mgmt/backend/node_modules/ipaddr.js/LICENSE b/user-mgmt_backend/node_modules/ipaddr.js/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/ipaddr.js/LICENSE rename to user-mgmt_backend/node_modules/ipaddr.js/LICENSE diff --git a/user-mgmt/backend/node_modules/ipaddr.js/README.md b/user-mgmt_backend/node_modules/ipaddr.js/README.md similarity index 100% rename from user-mgmt/backend/node_modules/ipaddr.js/README.md rename to user-mgmt_backend/node_modules/ipaddr.js/README.md diff --git a/user-mgmt/backend/node_modules/ipaddr.js/ipaddr.min.js b/user-mgmt_backend/node_modules/ipaddr.js/ipaddr.min.js similarity index 100% rename from user-mgmt/backend/node_modules/ipaddr.js/ipaddr.min.js rename to user-mgmt_backend/node_modules/ipaddr.js/ipaddr.min.js diff --git a/user-mgmt/backend/node_modules/ipaddr.js/lib/ipaddr.js b/user-mgmt_backend/node_modules/ipaddr.js/lib/ipaddr.js similarity index 100% rename from user-mgmt/backend/node_modules/ipaddr.js/lib/ipaddr.js rename to user-mgmt_backend/node_modules/ipaddr.js/lib/ipaddr.js diff --git a/user-mgmt/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts b/user-mgmt_backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts rename to user-mgmt_backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts diff --git a/user-mgmt/backend/node_modules/ipaddr.js/package.json b/user-mgmt_backend/node_modules/ipaddr.js/package.json similarity index 100% rename from user-mgmt/backend/node_modules/ipaddr.js/package.json rename to user-mgmt_backend/node_modules/ipaddr.js/package.json diff --git a/user-mgmt/backend/node_modules/is-promise/LICENSE b/user-mgmt_backend/node_modules/is-promise/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/is-promise/LICENSE rename to user-mgmt_backend/node_modules/is-promise/LICENSE diff --git a/user-mgmt/backend/node_modules/is-promise/index.d.ts b/user-mgmt_backend/node_modules/is-promise/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/is-promise/index.d.ts rename to user-mgmt_backend/node_modules/is-promise/index.d.ts diff --git a/user-mgmt/backend/node_modules/is-promise/index.js b/user-mgmt_backend/node_modules/is-promise/index.js similarity index 100% rename from user-mgmt/backend/node_modules/is-promise/index.js rename to user-mgmt_backend/node_modules/is-promise/index.js diff --git a/user-mgmt/backend/node_modules/is-promise/index.mjs b/user-mgmt_backend/node_modules/is-promise/index.mjs similarity index 100% rename from user-mgmt/backend/node_modules/is-promise/index.mjs rename to user-mgmt_backend/node_modules/is-promise/index.mjs diff --git a/user-mgmt/backend/node_modules/is-promise/package.json b/user-mgmt_backend/node_modules/is-promise/package.json similarity index 100% rename from user-mgmt/backend/node_modules/is-promise/package.json rename to user-mgmt_backend/node_modules/is-promise/package.json diff --git a/user-mgmt/backend/node_modules/is-promise/readme.md b/user-mgmt_backend/node_modules/is-promise/readme.md similarity index 100% rename from user-mgmt/backend/node_modules/is-promise/readme.md rename to user-mgmt_backend/node_modules/is-promise/readme.md diff --git a/user-mgmt/backend/node_modules/is-property/.npmignore b/user-mgmt_backend/node_modules/is-property/.npmignore similarity index 100% rename from user-mgmt/backend/node_modules/is-property/.npmignore rename to user-mgmt_backend/node_modules/is-property/.npmignore diff --git a/user-mgmt/backend/node_modules/is-property/LICENSE b/user-mgmt_backend/node_modules/is-property/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/is-property/LICENSE rename to user-mgmt_backend/node_modules/is-property/LICENSE diff --git a/user-mgmt/backend/node_modules/is-property/README.md b/user-mgmt_backend/node_modules/is-property/README.md similarity index 100% rename from user-mgmt/backend/node_modules/is-property/README.md rename to user-mgmt_backend/node_modules/is-property/README.md diff --git a/user-mgmt/backend/node_modules/is-property/is-property.js b/user-mgmt_backend/node_modules/is-property/is-property.js similarity index 100% rename from user-mgmt/backend/node_modules/is-property/is-property.js rename to user-mgmt_backend/node_modules/is-property/is-property.js diff --git a/user-mgmt/backend/node_modules/is-property/package.json b/user-mgmt_backend/node_modules/is-property/package.json similarity index 100% rename from user-mgmt/backend/node_modules/is-property/package.json rename to user-mgmt_backend/node_modules/is-property/package.json diff --git a/user-mgmt/backend/node_modules/jake/Makefile b/user-mgmt_backend/node_modules/jake/Makefile similarity index 100% rename from user-mgmt/backend/node_modules/jake/Makefile rename to user-mgmt_backend/node_modules/jake/Makefile diff --git a/user-mgmt/backend/node_modules/jake/README.md b/user-mgmt_backend/node_modules/jake/README.md similarity index 100% rename from user-mgmt/backend/node_modules/jake/README.md rename to user-mgmt_backend/node_modules/jake/README.md diff --git a/user-mgmt/backend/node_modules/jake/bin/bash_completion.sh b/user-mgmt_backend/node_modules/jake/bin/bash_completion.sh similarity index 100% rename from user-mgmt/backend/node_modules/jake/bin/bash_completion.sh rename to user-mgmt_backend/node_modules/jake/bin/bash_completion.sh diff --git a/user-mgmt/backend/node_modules/jake/bin/cli.js b/user-mgmt_backend/node_modules/jake/bin/cli.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/bin/cli.js rename to user-mgmt_backend/node_modules/jake/bin/cli.js diff --git a/user-mgmt/backend/node_modules/jake/jakefile.js b/user-mgmt_backend/node_modules/jake/jakefile.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/jakefile.js rename to user-mgmt_backend/node_modules/jake/jakefile.js diff --git a/user-mgmt/backend/node_modules/jake/lib/api.js b/user-mgmt_backend/node_modules/jake/lib/api.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/api.js rename to user-mgmt_backend/node_modules/jake/lib/api.js diff --git a/user-mgmt/backend/node_modules/jake/lib/jake.js b/user-mgmt_backend/node_modules/jake/lib/jake.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/jake.js rename to user-mgmt_backend/node_modules/jake/lib/jake.js diff --git a/user-mgmt/backend/node_modules/jake/lib/loader.js b/user-mgmt_backend/node_modules/jake/lib/loader.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/loader.js rename to user-mgmt_backend/node_modules/jake/lib/loader.js diff --git a/user-mgmt/backend/node_modules/jake/lib/namespace.js b/user-mgmt_backend/node_modules/jake/lib/namespace.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/namespace.js rename to user-mgmt_backend/node_modules/jake/lib/namespace.js diff --git a/user-mgmt/backend/node_modules/jake/lib/package_task.js b/user-mgmt_backend/node_modules/jake/lib/package_task.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/package_task.js rename to user-mgmt_backend/node_modules/jake/lib/package_task.js diff --git a/user-mgmt/backend/node_modules/jake/lib/parseargs.js b/user-mgmt_backend/node_modules/jake/lib/parseargs.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/parseargs.js rename to user-mgmt_backend/node_modules/jake/lib/parseargs.js diff --git a/user-mgmt/backend/node_modules/jake/lib/program.js b/user-mgmt_backend/node_modules/jake/lib/program.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/program.js rename to user-mgmt_backend/node_modules/jake/lib/program.js diff --git a/user-mgmt/backend/node_modules/jake/lib/publish_task.js b/user-mgmt_backend/node_modules/jake/lib/publish_task.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/publish_task.js rename to user-mgmt_backend/node_modules/jake/lib/publish_task.js diff --git a/user-mgmt/backend/node_modules/jake/lib/rule.js b/user-mgmt_backend/node_modules/jake/lib/rule.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/rule.js rename to user-mgmt_backend/node_modules/jake/lib/rule.js diff --git a/user-mgmt/backend/node_modules/jake/lib/task/directory_task.js b/user-mgmt_backend/node_modules/jake/lib/task/directory_task.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/task/directory_task.js rename to user-mgmt_backend/node_modules/jake/lib/task/directory_task.js diff --git a/user-mgmt/backend/node_modules/jake/lib/task/file_task.js b/user-mgmt_backend/node_modules/jake/lib/task/file_task.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/task/file_task.js rename to user-mgmt_backend/node_modules/jake/lib/task/file_task.js diff --git a/user-mgmt/backend/node_modules/jake/lib/task/index.js b/user-mgmt_backend/node_modules/jake/lib/task/index.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/task/index.js rename to user-mgmt_backend/node_modules/jake/lib/task/index.js diff --git a/user-mgmt/backend/node_modules/jake/lib/task/task.js b/user-mgmt_backend/node_modules/jake/lib/task/task.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/task/task.js rename to user-mgmt_backend/node_modules/jake/lib/task/task.js diff --git a/user-mgmt/backend/node_modules/jake/lib/test_task.js b/user-mgmt_backend/node_modules/jake/lib/test_task.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/test_task.js rename to user-mgmt_backend/node_modules/jake/lib/test_task.js diff --git a/user-mgmt/backend/node_modules/jake/lib/utils/file.js b/user-mgmt_backend/node_modules/jake/lib/utils/file.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/utils/file.js rename to user-mgmt_backend/node_modules/jake/lib/utils/file.js diff --git a/user-mgmt/backend/node_modules/jake/lib/utils/index.js b/user-mgmt_backend/node_modules/jake/lib/utils/index.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/utils/index.js rename to user-mgmt_backend/node_modules/jake/lib/utils/index.js diff --git a/user-mgmt/backend/node_modules/jake/lib/utils/logger.js b/user-mgmt_backend/node_modules/jake/lib/utils/logger.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/lib/utils/logger.js rename to user-mgmt_backend/node_modules/jake/lib/utils/logger.js diff --git a/user-mgmt/backend/node_modules/jake/package.json b/user-mgmt_backend/node_modules/jake/package.json similarity index 100% rename from user-mgmt/backend/node_modules/jake/package.json rename to user-mgmt_backend/node_modules/jake/package.json diff --git a/user-mgmt/backend/node_modules/jake/test/integration/concurrent.js b/user-mgmt_backend/node_modules/jake/test/integration/concurrent.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/concurrent.js rename to user-mgmt_backend/node_modules/jake/test/integration/concurrent.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/file.js b/user-mgmt_backend/node_modules/jake/test/integration/file.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/file.js rename to user-mgmt_backend/node_modules/jake/test/integration/file.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/file_task.js b/user-mgmt_backend/node_modules/jake/test/integration/file_task.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/file_task.js rename to user-mgmt_backend/node_modules/jake/test/integration/file_task.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/helpers.js b/user-mgmt_backend/node_modules/jake/test/integration/helpers.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/helpers.js rename to user-mgmt_backend/node_modules/jake/test/integration/helpers.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/jakefile.js b/user-mgmt_backend/node_modules/jake/test/integration/jakefile.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/jakefile.js rename to user-mgmt_backend/node_modules/jake/test/integration/jakefile.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/jakelib/concurrent.jake.js b/user-mgmt_backend/node_modules/jake/test/integration/jakelib/concurrent.jake.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/jakelib/concurrent.jake.js rename to user-mgmt_backend/node_modules/jake/test/integration/jakelib/concurrent.jake.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/jakelib/publish.jake.js b/user-mgmt_backend/node_modules/jake/test/integration/jakelib/publish.jake.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/jakelib/publish.jake.js rename to user-mgmt_backend/node_modules/jake/test/integration/jakelib/publish.jake.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/jakelib/required_module.jake.js b/user-mgmt_backend/node_modules/jake/test/integration/jakelib/required_module.jake.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/jakelib/required_module.jake.js rename to user-mgmt_backend/node_modules/jake/test/integration/jakelib/required_module.jake.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/jakelib/rule.jake.js b/user-mgmt_backend/node_modules/jake/test/integration/jakelib/rule.jake.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/jakelib/rule.jake.js rename to user-mgmt_backend/node_modules/jake/test/integration/jakelib/rule.jake.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/list_tasks.js b/user-mgmt_backend/node_modules/jake/test/integration/list_tasks.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/list_tasks.js rename to user-mgmt_backend/node_modules/jake/test/integration/list_tasks.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/publish_task.js b/user-mgmt_backend/node_modules/jake/test/integration/publish_task.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/publish_task.js rename to user-mgmt_backend/node_modules/jake/test/integration/publish_task.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/rule.js b/user-mgmt_backend/node_modules/jake/test/integration/rule.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/rule.js rename to user-mgmt_backend/node_modules/jake/test/integration/rule.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/selfdep.js b/user-mgmt_backend/node_modules/jake/test/integration/selfdep.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/selfdep.js rename to user-mgmt_backend/node_modules/jake/test/integration/selfdep.js diff --git a/user-mgmt/backend/node_modules/jake/test/integration/task_base.js b/user-mgmt_backend/node_modules/jake/test/integration/task_base.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/integration/task_base.js rename to user-mgmt_backend/node_modules/jake/test/integration/task_base.js diff --git a/user-mgmt/backend/node_modules/jake/test/unit/jakefile.js b/user-mgmt_backend/node_modules/jake/test/unit/jakefile.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/unit/jakefile.js rename to user-mgmt_backend/node_modules/jake/test/unit/jakefile.js diff --git a/user-mgmt/backend/node_modules/jake/test/unit/namespace.js b/user-mgmt_backend/node_modules/jake/test/unit/namespace.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/unit/namespace.js rename to user-mgmt_backend/node_modules/jake/test/unit/namespace.js diff --git a/user-mgmt/backend/node_modules/jake/test/unit/parseargs.js b/user-mgmt_backend/node_modules/jake/test/unit/parseargs.js similarity index 100% rename from user-mgmt/backend/node_modules/jake/test/unit/parseargs.js rename to user-mgmt_backend/node_modules/jake/test/unit/parseargs.js diff --git a/user-mgmt/backend/node_modules/jake/usage.txt b/user-mgmt_backend/node_modules/jake/usage.txt similarity index 100% rename from user-mgmt/backend/node_modules/jake/usage.txt rename to user-mgmt_backend/node_modules/jake/usage.txt diff --git a/user-mgmt/backend/node_modules/long/LICENSE b/user-mgmt_backend/node_modules/long/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/long/LICENSE rename to user-mgmt_backend/node_modules/long/LICENSE diff --git a/user-mgmt/backend/node_modules/long/README.md b/user-mgmt_backend/node_modules/long/README.md similarity index 100% rename from user-mgmt/backend/node_modules/long/README.md rename to user-mgmt_backend/node_modules/long/README.md diff --git a/user-mgmt/backend/node_modules/long/index.d.ts b/user-mgmt_backend/node_modules/long/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/long/index.d.ts rename to user-mgmt_backend/node_modules/long/index.d.ts diff --git a/user-mgmt/backend/node_modules/long/index.js b/user-mgmt_backend/node_modules/long/index.js similarity index 100% rename from user-mgmt/backend/node_modules/long/index.js rename to user-mgmt_backend/node_modules/long/index.js diff --git a/user-mgmt/backend/node_modules/long/package.json b/user-mgmt_backend/node_modules/long/package.json similarity index 100% rename from user-mgmt/backend/node_modules/long/package.json rename to user-mgmt_backend/node_modules/long/package.json diff --git a/user-mgmt/backend/node_modules/long/types.d.ts b/user-mgmt_backend/node_modules/long/types.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/long/types.d.ts rename to user-mgmt_backend/node_modules/long/types.d.ts diff --git a/user-mgmt/backend/node_modules/long/umd/index.d.ts b/user-mgmt_backend/node_modules/long/umd/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/long/umd/index.d.ts rename to user-mgmt_backend/node_modules/long/umd/index.d.ts diff --git a/user-mgmt/backend/node_modules/long/umd/index.js b/user-mgmt_backend/node_modules/long/umd/index.js similarity index 100% rename from user-mgmt/backend/node_modules/long/umd/index.js rename to user-mgmt_backend/node_modules/long/umd/index.js diff --git a/user-mgmt/backend/node_modules/long/umd/package.json b/user-mgmt_backend/node_modules/long/umd/package.json similarity index 100% rename from user-mgmt/backend/node_modules/long/umd/package.json rename to user-mgmt_backend/node_modules/long/umd/package.json diff --git a/user-mgmt/backend/node_modules/long/umd/types.d.ts b/user-mgmt_backend/node_modules/long/umd/types.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/long/umd/types.d.ts rename to user-mgmt_backend/node_modules/long/umd/types.d.ts diff --git a/user-mgmt/backend/node_modules/lru-cache/LICENSE b/user-mgmt_backend/node_modules/lru-cache/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/lru-cache/LICENSE rename to user-mgmt_backend/node_modules/lru-cache/LICENSE diff --git a/user-mgmt/backend/node_modules/lru-cache/README.md b/user-mgmt_backend/node_modules/lru-cache/README.md similarity index 100% rename from user-mgmt/backend/node_modules/lru-cache/README.md rename to user-mgmt_backend/node_modules/lru-cache/README.md diff --git a/user-mgmt/backend/node_modules/lru-cache/index.d.ts b/user-mgmt_backend/node_modules/lru-cache/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/lru-cache/index.d.ts rename to user-mgmt_backend/node_modules/lru-cache/index.d.ts diff --git a/user-mgmt/backend/node_modules/lru-cache/index.js b/user-mgmt_backend/node_modules/lru-cache/index.js similarity index 100% rename from user-mgmt/backend/node_modules/lru-cache/index.js rename to user-mgmt_backend/node_modules/lru-cache/index.js diff --git a/user-mgmt/backend/node_modules/lru-cache/index.mjs b/user-mgmt_backend/node_modules/lru-cache/index.mjs similarity index 100% rename from user-mgmt/backend/node_modules/lru-cache/index.mjs rename to user-mgmt_backend/node_modules/lru-cache/index.mjs diff --git a/user-mgmt/backend/node_modules/lru-cache/package.json b/user-mgmt_backend/node_modules/lru-cache/package.json similarity index 100% rename from user-mgmt/backend/node_modules/lru-cache/package.json rename to user-mgmt_backend/node_modules/lru-cache/package.json diff --git a/user-mgmt/backend/node_modules/lru.min/LICENSE b/user-mgmt_backend/node_modules/lru.min/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/lru.min/LICENSE rename to user-mgmt_backend/node_modules/lru.min/LICENSE diff --git a/user-mgmt/backend/node_modules/lru.min/README.md b/user-mgmt_backend/node_modules/lru.min/README.md similarity index 100% rename from user-mgmt/backend/node_modules/lru.min/README.md rename to user-mgmt_backend/node_modules/lru.min/README.md diff --git a/user-mgmt/backend/node_modules/lru.min/browser/lru.min.js b/user-mgmt_backend/node_modules/lru.min/browser/lru.min.js similarity index 100% rename from user-mgmt/backend/node_modules/lru.min/browser/lru.min.js rename to user-mgmt_backend/node_modules/lru.min/browser/lru.min.js diff --git a/user-mgmt/backend/node_modules/lru.min/lib/index.d.ts b/user-mgmt_backend/node_modules/lru.min/lib/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/lru.min/lib/index.d.ts rename to user-mgmt_backend/node_modules/lru.min/lib/index.d.ts diff --git a/user-mgmt/backend/node_modules/lru.min/lib/index.js b/user-mgmt_backend/node_modules/lru.min/lib/index.js similarity index 100% rename from user-mgmt/backend/node_modules/lru.min/lib/index.js rename to user-mgmt_backend/node_modules/lru.min/lib/index.js diff --git a/user-mgmt/backend/node_modules/lru.min/lib/index.mjs b/user-mgmt_backend/node_modules/lru.min/lib/index.mjs similarity index 100% rename from user-mgmt/backend/node_modules/lru.min/lib/index.mjs rename to user-mgmt_backend/node_modules/lru.min/lib/index.mjs diff --git a/user-mgmt/backend/node_modules/lru.min/package.json b/user-mgmt_backend/node_modules/lru.min/package.json similarity index 100% rename from user-mgmt/backend/node_modules/lru.min/package.json rename to user-mgmt_backend/node_modules/lru.min/package.json diff --git a/user-mgmt/backend/node_modules/math-intrinsics/.eslintrc b/user-mgmt_backend/node_modules/math-intrinsics/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/.eslintrc rename to user-mgmt_backend/node_modules/math-intrinsics/.eslintrc diff --git a/user-mgmt/backend/node_modules/math-intrinsics/.github/FUNDING.yml b/user-mgmt_backend/node_modules/math-intrinsics/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/math-intrinsics/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/math-intrinsics/CHANGELOG.md b/user-mgmt_backend/node_modules/math-intrinsics/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/CHANGELOG.md rename to user-mgmt_backend/node_modules/math-intrinsics/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/math-intrinsics/LICENSE b/user-mgmt_backend/node_modules/math-intrinsics/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/LICENSE rename to user-mgmt_backend/node_modules/math-intrinsics/LICENSE diff --git a/user-mgmt/backend/node_modules/math-intrinsics/README.md b/user-mgmt_backend/node_modules/math-intrinsics/README.md similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/README.md rename to user-mgmt_backend/node_modules/math-intrinsics/README.md diff --git a/user-mgmt/backend/node_modules/math-intrinsics/abs.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/abs.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/abs.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/abs.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/abs.js b/user-mgmt_backend/node_modules/math-intrinsics/abs.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/abs.js rename to user-mgmt_backend/node_modules/math-intrinsics/abs.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/constants/maxArrayLength.js b/user-mgmt_backend/node_modules/math-intrinsics/constants/maxArrayLength.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/constants/maxArrayLength.js rename to user-mgmt_backend/node_modules/math-intrinsics/constants/maxArrayLength.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js b/user-mgmt_backend/node_modules/math-intrinsics/constants/maxSafeInteger.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js rename to user-mgmt_backend/node_modules/math-intrinsics/constants/maxSafeInteger.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/constants/maxValue.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/constants/maxValue.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/constants/maxValue.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/constants/maxValue.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/constants/maxValue.js b/user-mgmt_backend/node_modules/math-intrinsics/constants/maxValue.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/constants/maxValue.js rename to user-mgmt_backend/node_modules/math-intrinsics/constants/maxValue.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/floor.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/floor.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/floor.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/floor.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/floor.js b/user-mgmt_backend/node_modules/math-intrinsics/floor.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/floor.js rename to user-mgmt_backend/node_modules/math-intrinsics/floor.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/isFinite.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/isFinite.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/isFinite.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/isFinite.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/isFinite.js b/user-mgmt_backend/node_modules/math-intrinsics/isFinite.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/isFinite.js rename to user-mgmt_backend/node_modules/math-intrinsics/isFinite.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/isInteger.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/isInteger.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/isInteger.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/isInteger.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/isInteger.js b/user-mgmt_backend/node_modules/math-intrinsics/isInteger.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/isInteger.js rename to user-mgmt_backend/node_modules/math-intrinsics/isInteger.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/isNaN.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/isNaN.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/isNaN.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/isNaN.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/isNaN.js b/user-mgmt_backend/node_modules/math-intrinsics/isNaN.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/isNaN.js rename to user-mgmt_backend/node_modules/math-intrinsics/isNaN.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/isNegativeZero.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/isNegativeZero.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/isNegativeZero.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/isNegativeZero.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/isNegativeZero.js b/user-mgmt_backend/node_modules/math-intrinsics/isNegativeZero.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/isNegativeZero.js rename to user-mgmt_backend/node_modules/math-intrinsics/isNegativeZero.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/max.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/max.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/max.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/max.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/max.js b/user-mgmt_backend/node_modules/math-intrinsics/max.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/max.js rename to user-mgmt_backend/node_modules/math-intrinsics/max.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/min.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/min.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/min.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/min.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/min.js b/user-mgmt_backend/node_modules/math-intrinsics/min.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/min.js rename to user-mgmt_backend/node_modules/math-intrinsics/min.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/mod.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/mod.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/mod.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/mod.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/mod.js b/user-mgmt_backend/node_modules/math-intrinsics/mod.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/mod.js rename to user-mgmt_backend/node_modules/math-intrinsics/mod.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/package.json b/user-mgmt_backend/node_modules/math-intrinsics/package.json similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/package.json rename to user-mgmt_backend/node_modules/math-intrinsics/package.json diff --git a/user-mgmt/backend/node_modules/math-intrinsics/pow.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/pow.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/pow.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/pow.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/pow.js b/user-mgmt_backend/node_modules/math-intrinsics/pow.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/pow.js rename to user-mgmt_backend/node_modules/math-intrinsics/pow.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/round.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/round.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/round.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/round.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/round.js b/user-mgmt_backend/node_modules/math-intrinsics/round.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/round.js rename to user-mgmt_backend/node_modules/math-intrinsics/round.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/sign.d.ts b/user-mgmt_backend/node_modules/math-intrinsics/sign.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/sign.d.ts rename to user-mgmt_backend/node_modules/math-intrinsics/sign.d.ts diff --git a/user-mgmt/backend/node_modules/math-intrinsics/sign.js b/user-mgmt_backend/node_modules/math-intrinsics/sign.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/sign.js rename to user-mgmt_backend/node_modules/math-intrinsics/sign.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/test/index.js b/user-mgmt_backend/node_modules/math-intrinsics/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/test/index.js rename to user-mgmt_backend/node_modules/math-intrinsics/test/index.js diff --git a/user-mgmt/backend/node_modules/math-intrinsics/tsconfig.json b/user-mgmt_backend/node_modules/math-intrinsics/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/math-intrinsics/tsconfig.json rename to user-mgmt_backend/node_modules/math-intrinsics/tsconfig.json diff --git a/user-mgmt/backend/node_modules/media-typer/HISTORY.md b/user-mgmt_backend/node_modules/media-typer/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/media-typer/HISTORY.md rename to user-mgmt_backend/node_modules/media-typer/HISTORY.md diff --git a/user-mgmt/backend/node_modules/media-typer/LICENSE b/user-mgmt_backend/node_modules/media-typer/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/media-typer/LICENSE rename to user-mgmt_backend/node_modules/media-typer/LICENSE diff --git a/user-mgmt/backend/node_modules/media-typer/README.md b/user-mgmt_backend/node_modules/media-typer/README.md similarity index 100% rename from user-mgmt/backend/node_modules/media-typer/README.md rename to user-mgmt_backend/node_modules/media-typer/README.md diff --git a/user-mgmt/backend/node_modules/media-typer/index.js b/user-mgmt_backend/node_modules/media-typer/index.js similarity index 100% rename from user-mgmt/backend/node_modules/media-typer/index.js rename to user-mgmt_backend/node_modules/media-typer/index.js diff --git a/user-mgmt/backend/node_modules/media-typer/package.json b/user-mgmt_backend/node_modules/media-typer/package.json similarity index 100% rename from user-mgmt/backend/node_modules/media-typer/package.json rename to user-mgmt_backend/node_modules/media-typer/package.json diff --git a/user-mgmt/backend/node_modules/merge-descriptors/index.d.ts b/user-mgmt_backend/node_modules/merge-descriptors/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/merge-descriptors/index.d.ts rename to user-mgmt_backend/node_modules/merge-descriptors/index.d.ts diff --git a/user-mgmt/backend/node_modules/merge-descriptors/index.js b/user-mgmt_backend/node_modules/merge-descriptors/index.js similarity index 100% rename from user-mgmt/backend/node_modules/merge-descriptors/index.js rename to user-mgmt_backend/node_modules/merge-descriptors/index.js diff --git a/user-mgmt/backend/node_modules/merge-descriptors/license b/user-mgmt_backend/node_modules/merge-descriptors/license similarity index 100% rename from user-mgmt/backend/node_modules/merge-descriptors/license rename to user-mgmt_backend/node_modules/merge-descriptors/license diff --git a/user-mgmt/backend/node_modules/merge-descriptors/package.json b/user-mgmt_backend/node_modules/merge-descriptors/package.json similarity index 100% rename from user-mgmt/backend/node_modules/merge-descriptors/package.json rename to user-mgmt_backend/node_modules/merge-descriptors/package.json diff --git a/user-mgmt/backend/node_modules/merge-descriptors/readme.md b/user-mgmt_backend/node_modules/merge-descriptors/readme.md similarity index 100% rename from user-mgmt/backend/node_modules/merge-descriptors/readme.md rename to user-mgmt_backend/node_modules/merge-descriptors/readme.md diff --git a/user-mgmt/backend/node_modules/mime-db/HISTORY.md b/user-mgmt_backend/node_modules/mime-db/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/mime-db/HISTORY.md rename to user-mgmt_backend/node_modules/mime-db/HISTORY.md diff --git a/user-mgmt/backend/node_modules/mime-db/LICENSE b/user-mgmt_backend/node_modules/mime-db/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/mime-db/LICENSE rename to user-mgmt_backend/node_modules/mime-db/LICENSE diff --git a/user-mgmt/backend/node_modules/mime-db/README.md b/user-mgmt_backend/node_modules/mime-db/README.md similarity index 100% rename from user-mgmt/backend/node_modules/mime-db/README.md rename to user-mgmt_backend/node_modules/mime-db/README.md diff --git a/user-mgmt/backend/node_modules/mime-db/db.json b/user-mgmt_backend/node_modules/mime-db/db.json similarity index 100% rename from user-mgmt/backend/node_modules/mime-db/db.json rename to user-mgmt_backend/node_modules/mime-db/db.json diff --git a/user-mgmt/backend/node_modules/mime-db/index.js b/user-mgmt_backend/node_modules/mime-db/index.js similarity index 100% rename from user-mgmt/backend/node_modules/mime-db/index.js rename to user-mgmt_backend/node_modules/mime-db/index.js diff --git a/user-mgmt/backend/node_modules/mime-db/package.json b/user-mgmt_backend/node_modules/mime-db/package.json similarity index 100% rename from user-mgmt/backend/node_modules/mime-db/package.json rename to user-mgmt_backend/node_modules/mime-db/package.json diff --git a/user-mgmt/backend/node_modules/mime-types/HISTORY.md b/user-mgmt_backend/node_modules/mime-types/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/mime-types/HISTORY.md rename to user-mgmt_backend/node_modules/mime-types/HISTORY.md diff --git a/user-mgmt/backend/node_modules/mime-types/LICENSE b/user-mgmt_backend/node_modules/mime-types/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/mime-types/LICENSE rename to user-mgmt_backend/node_modules/mime-types/LICENSE diff --git a/user-mgmt/backend/node_modules/mime-types/README.md b/user-mgmt_backend/node_modules/mime-types/README.md similarity index 100% rename from user-mgmt/backend/node_modules/mime-types/README.md rename to user-mgmt_backend/node_modules/mime-types/README.md diff --git a/user-mgmt/backend/node_modules/mime-types/index.js b/user-mgmt_backend/node_modules/mime-types/index.js similarity index 100% rename from user-mgmt/backend/node_modules/mime-types/index.js rename to user-mgmt_backend/node_modules/mime-types/index.js diff --git a/user-mgmt/backend/node_modules/mime-types/mimeScore.js b/user-mgmt_backend/node_modules/mime-types/mimeScore.js similarity index 100% rename from user-mgmt/backend/node_modules/mime-types/mimeScore.js rename to user-mgmt_backend/node_modules/mime-types/mimeScore.js diff --git a/user-mgmt/backend/node_modules/mime-types/package.json b/user-mgmt_backend/node_modules/mime-types/package.json similarity index 100% rename from user-mgmt/backend/node_modules/mime-types/package.json rename to user-mgmt_backend/node_modules/mime-types/package.json diff --git a/user-mgmt/backend/node_modules/minimatch/LICENSE b/user-mgmt_backend/node_modules/minimatch/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/minimatch/LICENSE rename to user-mgmt_backend/node_modules/minimatch/LICENSE diff --git a/user-mgmt/backend/node_modules/minimatch/README.md b/user-mgmt_backend/node_modules/minimatch/README.md similarity index 100% rename from user-mgmt/backend/node_modules/minimatch/README.md rename to user-mgmt_backend/node_modules/minimatch/README.md diff --git a/user-mgmt/backend/node_modules/minimatch/minimatch.js b/user-mgmt_backend/node_modules/minimatch/minimatch.js similarity index 100% rename from user-mgmt/backend/node_modules/minimatch/minimatch.js rename to user-mgmt_backend/node_modules/minimatch/minimatch.js diff --git a/user-mgmt/backend/node_modules/minimatch/package.json b/user-mgmt_backend/node_modules/minimatch/package.json similarity index 100% rename from user-mgmt/backend/node_modules/minimatch/package.json rename to user-mgmt_backend/node_modules/minimatch/package.json diff --git a/user-mgmt/backend/node_modules/ms/index.js b/user-mgmt_backend/node_modules/ms/index.js similarity index 100% rename from user-mgmt/backend/node_modules/ms/index.js rename to user-mgmt_backend/node_modules/ms/index.js diff --git a/user-mgmt/backend/node_modules/ms/license.md b/user-mgmt_backend/node_modules/ms/license.md similarity index 100% rename from user-mgmt/backend/node_modules/ms/license.md rename to user-mgmt_backend/node_modules/ms/license.md diff --git a/user-mgmt/backend/node_modules/ms/package.json b/user-mgmt_backend/node_modules/ms/package.json similarity index 100% rename from user-mgmt/backend/node_modules/ms/package.json rename to user-mgmt_backend/node_modules/ms/package.json diff --git a/user-mgmt/backend/node_modules/ms/readme.md b/user-mgmt_backend/node_modules/ms/readme.md similarity index 100% rename from user-mgmt/backend/node_modules/ms/readme.md rename to user-mgmt_backend/node_modules/ms/readme.md diff --git a/user-mgmt/backend/node_modules/mysql2/License b/user-mgmt_backend/node_modules/mysql2/License similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/License rename to user-mgmt_backend/node_modules/mysql2/License diff --git a/user-mgmt/backend/node_modules/mysql2/README.md b/user-mgmt_backend/node_modules/mysql2/README.md similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/README.md rename to user-mgmt_backend/node_modules/mysql2/README.md diff --git a/user-mgmt/backend/node_modules/mysql2/index.d.ts b/user-mgmt_backend/node_modules/mysql2/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/index.d.ts rename to user-mgmt_backend/node_modules/mysql2/index.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/index.js b/user-mgmt_backend/node_modules/mysql2/index.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/index.js rename to user-mgmt_backend/node_modules/mysql2/index.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/auth_41.js b/user-mgmt_backend/node_modules/mysql2/lib/auth_41.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/auth_41.js rename to user-mgmt_backend/node_modules/mysql2/lib/auth_41.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js b/user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js rename to user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md b/user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md rename to user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md diff --git a/user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/index.js b/user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/index.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/index.js rename to user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/index.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js b/user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js rename to user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js b/user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js rename to user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js b/user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js rename to user-mgmt_backend/node_modules/mysql2/lib/auth_plugins/sha256_password.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/base/connection.js b/user-mgmt_backend/node_modules/mysql2/lib/base/connection.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/base/connection.js rename to user-mgmt_backend/node_modules/mysql2/lib/base/connection.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/base/pool.js b/user-mgmt_backend/node_modules/mysql2/lib/base/pool.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/base/pool.js rename to user-mgmt_backend/node_modules/mysql2/lib/base/pool.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/base/pool_connection.js b/user-mgmt_backend/node_modules/mysql2/lib/base/pool_connection.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/base/pool_connection.js rename to user-mgmt_backend/node_modules/mysql2/lib/base/pool_connection.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/auth_switch.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/auth_switch.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/auth_switch.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/auth_switch.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/binlog_dump.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/binlog_dump.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/binlog_dump.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/binlog_dump.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/change_user.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/change_user.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/change_user.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/change_user.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/client_handshake.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/client_handshake.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/client_handshake.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/client_handshake.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/close_statement.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/close_statement.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/close_statement.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/close_statement.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/command.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/command.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/command.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/command.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/execute.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/execute.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/execute.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/execute.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/index.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/index.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/index.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/index.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/ping.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/ping.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/ping.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/ping.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/prepare.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/prepare.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/prepare.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/prepare.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/query.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/query.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/query.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/query.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/quit.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/quit.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/quit.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/quit.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/register_slave.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/register_slave.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/register_slave.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/register_slave.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/commands/server_handshake.js b/user-mgmt_backend/node_modules/mysql2/lib/commands/server_handshake.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/commands/server_handshake.js rename to user-mgmt_backend/node_modules/mysql2/lib/commands/server_handshake.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/compressed_protocol.js b/user-mgmt_backend/node_modules/mysql2/lib/compressed_protocol.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/compressed_protocol.js rename to user-mgmt_backend/node_modules/mysql2/lib/compressed_protocol.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/connection.js b/user-mgmt_backend/node_modules/mysql2/lib/connection.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/connection.js rename to user-mgmt_backend/node_modules/mysql2/lib/connection.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/connection_config.js b/user-mgmt_backend/node_modules/mysql2/lib/connection_config.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/connection_config.js rename to user-mgmt_backend/node_modules/mysql2/lib/connection_config.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/charset_encodings.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/charset_encodings.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/charset_encodings.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/charset_encodings.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/charsets.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/charsets.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/charsets.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/charsets.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/client.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/client.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/client.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/client.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/commands.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/commands.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/commands.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/commands.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/cursor.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/cursor.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/cursor.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/cursor.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/encoding_charset.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/encoding_charset.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/encoding_charset.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/encoding_charset.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/errors.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/errors.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/errors.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/errors.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/field_flags.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/field_flags.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/field_flags.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/field_flags.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/server_status.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/server_status.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/server_status.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/server_status.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/session_track.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/session_track.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/session_track.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/session_track.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/ssl_profiles.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/ssl_profiles.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/ssl_profiles.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/ssl_profiles.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/constants/types.js b/user-mgmt_backend/node_modules/mysql2/lib/constants/types.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/constants/types.js rename to user-mgmt_backend/node_modules/mysql2/lib/constants/types.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/create_connection.js b/user-mgmt_backend/node_modules/mysql2/lib/create_connection.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/create_connection.js rename to user-mgmt_backend/node_modules/mysql2/lib/create_connection.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/create_pool.js b/user-mgmt_backend/node_modules/mysql2/lib/create_pool.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/create_pool.js rename to user-mgmt_backend/node_modules/mysql2/lib/create_pool.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/create_pool_cluster.js b/user-mgmt_backend/node_modules/mysql2/lib/create_pool_cluster.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/create_pool_cluster.js rename to user-mgmt_backend/node_modules/mysql2/lib/create_pool_cluster.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/helpers.js b/user-mgmt_backend/node_modules/mysql2/lib/helpers.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/helpers.js rename to user-mgmt_backend/node_modules/mysql2/lib/helpers.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packet_parser.js b/user-mgmt_backend/node_modules/mysql2/lib/packet_parser.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packet_parser.js rename to user-mgmt_backend/node_modules/mysql2/lib/packet_parser.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/auth_next_factor.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/auth_next_factor.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/auth_next_factor.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/auth_next_factor.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_request.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_request.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_request.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_request.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_response.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_response.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/auth_switch_response.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/auth_switch_response.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/binary_row.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/binary_row.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/binary_row.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/binary_row.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/binlog_dump.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/binlog_dump.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/binlog_dump.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/binlog_dump.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/binlog_query_statusvars.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/change_user.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/change_user.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/change_user.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/change_user.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/close_statement.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/close_statement.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/close_statement.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/close_statement.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/column_definition.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/column_definition.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/column_definition.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/column_definition.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/execute.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/execute.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/execute.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/execute.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/handshake.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/handshake.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/handshake.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/handshake.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/handshake_response.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/handshake_response.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/handshake_response.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/handshake_response.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/index.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/index.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/index.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/index.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/packet.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/packet.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/packet.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/packet.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/prepare_statement.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/prepare_statement.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/prepare_statement.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/prepare_statement.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/prepared_statement_header.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/prepared_statement_header.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/prepared_statement_header.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/prepared_statement_header.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/query.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/query.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/query.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/query.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/register_slave.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/register_slave.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/register_slave.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/register_slave.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/resultset_header.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/resultset_header.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/resultset_header.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/resultset_header.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/ssl_request.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/ssl_request.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/ssl_request.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/ssl_request.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/packets/text_row.js b/user-mgmt_backend/node_modules/mysql2/lib/packets/text_row.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/packets/text_row.js rename to user-mgmt_backend/node_modules/mysql2/lib/packets/text_row.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/parsers/binary_parser.js b/user-mgmt_backend/node_modules/mysql2/lib/parsers/binary_parser.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/parsers/binary_parser.js rename to user-mgmt_backend/node_modules/mysql2/lib/parsers/binary_parser.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/parsers/parser_cache.js b/user-mgmt_backend/node_modules/mysql2/lib/parsers/parser_cache.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/parsers/parser_cache.js rename to user-mgmt_backend/node_modules/mysql2/lib/parsers/parser_cache.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/parsers/static_binary_parser.js b/user-mgmt_backend/node_modules/mysql2/lib/parsers/static_binary_parser.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/parsers/static_binary_parser.js rename to user-mgmt_backend/node_modules/mysql2/lib/parsers/static_binary_parser.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/parsers/static_text_parser.js b/user-mgmt_backend/node_modules/mysql2/lib/parsers/static_text_parser.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/parsers/static_text_parser.js rename to user-mgmt_backend/node_modules/mysql2/lib/parsers/static_text_parser.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/parsers/string.js b/user-mgmt_backend/node_modules/mysql2/lib/parsers/string.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/parsers/string.js rename to user-mgmt_backend/node_modules/mysql2/lib/parsers/string.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/parsers/text_parser.js b/user-mgmt_backend/node_modules/mysql2/lib/parsers/text_parser.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/parsers/text_parser.js rename to user-mgmt_backend/node_modules/mysql2/lib/parsers/text_parser.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/pool.js b/user-mgmt_backend/node_modules/mysql2/lib/pool.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/pool.js rename to user-mgmt_backend/node_modules/mysql2/lib/pool.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/pool_cluster.js b/user-mgmt_backend/node_modules/mysql2/lib/pool_cluster.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/pool_cluster.js rename to user-mgmt_backend/node_modules/mysql2/lib/pool_cluster.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/pool_config.js b/user-mgmt_backend/node_modules/mysql2/lib/pool_config.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/pool_config.js rename to user-mgmt_backend/node_modules/mysql2/lib/pool_config.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/pool_connection.js b/user-mgmt_backend/node_modules/mysql2/lib/pool_connection.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/pool_connection.js rename to user-mgmt_backend/node_modules/mysql2/lib/pool_connection.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/promise/connection.js b/user-mgmt_backend/node_modules/mysql2/lib/promise/connection.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/promise/connection.js rename to user-mgmt_backend/node_modules/mysql2/lib/promise/connection.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/promise/inherit_events.js b/user-mgmt_backend/node_modules/mysql2/lib/promise/inherit_events.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/promise/inherit_events.js rename to user-mgmt_backend/node_modules/mysql2/lib/promise/inherit_events.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/promise/make_done_cb.js b/user-mgmt_backend/node_modules/mysql2/lib/promise/make_done_cb.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/promise/make_done_cb.js rename to user-mgmt_backend/node_modules/mysql2/lib/promise/make_done_cb.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/promise/pool.js b/user-mgmt_backend/node_modules/mysql2/lib/promise/pool.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/promise/pool.js rename to user-mgmt_backend/node_modules/mysql2/lib/promise/pool.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/promise/pool_cluster.js b/user-mgmt_backend/node_modules/mysql2/lib/promise/pool_cluster.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/promise/pool_cluster.js rename to user-mgmt_backend/node_modules/mysql2/lib/promise/pool_cluster.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/promise/pool_connection.js b/user-mgmt_backend/node_modules/mysql2/lib/promise/pool_connection.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/promise/pool_connection.js rename to user-mgmt_backend/node_modules/mysql2/lib/promise/pool_connection.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/promise/prepared_statement_info.js b/user-mgmt_backend/node_modules/mysql2/lib/promise/prepared_statement_info.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/promise/prepared_statement_info.js rename to user-mgmt_backend/node_modules/mysql2/lib/promise/prepared_statement_info.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/results_stream.js b/user-mgmt_backend/node_modules/mysql2/lib/results_stream.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/results_stream.js rename to user-mgmt_backend/node_modules/mysql2/lib/results_stream.js diff --git a/user-mgmt/backend/node_modules/mysql2/lib/server.js b/user-mgmt_backend/node_modules/mysql2/lib/server.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/lib/server.js rename to user-mgmt_backend/node_modules/mysql2/lib/server.js diff --git a/user-mgmt/backend/node_modules/mysql2/package.json b/user-mgmt_backend/node_modules/mysql2/package.json similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/package.json rename to user-mgmt_backend/node_modules/mysql2/package.json diff --git a/user-mgmt/backend/node_modules/mysql2/promise.d.ts b/user-mgmt_backend/node_modules/mysql2/promise.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/promise.d.ts rename to user-mgmt_backend/node_modules/mysql2/promise.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/promise.js b/user-mgmt_backend/node_modules/mysql2/promise.js similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/promise.js rename to user-mgmt_backend/node_modules/mysql2/promise.js diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/LICENSE.txt b/user-mgmt_backend/node_modules/mysql2/typings/mysql/LICENSE.txt similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/LICENSE.txt rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/LICENSE.txt diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/index.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/index.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/index.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/info.txt b/user-mgmt_backend/node_modules/mysql2/typings/mysql/info.txt similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/info.txt rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/info.txt diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Auth.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Connection.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Pool.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/Server.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts diff --git a/user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts b/user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts rename to user-mgmt_backend/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts diff --git a/user-mgmt/backend/node_modules/named-placeholders/LICENSE b/user-mgmt_backend/node_modules/named-placeholders/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/named-placeholders/LICENSE rename to user-mgmt_backend/node_modules/named-placeholders/LICENSE diff --git a/user-mgmt/backend/node_modules/named-placeholders/README.md b/user-mgmt_backend/node_modules/named-placeholders/README.md similarity index 100% rename from user-mgmt/backend/node_modules/named-placeholders/README.md rename to user-mgmt_backend/node_modules/named-placeholders/README.md diff --git a/user-mgmt/backend/node_modules/named-placeholders/index.js b/user-mgmt_backend/node_modules/named-placeholders/index.js similarity index 100% rename from user-mgmt/backend/node_modules/named-placeholders/index.js rename to user-mgmt_backend/node_modules/named-placeholders/index.js diff --git a/user-mgmt/backend/node_modules/named-placeholders/package.json b/user-mgmt_backend/node_modules/named-placeholders/package.json similarity index 100% rename from user-mgmt/backend/node_modules/named-placeholders/package.json rename to user-mgmt_backend/node_modules/named-placeholders/package.json diff --git a/user-mgmt/backend/node_modules/negotiator/HISTORY.md b/user-mgmt_backend/node_modules/negotiator/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/HISTORY.md rename to user-mgmt_backend/node_modules/negotiator/HISTORY.md diff --git a/user-mgmt/backend/node_modules/negotiator/LICENSE b/user-mgmt_backend/node_modules/negotiator/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/LICENSE rename to user-mgmt_backend/node_modules/negotiator/LICENSE diff --git a/user-mgmt/backend/node_modules/negotiator/README.md b/user-mgmt_backend/node_modules/negotiator/README.md similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/README.md rename to user-mgmt_backend/node_modules/negotiator/README.md diff --git a/user-mgmt/backend/node_modules/negotiator/index.js b/user-mgmt_backend/node_modules/negotiator/index.js similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/index.js rename to user-mgmt_backend/node_modules/negotiator/index.js diff --git a/user-mgmt/backend/node_modules/negotiator/lib/charset.js b/user-mgmt_backend/node_modules/negotiator/lib/charset.js similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/lib/charset.js rename to user-mgmt_backend/node_modules/negotiator/lib/charset.js diff --git a/user-mgmt/backend/node_modules/negotiator/lib/encoding.js b/user-mgmt_backend/node_modules/negotiator/lib/encoding.js similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/lib/encoding.js rename to user-mgmt_backend/node_modules/negotiator/lib/encoding.js diff --git a/user-mgmt/backend/node_modules/negotiator/lib/language.js b/user-mgmt_backend/node_modules/negotiator/lib/language.js similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/lib/language.js rename to user-mgmt_backend/node_modules/negotiator/lib/language.js diff --git a/user-mgmt/backend/node_modules/negotiator/lib/mediaType.js b/user-mgmt_backend/node_modules/negotiator/lib/mediaType.js similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/lib/mediaType.js rename to user-mgmt_backend/node_modules/negotiator/lib/mediaType.js diff --git a/user-mgmt/backend/node_modules/negotiator/package.json b/user-mgmt_backend/node_modules/negotiator/package.json similarity index 100% rename from user-mgmt/backend/node_modules/negotiator/package.json rename to user-mgmt_backend/node_modules/negotiator/package.json diff --git a/user-mgmt/backend/node_modules/object-inspect/.eslintrc b/user-mgmt_backend/node_modules/object-inspect/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/.eslintrc rename to user-mgmt_backend/node_modules/object-inspect/.eslintrc diff --git a/user-mgmt/backend/node_modules/object-inspect/.github/FUNDING.yml b/user-mgmt_backend/node_modules/object-inspect/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/object-inspect/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/object-inspect/.nycrc b/user-mgmt_backend/node_modules/object-inspect/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/.nycrc rename to user-mgmt_backend/node_modules/object-inspect/.nycrc diff --git a/user-mgmt/backend/node_modules/object-inspect/CHANGELOG.md b/user-mgmt_backend/node_modules/object-inspect/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/CHANGELOG.md rename to user-mgmt_backend/node_modules/object-inspect/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/object-inspect/LICENSE b/user-mgmt_backend/node_modules/object-inspect/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/LICENSE rename to user-mgmt_backend/node_modules/object-inspect/LICENSE diff --git a/user-mgmt/backend/node_modules/object-inspect/example/all.js b/user-mgmt_backend/node_modules/object-inspect/example/all.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/example/all.js rename to user-mgmt_backend/node_modules/object-inspect/example/all.js diff --git a/user-mgmt/backend/node_modules/object-inspect/example/circular.js b/user-mgmt_backend/node_modules/object-inspect/example/circular.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/example/circular.js rename to user-mgmt_backend/node_modules/object-inspect/example/circular.js diff --git a/user-mgmt/backend/node_modules/object-inspect/example/fn.js b/user-mgmt_backend/node_modules/object-inspect/example/fn.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/example/fn.js rename to user-mgmt_backend/node_modules/object-inspect/example/fn.js diff --git a/user-mgmt/backend/node_modules/object-inspect/example/inspect.js b/user-mgmt_backend/node_modules/object-inspect/example/inspect.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/example/inspect.js rename to user-mgmt_backend/node_modules/object-inspect/example/inspect.js diff --git a/user-mgmt/backend/node_modules/object-inspect/index.js b/user-mgmt_backend/node_modules/object-inspect/index.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/index.js rename to user-mgmt_backend/node_modules/object-inspect/index.js diff --git a/user-mgmt/backend/node_modules/object-inspect/package-support.json b/user-mgmt_backend/node_modules/object-inspect/package-support.json similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/package-support.json rename to user-mgmt_backend/node_modules/object-inspect/package-support.json diff --git a/user-mgmt/backend/node_modules/object-inspect/package.json b/user-mgmt_backend/node_modules/object-inspect/package.json similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/package.json rename to user-mgmt_backend/node_modules/object-inspect/package.json diff --git a/user-mgmt/backend/node_modules/object-inspect/readme.markdown b/user-mgmt_backend/node_modules/object-inspect/readme.markdown similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/readme.markdown rename to user-mgmt_backend/node_modules/object-inspect/readme.markdown diff --git a/user-mgmt/backend/node_modules/object-inspect/test-core-js.js b/user-mgmt_backend/node_modules/object-inspect/test-core-js.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test-core-js.js rename to user-mgmt_backend/node_modules/object-inspect/test-core-js.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/bigint.js b/user-mgmt_backend/node_modules/object-inspect/test/bigint.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/bigint.js rename to user-mgmt_backend/node_modules/object-inspect/test/bigint.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/browser/dom.js b/user-mgmt_backend/node_modules/object-inspect/test/browser/dom.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/browser/dom.js rename to user-mgmt_backend/node_modules/object-inspect/test/browser/dom.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/circular.js b/user-mgmt_backend/node_modules/object-inspect/test/circular.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/circular.js rename to user-mgmt_backend/node_modules/object-inspect/test/circular.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/deep.js b/user-mgmt_backend/node_modules/object-inspect/test/deep.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/deep.js rename to user-mgmt_backend/node_modules/object-inspect/test/deep.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/element.js b/user-mgmt_backend/node_modules/object-inspect/test/element.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/element.js rename to user-mgmt_backend/node_modules/object-inspect/test/element.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/err.js b/user-mgmt_backend/node_modules/object-inspect/test/err.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/err.js rename to user-mgmt_backend/node_modules/object-inspect/test/err.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/fakes.js b/user-mgmt_backend/node_modules/object-inspect/test/fakes.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/fakes.js rename to user-mgmt_backend/node_modules/object-inspect/test/fakes.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/fn.js b/user-mgmt_backend/node_modules/object-inspect/test/fn.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/fn.js rename to user-mgmt_backend/node_modules/object-inspect/test/fn.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/global.js b/user-mgmt_backend/node_modules/object-inspect/test/global.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/global.js rename to user-mgmt_backend/node_modules/object-inspect/test/global.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/has.js b/user-mgmt_backend/node_modules/object-inspect/test/has.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/has.js rename to user-mgmt_backend/node_modules/object-inspect/test/has.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/holes.js b/user-mgmt_backend/node_modules/object-inspect/test/holes.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/holes.js rename to user-mgmt_backend/node_modules/object-inspect/test/holes.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/indent-option.js b/user-mgmt_backend/node_modules/object-inspect/test/indent-option.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/indent-option.js rename to user-mgmt_backend/node_modules/object-inspect/test/indent-option.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/inspect.js b/user-mgmt_backend/node_modules/object-inspect/test/inspect.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/inspect.js rename to user-mgmt_backend/node_modules/object-inspect/test/inspect.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/lowbyte.js b/user-mgmt_backend/node_modules/object-inspect/test/lowbyte.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/lowbyte.js rename to user-mgmt_backend/node_modules/object-inspect/test/lowbyte.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/number.js b/user-mgmt_backend/node_modules/object-inspect/test/number.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/number.js rename to user-mgmt_backend/node_modules/object-inspect/test/number.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/quoteStyle.js b/user-mgmt_backend/node_modules/object-inspect/test/quoteStyle.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/quoteStyle.js rename to user-mgmt_backend/node_modules/object-inspect/test/quoteStyle.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/toStringTag.js b/user-mgmt_backend/node_modules/object-inspect/test/toStringTag.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/toStringTag.js rename to user-mgmt_backend/node_modules/object-inspect/test/toStringTag.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/undef.js b/user-mgmt_backend/node_modules/object-inspect/test/undef.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/undef.js rename to user-mgmt_backend/node_modules/object-inspect/test/undef.js diff --git a/user-mgmt/backend/node_modules/object-inspect/test/values.js b/user-mgmt_backend/node_modules/object-inspect/test/values.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/test/values.js rename to user-mgmt_backend/node_modules/object-inspect/test/values.js diff --git a/user-mgmt/backend/node_modules/object-inspect/util.inspect.js b/user-mgmt_backend/node_modules/object-inspect/util.inspect.js similarity index 100% rename from user-mgmt/backend/node_modules/object-inspect/util.inspect.js rename to user-mgmt_backend/node_modules/object-inspect/util.inspect.js diff --git a/user-mgmt/backend/node_modules/on-finished/HISTORY.md b/user-mgmt_backend/node_modules/on-finished/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/on-finished/HISTORY.md rename to user-mgmt_backend/node_modules/on-finished/HISTORY.md diff --git a/user-mgmt/backend/node_modules/on-finished/LICENSE b/user-mgmt_backend/node_modules/on-finished/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/on-finished/LICENSE rename to user-mgmt_backend/node_modules/on-finished/LICENSE diff --git a/user-mgmt/backend/node_modules/on-finished/README.md b/user-mgmt_backend/node_modules/on-finished/README.md similarity index 100% rename from user-mgmt/backend/node_modules/on-finished/README.md rename to user-mgmt_backend/node_modules/on-finished/README.md diff --git a/user-mgmt/backend/node_modules/on-finished/index.js b/user-mgmt_backend/node_modules/on-finished/index.js similarity index 100% rename from user-mgmt/backend/node_modules/on-finished/index.js rename to user-mgmt_backend/node_modules/on-finished/index.js diff --git a/user-mgmt/backend/node_modules/on-finished/package.json b/user-mgmt_backend/node_modules/on-finished/package.json similarity index 100% rename from user-mgmt/backend/node_modules/on-finished/package.json rename to user-mgmt_backend/node_modules/on-finished/package.json diff --git a/user-mgmt/backend/node_modules/once/LICENSE b/user-mgmt_backend/node_modules/once/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/once/LICENSE rename to user-mgmt_backend/node_modules/once/LICENSE diff --git a/user-mgmt/backend/node_modules/once/README.md b/user-mgmt_backend/node_modules/once/README.md similarity index 100% rename from user-mgmt/backend/node_modules/once/README.md rename to user-mgmt_backend/node_modules/once/README.md diff --git a/user-mgmt/backend/node_modules/once/once.js b/user-mgmt_backend/node_modules/once/once.js similarity index 100% rename from user-mgmt/backend/node_modules/once/once.js rename to user-mgmt_backend/node_modules/once/once.js diff --git a/user-mgmt/backend/node_modules/once/package.json b/user-mgmt_backend/node_modules/once/package.json similarity index 100% rename from user-mgmt/backend/node_modules/once/package.json rename to user-mgmt_backend/node_modules/once/package.json diff --git a/user-mgmt/backend/node_modules/parseurl/HISTORY.md b/user-mgmt_backend/node_modules/parseurl/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/parseurl/HISTORY.md rename to user-mgmt_backend/node_modules/parseurl/HISTORY.md diff --git a/user-mgmt/backend/node_modules/parseurl/LICENSE b/user-mgmt_backend/node_modules/parseurl/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/parseurl/LICENSE rename to user-mgmt_backend/node_modules/parseurl/LICENSE diff --git a/user-mgmt/backend/node_modules/parseurl/README.md b/user-mgmt_backend/node_modules/parseurl/README.md similarity index 100% rename from user-mgmt/backend/node_modules/parseurl/README.md rename to user-mgmt_backend/node_modules/parseurl/README.md diff --git a/user-mgmt/backend/node_modules/parseurl/index.js b/user-mgmt_backend/node_modules/parseurl/index.js similarity index 100% rename from user-mgmt/backend/node_modules/parseurl/index.js rename to user-mgmt_backend/node_modules/parseurl/index.js diff --git a/user-mgmt/backend/node_modules/parseurl/package.json b/user-mgmt_backend/node_modules/parseurl/package.json similarity index 100% rename from user-mgmt/backend/node_modules/parseurl/package.json rename to user-mgmt_backend/node_modules/parseurl/package.json diff --git a/user-mgmt/backend/node_modules/path-to-regexp/LICENSE b/user-mgmt_backend/node_modules/path-to-regexp/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/path-to-regexp/LICENSE rename to user-mgmt_backend/node_modules/path-to-regexp/LICENSE diff --git a/user-mgmt/backend/node_modules/path-to-regexp/Readme.md b/user-mgmt_backend/node_modules/path-to-regexp/Readme.md similarity index 100% rename from user-mgmt/backend/node_modules/path-to-regexp/Readme.md rename to user-mgmt_backend/node_modules/path-to-regexp/Readme.md diff --git a/user-mgmt/backend/node_modules/path-to-regexp/dist/index.d.ts b/user-mgmt_backend/node_modules/path-to-regexp/dist/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/path-to-regexp/dist/index.d.ts rename to user-mgmt_backend/node_modules/path-to-regexp/dist/index.d.ts diff --git a/user-mgmt/backend/node_modules/path-to-regexp/dist/index.js b/user-mgmt_backend/node_modules/path-to-regexp/dist/index.js similarity index 100% rename from user-mgmt/backend/node_modules/path-to-regexp/dist/index.js rename to user-mgmt_backend/node_modules/path-to-regexp/dist/index.js diff --git a/user-mgmt/backend/node_modules/path-to-regexp/dist/index.js.map b/user-mgmt_backend/node_modules/path-to-regexp/dist/index.js.map similarity index 100% rename from user-mgmt/backend/node_modules/path-to-regexp/dist/index.js.map rename to user-mgmt_backend/node_modules/path-to-regexp/dist/index.js.map diff --git a/user-mgmt/backend/node_modules/path-to-regexp/package.json b/user-mgmt_backend/node_modules/path-to-regexp/package.json similarity index 100% rename from user-mgmt/backend/node_modules/path-to-regexp/package.json rename to user-mgmt_backend/node_modules/path-to-regexp/package.json diff --git a/user-mgmt/backend/node_modules/proxy-addr/HISTORY.md b/user-mgmt_backend/node_modules/proxy-addr/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/proxy-addr/HISTORY.md rename to user-mgmt_backend/node_modules/proxy-addr/HISTORY.md diff --git a/user-mgmt/backend/node_modules/proxy-addr/LICENSE b/user-mgmt_backend/node_modules/proxy-addr/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/proxy-addr/LICENSE rename to user-mgmt_backend/node_modules/proxy-addr/LICENSE diff --git a/user-mgmt/backend/node_modules/proxy-addr/README.md b/user-mgmt_backend/node_modules/proxy-addr/README.md similarity index 100% rename from user-mgmt/backend/node_modules/proxy-addr/README.md rename to user-mgmt_backend/node_modules/proxy-addr/README.md diff --git a/user-mgmt/backend/node_modules/proxy-addr/index.js b/user-mgmt_backend/node_modules/proxy-addr/index.js similarity index 100% rename from user-mgmt/backend/node_modules/proxy-addr/index.js rename to user-mgmt_backend/node_modules/proxy-addr/index.js diff --git a/user-mgmt/backend/node_modules/proxy-addr/package.json b/user-mgmt_backend/node_modules/proxy-addr/package.json similarity index 100% rename from user-mgmt/backend/node_modules/proxy-addr/package.json rename to user-mgmt_backend/node_modules/proxy-addr/package.json diff --git a/user-mgmt/backend/node_modules/qs/.editorconfig b/user-mgmt_backend/node_modules/qs/.editorconfig similarity index 100% rename from user-mgmt/backend/node_modules/qs/.editorconfig rename to user-mgmt_backend/node_modules/qs/.editorconfig diff --git a/user-mgmt/backend/node_modules/qs/.eslintrc b/user-mgmt_backend/node_modules/qs/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/qs/.eslintrc rename to user-mgmt_backend/node_modules/qs/.eslintrc diff --git a/user-mgmt/backend/node_modules/qs/.github/FUNDING.yml b/user-mgmt_backend/node_modules/qs/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/qs/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/qs/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/qs/.nycrc b/user-mgmt_backend/node_modules/qs/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/qs/.nycrc rename to user-mgmt_backend/node_modules/qs/.nycrc diff --git a/user-mgmt/backend/node_modules/qs/CHANGELOG.md b/user-mgmt_backend/node_modules/qs/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/qs/CHANGELOG.md rename to user-mgmt_backend/node_modules/qs/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/qs/LICENSE.md b/user-mgmt_backend/node_modules/qs/LICENSE.md similarity index 100% rename from user-mgmt/backend/node_modules/qs/LICENSE.md rename to user-mgmt_backend/node_modules/qs/LICENSE.md diff --git a/user-mgmt/backend/node_modules/qs/README.md b/user-mgmt_backend/node_modules/qs/README.md similarity index 100% rename from user-mgmt/backend/node_modules/qs/README.md rename to user-mgmt_backend/node_modules/qs/README.md diff --git a/user-mgmt/backend/node_modules/qs/dist/qs.js b/user-mgmt_backend/node_modules/qs/dist/qs.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/dist/qs.js rename to user-mgmt_backend/node_modules/qs/dist/qs.js diff --git a/user-mgmt/backend/node_modules/qs/lib/formats.js b/user-mgmt_backend/node_modules/qs/lib/formats.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/lib/formats.js rename to user-mgmt_backend/node_modules/qs/lib/formats.js diff --git a/user-mgmt/backend/node_modules/qs/lib/index.js b/user-mgmt_backend/node_modules/qs/lib/index.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/lib/index.js rename to user-mgmt_backend/node_modules/qs/lib/index.js diff --git a/user-mgmt/backend/node_modules/qs/lib/parse.js b/user-mgmt_backend/node_modules/qs/lib/parse.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/lib/parse.js rename to user-mgmt_backend/node_modules/qs/lib/parse.js diff --git a/user-mgmt/backend/node_modules/qs/lib/stringify.js b/user-mgmt_backend/node_modules/qs/lib/stringify.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/lib/stringify.js rename to user-mgmt_backend/node_modules/qs/lib/stringify.js diff --git a/user-mgmt/backend/node_modules/qs/lib/utils.js b/user-mgmt_backend/node_modules/qs/lib/utils.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/lib/utils.js rename to user-mgmt_backend/node_modules/qs/lib/utils.js diff --git a/user-mgmt/backend/node_modules/qs/package.json b/user-mgmt_backend/node_modules/qs/package.json similarity index 100% rename from user-mgmt/backend/node_modules/qs/package.json rename to user-mgmt_backend/node_modules/qs/package.json diff --git a/user-mgmt/backend/node_modules/qs/test/empty-keys-cases.js b/user-mgmt_backend/node_modules/qs/test/empty-keys-cases.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/test/empty-keys-cases.js rename to user-mgmt_backend/node_modules/qs/test/empty-keys-cases.js diff --git a/user-mgmt/backend/node_modules/qs/test/parse.js b/user-mgmt_backend/node_modules/qs/test/parse.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/test/parse.js rename to user-mgmt_backend/node_modules/qs/test/parse.js diff --git a/user-mgmt/backend/node_modules/qs/test/stringify.js b/user-mgmt_backend/node_modules/qs/test/stringify.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/test/stringify.js rename to user-mgmt_backend/node_modules/qs/test/stringify.js diff --git a/user-mgmt/backend/node_modules/qs/test/utils.js b/user-mgmt_backend/node_modules/qs/test/utils.js similarity index 100% rename from user-mgmt/backend/node_modules/qs/test/utils.js rename to user-mgmt_backend/node_modules/qs/test/utils.js diff --git a/user-mgmt/backend/node_modules/range-parser/HISTORY.md b/user-mgmt_backend/node_modules/range-parser/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/range-parser/HISTORY.md rename to user-mgmt_backend/node_modules/range-parser/HISTORY.md diff --git a/user-mgmt/backend/node_modules/range-parser/LICENSE b/user-mgmt_backend/node_modules/range-parser/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/range-parser/LICENSE rename to user-mgmt_backend/node_modules/range-parser/LICENSE diff --git a/user-mgmt/backend/node_modules/range-parser/README.md b/user-mgmt_backend/node_modules/range-parser/README.md similarity index 100% rename from user-mgmt/backend/node_modules/range-parser/README.md rename to user-mgmt_backend/node_modules/range-parser/README.md diff --git a/user-mgmt/backend/node_modules/range-parser/index.js b/user-mgmt_backend/node_modules/range-parser/index.js similarity index 100% rename from user-mgmt/backend/node_modules/range-parser/index.js rename to user-mgmt_backend/node_modules/range-parser/index.js diff --git a/user-mgmt/backend/node_modules/range-parser/package.json b/user-mgmt_backend/node_modules/range-parser/package.json similarity index 100% rename from user-mgmt/backend/node_modules/range-parser/package.json rename to user-mgmt_backend/node_modules/range-parser/package.json diff --git a/user-mgmt/backend/node_modules/raw-body/HISTORY.md b/user-mgmt_backend/node_modules/raw-body/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/raw-body/HISTORY.md rename to user-mgmt_backend/node_modules/raw-body/HISTORY.md diff --git a/user-mgmt/backend/node_modules/raw-body/LICENSE b/user-mgmt_backend/node_modules/raw-body/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/raw-body/LICENSE rename to user-mgmt_backend/node_modules/raw-body/LICENSE diff --git a/user-mgmt/backend/node_modules/raw-body/README.md b/user-mgmt_backend/node_modules/raw-body/README.md similarity index 100% rename from user-mgmt/backend/node_modules/raw-body/README.md rename to user-mgmt_backend/node_modules/raw-body/README.md diff --git a/user-mgmt/backend/node_modules/raw-body/SECURITY.md b/user-mgmt_backend/node_modules/raw-body/SECURITY.md similarity index 100% rename from user-mgmt/backend/node_modules/raw-body/SECURITY.md rename to user-mgmt_backend/node_modules/raw-body/SECURITY.md diff --git a/user-mgmt/backend/node_modules/raw-body/index.d.ts b/user-mgmt_backend/node_modules/raw-body/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/raw-body/index.d.ts rename to user-mgmt_backend/node_modules/raw-body/index.d.ts diff --git a/user-mgmt/backend/node_modules/raw-body/index.js b/user-mgmt_backend/node_modules/raw-body/index.js similarity index 100% rename from user-mgmt/backend/node_modules/raw-body/index.js rename to user-mgmt_backend/node_modules/raw-body/index.js diff --git a/user-mgmt/backend/node_modules/raw-body/package.json b/user-mgmt_backend/node_modules/raw-body/package.json similarity index 100% rename from user-mgmt/backend/node_modules/raw-body/package.json rename to user-mgmt_backend/node_modules/raw-body/package.json diff --git a/user-mgmt/backend/node_modules/router/HISTORY.md b/user-mgmt_backend/node_modules/router/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/router/HISTORY.md rename to user-mgmt_backend/node_modules/router/HISTORY.md diff --git a/user-mgmt/backend/node_modules/router/LICENSE b/user-mgmt_backend/node_modules/router/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/router/LICENSE rename to user-mgmt_backend/node_modules/router/LICENSE diff --git a/user-mgmt/backend/node_modules/router/README.md b/user-mgmt_backend/node_modules/router/README.md similarity index 100% rename from user-mgmt/backend/node_modules/router/README.md rename to user-mgmt_backend/node_modules/router/README.md diff --git a/user-mgmt/backend/node_modules/router/index.js b/user-mgmt_backend/node_modules/router/index.js similarity index 100% rename from user-mgmt/backend/node_modules/router/index.js rename to user-mgmt_backend/node_modules/router/index.js diff --git a/user-mgmt/backend/node_modules/router/lib/layer.js b/user-mgmt_backend/node_modules/router/lib/layer.js similarity index 100% rename from user-mgmt/backend/node_modules/router/lib/layer.js rename to user-mgmt_backend/node_modules/router/lib/layer.js diff --git a/user-mgmt/backend/node_modules/router/lib/route.js b/user-mgmt_backend/node_modules/router/lib/route.js similarity index 100% rename from user-mgmt/backend/node_modules/router/lib/route.js rename to user-mgmt_backend/node_modules/router/lib/route.js diff --git a/user-mgmt/backend/node_modules/router/package.json b/user-mgmt_backend/node_modules/router/package.json similarity index 100% rename from user-mgmt/backend/node_modules/router/package.json rename to user-mgmt_backend/node_modules/router/package.json diff --git a/user-mgmt/backend/node_modules/safe-buffer/LICENSE b/user-mgmt_backend/node_modules/safe-buffer/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/safe-buffer/LICENSE rename to user-mgmt_backend/node_modules/safe-buffer/LICENSE diff --git a/user-mgmt/backend/node_modules/safe-buffer/README.md b/user-mgmt_backend/node_modules/safe-buffer/README.md similarity index 100% rename from user-mgmt/backend/node_modules/safe-buffer/README.md rename to user-mgmt_backend/node_modules/safe-buffer/README.md diff --git a/user-mgmt/backend/node_modules/safe-buffer/index.d.ts b/user-mgmt_backend/node_modules/safe-buffer/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/safe-buffer/index.d.ts rename to user-mgmt_backend/node_modules/safe-buffer/index.d.ts diff --git a/user-mgmt/backend/node_modules/safe-buffer/index.js b/user-mgmt_backend/node_modules/safe-buffer/index.js similarity index 100% rename from user-mgmt/backend/node_modules/safe-buffer/index.js rename to user-mgmt_backend/node_modules/safe-buffer/index.js diff --git a/user-mgmt/backend/node_modules/safe-buffer/package.json b/user-mgmt_backend/node_modules/safe-buffer/package.json similarity index 100% rename from user-mgmt/backend/node_modules/safe-buffer/package.json rename to user-mgmt_backend/node_modules/safe-buffer/package.json diff --git a/user-mgmt/backend/node_modules/safer-buffer/LICENSE b/user-mgmt_backend/node_modules/safer-buffer/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/safer-buffer/LICENSE rename to user-mgmt_backend/node_modules/safer-buffer/LICENSE diff --git a/user-mgmt/backend/node_modules/safer-buffer/Porting-Buffer.md b/user-mgmt_backend/node_modules/safer-buffer/Porting-Buffer.md similarity index 100% rename from user-mgmt/backend/node_modules/safer-buffer/Porting-Buffer.md rename to user-mgmt_backend/node_modules/safer-buffer/Porting-Buffer.md diff --git a/user-mgmt/backend/node_modules/safer-buffer/Readme.md b/user-mgmt_backend/node_modules/safer-buffer/Readme.md similarity index 100% rename from user-mgmt/backend/node_modules/safer-buffer/Readme.md rename to user-mgmt_backend/node_modules/safer-buffer/Readme.md diff --git a/user-mgmt/backend/node_modules/safer-buffer/dangerous.js b/user-mgmt_backend/node_modules/safer-buffer/dangerous.js similarity index 100% rename from user-mgmt/backend/node_modules/safer-buffer/dangerous.js rename to user-mgmt_backend/node_modules/safer-buffer/dangerous.js diff --git a/user-mgmt/backend/node_modules/safer-buffer/package.json b/user-mgmt_backend/node_modules/safer-buffer/package.json similarity index 100% rename from user-mgmt/backend/node_modules/safer-buffer/package.json rename to user-mgmt_backend/node_modules/safer-buffer/package.json diff --git a/user-mgmt/backend/node_modules/safer-buffer/safer.js b/user-mgmt_backend/node_modules/safer-buffer/safer.js similarity index 100% rename from user-mgmt/backend/node_modules/safer-buffer/safer.js rename to user-mgmt_backend/node_modules/safer-buffer/safer.js diff --git a/user-mgmt/backend/node_modules/safer-buffer/tests.js b/user-mgmt_backend/node_modules/safer-buffer/tests.js similarity index 100% rename from user-mgmt/backend/node_modules/safer-buffer/tests.js rename to user-mgmt_backend/node_modules/safer-buffer/tests.js diff --git a/user-mgmt/backend/node_modules/send/HISTORY.md b/user-mgmt_backend/node_modules/send/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/send/HISTORY.md rename to user-mgmt_backend/node_modules/send/HISTORY.md diff --git a/user-mgmt/backend/node_modules/send/LICENSE b/user-mgmt_backend/node_modules/send/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/send/LICENSE rename to user-mgmt_backend/node_modules/send/LICENSE diff --git a/user-mgmt/backend/node_modules/send/README.md b/user-mgmt_backend/node_modules/send/README.md similarity index 100% rename from user-mgmt/backend/node_modules/send/README.md rename to user-mgmt_backend/node_modules/send/README.md diff --git a/user-mgmt/backend/node_modules/send/index.js b/user-mgmt_backend/node_modules/send/index.js similarity index 100% rename from user-mgmt/backend/node_modules/send/index.js rename to user-mgmt_backend/node_modules/send/index.js diff --git a/user-mgmt/backend/node_modules/send/package.json b/user-mgmt_backend/node_modules/send/package.json similarity index 100% rename from user-mgmt/backend/node_modules/send/package.json rename to user-mgmt_backend/node_modules/send/package.json diff --git a/user-mgmt/backend/node_modules/seq-queue/.jshintrc b/user-mgmt_backend/node_modules/seq-queue/.jshintrc similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/.jshintrc rename to user-mgmt_backend/node_modules/seq-queue/.jshintrc diff --git a/user-mgmt/backend/node_modules/seq-queue/.npmignore b/user-mgmt_backend/node_modules/seq-queue/.npmignore similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/.npmignore rename to user-mgmt_backend/node_modules/seq-queue/.npmignore diff --git a/user-mgmt/backend/node_modules/seq-queue/AUTHORS b/user-mgmt_backend/node_modules/seq-queue/AUTHORS similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/AUTHORS rename to user-mgmt_backend/node_modules/seq-queue/AUTHORS diff --git a/user-mgmt/backend/node_modules/seq-queue/LICENSE b/user-mgmt_backend/node_modules/seq-queue/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/LICENSE rename to user-mgmt_backend/node_modules/seq-queue/LICENSE diff --git a/user-mgmt/backend/node_modules/seq-queue/Makefile b/user-mgmt_backend/node_modules/seq-queue/Makefile similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/Makefile rename to user-mgmt_backend/node_modules/seq-queue/Makefile diff --git a/user-mgmt/backend/node_modules/seq-queue/README.md b/user-mgmt_backend/node_modules/seq-queue/README.md similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/README.md rename to user-mgmt_backend/node_modules/seq-queue/README.md diff --git a/user-mgmt/backend/node_modules/seq-queue/index.js b/user-mgmt_backend/node_modules/seq-queue/index.js similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/index.js rename to user-mgmt_backend/node_modules/seq-queue/index.js diff --git a/user-mgmt/backend/node_modules/seq-queue/lib/.npmignore b/user-mgmt_backend/node_modules/seq-queue/lib/.npmignore similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/lib/.npmignore rename to user-mgmt_backend/node_modules/seq-queue/lib/.npmignore diff --git a/user-mgmt/backend/node_modules/seq-queue/lib/seq-queue.js b/user-mgmt_backend/node_modules/seq-queue/lib/seq-queue.js similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/lib/seq-queue.js rename to user-mgmt_backend/node_modules/seq-queue/lib/seq-queue.js diff --git a/user-mgmt/backend/node_modules/seq-queue/package.json b/user-mgmt_backend/node_modules/seq-queue/package.json similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/package.json rename to user-mgmt_backend/node_modules/seq-queue/package.json diff --git a/user-mgmt/backend/node_modules/seq-queue/test/seq-queue-test.js b/user-mgmt_backend/node_modules/seq-queue/test/seq-queue-test.js similarity index 100% rename from user-mgmt/backend/node_modules/seq-queue/test/seq-queue-test.js rename to user-mgmt_backend/node_modules/seq-queue/test/seq-queue-test.js diff --git a/user-mgmt/backend/node_modules/serve-static/HISTORY.md b/user-mgmt_backend/node_modules/serve-static/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/serve-static/HISTORY.md rename to user-mgmt_backend/node_modules/serve-static/HISTORY.md diff --git a/user-mgmt/backend/node_modules/serve-static/LICENSE b/user-mgmt_backend/node_modules/serve-static/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/serve-static/LICENSE rename to user-mgmt_backend/node_modules/serve-static/LICENSE diff --git a/user-mgmt/backend/node_modules/serve-static/README.md b/user-mgmt_backend/node_modules/serve-static/README.md similarity index 100% rename from user-mgmt/backend/node_modules/serve-static/README.md rename to user-mgmt_backend/node_modules/serve-static/README.md diff --git a/user-mgmt/backend/node_modules/serve-static/index.js b/user-mgmt_backend/node_modules/serve-static/index.js similarity index 100% rename from user-mgmt/backend/node_modules/serve-static/index.js rename to user-mgmt_backend/node_modules/serve-static/index.js diff --git a/user-mgmt/backend/node_modules/serve-static/package.json b/user-mgmt_backend/node_modules/serve-static/package.json similarity index 100% rename from user-mgmt/backend/node_modules/serve-static/package.json rename to user-mgmt_backend/node_modules/serve-static/package.json diff --git a/user-mgmt/backend/node_modules/setprototypeof/LICENSE b/user-mgmt_backend/node_modules/setprototypeof/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/setprototypeof/LICENSE rename to user-mgmt_backend/node_modules/setprototypeof/LICENSE diff --git a/user-mgmt/backend/node_modules/setprototypeof/README.md b/user-mgmt_backend/node_modules/setprototypeof/README.md similarity index 100% rename from user-mgmt/backend/node_modules/setprototypeof/README.md rename to user-mgmt_backend/node_modules/setprototypeof/README.md diff --git a/user-mgmt/backend/node_modules/setprototypeof/index.d.ts b/user-mgmt_backend/node_modules/setprototypeof/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/setprototypeof/index.d.ts rename to user-mgmt_backend/node_modules/setprototypeof/index.d.ts diff --git a/user-mgmt/backend/node_modules/setprototypeof/index.js b/user-mgmt_backend/node_modules/setprototypeof/index.js similarity index 100% rename from user-mgmt/backend/node_modules/setprototypeof/index.js rename to user-mgmt_backend/node_modules/setprototypeof/index.js diff --git a/user-mgmt/backend/node_modules/setprototypeof/package.json b/user-mgmt_backend/node_modules/setprototypeof/package.json similarity index 100% rename from user-mgmt/backend/node_modules/setprototypeof/package.json rename to user-mgmt_backend/node_modules/setprototypeof/package.json diff --git a/user-mgmt/backend/node_modules/setprototypeof/test/index.js b/user-mgmt_backend/node_modules/setprototypeof/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/setprototypeof/test/index.js rename to user-mgmt_backend/node_modules/setprototypeof/test/index.js diff --git a/user-mgmt/backend/node_modules/side-channel-list/.editorconfig b/user-mgmt_backend/node_modules/side-channel-list/.editorconfig similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/.editorconfig rename to user-mgmt_backend/node_modules/side-channel-list/.editorconfig diff --git a/user-mgmt/backend/node_modules/side-channel-list/.eslintrc b/user-mgmt_backend/node_modules/side-channel-list/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/.eslintrc rename to user-mgmt_backend/node_modules/side-channel-list/.eslintrc diff --git a/user-mgmt/backend/node_modules/side-channel-list/.github/FUNDING.yml b/user-mgmt_backend/node_modules/side-channel-list/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/side-channel-list/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/side-channel-list/.nycrc b/user-mgmt_backend/node_modules/side-channel-list/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/.nycrc rename to user-mgmt_backend/node_modules/side-channel-list/.nycrc diff --git a/user-mgmt/backend/node_modules/side-channel-list/CHANGELOG.md b/user-mgmt_backend/node_modules/side-channel-list/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/CHANGELOG.md rename to user-mgmt_backend/node_modules/side-channel-list/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/side-channel-list/LICENSE b/user-mgmt_backend/node_modules/side-channel-list/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/LICENSE rename to user-mgmt_backend/node_modules/side-channel-list/LICENSE diff --git a/user-mgmt/backend/node_modules/side-channel-list/README.md b/user-mgmt_backend/node_modules/side-channel-list/README.md similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/README.md rename to user-mgmt_backend/node_modules/side-channel-list/README.md diff --git a/user-mgmt/backend/node_modules/side-channel-list/index.d.ts b/user-mgmt_backend/node_modules/side-channel-list/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/index.d.ts rename to user-mgmt_backend/node_modules/side-channel-list/index.d.ts diff --git a/user-mgmt/backend/node_modules/side-channel-list/index.js b/user-mgmt_backend/node_modules/side-channel-list/index.js similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/index.js rename to user-mgmt_backend/node_modules/side-channel-list/index.js diff --git a/user-mgmt/backend/node_modules/side-channel-list/list.d.ts b/user-mgmt_backend/node_modules/side-channel-list/list.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/list.d.ts rename to user-mgmt_backend/node_modules/side-channel-list/list.d.ts diff --git a/user-mgmt/backend/node_modules/side-channel-list/package.json b/user-mgmt_backend/node_modules/side-channel-list/package.json similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/package.json rename to user-mgmt_backend/node_modules/side-channel-list/package.json diff --git a/user-mgmt/backend/node_modules/side-channel-list/test/index.js b/user-mgmt_backend/node_modules/side-channel-list/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/test/index.js rename to user-mgmt_backend/node_modules/side-channel-list/test/index.js diff --git a/user-mgmt/backend/node_modules/side-channel-list/tsconfig.json b/user-mgmt_backend/node_modules/side-channel-list/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-list/tsconfig.json rename to user-mgmt_backend/node_modules/side-channel-list/tsconfig.json diff --git a/user-mgmt/backend/node_modules/side-channel-map/.editorconfig b/user-mgmt_backend/node_modules/side-channel-map/.editorconfig similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/.editorconfig rename to user-mgmt_backend/node_modules/side-channel-map/.editorconfig diff --git a/user-mgmt/backend/node_modules/side-channel-map/.eslintrc b/user-mgmt_backend/node_modules/side-channel-map/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/.eslintrc rename to user-mgmt_backend/node_modules/side-channel-map/.eslintrc diff --git a/user-mgmt/backend/node_modules/side-channel-map/.github/FUNDING.yml b/user-mgmt_backend/node_modules/side-channel-map/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/side-channel-map/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/side-channel-map/.nycrc b/user-mgmt_backend/node_modules/side-channel-map/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/.nycrc rename to user-mgmt_backend/node_modules/side-channel-map/.nycrc diff --git a/user-mgmt/backend/node_modules/side-channel-map/CHANGELOG.md b/user-mgmt_backend/node_modules/side-channel-map/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/CHANGELOG.md rename to user-mgmt_backend/node_modules/side-channel-map/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/side-channel-map/LICENSE b/user-mgmt_backend/node_modules/side-channel-map/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/LICENSE rename to user-mgmt_backend/node_modules/side-channel-map/LICENSE diff --git a/user-mgmt/backend/node_modules/side-channel-map/README.md b/user-mgmt_backend/node_modules/side-channel-map/README.md similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/README.md rename to user-mgmt_backend/node_modules/side-channel-map/README.md diff --git a/user-mgmt/backend/node_modules/side-channel-map/index.d.ts b/user-mgmt_backend/node_modules/side-channel-map/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/index.d.ts rename to user-mgmt_backend/node_modules/side-channel-map/index.d.ts diff --git a/user-mgmt/backend/node_modules/side-channel-map/index.js b/user-mgmt_backend/node_modules/side-channel-map/index.js similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/index.js rename to user-mgmt_backend/node_modules/side-channel-map/index.js diff --git a/user-mgmt/backend/node_modules/side-channel-map/package.json b/user-mgmt_backend/node_modules/side-channel-map/package.json similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/package.json rename to user-mgmt_backend/node_modules/side-channel-map/package.json diff --git a/user-mgmt/backend/node_modules/side-channel-map/test/index.js b/user-mgmt_backend/node_modules/side-channel-map/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/test/index.js rename to user-mgmt_backend/node_modules/side-channel-map/test/index.js diff --git a/user-mgmt/backend/node_modules/side-channel-map/tsconfig.json b/user-mgmt_backend/node_modules/side-channel-map/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-map/tsconfig.json rename to user-mgmt_backend/node_modules/side-channel-map/tsconfig.json diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/.editorconfig b/user-mgmt_backend/node_modules/side-channel-weakmap/.editorconfig similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/.editorconfig rename to user-mgmt_backend/node_modules/side-channel-weakmap/.editorconfig diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/.eslintrc b/user-mgmt_backend/node_modules/side-channel-weakmap/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/.eslintrc rename to user-mgmt_backend/node_modules/side-channel-weakmap/.eslintrc diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml b/user-mgmt_backend/node_modules/side-channel-weakmap/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/side-channel-weakmap/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/.nycrc b/user-mgmt_backend/node_modules/side-channel-weakmap/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/.nycrc rename to user-mgmt_backend/node_modules/side-channel-weakmap/.nycrc diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/CHANGELOG.md b/user-mgmt_backend/node_modules/side-channel-weakmap/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/CHANGELOG.md rename to user-mgmt_backend/node_modules/side-channel-weakmap/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/LICENSE b/user-mgmt_backend/node_modules/side-channel-weakmap/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/LICENSE rename to user-mgmt_backend/node_modules/side-channel-weakmap/LICENSE diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/README.md b/user-mgmt_backend/node_modules/side-channel-weakmap/README.md similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/README.md rename to user-mgmt_backend/node_modules/side-channel-weakmap/README.md diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/index.d.ts b/user-mgmt_backend/node_modules/side-channel-weakmap/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/index.d.ts rename to user-mgmt_backend/node_modules/side-channel-weakmap/index.d.ts diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/index.js b/user-mgmt_backend/node_modules/side-channel-weakmap/index.js similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/index.js rename to user-mgmt_backend/node_modules/side-channel-weakmap/index.js diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/package.json b/user-mgmt_backend/node_modules/side-channel-weakmap/package.json similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/package.json rename to user-mgmt_backend/node_modules/side-channel-weakmap/package.json diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/test/index.js b/user-mgmt_backend/node_modules/side-channel-weakmap/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/test/index.js rename to user-mgmt_backend/node_modules/side-channel-weakmap/test/index.js diff --git a/user-mgmt/backend/node_modules/side-channel-weakmap/tsconfig.json b/user-mgmt_backend/node_modules/side-channel-weakmap/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/side-channel-weakmap/tsconfig.json rename to user-mgmt_backend/node_modules/side-channel-weakmap/tsconfig.json diff --git a/user-mgmt/backend/node_modules/side-channel/.editorconfig b/user-mgmt_backend/node_modules/side-channel/.editorconfig similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/.editorconfig rename to user-mgmt_backend/node_modules/side-channel/.editorconfig diff --git a/user-mgmt/backend/node_modules/side-channel/.eslintrc b/user-mgmt_backend/node_modules/side-channel/.eslintrc similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/.eslintrc rename to user-mgmt_backend/node_modules/side-channel/.eslintrc diff --git a/user-mgmt/backend/node_modules/side-channel/.github/FUNDING.yml b/user-mgmt_backend/node_modules/side-channel/.github/FUNDING.yml similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/.github/FUNDING.yml rename to user-mgmt_backend/node_modules/side-channel/.github/FUNDING.yml diff --git a/user-mgmt/backend/node_modules/side-channel/.nycrc b/user-mgmt_backend/node_modules/side-channel/.nycrc similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/.nycrc rename to user-mgmt_backend/node_modules/side-channel/.nycrc diff --git a/user-mgmt/backend/node_modules/side-channel/CHANGELOG.md b/user-mgmt_backend/node_modules/side-channel/CHANGELOG.md similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/CHANGELOG.md rename to user-mgmt_backend/node_modules/side-channel/CHANGELOG.md diff --git a/user-mgmt/backend/node_modules/side-channel/LICENSE b/user-mgmt_backend/node_modules/side-channel/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/LICENSE rename to user-mgmt_backend/node_modules/side-channel/LICENSE diff --git a/user-mgmt/backend/node_modules/side-channel/README.md b/user-mgmt_backend/node_modules/side-channel/README.md similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/README.md rename to user-mgmt_backend/node_modules/side-channel/README.md diff --git a/user-mgmt/backend/node_modules/side-channel/index.d.ts b/user-mgmt_backend/node_modules/side-channel/index.d.ts similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/index.d.ts rename to user-mgmt_backend/node_modules/side-channel/index.d.ts diff --git a/user-mgmt/backend/node_modules/side-channel/index.js b/user-mgmt_backend/node_modules/side-channel/index.js similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/index.js rename to user-mgmt_backend/node_modules/side-channel/index.js diff --git a/user-mgmt/backend/node_modules/side-channel/package.json b/user-mgmt_backend/node_modules/side-channel/package.json similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/package.json rename to user-mgmt_backend/node_modules/side-channel/package.json diff --git a/user-mgmt/backend/node_modules/side-channel/test/index.js b/user-mgmt_backend/node_modules/side-channel/test/index.js similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/test/index.js rename to user-mgmt_backend/node_modules/side-channel/test/index.js diff --git a/user-mgmt/backend/node_modules/side-channel/tsconfig.json b/user-mgmt_backend/node_modules/side-channel/tsconfig.json similarity index 100% rename from user-mgmt/backend/node_modules/side-channel/tsconfig.json rename to user-mgmt_backend/node_modules/side-channel/tsconfig.json diff --git a/user-mgmt/backend/node_modules/sqlstring/HISTORY.md b/user-mgmt_backend/node_modules/sqlstring/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/sqlstring/HISTORY.md rename to user-mgmt_backend/node_modules/sqlstring/HISTORY.md diff --git a/user-mgmt/backend/node_modules/sqlstring/LICENSE b/user-mgmt_backend/node_modules/sqlstring/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/sqlstring/LICENSE rename to user-mgmt_backend/node_modules/sqlstring/LICENSE diff --git a/user-mgmt/backend/node_modules/sqlstring/README.md b/user-mgmt_backend/node_modules/sqlstring/README.md similarity index 100% rename from user-mgmt/backend/node_modules/sqlstring/README.md rename to user-mgmt_backend/node_modules/sqlstring/README.md diff --git a/user-mgmt/backend/node_modules/sqlstring/index.js b/user-mgmt_backend/node_modules/sqlstring/index.js similarity index 100% rename from user-mgmt/backend/node_modules/sqlstring/index.js rename to user-mgmt_backend/node_modules/sqlstring/index.js diff --git a/user-mgmt/backend/node_modules/sqlstring/lib/SqlString.js b/user-mgmt_backend/node_modules/sqlstring/lib/SqlString.js similarity index 100% rename from user-mgmt/backend/node_modules/sqlstring/lib/SqlString.js rename to user-mgmt_backend/node_modules/sqlstring/lib/SqlString.js diff --git a/user-mgmt/backend/node_modules/sqlstring/package.json b/user-mgmt_backend/node_modules/sqlstring/package.json similarity index 100% rename from user-mgmt/backend/node_modules/sqlstring/package.json rename to user-mgmt_backend/node_modules/sqlstring/package.json diff --git a/user-mgmt/backend/node_modules/statuses/HISTORY.md b/user-mgmt_backend/node_modules/statuses/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/statuses/HISTORY.md rename to user-mgmt_backend/node_modules/statuses/HISTORY.md diff --git a/user-mgmt/backend/node_modules/statuses/LICENSE b/user-mgmt_backend/node_modules/statuses/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/statuses/LICENSE rename to user-mgmt_backend/node_modules/statuses/LICENSE diff --git a/user-mgmt/backend/node_modules/statuses/README.md b/user-mgmt_backend/node_modules/statuses/README.md similarity index 100% rename from user-mgmt/backend/node_modules/statuses/README.md rename to user-mgmt_backend/node_modules/statuses/README.md diff --git a/user-mgmt/backend/node_modules/statuses/codes.json b/user-mgmt_backend/node_modules/statuses/codes.json similarity index 100% rename from user-mgmt/backend/node_modules/statuses/codes.json rename to user-mgmt_backend/node_modules/statuses/codes.json diff --git a/user-mgmt/backend/node_modules/statuses/index.js b/user-mgmt_backend/node_modules/statuses/index.js similarity index 100% rename from user-mgmt/backend/node_modules/statuses/index.js rename to user-mgmt_backend/node_modules/statuses/index.js diff --git a/user-mgmt/backend/node_modules/statuses/package.json b/user-mgmt_backend/node_modules/statuses/package.json similarity index 100% rename from user-mgmt/backend/node_modules/statuses/package.json rename to user-mgmt_backend/node_modules/statuses/package.json diff --git a/user-mgmt/backend/node_modules/supports-color/browser.js b/user-mgmt_backend/node_modules/supports-color/browser.js similarity index 100% rename from user-mgmt/backend/node_modules/supports-color/browser.js rename to user-mgmt_backend/node_modules/supports-color/browser.js diff --git a/user-mgmt/backend/node_modules/supports-color/index.js b/user-mgmt_backend/node_modules/supports-color/index.js similarity index 100% rename from user-mgmt/backend/node_modules/supports-color/index.js rename to user-mgmt_backend/node_modules/supports-color/index.js diff --git a/user-mgmt/backend/node_modules/supports-color/license b/user-mgmt_backend/node_modules/supports-color/license similarity index 100% rename from user-mgmt/backend/node_modules/supports-color/license rename to user-mgmt_backend/node_modules/supports-color/license diff --git a/user-mgmt/backend/node_modules/supports-color/package.json b/user-mgmt_backend/node_modules/supports-color/package.json similarity index 100% rename from user-mgmt/backend/node_modules/supports-color/package.json rename to user-mgmt_backend/node_modules/supports-color/package.json diff --git a/user-mgmt/backend/node_modules/supports-color/readme.md b/user-mgmt_backend/node_modules/supports-color/readme.md similarity index 100% rename from user-mgmt/backend/node_modules/supports-color/readme.md rename to user-mgmt_backend/node_modules/supports-color/readme.md diff --git a/user-mgmt/backend/node_modules/toidentifier/HISTORY.md b/user-mgmt_backend/node_modules/toidentifier/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/toidentifier/HISTORY.md rename to user-mgmt_backend/node_modules/toidentifier/HISTORY.md diff --git a/user-mgmt/backend/node_modules/toidentifier/LICENSE b/user-mgmt_backend/node_modules/toidentifier/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/toidentifier/LICENSE rename to user-mgmt_backend/node_modules/toidentifier/LICENSE diff --git a/user-mgmt/backend/node_modules/toidentifier/README.md b/user-mgmt_backend/node_modules/toidentifier/README.md similarity index 100% rename from user-mgmt/backend/node_modules/toidentifier/README.md rename to user-mgmt_backend/node_modules/toidentifier/README.md diff --git a/user-mgmt/backend/node_modules/toidentifier/index.js b/user-mgmt_backend/node_modules/toidentifier/index.js similarity index 100% rename from user-mgmt/backend/node_modules/toidentifier/index.js rename to user-mgmt_backend/node_modules/toidentifier/index.js diff --git a/user-mgmt/backend/node_modules/toidentifier/package.json b/user-mgmt_backend/node_modules/toidentifier/package.json similarity index 100% rename from user-mgmt/backend/node_modules/toidentifier/package.json rename to user-mgmt_backend/node_modules/toidentifier/package.json diff --git a/user-mgmt/backend/node_modules/type-is/HISTORY.md b/user-mgmt_backend/node_modules/type-is/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/type-is/HISTORY.md rename to user-mgmt_backend/node_modules/type-is/HISTORY.md diff --git a/user-mgmt/backend/node_modules/type-is/LICENSE b/user-mgmt_backend/node_modules/type-is/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/type-is/LICENSE rename to user-mgmt_backend/node_modules/type-is/LICENSE diff --git a/user-mgmt/backend/node_modules/type-is/README.md b/user-mgmt_backend/node_modules/type-is/README.md similarity index 100% rename from user-mgmt/backend/node_modules/type-is/README.md rename to user-mgmt_backend/node_modules/type-is/README.md diff --git a/user-mgmt/backend/node_modules/type-is/index.js b/user-mgmt_backend/node_modules/type-is/index.js similarity index 100% rename from user-mgmt/backend/node_modules/type-is/index.js rename to user-mgmt_backend/node_modules/type-is/index.js diff --git a/user-mgmt/backend/node_modules/type-is/package.json b/user-mgmt_backend/node_modules/type-is/package.json similarity index 100% rename from user-mgmt/backend/node_modules/type-is/package.json rename to user-mgmt_backend/node_modules/type-is/package.json diff --git a/user-mgmt/backend/node_modules/unpipe/HISTORY.md b/user-mgmt_backend/node_modules/unpipe/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/unpipe/HISTORY.md rename to user-mgmt_backend/node_modules/unpipe/HISTORY.md diff --git a/user-mgmt/backend/node_modules/unpipe/LICENSE b/user-mgmt_backend/node_modules/unpipe/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/unpipe/LICENSE rename to user-mgmt_backend/node_modules/unpipe/LICENSE diff --git a/user-mgmt/backend/node_modules/unpipe/README.md b/user-mgmt_backend/node_modules/unpipe/README.md similarity index 100% rename from user-mgmt/backend/node_modules/unpipe/README.md rename to user-mgmt_backend/node_modules/unpipe/README.md diff --git a/user-mgmt/backend/node_modules/unpipe/index.js b/user-mgmt_backend/node_modules/unpipe/index.js similarity index 100% rename from user-mgmt/backend/node_modules/unpipe/index.js rename to user-mgmt_backend/node_modules/unpipe/index.js diff --git a/user-mgmt/backend/node_modules/unpipe/package.json b/user-mgmt_backend/node_modules/unpipe/package.json similarity index 100% rename from user-mgmt/backend/node_modules/unpipe/package.json rename to user-mgmt_backend/node_modules/unpipe/package.json diff --git a/user-mgmt/backend/node_modules/vary/HISTORY.md b/user-mgmt_backend/node_modules/vary/HISTORY.md similarity index 100% rename from user-mgmt/backend/node_modules/vary/HISTORY.md rename to user-mgmt_backend/node_modules/vary/HISTORY.md diff --git a/user-mgmt/backend/node_modules/vary/LICENSE b/user-mgmt_backend/node_modules/vary/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/vary/LICENSE rename to user-mgmt_backend/node_modules/vary/LICENSE diff --git a/user-mgmt/backend/node_modules/vary/README.md b/user-mgmt_backend/node_modules/vary/README.md similarity index 100% rename from user-mgmt/backend/node_modules/vary/README.md rename to user-mgmt_backend/node_modules/vary/README.md diff --git a/user-mgmt/backend/node_modules/vary/index.js b/user-mgmt_backend/node_modules/vary/index.js similarity index 100% rename from user-mgmt/backend/node_modules/vary/index.js rename to user-mgmt_backend/node_modules/vary/index.js diff --git a/user-mgmt/backend/node_modules/vary/package.json b/user-mgmt_backend/node_modules/vary/package.json similarity index 100% rename from user-mgmt/backend/node_modules/vary/package.json rename to user-mgmt_backend/node_modules/vary/package.json diff --git a/user-mgmt/backend/node_modules/wrappy/LICENSE b/user-mgmt_backend/node_modules/wrappy/LICENSE similarity index 100% rename from user-mgmt/backend/node_modules/wrappy/LICENSE rename to user-mgmt_backend/node_modules/wrappy/LICENSE diff --git a/user-mgmt/backend/node_modules/wrappy/README.md b/user-mgmt_backend/node_modules/wrappy/README.md similarity index 100% rename from user-mgmt/backend/node_modules/wrappy/README.md rename to user-mgmt_backend/node_modules/wrappy/README.md diff --git a/user-mgmt/backend/node_modules/wrappy/package.json b/user-mgmt_backend/node_modules/wrappy/package.json similarity index 100% rename from user-mgmt/backend/node_modules/wrappy/package.json rename to user-mgmt_backend/node_modules/wrappy/package.json diff --git a/user-mgmt/backend/node_modules/wrappy/wrappy.js b/user-mgmt_backend/node_modules/wrappy/wrappy.js similarity index 100% rename from user-mgmt/backend/node_modules/wrappy/wrappy.js rename to user-mgmt_backend/node_modules/wrappy/wrappy.js diff --git a/user-mgmt/backend/package-lock.json b/user-mgmt_backend/package-lock.json similarity index 100% rename from user-mgmt/backend/package-lock.json rename to user-mgmt_backend/package-lock.json diff --git a/user-mgmt/backend/package.json b/user-mgmt_backend/package.json similarity index 100% rename from user-mgmt/backend/package.json rename to user-mgmt_backend/package.json diff --git a/user-mgmt/backend/server.js b/user-mgmt_backend/server.js similarity index 100% rename from user-mgmt/backend/server.js rename to user-mgmt_backend/server.js diff --git a/user-mgmt/backend/views/dashboard.ejs b/user-mgmt_backend/views/dashboard.ejs similarity index 100% rename from user-mgmt/backend/views/dashboard.ejs rename to user-mgmt_backend/views/dashboard.ejs diff --git a/user-mgmt/backend/views/login.ejs b/user-mgmt_backend/views/login.ejs similarity index 100% rename from user-mgmt/backend/views/login.ejs rename to user-mgmt_backend/views/login.ejs