@drocketxx/pm2me 1.1.9 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apps/Delete-Test-App/README.md +1 -0
- package/apps/Delete-Test-App/dist/server.js +57 -0
- package/apps/Delete-Test-App/package.json +19 -0
- package/apps/Delete-Test-App/src/server.ts +33 -0
- package/apps/Delete-Test-App/tsconfig.json +15 -0
- package/apps/Delete-Test-App-2/README.md +1 -0
- package/apps/Delete-Test-App-2/dist/server.js +57 -0
- package/apps/Delete-Test-App-2/package.json +19 -0
- package/apps/Delete-Test-App-2/src/server.ts +33 -0
- package/apps/Delete-Test-App-2/tsconfig.json +15 -0
- package/apps/Delete-Test-App-2_deploy.log +12 -0
- package/apps/Delete-Test-App_deploy.log +12 -0
- package/apps/PM2Me-main/README.md +236 -0
- package/apps/PM2Me-main/backend/app.js +109 -0
- package/apps/PM2Me-main/backend/db/index.js +40 -0
- package/apps/PM2Me-main/backend/package.json +31 -0
- package/apps/PM2Me-main/backend/public/assets/index-DZ4rSpP9.css +1 -0
- package/apps/PM2Me-main/backend/public/assets/index-KLmI9qSM.js +13 -0
- package/apps/PM2Me-main/backend/public/icon.png +0 -0
- package/apps/PM2Me-main/backend/public/index.html +14 -0
- package/apps/PM2Me-main/backend/public/vite.svg +1 -0
- package/apps/PM2Me-main/backend/routes/api.js +932 -0
- package/apps/PM2Me-main/backend/routes/auth.js +44 -0
- package/apps/PM2Me-main/backend/services/gitService.js +110 -0
- package/apps/PM2Me-main/backend/services/notificationService.js +48 -0
- package/apps/PM2Me-main/backend/services/pm2Service.js +84 -0
- package/apps/PM2Me-main/backend/services/systemService.js +113 -0
- package/apps/PM2Me-main/c:VsCodemyPM2Metmp_old_dashboard.vue +390 -0
- package/apps/PM2Me-main/package.json +21 -0
- package/apps/PM2Me-main/screenshot/001.png +0 -0
- package/apps/PM2Me-main/test_db.js +8 -0
- package/apps/PM2Me-main/tmp_old_dashboard.vue +390 -0
- package/apps/PM2Me-main_deploy.log +25 -0
- package/apps/PM2Me-test/README.md +1 -0
- package/apps/PM2Me-test/dist/server.js +63 -0
- package/apps/PM2Me-test/package.json +19 -0
- package/apps/PM2Me-test/src/server.ts +33 -0
- package/apps/PM2Me-test/tsconfig.json +15 -0
- package/apps/PM2Me-test-main/README.md +1 -0
- package/apps/PM2Me-test-main/dist/server.js +63 -0
- package/apps/PM2Me-test-main/package.json +19 -0
- package/apps/PM2Me-test-main/src/server.ts +33 -0
- package/apps/PM2Me-test-main/tsconfig.json +15 -0
- package/apps/PM2Me-test-main_deploy.log +24 -0
- package/apps/PM2Me-test-uat/README.md +1 -0
- package/apps/PM2Me-test-uat/dist/server.js +63 -0
- package/apps/PM2Me-test-uat/package.json +19 -0
- package/apps/PM2Me-test-uat/src/server.ts +33 -0
- package/apps/PM2Me-test-uat/tsconfig.json +15 -0
- package/apps/PM2Me-test-uat-updated/README.md +1 -0
- package/apps/PM2Me-test-uat-updated/dist/server.js +63 -0
- package/apps/PM2Me-test-uat-updated/package.json +19 -0
- package/apps/PM2Me-test-uat-updated/src/server.ts +33 -0
- package/apps/PM2Me-test-uat-updated/tsconfig.json +15 -0
- package/apps/PM2Me-test-uat-updated_deploy.log +24 -0
- package/apps/PM2Me-test-uat2/README.md +1 -0
- package/apps/PM2Me-test-uat2/dist/server.js +63 -0
- package/apps/PM2Me-test-uat2/package.json +19 -0
- package/apps/PM2Me-test-uat2/src/server.ts +33 -0
- package/apps/PM2Me-test-uat2/tsconfig.json +15 -0
- package/apps/PM2Me-test-uat2_deploy.log +25 -0
- package/apps/PM2Me-test-uat_deploy.log +24 -0
- package/apps/PM2Me-test_deploy.log +24 -0
- package/apps/PM2Me-test_health.log +4 -0
- package/backend/routes/api.js +16 -0
- package/c:VsCodemyPM2Metmp_old_dashboard.vue +390 -0
- package/package.json +1 -6
- package/screenshot/001.png +0 -0
- package/test_db.js +8 -0
- package/tmp_old_dashboard.vue +390 -0
- package/backend/db/database.json +0 -51
- package/backend/node_modules/.bin/blessed +0 -16
- package/backend/node_modules/.bin/blessed.cmd +0 -17
- package/backend/node_modules/.bin/blessed.ps1 +0 -28
- package/backend/node_modules/.bin/escodegen +0 -16
- package/backend/node_modules/.bin/escodegen.cmd +0 -17
- package/backend/node_modules/.bin/escodegen.ps1 +0 -28
- package/backend/node_modules/.bin/esgenerate +0 -16
- package/backend/node_modules/.bin/esgenerate.cmd +0 -17
- package/backend/node_modules/.bin/esgenerate.ps1 +0 -28
- package/backend/node_modules/.bin/esparse +0 -16
- package/backend/node_modules/.bin/esparse.cmd +0 -17
- package/backend/node_modules/.bin/esparse.ps1 +0 -28
- package/backend/node_modules/.bin/esvalidate +0 -16
- package/backend/node_modules/.bin/esvalidate.cmd +0 -17
- package/backend/node_modules/.bin/esvalidate.ps1 +0 -28
- package/backend/node_modules/.bin/js-yaml +0 -16
- package/backend/node_modules/.bin/js-yaml.cmd +0 -17
- package/backend/node_modules/.bin/js-yaml.ps1 +0 -28
- package/backend/node_modules/.bin/mkdirp +0 -16
- package/backend/node_modules/.bin/mkdirp.cmd +0 -17
- package/backend/node_modules/.bin/mkdirp.ps1 +0 -28
- package/backend/node_modules/.bin/needle +0 -16
- package/backend/node_modules/.bin/needle.cmd +0 -17
- package/backend/node_modules/.bin/needle.ps1 +0 -28
- package/backend/node_modules/.bin/node-gyp-build +0 -16
- package/backend/node_modules/.bin/node-gyp-build-optional +0 -16
- package/backend/node_modules/.bin/node-gyp-build-optional.cmd +0 -17
- package/backend/node_modules/.bin/node-gyp-build-optional.ps1 +0 -28
- package/backend/node_modules/.bin/node-gyp-build-test +0 -16
- package/backend/node_modules/.bin/node-gyp-build-test.cmd +0 -17
- package/backend/node_modules/.bin/node-gyp-build-test.ps1 +0 -28
- package/backend/node_modules/.bin/node-gyp-build.cmd +0 -17
- package/backend/node_modules/.bin/node-gyp-build.ps1 +0 -28
- package/backend/node_modules/.bin/nodemon +0 -16
- package/backend/node_modules/.bin/nodemon.cmd +0 -17
- package/backend/node_modules/.bin/nodemon.ps1 +0 -28
- package/backend/node_modules/.bin/nodetouch +0 -16
- package/backend/node_modules/.bin/nodetouch.cmd +0 -17
- package/backend/node_modules/.bin/nodetouch.ps1 +0 -28
- package/backend/node_modules/.bin/pm2 +0 -16
- package/backend/node_modules/.bin/pm2-dev +0 -16
- package/backend/node_modules/.bin/pm2-dev.cmd +0 -17
- package/backend/node_modules/.bin/pm2-dev.ps1 +0 -28
- package/backend/node_modules/.bin/pm2-docker +0 -16
- package/backend/node_modules/.bin/pm2-docker.cmd +0 -17
- package/backend/node_modules/.bin/pm2-docker.ps1 +0 -28
- package/backend/node_modules/.bin/pm2-runtime +0 -16
- package/backend/node_modules/.bin/pm2-runtime.cmd +0 -17
- package/backend/node_modules/.bin/pm2-runtime.ps1 +0 -28
- package/backend/node_modules/.bin/pm2.cmd +0 -17
- package/backend/node_modules/.bin/pm2.ps1 +0 -28
- package/backend/node_modules/.bin/resolve +0 -16
- package/backend/node_modules/.bin/resolve.cmd +0 -17
- package/backend/node_modules/.bin/resolve.ps1 +0 -28
- package/backend/node_modules/.bin/semver +0 -16
- package/backend/node_modules/.bin/semver.cmd +0 -17
- package/backend/node_modules/.bin/semver.ps1 +0 -28
- package/backend/node_modules/.bin/systeminformation +0 -16
- package/backend/node_modules/.bin/systeminformation.cmd +0 -17
- package/backend/node_modules/.bin/systeminformation.ps1 +0 -28
- package/backend/node_modules/.package-lock.json +0 -2709
- package/backend/node_modules/@kwsites/file-exists/CHANGELOG.md +0 -12
- package/backend/node_modules/@kwsites/file-exists/LICENSE +0 -20
- package/backend/node_modules/@kwsites/file-exists/dist/index.d.ts +0 -1
- package/backend/node_modules/@kwsites/file-exists/dist/index.js +0 -7
- package/backend/node_modules/@kwsites/file-exists/dist/index.js.map +0 -1
- package/backend/node_modules/@kwsites/file-exists/dist/src/index.d.ts +0 -19
- package/backend/node_modules/@kwsites/file-exists/dist/src/index.js +0 -55
- package/backend/node_modules/@kwsites/file-exists/dist/src/index.js.map +0 -1
- package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.d.ts +0 -7
- package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.js +0 -26
- package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.js.map +0 -1
- package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.d.ts +0 -1
- package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.js +0 -77
- package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.js.map +0 -1
- package/backend/node_modules/@kwsites/file-exists/package.json +0 -42
- package/backend/node_modules/@kwsites/file-exists/readme.md +0 -41
- package/backend/node_modules/@kwsites/promise-deferred/LICENSE +0 -21
- package/backend/node_modules/@kwsites/promise-deferred/dist/index.d.ts +0 -49
- package/backend/node_modules/@kwsites/promise-deferred/dist/index.js +0 -59
- package/backend/node_modules/@kwsites/promise-deferred/dist/index.js.map +0 -1
- package/backend/node_modules/@kwsites/promise-deferred/package.json +0 -43
- package/backend/node_modules/@pm2/agent/.mocharc.yml +0 -12
- package/backend/node_modules/@pm2/agent/LICENSE +0 -661
- package/backend/node_modules/@pm2/agent/README.md +0 -62
- package/backend/node_modules/@pm2/agent/bun.lockb +0 -0
- package/backend/node_modules/@pm2/agent/config.js +0 -30
- package/backend/node_modules/@pm2/agent/constants.js +0 -99
- package/backend/node_modules/@pm2/agent/index.js +0 -2
- package/backend/node_modules/@pm2/agent/node_modules/.bin/semver +0 -16
- package/backend/node_modules/@pm2/agent/node_modules/.bin/semver.cmd +0 -17
- package/backend/node_modules/@pm2/agent/node_modules/.bin/semver.ps1 +0 -28
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/.editorconfig +0 -6
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/CHANGELOG.md +0 -562
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/LICENSE +0 -21
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/README.md +0 -127
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/dayjs.min.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/constant.js +0 -25
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/index.d.ts +0 -115
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/index.js +0 -425
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/af.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/am.js +0 -40
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-dz.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-kw.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-ly.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-ma.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-sa.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-tn.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar.js +0 -40
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/az.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/be.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bg.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bi.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bm.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bn.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bo.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/br.js +0 -28
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bs.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ca.js +0 -42
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cs.js +0 -120
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cv.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cy.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/da.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de-at.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de-ch.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/dv.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/el.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-SG.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-au.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-ca.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-gb.js +0 -42
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-ie.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-il.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-in.js +0 -42
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-nz.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-tt.js +0 -42
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en.js +0 -7
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/eo.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-do.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-pr.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-us.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/et.js +0 -65
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/eu.js +0 -43
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fa.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fi.js +0 -87
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fo.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr-ca.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr-ch.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr.js +0 -41
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fy.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ga.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gd.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gl.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gom-latn.js +0 -25
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gu.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/he.js +0 -54
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hi.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hr.js +0 -53
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ht.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hu.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hy-am.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/id.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/index.d.ts +0 -11
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/is.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/it-ch.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/it.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ja.js +0 -45
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/jv.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ka.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/kk.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/km.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/kn.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ko.js +0 -45
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ku.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ky.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lb.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lo.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lt.js +0 -70
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lv.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/me.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mi.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mk.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ml.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mn.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mr.js +0 -23
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ms-my.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ms.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mt.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/my.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nb.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ne.js +0 -40
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nl-be.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nl.js +0 -40
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nn.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/oc-lnc.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pa-in.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pl.js +0 -86
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pt-br.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pt.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ro.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ru.js +0 -87
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/rw.js +0 -35
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sd.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/se.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/si.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sk.js +0 -121
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sl.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sq.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sr-cyrl.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sr.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ss.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sv.js +0 -43
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sw.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ta.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/te.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tet.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tg.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/th.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tk.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tl-ph.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tlh.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tr.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/types.d.ts +0 -33
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzl.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzm-latn.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzm.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ug-cn.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uk.js +0 -77
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ur.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uz-latn.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uz.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/vi.js +0 -43
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/x-pseudo.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/yo.js +0 -39
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-cn.js +0 -67
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-hk.js +0 -38
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-tw.js +0 -42
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh.js +0 -67
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/advancedFormat/index.js +0 -55
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/badMutable/index.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/badMutable/index.js +0 -61
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/buddhistEra/index.js +0 -21
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/calendar/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/calendar/index.js +0 -32
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/customParseFormat/index.js +0 -280
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts +0 -11
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/dayOfYear/index.js +0 -8
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/duration/index.d.ts +0 -58
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/duration/index.js +0 -262
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isBetween/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isBetween/index.js +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isLeapYear/index.js +0 -7
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isMoment/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isMoment/index.js +0 -5
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js +0 -5
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js +0 -5
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isToday/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isToday/index.js +0 -9
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isTomorrow/index.js +0 -9
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isYesterday/index.js +0 -9
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts +0 -27
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeek/index.js +0 -57
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js +0 -15
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localeData/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localeData/index.js +0 -102
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localizedFormat/index.js +0 -36
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/minMax/index.d.ts +0 -11
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/minMax/index.js +0 -36
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts +0 -12
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/objectSupport/index.js +0 -81
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts +0 -44
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/pluralGetSet/index.js +0 -7
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts +0 -26
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/quarterOfYear/index.js +0 -41
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/relativeTime/index.js +0 -116
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/timezone/index.d.ts +0 -17
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/timezone/index.js +0 -123
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toArray/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toArray/index.js +0 -7
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toObject/index.d.ts +0 -20
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toObject/index.js +0 -15
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts +0 -8
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/updateLocale/index.js +0 -12
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/utc/index.d.ts +0 -19
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/utc/index.js +0 -141
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts +0 -12
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekOfYear/index.js +0 -44
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekYear/index.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekYear/index.js +0 -15
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekday/index.d.ts +0 -12
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekday/index.js +0 -15
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/utils.js +0 -58
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/index.d.ts +0 -115
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/af.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/am.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-dz.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-kw.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-ly.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-ma.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-sa.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-tn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/az.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/be.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bg.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bi.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bm.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bo.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/br.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bs.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ca.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cs.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cv.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cy.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/da.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de-at.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de-ch.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/dv.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/el.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-SG.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-au.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-ca.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-gb.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-ie.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-il.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-in.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-nz.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-tt.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/eo.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-do.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-pr.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-us.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/et.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/eu.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fa.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fi.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fo.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr-ca.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr-ch.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fy.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ga.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gd.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gl.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gom-latn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gu.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/he.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hi.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hr.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ht.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hu.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hy-am.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/id.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/index.d.ts +0 -11
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/is.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/it-ch.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/it.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ja.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/jv.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ka.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/kk.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/km.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/kn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ko.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ku.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ky.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lb.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lo.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lt.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lv.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/me.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mi.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mk.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ml.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mr.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ms-my.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ms.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mt.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/my.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nb.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ne.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nl-be.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nl.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/oc-lnc.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pa-in.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pl.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pt-br.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pt.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ro.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ru.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/rw.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sd.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/se.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/si.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sk.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sl.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sq.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sr-cyrl.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sr.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ss.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sv.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sw.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ta.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/te.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tet.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tg.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/th.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tk.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tl-ph.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tlh.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tr.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/types.d.ts +0 -33
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzl.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzm-latn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzm.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ug-cn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uk.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ur.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uz-latn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uz.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/vi.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/x-pseudo.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/yo.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-cn.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-hk.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-tw.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale.json +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/package.json +0 -101
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/advancedFormat.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/advancedFormat.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/badMutable.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/badMutable.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/buddhistEra.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/buddhistEra.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/calendar.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/calendar.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/customParseFormat.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/customParseFormat.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/dayOfYear.d.ts +0 -11
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/dayOfYear.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/duration.d.ts +0 -58
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/duration.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isBetween.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isBetween.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isLeapYear.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isLeapYear.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isMoment.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isMoment.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrAfter.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrAfter.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrBefore.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrBefore.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isToday.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isToday.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isTomorrow.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isTomorrow.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isYesterday.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isYesterday.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeek.d.ts +0 -27
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeek.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeeksInYear.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeeksInYear.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localeData.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localeData.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localizedFormat.d.ts +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localizedFormat.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/minMax.d.ts +0 -11
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/minMax.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/objectSupport.d.ts +0 -12
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/objectSupport.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/pluralGetSet.d.ts +0 -44
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/pluralGetSet.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/quarterOfYear.d.ts +0 -26
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/quarterOfYear.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/relativeTime.d.ts +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/relativeTime.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/timezone.d.ts +0 -17
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/timezone.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toArray.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toArray.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toObject.d.ts +0 -20
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toObject.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/updateLocale.d.ts +0 -8
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/updateLocale.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/utc.d.ts +0 -19
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/utc.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekOfYear.d.ts +0 -12
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekOfYear.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekYear.d.ts +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekYear.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekday.d.ts +0 -12
- package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekday.js +0 -1
- package/backend/node_modules/@pm2/agent/node_modules/debug/LICENSE +0 -20
- package/backend/node_modules/@pm2/agent/node_modules/debug/README.md +0 -481
- package/backend/node_modules/@pm2/agent/node_modules/debug/package.json +0 -60
- package/backend/node_modules/@pm2/agent/node_modules/debug/src/browser.js +0 -271
- package/backend/node_modules/@pm2/agent/node_modules/debug/src/common.js +0 -274
- package/backend/node_modules/@pm2/agent/node_modules/debug/src/index.js +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/debug/src/node.js +0 -263
- package/backend/node_modules/@pm2/agent/node_modules/lru-cache/LICENSE +0 -15
- package/backend/node_modules/@pm2/agent/node_modules/lru-cache/README.md +0 -166
- package/backend/node_modules/@pm2/agent/node_modules/lru-cache/index.js +0 -334
- package/backend/node_modules/@pm2/agent/node_modules/lru-cache/package.json +0 -34
- package/backend/node_modules/@pm2/agent/node_modules/semver/LICENSE +0 -15
- package/backend/node_modules/@pm2/agent/node_modules/semver/README.md +0 -637
- package/backend/node_modules/@pm2/agent/node_modules/semver/bin/semver.js +0 -197
- package/backend/node_modules/@pm2/agent/node_modules/semver/classes/comparator.js +0 -141
- package/backend/node_modules/@pm2/agent/node_modules/semver/classes/index.js +0 -5
- package/backend/node_modules/@pm2/agent/node_modules/semver/classes/range.js +0 -539
- package/backend/node_modules/@pm2/agent/node_modules/semver/classes/semver.js +0 -302
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/clean.js +0 -6
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/cmp.js +0 -52
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/coerce.js +0 -52
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare-build.js +0 -7
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare-loose.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare.js +0 -5
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/diff.js +0 -65
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/eq.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/gt.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/gte.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/inc.js +0 -19
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/lt.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/lte.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/major.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/minor.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/neq.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/parse.js +0 -16
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/patch.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/prerelease.js +0 -6
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/rcompare.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/rsort.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/satisfies.js +0 -10
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/sort.js +0 -3
- package/backend/node_modules/@pm2/agent/node_modules/semver/functions/valid.js +0 -6
- package/backend/node_modules/@pm2/agent/node_modules/semver/index.js +0 -89
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/constants.js +0 -35
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/debug.js +0 -9
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/identifiers.js +0 -23
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/parse-options.js +0 -15
- package/backend/node_modules/@pm2/agent/node_modules/semver/internal/re.js +0 -212
- package/backend/node_modules/@pm2/agent/node_modules/semver/package.json +0 -87
- package/backend/node_modules/@pm2/agent/node_modules/semver/preload.js +0 -2
- package/backend/node_modules/@pm2/agent/node_modules/semver/range.bnf +0 -16
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/gtr.js +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/intersects.js +0 -7
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/ltr.js +0 -4
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/max-satisfying.js +0 -25
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/min-satisfying.js +0 -24
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/min-version.js +0 -61
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/outside.js +0 -80
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/simplify.js +0 -47
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/subset.js +0 -247
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/to-comparators.js +0 -8
- package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/valid.js +0 -11
- package/backend/node_modules/@pm2/agent/package.json +0 -41
- package/backend/node_modules/@pm2/agent/src/InteractorClient.js +0 -513
- package/backend/node_modules/@pm2/agent/src/InteractorDaemon.js +0 -454
- package/backend/node_modules/@pm2/agent/src/PM2Client.js +0 -112
- package/backend/node_modules/@pm2/agent/src/PM2Interface.js +0 -180
- package/backend/node_modules/@pm2/agent/src/TransporterInterface.js +0 -173
- package/backend/node_modules/@pm2/agent/src/Utility.js +0 -395
- package/backend/node_modules/@pm2/agent/src/WatchDog.js +0 -70
- package/backend/node_modules/@pm2/agent/src/push/DataRetriever.js +0 -77
- package/backend/node_modules/@pm2/agent/src/push/PushInteractor.js +0 -206
- package/backend/node_modules/@pm2/agent/src/push/TransactionAggregator.js +0 -670
- package/backend/node_modules/@pm2/agent/src/reverse/ReverseInteractor.js +0 -128
- package/backend/node_modules/@pm2/agent/src/transporters/Transporter.js +0 -129
- package/backend/node_modules/@pm2/agent/src/transporters/WebsocketTransport.js +0 -204
- package/backend/node_modules/@pm2/agent/src/utils/BinaryHeap.js +0 -135
- package/backend/node_modules/@pm2/agent/src/utils/EDS.js +0 -111
- package/backend/node_modules/@pm2/agent/src/utils/probes/Histogram.js +0 -204
- package/backend/node_modules/@pm2/agent/src/utils/units.js +0 -10
- package/backend/node_modules/@pm2/blessed/CHANGELOG.md +0 -83
- package/backend/node_modules/@pm2/blessed/LICENSE +0 -20
- package/backend/node_modules/@pm2/blessed/README.md +0 -2394
- package/backend/node_modules/@pm2/blessed/bin/tput.js +0 -16
- package/backend/node_modules/@pm2/blessed/browser/Makefile +0 -7
- package/backend/node_modules/@pm2/blessed/browser/transform.js +0 -105
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/LICENSE +0 -20
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/README.md +0 -17
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/ansi-art.list +0 -2717
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/index.js +0 -292
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/package.json +0 -19
- package/backend/node_modules/@pm2/blessed/example/ansi-viewer/singlebyte.js +0 -406
- package/backend/node_modules/@pm2/blessed/example/blessed-telnet.js +0 -99
- package/backend/node_modules/@pm2/blessed/example/index.js +0 -77
- package/backend/node_modules/@pm2/blessed/example/multiplex.js +0 -142
- package/backend/node_modules/@pm2/blessed/example/ping +0 -448
- package/backend/node_modules/@pm2/blessed/example/simple-form.js +0 -87
- package/backend/node_modules/@pm2/blessed/example/time.js +0 -1052
- package/backend/node_modules/@pm2/blessed/example/widget.js +0 -55
- package/backend/node_modules/@pm2/blessed/index.js +0 -1
- package/backend/node_modules/@pm2/blessed/lib/alias.js +0 -526
- package/backend/node_modules/@pm2/blessed/lib/blessed.js +0 -32
- package/backend/node_modules/@pm2/blessed/lib/colors.js +0 -530
- package/backend/node_modules/@pm2/blessed/lib/events.js +0 -189
- package/backend/node_modules/@pm2/blessed/lib/gpmclient.js +0 -221
- package/backend/node_modules/@pm2/blessed/lib/helpers.js +0 -165
- package/backend/node_modules/@pm2/blessed/lib/keys.js +0 -339
- package/backend/node_modules/@pm2/blessed/lib/program.js +0 -4297
- package/backend/node_modules/@pm2/blessed/lib/tput.js +0 -3022
- package/backend/node_modules/@pm2/blessed/lib/unicode.js +0 -790
- package/backend/node_modules/@pm2/blessed/lib/widget.js +0 -60
- package/backend/node_modules/@pm2/blessed/lib/widgets/ansiimage.js +0 -167
- package/backend/node_modules/@pm2/blessed/lib/widgets/bigtext.js +0 -159
- package/backend/node_modules/@pm2/blessed/lib/widgets/box.js +0 -34
- package/backend/node_modules/@pm2/blessed/lib/widgets/button.js +0 -62
- package/backend/node_modules/@pm2/blessed/lib/widgets/checkbox.js +0 -91
- package/backend/node_modules/@pm2/blessed/lib/widgets/element.js +0 -2570
- package/backend/node_modules/@pm2/blessed/lib/widgets/filemanager.js +0 -212
- package/backend/node_modules/@pm2/blessed/lib/widgets/form.js +0 -267
- package/backend/node_modules/@pm2/blessed/lib/widgets/image.js +0 -61
- package/backend/node_modules/@pm2/blessed/lib/widgets/input.js +0 -34
- package/backend/node_modules/@pm2/blessed/lib/widgets/layout.js +0 -233
- package/backend/node_modules/@pm2/blessed/lib/widgets/line.js +0 -56
- package/backend/node_modules/@pm2/blessed/lib/widgets/list.js +0 -599
- package/backend/node_modules/@pm2/blessed/lib/widgets/listbar.js +0 -411
- package/backend/node_modules/@pm2/blessed/lib/widgets/listtable.js +0 -280
- package/backend/node_modules/@pm2/blessed/lib/widgets/loading.js +0 -88
- package/backend/node_modules/@pm2/blessed/lib/widgets/log.js +0 -83
- package/backend/node_modules/@pm2/blessed/lib/widgets/message.js +0 -123
- package/backend/node_modules/@pm2/blessed/lib/widgets/node.js +0 -282
- package/backend/node_modules/@pm2/blessed/lib/widgets/overlayimage.js +0 -717
- package/backend/node_modules/@pm2/blessed/lib/widgets/progressbar.js +0 -157
- package/backend/node_modules/@pm2/blessed/lib/widgets/prompt.js +0 -120
- package/backend/node_modules/@pm2/blessed/lib/widgets/question.js +0 -116
- package/backend/node_modules/@pm2/blessed/lib/widgets/radiobutton.js +0 -61
- package/backend/node_modules/@pm2/blessed/lib/widgets/radioset.js +0 -36
- package/backend/node_modules/@pm2/blessed/lib/widgets/screen.js +0 -2298
- package/backend/node_modules/@pm2/blessed/lib/widgets/scrollablebox.js +0 -389
- package/backend/node_modules/@pm2/blessed/lib/widgets/scrollabletext.js +0 -35
- package/backend/node_modules/@pm2/blessed/lib/widgets/table.js +0 -354
- package/backend/node_modules/@pm2/blessed/lib/widgets/terminal.js +0 -412
- package/backend/node_modules/@pm2/blessed/lib/widgets/text.js +0 -35
- package/backend/node_modules/@pm2/blessed/lib/widgets/textarea.js +0 -342
- package/backend/node_modules/@pm2/blessed/lib/widgets/textbox.js +0 -77
- package/backend/node_modules/@pm2/blessed/lib/widgets/video.js +0 -126
- package/backend/node_modules/@pm2/blessed/package.json +0 -21
- package/backend/node_modules/@pm2/blessed/usr/fonts/AUTHORS +0 -1
- package/backend/node_modules/@pm2/blessed/usr/fonts/LICENSE +0 -94
- package/backend/node_modules/@pm2/blessed/usr/fonts/README +0 -340
- package/backend/node_modules/@pm2/blessed/usr/fonts/ter-u14b.json +0 -17826
- package/backend/node_modules/@pm2/blessed/usr/fonts/ter-u14n.json +0 -17826
- package/backend/node_modules/@pm2/blessed/usr/linux +0 -0
- package/backend/node_modules/@pm2/blessed/usr/windows-ansi +0 -0
- package/backend/node_modules/@pm2/blessed/usr/xterm +0 -0
- package/backend/node_modules/@pm2/blessed/usr/xterm-256color +0 -0
- package/backend/node_modules/@pm2/blessed/usr/xterm.termcap +0 -243
- package/backend/node_modules/@pm2/blessed/usr/xterm.terminfo +0 -1977
- package/backend/node_modules/@pm2/blessed/vendor/tng.js +0 -1755
- package/backend/node_modules/@pm2/io/.drone.jsonnet +0 -114
- package/backend/node_modules/@pm2/io/.mocharc.js +0 -17
- package/backend/node_modules/@pm2/io/.vscode/settings.json +0 -3
- package/backend/node_modules/@pm2/io/LICENSE.md +0 -201
- package/backend/node_modules/@pm2/io/README.md +0 -574
- package/backend/node_modules/@pm2/io/build/main/configuration.d.ts +0 -6
- package/backend/node_modules/@pm2/io/build/main/configuration.js +0 -123
- package/backend/node_modules/@pm2/io/build/main/constants.d.ts +0 -5
- package/backend/node_modules/@pm2/io/build/main/constants.js +0 -15
- package/backend/node_modules/@pm2/io/build/main/featureManager.d.ts +0 -14
- package/backend/node_modules/@pm2/io/build/main/featureManager.js +0 -99
- package/backend/node_modules/@pm2/io/build/main/features/dependencies.d.ts +0 -7
- package/backend/node_modules/@pm2/io/build/main/features/dependencies.js +0 -45
- package/backend/node_modules/@pm2/io/build/main/features/entrypoint.d.ts +0 -11
- package/backend/node_modules/@pm2/io/build/main/features/entrypoint.js +0 -52
- package/backend/node_modules/@pm2/io/build/main/features/events.d.ts +0 -8
- package/backend/node_modules/@pm2/io/build/main/features/events.js +0 -44
- package/backend/node_modules/@pm2/io/build/main/features/metrics.d.ts +0 -24
- package/backend/node_modules/@pm2/io/build/main/features/metrics.js +0 -89
- package/backend/node_modules/@pm2/io/build/main/features/notify.d.ts +0 -23
- package/backend/node_modules/@pm2/io/build/main/features/notify.js +0 -232
- package/backend/node_modules/@pm2/io/build/main/features/profiling.d.ts +0 -18
- package/backend/node_modules/@pm2/io/build/main/features/profiling.js +0 -68
- package/backend/node_modules/@pm2/io/build/main/index.d.ts +0 -3
- package/backend/node_modules/@pm2/io/build/main/index.js +0 -7
- package/backend/node_modules/@pm2/io/build/main/metrics/eventLoopMetrics.d.ts +0 -17
- package/backend/node_modules/@pm2/io/build/main/metrics/eventLoopMetrics.js +0 -128
- package/backend/node_modules/@pm2/io/build/main/metrics/httpMetrics.d.ts +0 -18
- package/backend/node_modules/@pm2/io/build/main/metrics/httpMetrics.js +0 -178
- package/backend/node_modules/@pm2/io/build/main/metrics/network.d.ts +0 -15
- package/backend/node_modules/@pm2/io/build/main/metrics/network.js +0 -121
- package/backend/node_modules/@pm2/io/build/main/metrics/runtime.d.ts +0 -16
- package/backend/node_modules/@pm2/io/build/main/metrics/runtime.js +0 -153
- package/backend/node_modules/@pm2/io/build/main/metrics/v8.d.ts +0 -23
- package/backend/node_modules/@pm2/io/build/main/metrics/v8.js +0 -100
- package/backend/node_modules/@pm2/io/build/main/pmx.d.ts +0 -50
- package/backend/node_modules/@pm2/io/build/main/pmx.js +0 -274
- package/backend/node_modules/@pm2/io/build/main/profilers/addonProfiler.d.ts +0 -16
- package/backend/node_modules/@pm2/io/build/main/profilers/addonProfiler.js +0 -171
- package/backend/node_modules/@pm2/io/build/main/profilers/inspectorProfiler.d.ts +0 -18
- package/backend/node_modules/@pm2/io/build/main/profilers/inspectorProfiler.js +0 -275
- package/backend/node_modules/@pm2/io/build/main/serviceManager.d.ts +0 -7
- package/backend/node_modules/@pm2/io/build/main/serviceManager.js +0 -19
- package/backend/node_modules/@pm2/io/build/main/services/actions.d.ts +0 -20
- package/backend/node_modules/@pm2/io/build/main/services/actions.js +0 -146
- package/backend/node_modules/@pm2/io/build/main/services/inspector.d.ts +0 -8
- package/backend/node_modules/@pm2/io/build/main/services/inspector.js +0 -42
- package/backend/node_modules/@pm2/io/build/main/services/metrics.d.ts +0 -63
- package/backend/node_modules/@pm2/io/build/main/services/metrics.js +0 -186
- package/backend/node_modules/@pm2/io/build/main/services/runtimeStats.d.ts +0 -10
- package/backend/node_modules/@pm2/io/build/main/services/runtimeStats.js +0 -49
- package/backend/node_modules/@pm2/io/build/main/services/transport.d.ts +0 -22
- package/backend/node_modules/@pm2/io/build/main/services/transport.js +0 -13
- package/backend/node_modules/@pm2/io/build/main/transports/IPCTransport.d.ts +0 -17
- package/backend/node_modules/@pm2/io/build/main/transports/IPCTransport.js +0 -102
- package/backend/node_modules/@pm2/io/build/main/transports/WebsocketTransport.d.ts +0 -0
- package/backend/node_modules/@pm2/io/build/main/transports/WebsocketTransport.js +0 -0
- package/backend/node_modules/@pm2/io/build/main/utils/BinaryHeap.d.ts +0 -16
- package/backend/node_modules/@pm2/io/build/main/utils/BinaryHeap.js +0 -108
- package/backend/node_modules/@pm2/io/build/main/utils/EDS.d.ts +0 -21
- package/backend/node_modules/@pm2/io/build/main/utils/EDS.js +0 -92
- package/backend/node_modules/@pm2/io/build/main/utils/EWMA.d.ts +0 -12
- package/backend/node_modules/@pm2/io/build/main/utils/EWMA.js +0 -25
- package/backend/node_modules/@pm2/io/build/main/utils/autocast.d.ts +0 -13
- package/backend/node_modules/@pm2/io/build/main/utils/autocast.js +0 -48
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/counter.d.ts +0 -10
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/counter.js +0 -27
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/gauge.d.ts +0 -7
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/gauge.js +0 -19
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/histogram.d.ts +0 -43
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/histogram.js +0 -159
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/meter.d.ts +0 -12
- package/backend/node_modules/@pm2/io/build/main/utils/metrics/meter.js +0 -35
- package/backend/node_modules/@pm2/io/build/main/utils/miscellaneous.d.ts +0 -4
- package/backend/node_modules/@pm2/io/build/main/utils/miscellaneous.js +0 -16
- package/backend/node_modules/@pm2/io/build/main/utils/module.d.ts +0 -5
- package/backend/node_modules/@pm2/io/build/main/utils/module.js +0 -52
- package/backend/node_modules/@pm2/io/build/main/utils/stackParser.d.ts +0 -37
- package/backend/node_modules/@pm2/io/build/main/utils/stackParser.js +0 -125
- package/backend/node_modules/@pm2/io/build/main/utils/transactionAggregator.d.ts +0 -74
- package/backend/node_modules/@pm2/io/build/main/utils/transactionAggregator.js +0 -317
- package/backend/node_modules/@pm2/io/build/main/utils/units.d.ts +0 -10
- package/backend/node_modules/@pm2/io/build/main/utils/units.js +0 -15
- package/backend/node_modules/@pm2/io/bun.lockb +0 -0
- package/backend/node_modules/@pm2/io/node_modules/.bin/semver +0 -16
- package/backend/node_modules/@pm2/io/node_modules/.bin/semver.cmd +0 -17
- package/backend/node_modules/@pm2/io/node_modules/.bin/semver.ps1 +0 -28
- package/backend/node_modules/@pm2/io/node_modules/async/CHANGELOG.md +0 -278
- package/backend/node_modules/@pm2/io/node_modules/async/LICENSE +0 -19
- package/backend/node_modules/@pm2/io/node_modules/async/README.md +0 -56
- package/backend/node_modules/@pm2/io/node_modules/async/all.js +0 -50
- package/backend/node_modules/@pm2/io/node_modules/async/allLimit.js +0 -42
- package/backend/node_modules/@pm2/io/node_modules/async/allSeries.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/any.js +0 -52
- package/backend/node_modules/@pm2/io/node_modules/async/anyLimit.js +0 -43
- package/backend/node_modules/@pm2/io/node_modules/async/anySeries.js +0 -38
- package/backend/node_modules/@pm2/io/node_modules/async/apply.js +0 -68
- package/backend/node_modules/@pm2/io/node_modules/async/applyEach.js +0 -51
- package/backend/node_modules/@pm2/io/node_modules/async/applyEachSeries.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/asyncify.js +0 -110
- package/backend/node_modules/@pm2/io/node_modules/async/auto.js +0 -289
- package/backend/node_modules/@pm2/io/node_modules/async/autoInject.js +0 -170
- package/backend/node_modules/@pm2/io/node_modules/async/bower.json +0 -17
- package/backend/node_modules/@pm2/io/node_modules/async/cargo.js +0 -94
- package/backend/node_modules/@pm2/io/node_modules/async/compose.js +0 -58
- package/backend/node_modules/@pm2/io/node_modules/async/concat.js +0 -43
- package/backend/node_modules/@pm2/io/node_modules/async/concatLimit.js +0 -65
- package/backend/node_modules/@pm2/io/node_modules/async/concatSeries.js +0 -36
- package/backend/node_modules/@pm2/io/node_modules/async/constant.js +0 -66
- package/backend/node_modules/@pm2/io/node_modules/async/detect.js +0 -61
- package/backend/node_modules/@pm2/io/node_modules/async/detectLimit.js +0 -48
- package/backend/node_modules/@pm2/io/node_modules/async/detectSeries.js +0 -38
- package/backend/node_modules/@pm2/io/node_modules/async/dir.js +0 -43
- package/backend/node_modules/@pm2/io/node_modules/async/dist/async.js +0 -5612
- package/backend/node_modules/@pm2/io/node_modules/async/dist/async.min.js +0 -2
- package/backend/node_modules/@pm2/io/node_modules/async/dist/async.min.map +0 -1
- package/backend/node_modules/@pm2/io/node_modules/async/doDuring.js +0 -66
- package/backend/node_modules/@pm2/io/node_modules/async/doUntil.js +0 -39
- package/backend/node_modules/@pm2/io/node_modules/async/doWhilst.js +0 -59
- package/backend/node_modules/@pm2/io/node_modules/async/during.js +0 -76
- package/backend/node_modules/@pm2/io/node_modules/async/each.js +0 -82
- package/backend/node_modules/@pm2/io/node_modules/async/eachLimit.js +0 -45
- package/backend/node_modules/@pm2/io/node_modules/async/eachOf.js +0 -111
- package/backend/node_modules/@pm2/io/node_modules/async/eachOfLimit.js +0 -41
- package/backend/node_modules/@pm2/io/node_modules/async/eachOfSeries.js +0 -35
- package/backend/node_modules/@pm2/io/node_modules/async/eachSeries.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/ensureAsync.js +0 -73
- package/backend/node_modules/@pm2/io/node_modules/async/every.js +0 -50
- package/backend/node_modules/@pm2/io/node_modules/async/everyLimit.js +0 -42
- package/backend/node_modules/@pm2/io/node_modules/async/everySeries.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/filter.js +0 -45
- package/backend/node_modules/@pm2/io/node_modules/async/filterLimit.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/filterSeries.js +0 -35
- package/backend/node_modules/@pm2/io/node_modules/async/find.js +0 -61
- package/backend/node_modules/@pm2/io/node_modules/async/findLimit.js +0 -48
- package/backend/node_modules/@pm2/io/node_modules/async/findSeries.js +0 -38
- package/backend/node_modules/@pm2/io/node_modules/async/foldl.js +0 -78
- package/backend/node_modules/@pm2/io/node_modules/async/foldr.js +0 -44
- package/backend/node_modules/@pm2/io/node_modules/async/forEach.js +0 -82
- package/backend/node_modules/@pm2/io/node_modules/async/forEachLimit.js +0 -45
- package/backend/node_modules/@pm2/io/node_modules/async/forEachOf.js +0 -111
- package/backend/node_modules/@pm2/io/node_modules/async/forEachOfLimit.js +0 -41
- package/backend/node_modules/@pm2/io/node_modules/async/forEachOfSeries.js +0 -35
- package/backend/node_modules/@pm2/io/node_modules/async/forEachSeries.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/forever.js +0 -65
- package/backend/node_modules/@pm2/io/node_modules/async/groupBy.js +0 -54
- package/backend/node_modules/@pm2/io/node_modules/async/groupByLimit.js +0 -71
- package/backend/node_modules/@pm2/io/node_modules/async/groupBySeries.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/index.js +0 -582
- package/backend/node_modules/@pm2/io/node_modules/async/inject.js +0 -78
- package/backend/node_modules/@pm2/io/node_modules/async/internal/DoublyLinkedList.js +0 -88
- package/backend/node_modules/@pm2/io/node_modules/async/internal/applyEach.js +0 -38
- package/backend/node_modules/@pm2/io/node_modules/async/internal/breakLoop.js +0 -9
- package/backend/node_modules/@pm2/io/node_modules/async/internal/consoleFunc.js +0 -42
- package/backend/node_modules/@pm2/io/node_modules/async/internal/createTester.js +0 -44
- package/backend/node_modules/@pm2/io/node_modules/async/internal/doLimit.js +0 -12
- package/backend/node_modules/@pm2/io/node_modules/async/internal/doParallel.js +0 -23
- package/backend/node_modules/@pm2/io/node_modules/async/internal/doParallelLimit.js +0 -23
- package/backend/node_modules/@pm2/io/node_modules/async/internal/eachOfLimit.js +0 -74
- package/backend/node_modules/@pm2/io/node_modules/async/internal/filter.js +0 -75
- package/backend/node_modules/@pm2/io/node_modules/async/internal/findGetResult.js +0 -10
- package/backend/node_modules/@pm2/io/node_modules/async/internal/getIterator.js +0 -13
- package/backend/node_modules/@pm2/io/node_modules/async/internal/initialParams.js +0 -21
- package/backend/node_modules/@pm2/io/node_modules/async/internal/iterator.js +0 -61
- package/backend/node_modules/@pm2/io/node_modules/async/internal/map.js +0 -35
- package/backend/node_modules/@pm2/io/node_modules/async/internal/notId.js +0 -10
- package/backend/node_modules/@pm2/io/node_modules/async/internal/once.js +0 -15
- package/backend/node_modules/@pm2/io/node_modules/async/internal/onlyOnce.js +0 -15
- package/backend/node_modules/@pm2/io/node_modules/async/internal/parallel.js +0 -42
- package/backend/node_modules/@pm2/io/node_modules/async/internal/queue.js +0 -204
- package/backend/node_modules/@pm2/io/node_modules/async/internal/reject.js +0 -21
- package/backend/node_modules/@pm2/io/node_modules/async/internal/setImmediate.js +0 -42
- package/backend/node_modules/@pm2/io/node_modules/async/internal/slice.js +0 -16
- package/backend/node_modules/@pm2/io/node_modules/async/internal/withoutIndex.js +0 -12
- package/backend/node_modules/@pm2/io/node_modules/async/internal/wrapAsync.js +0 -25
- package/backend/node_modules/@pm2/io/node_modules/async/log.js +0 -41
- package/backend/node_modules/@pm2/io/node_modules/async/map.js +0 -54
- package/backend/node_modules/@pm2/io/node_modules/async/mapLimit.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/mapSeries.js +0 -36
- package/backend/node_modules/@pm2/io/node_modules/async/mapValues.js +0 -63
- package/backend/node_modules/@pm2/io/node_modules/async/mapValuesLimit.js +0 -61
- package/backend/node_modules/@pm2/io/node_modules/async/mapValuesSeries.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/memoize.js +0 -101
- package/backend/node_modules/@pm2/io/node_modules/async/nextTick.js +0 -51
- package/backend/node_modules/@pm2/io/node_modules/async/package.json +0 -80
- package/backend/node_modules/@pm2/io/node_modules/async/parallel.js +0 -90
- package/backend/node_modules/@pm2/io/node_modules/async/parallelLimit.js +0 -40
- package/backend/node_modules/@pm2/io/node_modules/async/priorityQueue.js +0 -98
- package/backend/node_modules/@pm2/io/node_modules/async/queue.js +0 -130
- package/backend/node_modules/@pm2/io/node_modules/async/race.js +0 -70
- package/backend/node_modules/@pm2/io/node_modules/async/reduce.js +0 -78
- package/backend/node_modules/@pm2/io/node_modules/async/reduceRight.js +0 -44
- package/backend/node_modules/@pm2/io/node_modules/async/reflect.js +0 -81
- package/backend/node_modules/@pm2/io/node_modules/async/reflectAll.js +0 -105
- package/backend/node_modules/@pm2/io/node_modules/async/reject.js +0 -45
- package/backend/node_modules/@pm2/io/node_modules/async/rejectLimit.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/rejectSeries.js +0 -35
- package/backend/node_modules/@pm2/io/node_modules/async/retry.js +0 -156
- package/backend/node_modules/@pm2/io/node_modules/async/retryable.js +0 -65
- package/backend/node_modules/@pm2/io/node_modules/async/select.js +0 -45
- package/backend/node_modules/@pm2/io/node_modules/async/selectLimit.js +0 -37
- package/backend/node_modules/@pm2/io/node_modules/async/selectSeries.js +0 -35
- package/backend/node_modules/@pm2/io/node_modules/async/seq.js +0 -91
- package/backend/node_modules/@pm2/io/node_modules/async/series.js +0 -85
- package/backend/node_modules/@pm2/io/node_modules/async/setImmediate.js +0 -45
- package/backend/node_modules/@pm2/io/node_modules/async/some.js +0 -52
- package/backend/node_modules/@pm2/io/node_modules/async/someLimit.js +0 -43
- package/backend/node_modules/@pm2/io/node_modules/async/someSeries.js +0 -38
- package/backend/node_modules/@pm2/io/node_modules/async/sortBy.js +0 -91
- package/backend/node_modules/@pm2/io/node_modules/async/timeout.js +0 -89
- package/backend/node_modules/@pm2/io/node_modules/async/times.js +0 -50
- package/backend/node_modules/@pm2/io/node_modules/async/timesLimit.js +0 -42
- package/backend/node_modules/@pm2/io/node_modules/async/timesSeries.js +0 -32
- package/backend/node_modules/@pm2/io/node_modules/async/transform.js +0 -87
- package/backend/node_modules/@pm2/io/node_modules/async/tryEach.js +0 -81
- package/backend/node_modules/@pm2/io/node_modules/async/unmemoize.js +0 -25
- package/backend/node_modules/@pm2/io/node_modules/async/until.js +0 -41
- package/backend/node_modules/@pm2/io/node_modules/async/waterfall.js +0 -113
- package/backend/node_modules/@pm2/io/node_modules/async/whilst.js +0 -72
- package/backend/node_modules/@pm2/io/node_modules/async/wrapSync.js +0 -110
- package/backend/node_modules/@pm2/io/node_modules/debug/LICENSE +0 -20
- package/backend/node_modules/@pm2/io/node_modules/debug/README.md +0 -481
- package/backend/node_modules/@pm2/io/node_modules/debug/package.json +0 -60
- package/backend/node_modules/@pm2/io/node_modules/debug/src/browser.js +0 -271
- package/backend/node_modules/@pm2/io/node_modules/debug/src/common.js +0 -274
- package/backend/node_modules/@pm2/io/node_modules/debug/src/index.js +0 -10
- package/backend/node_modules/@pm2/io/node_modules/debug/src/node.js +0 -263
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/LICENSE.txt +0 -21
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/README.md +0 -809
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/eventemitter2.d.ts +0 -156
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/index.js +0 -1
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/lib/eventemitter2.js +0 -1629
- package/backend/node_modules/@pm2/io/node_modules/eventemitter2/package.json +0 -89
- package/backend/node_modules/@pm2/io/node_modules/lru-cache/LICENSE +0 -15
- package/backend/node_modules/@pm2/io/node_modules/lru-cache/README.md +0 -166
- package/backend/node_modules/@pm2/io/node_modules/lru-cache/index.js +0 -334
- package/backend/node_modules/@pm2/io/node_modules/lru-cache/package.json +0 -34
- package/backend/node_modules/@pm2/io/node_modules/semver/LICENSE +0 -15
- package/backend/node_modules/@pm2/io/node_modules/semver/README.md +0 -637
- package/backend/node_modules/@pm2/io/node_modules/semver/bin/semver.js +0 -197
- package/backend/node_modules/@pm2/io/node_modules/semver/classes/comparator.js +0 -141
- package/backend/node_modules/@pm2/io/node_modules/semver/classes/index.js +0 -5
- package/backend/node_modules/@pm2/io/node_modules/semver/classes/range.js +0 -539
- package/backend/node_modules/@pm2/io/node_modules/semver/classes/semver.js +0 -302
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/clean.js +0 -6
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/cmp.js +0 -52
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/coerce.js +0 -52
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare-build.js +0 -7
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare-loose.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare.js +0 -5
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/diff.js +0 -65
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/eq.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/gt.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/gte.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/inc.js +0 -19
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/lt.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/lte.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/major.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/minor.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/neq.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/parse.js +0 -16
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/patch.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/prerelease.js +0 -6
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/rcompare.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/rsort.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/satisfies.js +0 -10
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/sort.js +0 -3
- package/backend/node_modules/@pm2/io/node_modules/semver/functions/valid.js +0 -6
- package/backend/node_modules/@pm2/io/node_modules/semver/index.js +0 -89
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/constants.js +0 -35
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/debug.js +0 -9
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/identifiers.js +0 -23
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/parse-options.js +0 -15
- package/backend/node_modules/@pm2/io/node_modules/semver/internal/re.js +0 -212
- package/backend/node_modules/@pm2/io/node_modules/semver/package.json +0 -87
- package/backend/node_modules/@pm2/io/node_modules/semver/preload.js +0 -2
- package/backend/node_modules/@pm2/io/node_modules/semver/range.bnf +0 -16
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/gtr.js +0 -4
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/intersects.js +0 -7
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/ltr.js +0 -4
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/max-satisfying.js +0 -25
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/min-satisfying.js +0 -24
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/min-version.js +0 -61
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/outside.js +0 -80
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/simplify.js +0 -47
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/subset.js +0 -247
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/to-comparators.js +0 -8
- package/backend/node_modules/@pm2/io/node_modules/semver/ranges/valid.js +0 -11
- package/backend/node_modules/@pm2/io/package.json +0 -61
- package/backend/node_modules/@pm2/io/pres/io-black.png +0 -0
- package/backend/node_modules/@pm2/io/pres/io-white.png +0 -0
- package/backend/node_modules/@pm2/io/test.sh +0 -24
- package/backend/node_modules/@pm2/js-api/.drone.jsonnet +0 -100
- package/backend/node_modules/@pm2/js-api/LICENSE +0 -201
- package/backend/node_modules/@pm2/js-api/README.md +0 -375
- package/backend/node_modules/@pm2/js-api/constants.js +0 -21
- package/backend/node_modules/@pm2/js-api/dist/keymetrics.es5.js +0 -11530
- package/backend/node_modules/@pm2/js-api/dist/keymetrics.es5.min.js +0 -1
- package/backend/node_modules/@pm2/js-api/index.js +0 -1
- package/backend/node_modules/@pm2/js-api/node_modules/async/CHANGELOG.md +0 -278
- package/backend/node_modules/@pm2/js-api/node_modules/async/LICENSE +0 -19
- package/backend/node_modules/@pm2/js-api/node_modules/async/README.md +0 -56
- package/backend/node_modules/@pm2/js-api/node_modules/async/all.js +0 -50
- package/backend/node_modules/@pm2/js-api/node_modules/async/allLimit.js +0 -42
- package/backend/node_modules/@pm2/js-api/node_modules/async/allSeries.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/any.js +0 -52
- package/backend/node_modules/@pm2/js-api/node_modules/async/anyLimit.js +0 -43
- package/backend/node_modules/@pm2/js-api/node_modules/async/anySeries.js +0 -38
- package/backend/node_modules/@pm2/js-api/node_modules/async/apply.js +0 -68
- package/backend/node_modules/@pm2/js-api/node_modules/async/applyEach.js +0 -51
- package/backend/node_modules/@pm2/js-api/node_modules/async/applyEachSeries.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/asyncify.js +0 -110
- package/backend/node_modules/@pm2/js-api/node_modules/async/auto.js +0 -289
- package/backend/node_modules/@pm2/js-api/node_modules/async/autoInject.js +0 -170
- package/backend/node_modules/@pm2/js-api/node_modules/async/bower.json +0 -17
- package/backend/node_modules/@pm2/js-api/node_modules/async/cargo.js +0 -94
- package/backend/node_modules/@pm2/js-api/node_modules/async/compose.js +0 -58
- package/backend/node_modules/@pm2/js-api/node_modules/async/concat.js +0 -43
- package/backend/node_modules/@pm2/js-api/node_modules/async/concatLimit.js +0 -65
- package/backend/node_modules/@pm2/js-api/node_modules/async/concatSeries.js +0 -36
- package/backend/node_modules/@pm2/js-api/node_modules/async/constant.js +0 -66
- package/backend/node_modules/@pm2/js-api/node_modules/async/detect.js +0 -61
- package/backend/node_modules/@pm2/js-api/node_modules/async/detectLimit.js +0 -48
- package/backend/node_modules/@pm2/js-api/node_modules/async/detectSeries.js +0 -38
- package/backend/node_modules/@pm2/js-api/node_modules/async/dir.js +0 -43
- package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.js +0 -5612
- package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.min.js +0 -2
- package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.min.map +0 -1
- package/backend/node_modules/@pm2/js-api/node_modules/async/doDuring.js +0 -66
- package/backend/node_modules/@pm2/js-api/node_modules/async/doUntil.js +0 -39
- package/backend/node_modules/@pm2/js-api/node_modules/async/doWhilst.js +0 -59
- package/backend/node_modules/@pm2/js-api/node_modules/async/during.js +0 -76
- package/backend/node_modules/@pm2/js-api/node_modules/async/each.js +0 -82
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachLimit.js +0 -45
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachOf.js +0 -111
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachOfLimit.js +0 -41
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachOfSeries.js +0 -35
- package/backend/node_modules/@pm2/js-api/node_modules/async/eachSeries.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/ensureAsync.js +0 -73
- package/backend/node_modules/@pm2/js-api/node_modules/async/every.js +0 -50
- package/backend/node_modules/@pm2/js-api/node_modules/async/everyLimit.js +0 -42
- package/backend/node_modules/@pm2/js-api/node_modules/async/everySeries.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/filter.js +0 -45
- package/backend/node_modules/@pm2/js-api/node_modules/async/filterLimit.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/filterSeries.js +0 -35
- package/backend/node_modules/@pm2/js-api/node_modules/async/find.js +0 -61
- package/backend/node_modules/@pm2/js-api/node_modules/async/findLimit.js +0 -48
- package/backend/node_modules/@pm2/js-api/node_modules/async/findSeries.js +0 -38
- package/backend/node_modules/@pm2/js-api/node_modules/async/foldl.js +0 -78
- package/backend/node_modules/@pm2/js-api/node_modules/async/foldr.js +0 -44
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEach.js +0 -82
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachLimit.js +0 -45
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOf.js +0 -111
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOfLimit.js +0 -41
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOfSeries.js +0 -35
- package/backend/node_modules/@pm2/js-api/node_modules/async/forEachSeries.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/forever.js +0 -65
- package/backend/node_modules/@pm2/js-api/node_modules/async/groupBy.js +0 -54
- package/backend/node_modules/@pm2/js-api/node_modules/async/groupByLimit.js +0 -71
- package/backend/node_modules/@pm2/js-api/node_modules/async/groupBySeries.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/index.js +0 -582
- package/backend/node_modules/@pm2/js-api/node_modules/async/inject.js +0 -78
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/DoublyLinkedList.js +0 -88
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/applyEach.js +0 -38
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/breakLoop.js +0 -9
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/consoleFunc.js +0 -42
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/createTester.js +0 -44
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doLimit.js +0 -12
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doParallel.js +0 -23
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doParallelLimit.js +0 -23
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/eachOfLimit.js +0 -74
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/filter.js +0 -75
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/findGetResult.js +0 -10
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/getIterator.js +0 -13
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/initialParams.js +0 -21
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/iterator.js +0 -61
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/map.js +0 -35
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/notId.js +0 -10
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/once.js +0 -15
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/onlyOnce.js +0 -15
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/parallel.js +0 -42
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/queue.js +0 -204
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/reject.js +0 -21
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/setImmediate.js +0 -42
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/slice.js +0 -16
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/withoutIndex.js +0 -12
- package/backend/node_modules/@pm2/js-api/node_modules/async/internal/wrapAsync.js +0 -25
- package/backend/node_modules/@pm2/js-api/node_modules/async/log.js +0 -41
- package/backend/node_modules/@pm2/js-api/node_modules/async/map.js +0 -54
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapLimit.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapSeries.js +0 -36
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapValues.js +0 -63
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapValuesLimit.js +0 -61
- package/backend/node_modules/@pm2/js-api/node_modules/async/mapValuesSeries.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/memoize.js +0 -101
- package/backend/node_modules/@pm2/js-api/node_modules/async/nextTick.js +0 -51
- package/backend/node_modules/@pm2/js-api/node_modules/async/package.json +0 -80
- package/backend/node_modules/@pm2/js-api/node_modules/async/parallel.js +0 -90
- package/backend/node_modules/@pm2/js-api/node_modules/async/parallelLimit.js +0 -40
- package/backend/node_modules/@pm2/js-api/node_modules/async/priorityQueue.js +0 -98
- package/backend/node_modules/@pm2/js-api/node_modules/async/queue.js +0 -130
- package/backend/node_modules/@pm2/js-api/node_modules/async/race.js +0 -70
- package/backend/node_modules/@pm2/js-api/node_modules/async/reduce.js +0 -78
- package/backend/node_modules/@pm2/js-api/node_modules/async/reduceRight.js +0 -44
- package/backend/node_modules/@pm2/js-api/node_modules/async/reflect.js +0 -81
- package/backend/node_modules/@pm2/js-api/node_modules/async/reflectAll.js +0 -105
- package/backend/node_modules/@pm2/js-api/node_modules/async/reject.js +0 -45
- package/backend/node_modules/@pm2/js-api/node_modules/async/rejectLimit.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/rejectSeries.js +0 -35
- package/backend/node_modules/@pm2/js-api/node_modules/async/retry.js +0 -156
- package/backend/node_modules/@pm2/js-api/node_modules/async/retryable.js +0 -65
- package/backend/node_modules/@pm2/js-api/node_modules/async/select.js +0 -45
- package/backend/node_modules/@pm2/js-api/node_modules/async/selectLimit.js +0 -37
- package/backend/node_modules/@pm2/js-api/node_modules/async/selectSeries.js +0 -35
- package/backend/node_modules/@pm2/js-api/node_modules/async/seq.js +0 -91
- package/backend/node_modules/@pm2/js-api/node_modules/async/series.js +0 -85
- package/backend/node_modules/@pm2/js-api/node_modules/async/setImmediate.js +0 -45
- package/backend/node_modules/@pm2/js-api/node_modules/async/some.js +0 -52
- package/backend/node_modules/@pm2/js-api/node_modules/async/someLimit.js +0 -43
- package/backend/node_modules/@pm2/js-api/node_modules/async/someSeries.js +0 -38
- package/backend/node_modules/@pm2/js-api/node_modules/async/sortBy.js +0 -91
- package/backend/node_modules/@pm2/js-api/node_modules/async/timeout.js +0 -89
- package/backend/node_modules/@pm2/js-api/node_modules/async/times.js +0 -50
- package/backend/node_modules/@pm2/js-api/node_modules/async/timesLimit.js +0 -42
- package/backend/node_modules/@pm2/js-api/node_modules/async/timesSeries.js +0 -32
- package/backend/node_modules/@pm2/js-api/node_modules/async/transform.js +0 -87
- package/backend/node_modules/@pm2/js-api/node_modules/async/tryEach.js +0 -81
- package/backend/node_modules/@pm2/js-api/node_modules/async/unmemoize.js +0 -25
- package/backend/node_modules/@pm2/js-api/node_modules/async/until.js +0 -41
- package/backend/node_modules/@pm2/js-api/node_modules/async/waterfall.js +0 -113
- package/backend/node_modules/@pm2/js-api/node_modules/async/whilst.js +0 -72
- package/backend/node_modules/@pm2/js-api/node_modules/async/wrapSync.js +0 -110
- package/backend/node_modules/@pm2/js-api/node_modules/debug/LICENSE +0 -20
- package/backend/node_modules/@pm2/js-api/node_modules/debug/README.md +0 -481
- package/backend/node_modules/@pm2/js-api/node_modules/debug/package.json +0 -60
- package/backend/node_modules/@pm2/js-api/node_modules/debug/src/browser.js +0 -271
- package/backend/node_modules/@pm2/js-api/node_modules/debug/src/common.js +0 -274
- package/backend/node_modules/@pm2/js-api/node_modules/debug/src/index.js +0 -10
- package/backend/node_modules/@pm2/js-api/node_modules/debug/src/node.js +0 -263
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/LICENSE.txt +0 -21
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/README.md +0 -809
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/eventemitter2.d.ts +0 -156
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/index.js +0 -1
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/lib/eventemitter2.js +0 -1629
- package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/package.json +0 -89
- package/backend/node_modules/@pm2/js-api/package.json +0 -77
- package/backend/node_modules/@pm2/js-api/src/api_mappings.json +0 -1
- package/backend/node_modules/@pm2/js-api/src/auth_strategies/browser_strategy.js +0 -67
- package/backend/node_modules/@pm2/js-api/src/auth_strategies/embed_strategy.js +0 -138
- package/backend/node_modules/@pm2/js-api/src/auth_strategies/standalone_strategy.js +0 -33
- package/backend/node_modules/@pm2/js-api/src/auth_strategies/strategy.js +0 -57
- package/backend/node_modules/@pm2/js-api/src/endpoint.js +0 -34
- package/backend/node_modules/@pm2/js-api/src/keymetrics.js +0 -78
- package/backend/node_modules/@pm2/js-api/src/namespace.js +0 -76
- package/backend/node_modules/@pm2/js-api/src/network.js +0 -464
- package/backend/node_modules/@pm2/js-api/src/utils/validator.js +0 -164
- package/backend/node_modules/@pm2/js-api/src/utils/websocket.js +0 -181
- package/backend/node_modules/@pm2/pm2-version-check/README.md +0 -8
- package/backend/node_modules/@pm2/pm2-version-check/index.js +0 -54
- package/backend/node_modules/@pm2/pm2-version-check/package.json +0 -11
- package/backend/node_modules/@socket.io/component-emitter/LICENSE +0 -24
- package/backend/node_modules/@socket.io/component-emitter/Readme.md +0 -79
- package/backend/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts +0 -179
- package/backend/node_modules/@socket.io/component-emitter/lib/cjs/index.js +0 -176
- package/backend/node_modules/@socket.io/component-emitter/lib/cjs/package.json +0 -4
- package/backend/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts +0 -179
- package/backend/node_modules/@socket.io/component-emitter/lib/esm/index.js +0 -169
- package/backend/node_modules/@socket.io/component-emitter/lib/esm/package.json +0 -4
- package/backend/node_modules/@socket.io/component-emitter/package.json +0 -28
- package/backend/node_modules/@tootallnate/quickjs-emscripten/LICENSE +0 -21
- package/backend/node_modules/@tootallnate/quickjs-emscripten/README.md +0 -597
- package/backend/node_modules/@tootallnate/quickjs-emscripten/c/interface.c +0 -819
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.d.ts +0 -24
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js +0 -53
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.d.ts +0 -48
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js +0 -58
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.d.ts +0 -371
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.js +0 -691
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.d.ts +0 -5
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js +0 -6
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.d.ts +0 -75
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js +0 -96
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.d.ts +0 -97
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.js +0 -15
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.d.ts +0 -28
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js +0 -58
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.d.ts +0 -9
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js +0 -19
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.d.ts +0 -5
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js +0 -387
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.d.ts +0 -67
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js +0 -71
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.d.ts +0 -75
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.js +0 -128
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.d.ts +0 -115
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js +0 -227
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.d.ts +0 -18
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js +0 -41
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.d.ts +0 -53
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js +0 -97
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.d.ts +0 -27
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js +0 -77
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.d.ts +0 -152
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.js +0 -302
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.d.ts +0 -38
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js +0 -49
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.d.ts +0 -174
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js +0 -300
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.d.ts +0 -114
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js +0 -38
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.d.ts +0 -158
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.js +0 -58
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.d.ts +0 -113
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js +0 -169
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.d.ts +0 -68
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js +0 -12
- package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js.map +0 -1
- package/backend/node_modules/@tootallnate/quickjs-emscripten/package.json +0 -60
- package/backend/node_modules/@types/cors/LICENSE +0 -21
- package/backend/node_modules/@types/cors/README.md +0 -75
- package/backend/node_modules/@types/cors/index.d.ts +0 -56
- package/backend/node_modules/@types/cors/package.json +0 -38
- package/backend/node_modules/@types/node/LICENSE +0 -21
- package/backend/node_modules/@types/node/README.md +0 -15
- package/backend/node_modules/@types/node/assert/strict.d.ts +0 -105
- package/backend/node_modules/@types/node/assert.d.ts +0 -955
- package/backend/node_modules/@types/node/async_hooks.d.ts +0 -623
- package/backend/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/backend/node_modules/@types/node/buffer.d.ts +0 -1810
- package/backend/node_modules/@types/node/child_process.d.ts +0 -1428
- package/backend/node_modules/@types/node/cluster.d.ts +0 -486
- package/backend/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/backend/node_modules/@types/node/console.d.ts +0 -151
- package/backend/node_modules/@types/node/constants.d.ts +0 -20
- package/backend/node_modules/@types/node/crypto.d.ts +0 -4065
- package/backend/node_modules/@types/node/dgram.d.ts +0 -564
- package/backend/node_modules/@types/node/diagnostics_channel.d.ts +0 -576
- package/backend/node_modules/@types/node/dns/promises.d.ts +0 -503
- package/backend/node_modules/@types/node/dns.d.ts +0 -922
- package/backend/node_modules/@types/node/domain.d.ts +0 -166
- package/backend/node_modules/@types/node/events.d.ts +0 -1054
- package/backend/node_modules/@types/node/fs/promises.d.ts +0 -1329
- package/backend/node_modules/@types/node/fs.d.ts +0 -4676
- package/backend/node_modules/@types/node/globals.d.ts +0 -150
- package/backend/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/backend/node_modules/@types/node/http.d.ts +0 -2167
- package/backend/node_modules/@types/node/http2.d.ts +0 -2480
- package/backend/node_modules/@types/node/https.d.ts +0 -405
- package/backend/node_modules/@types/node/index.d.ts +0 -115
- package/backend/node_modules/@types/node/inspector/promises.d.ts +0 -41
- package/backend/node_modules/@types/node/inspector.d.ts +0 -224
- package/backend/node_modules/@types/node/inspector.generated.d.ts +0 -4226
- package/backend/node_modules/@types/node/module.d.ts +0 -819
- package/backend/node_modules/@types/node/net.d.ts +0 -933
- package/backend/node_modules/@types/node/os.d.ts +0 -507
- package/backend/node_modules/@types/node/package.json +0 -155
- package/backend/node_modules/@types/node/path/posix.d.ts +0 -8
- package/backend/node_modules/@types/node/path/win32.d.ts +0 -8
- package/backend/node_modules/@types/node/path.d.ts +0 -187
- package/backend/node_modules/@types/node/perf_hooks.d.ts +0 -643
- package/backend/node_modules/@types/node/process.d.ts +0 -2156
- package/backend/node_modules/@types/node/punycode.d.ts +0 -117
- package/backend/node_modules/@types/node/querystring.d.ts +0 -152
- package/backend/node_modules/@types/node/quic.d.ts +0 -910
- package/backend/node_modules/@types/node/readline/promises.d.ts +0 -161
- package/backend/node_modules/@types/node/readline.d.ts +0 -541
- package/backend/node_modules/@types/node/repl.d.ts +0 -415
- package/backend/node_modules/@types/node/sea.d.ts +0 -162
- package/backend/node_modules/@types/node/sqlite.d.ts +0 -955
- package/backend/node_modules/@types/node/stream/consumers.d.ts +0 -38
- package/backend/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/backend/node_modules/@types/node/stream/web.d.ts +0 -296
- package/backend/node_modules/@types/node/stream.d.ts +0 -1760
- package/backend/node_modules/@types/node/string_decoder.d.ts +0 -67
- package/backend/node_modules/@types/node/test/reporters.d.ts +0 -96
- package/backend/node_modules/@types/node/test.d.ts +0 -2240
- package/backend/node_modules/@types/node/timers/promises.d.ts +0 -108
- package/backend/node_modules/@types/node/timers.d.ts +0 -159
- package/backend/node_modules/@types/node/tls.d.ts +0 -1198
- package/backend/node_modules/@types/node/trace_events.d.ts +0 -197
- package/backend/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/backend/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/backend/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/backend/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/backend/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/backend/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/backend/node_modules/@types/node/tty.d.ts +0 -250
- package/backend/node_modules/@types/node/url.d.ts +0 -519
- package/backend/node_modules/@types/node/util/types.d.ts +0 -558
- package/backend/node_modules/@types/node/util.d.ts +0 -1662
- package/backend/node_modules/@types/node/v8.d.ts +0 -983
- package/backend/node_modules/@types/node/vm.d.ts +0 -1208
- package/backend/node_modules/@types/node/wasi.d.ts +0 -202
- package/backend/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/backend/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/backend/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/backend/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/backend/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
- package/backend/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/backend/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/backend/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/backend/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/backend/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/backend/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/backend/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/backend/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/backend/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/backend/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/backend/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/backend/node_modules/@types/node/worker_threads.d.ts +0 -717
- package/backend/node_modules/@types/node/zlib.d.ts +0 -618
- package/backend/node_modules/accepts/HISTORY.md +0 -250
- package/backend/node_modules/accepts/LICENSE +0 -23
- package/backend/node_modules/accepts/README.md +0 -140
- package/backend/node_modules/accepts/index.js +0 -238
- package/backend/node_modules/accepts/package.json +0 -47
- package/backend/node_modules/agent-base/LICENSE +0 -22
- package/backend/node_modules/agent-base/README.md +0 -69
- package/backend/node_modules/agent-base/dist/helpers.d.ts +0 -15
- package/backend/node_modules/agent-base/dist/helpers.d.ts.map +0 -1
- package/backend/node_modules/agent-base/dist/helpers.js +0 -66
- package/backend/node_modules/agent-base/dist/helpers.js.map +0 -1
- package/backend/node_modules/agent-base/dist/index.d.ts +0 -41
- package/backend/node_modules/agent-base/dist/index.d.ts.map +0 -1
- package/backend/node_modules/agent-base/dist/index.js +0 -178
- package/backend/node_modules/agent-base/dist/index.js.map +0 -1
- package/backend/node_modules/agent-base/package.json +0 -46
- package/backend/node_modules/amp/Readme.md +0 -41
- package/backend/node_modules/amp/index.js +0 -5
- package/backend/node_modules/amp/lib/decode.js +0 -29
- package/backend/node_modules/amp/lib/encode.js +0 -44
- package/backend/node_modules/amp/lib/stream.js +0 -105
- package/backend/node_modules/amp/package.json +0 -15
- package/backend/node_modules/amp-message/Readme.md +0 -73
- package/backend/node_modules/amp-message/index.js +0 -170
- package/backend/node_modules/amp-message/package.json +0 -26
- package/backend/node_modules/ansi-colors/LICENSE +0 -21
- package/backend/node_modules/ansi-colors/README.md +0 -315
- package/backend/node_modules/ansi-colors/index.js +0 -184
- package/backend/node_modules/ansi-colors/package.json +0 -129
- package/backend/node_modules/ansi-colors/symbols.js +0 -69
- package/backend/node_modules/ansi-colors/types/index.d.ts +0 -235
- package/backend/node_modules/ansi-styles/index.d.ts +0 -345
- package/backend/node_modules/ansi-styles/index.js +0 -163
- package/backend/node_modules/ansi-styles/license +0 -9
- package/backend/node_modules/ansi-styles/package.json +0 -56
- package/backend/node_modules/ansi-styles/readme.md +0 -152
- package/backend/node_modules/ansis/LICENSE +0 -15
- package/backend/node_modules/ansis/README.md +0 -7
- package/backend/node_modules/ansis/index.cjs +0 -1
- package/backend/node_modules/ansis/index.d.ts +0 -1
- package/backend/node_modules/ansis/index.mjs +0 -1
- package/backend/node_modules/ansis/package.json +0 -22
- package/backend/node_modules/anymatch/LICENSE +0 -15
- package/backend/node_modules/anymatch/README.md +0 -87
- package/backend/node_modules/anymatch/index.d.ts +0 -20
- package/backend/node_modules/anymatch/index.js +0 -104
- package/backend/node_modules/anymatch/package.json +0 -48
- package/backend/node_modules/argparse/CHANGELOG.md +0 -216
- package/backend/node_modules/argparse/LICENSE +0 -254
- package/backend/node_modules/argparse/README.md +0 -84
- package/backend/node_modules/argparse/argparse.js +0 -3707
- package/backend/node_modules/argparse/lib/sub.js +0 -67
- package/backend/node_modules/argparse/lib/textwrap.js +0 -440
- package/backend/node_modules/argparse/package.json +0 -31
- package/backend/node_modules/ast-types/.github/dependabot.yml +0 -9
- package/backend/node_modules/ast-types/.github/workflows/main.yml +0 -29
- package/backend/node_modules/ast-types/LICENSE +0 -20
- package/backend/node_modules/ast-types/README.md +0 -512
- package/backend/node_modules/ast-types/def/babel-core.d.ts +0 -2
- package/backend/node_modules/ast-types/def/babel-core.js +0 -256
- package/backend/node_modules/ast-types/def/babel.d.ts +0 -2
- package/backend/node_modules/ast-types/def/babel.js +0 -11
- package/backend/node_modules/ast-types/def/core.d.ts +0 -2
- package/backend/node_modules/ast-types/def/core.js +0 -298
- package/backend/node_modules/ast-types/def/es-proposals.d.ts +0 -2
- package/backend/node_modules/ast-types/def/es-proposals.js +0 -33
- package/backend/node_modules/ast-types/def/es2020.d.ts +0 -2
- package/backend/node_modules/ast-types/def/es2020.js +0 -16
- package/backend/node_modules/ast-types/def/es6.d.ts +0 -2
- package/backend/node_modules/ast-types/def/es6.js +0 -210
- package/backend/node_modules/ast-types/def/es7.d.ts +0 -2
- package/backend/node_modules/ast-types/def/es7.js +0 -34
- package/backend/node_modules/ast-types/def/esprima.d.ts +0 -2
- package/backend/node_modules/ast-types/def/esprima.js +0 -49
- package/backend/node_modules/ast-types/def/flow.d.ts +0 -2
- package/backend/node_modules/ast-types/def/flow.js +0 -292
- package/backend/node_modules/ast-types/def/jsx.d.ts +0 -2
- package/backend/node_modules/ast-types/def/jsx.js +0 -103
- package/backend/node_modules/ast-types/def/type-annotations.d.ts +0 -7
- package/backend/node_modules/ast-types/def/type-annotations.js +0 -40
- package/backend/node_modules/ast-types/def/typescript.d.ts +0 -2
- package/backend/node_modules/ast-types/def/typescript.js +0 -344
- package/backend/node_modules/ast-types/fork.d.ts +0 -42
- package/backend/node_modules/ast-types/fork.js +0 -52
- package/backend/node_modules/ast-types/gen/builders.d.ts +0 -2584
- package/backend/node_modules/ast-types/gen/builders.js +0 -2
- package/backend/node_modules/ast-types/gen/kinds.d.ts +0 -264
- package/backend/node_modules/ast-types/gen/kinds.js +0 -2
- package/backend/node_modules/ast-types/gen/namedTypes.d.ts +0 -1809
- package/backend/node_modules/ast-types/gen/namedTypes.js +0 -6
- package/backend/node_modules/ast-types/gen/visitor.d.ts +0 -268
- package/backend/node_modules/ast-types/gen/visitor.js +0 -2
- package/backend/node_modules/ast-types/lib/equiv.d.ts +0 -5
- package/backend/node_modules/ast-types/lib/equiv.js +0 -154
- package/backend/node_modules/ast-types/lib/node-path.d.ts +0 -22
- package/backend/node_modules/ast-types/lib/node-path.js +0 -411
- package/backend/node_modules/ast-types/lib/path-visitor.d.ts +0 -52
- package/backend/node_modules/ast-types/lib/path-visitor.js +0 -343
- package/backend/node_modules/ast-types/lib/path.d.ts +0 -25
- package/backend/node_modules/ast-types/lib/path.js +0 -331
- package/backend/node_modules/ast-types/lib/scope.d.ts +0 -26
- package/backend/node_modules/ast-types/lib/scope.js +0 -318
- package/backend/node_modules/ast-types/lib/shared.d.ts +0 -13
- package/backend/node_modules/ast-types/lib/shared.js +0 -47
- package/backend/node_modules/ast-types/lib/types.d.ts +0 -136
- package/backend/node_modules/ast-types/lib/types.js +0 -780
- package/backend/node_modules/ast-types/main.d.ts +0 -28
- package/backend/node_modules/ast-types/main.js +0 -53
- package/backend/node_modules/ast-types/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/backend/node_modules/ast-types/node_modules/tslib/LICENSE.txt +0 -12
- package/backend/node_modules/ast-types/node_modules/tslib/README.md +0 -164
- package/backend/node_modules/ast-types/node_modules/tslib/SECURITY.md +0 -41
- package/backend/node_modules/ast-types/node_modules/tslib/modules/index.d.ts +0 -38
- package/backend/node_modules/ast-types/node_modules/tslib/modules/index.js +0 -70
- package/backend/node_modules/ast-types/node_modules/tslib/modules/package.json +0 -3
- package/backend/node_modules/ast-types/node_modules/tslib/package.json +0 -47
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.d.ts +0 -460
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.html +0 -1
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.js +0 -402
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.mjs +0 -401
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.html +0 -1
- package/backend/node_modules/ast-types/node_modules/tslib/tslib.js +0 -484
- package/backend/node_modules/ast-types/package.json +0 -65
- package/backend/node_modules/ast-types/tsconfig.json +0 -21
- package/backend/node_modules/ast-types/types.d.ts +0 -6
- package/backend/node_modules/ast-types/types.js +0 -2
- package/backend/node_modules/async/CHANGELOG.md +0 -351
- package/backend/node_modules/async/LICENSE +0 -19
- package/backend/node_modules/async/README.md +0 -59
- package/backend/node_modules/async/all.js +0 -119
- package/backend/node_modules/async/allLimit.js +0 -46
- package/backend/node_modules/async/allSeries.js +0 -45
- package/backend/node_modules/async/any.js +0 -122
- package/backend/node_modules/async/anyLimit.js +0 -47
- package/backend/node_modules/async/anySeries.js +0 -46
- package/backend/node_modules/async/apply.js +0 -11
- package/backend/node_modules/async/applyEach.js +0 -57
- package/backend/node_modules/async/applyEachSeries.js +0 -37
- package/backend/node_modules/async/asyncify.js +0 -118
- package/backend/node_modules/async/auto.js +0 -333
- package/backend/node_modules/async/autoInject.js +0 -182
- package/backend/node_modules/async/bower.json +0 -17
- package/backend/node_modules/async/cargo.js +0 -63
- package/backend/node_modules/async/cargoQueue.js +0 -71
- package/backend/node_modules/async/compose.js +0 -55
- package/backend/node_modules/async/concat.js +0 -115
- package/backend/node_modules/async/concatLimit.js +0 -60
- package/backend/node_modules/async/concatSeries.js +0 -41
- package/backend/node_modules/async/constant.js +0 -14
- package/backend/node_modules/async/detect.js +0 -96
- package/backend/node_modules/async/detectLimit.js +0 -48
- package/backend/node_modules/async/detectSeries.js +0 -47
- package/backend/node_modules/async/dir.js +0 -43
- package/backend/node_modules/async/dist/async.js +0 -6061
- package/backend/node_modules/async/dist/async.min.js +0 -1
- package/backend/node_modules/async/dist/async.mjs +0 -5948
- package/backend/node_modules/async/doDuring.js +0 -68
- package/backend/node_modules/async/doUntil.js +0 -46
- package/backend/node_modules/async/doWhilst.js +0 -68
- package/backend/node_modules/async/during.js +0 -78
- package/backend/node_modules/async/each.js +0 -129
- package/backend/node_modules/async/eachLimit.js +0 -50
- package/backend/node_modules/async/eachOf.js +0 -185
- package/backend/node_modules/async/eachOfLimit.js +0 -47
- package/backend/node_modules/async/eachOfSeries.js +0 -39
- package/backend/node_modules/async/eachSeries.js +0 -44
- package/backend/node_modules/async/ensureAsync.js +0 -67
- package/backend/node_modules/async/every.js +0 -119
- package/backend/node_modules/async/everyLimit.js +0 -46
- package/backend/node_modules/async/everySeries.js +0 -45
- package/backend/node_modules/async/filter.js +0 -93
- package/backend/node_modules/async/filterLimit.js +0 -45
- package/backend/node_modules/async/filterSeries.js +0 -43
- package/backend/node_modules/async/find.js +0 -96
- package/backend/node_modules/async/findLimit.js +0 -48
- package/backend/node_modules/async/findSeries.js +0 -47
- package/backend/node_modules/async/flatMap.js +0 -115
- package/backend/node_modules/async/flatMapLimit.js +0 -60
- package/backend/node_modules/async/flatMapSeries.js +0 -41
- package/backend/node_modules/async/foldl.js +0 -153
- package/backend/node_modules/async/foldr.js +0 -41
- package/backend/node_modules/async/forEach.js +0 -129
- package/backend/node_modules/async/forEachLimit.js +0 -50
- package/backend/node_modules/async/forEachOf.js +0 -185
- package/backend/node_modules/async/forEachOfLimit.js +0 -47
- package/backend/node_modules/async/forEachOfSeries.js +0 -39
- package/backend/node_modules/async/forEachSeries.js +0 -44
- package/backend/node_modules/async/forever.js +0 -68
- package/backend/node_modules/async/groupBy.js +0 -108
- package/backend/node_modules/async/groupByLimit.js +0 -71
- package/backend/node_modules/async/groupBySeries.js +0 -36
- package/backend/node_modules/async/index.js +0 -588
- package/backend/node_modules/async/inject.js +0 -153
- package/backend/node_modules/async/internal/DoublyLinkedList.js +0 -92
- package/backend/node_modules/async/internal/Heap.js +0 -120
- package/backend/node_modules/async/internal/applyEach.js +0 -29
- package/backend/node_modules/async/internal/asyncEachOfLimit.js +0 -75
- package/backend/node_modules/async/internal/awaitify.js +0 -28
- package/backend/node_modules/async/internal/breakLoop.js +0 -10
- package/backend/node_modules/async/internal/consoleFunc.js +0 -31
- package/backend/node_modules/async/internal/createTester.js +0 -40
- package/backend/node_modules/async/internal/eachOfLimit.js +0 -90
- package/backend/node_modules/async/internal/filter.js +0 -55
- package/backend/node_modules/async/internal/getIterator.js +0 -11
- package/backend/node_modules/async/internal/initialParams.js +0 -14
- package/backend/node_modules/async/internal/isArrayLike.js +0 -10
- package/backend/node_modules/async/internal/iterator.js +0 -57
- package/backend/node_modules/async/internal/map.js +0 -30
- package/backend/node_modules/async/internal/once.js +0 -17
- package/backend/node_modules/async/internal/onlyOnce.js +0 -15
- package/backend/node_modules/async/internal/parallel.js +0 -34
- package/backend/node_modules/async/internal/promiseCallback.js +0 -23
- package/backend/node_modules/async/internal/queue.js +0 -294
- package/backend/node_modules/async/internal/range.js +0 -14
- package/backend/node_modules/async/internal/reject.js +0 -26
- package/backend/node_modules/async/internal/setImmediate.js +0 -34
- package/backend/node_modules/async/internal/withoutIndex.js +0 -10
- package/backend/node_modules/async/internal/wrapAsync.js +0 -34
- package/backend/node_modules/async/log.js +0 -41
- package/backend/node_modules/async/map.js +0 -142
- package/backend/node_modules/async/mapLimit.js +0 -45
- package/backend/node_modules/async/mapSeries.js +0 -44
- package/backend/node_modules/async/mapValues.js +0 -152
- package/backend/node_modules/async/mapValuesLimit.js +0 -61
- package/backend/node_modules/async/mapValuesSeries.js +0 -37
- package/backend/node_modules/async/memoize.js +0 -91
- package/backend/node_modules/async/nextTick.js +0 -52
- package/backend/node_modules/async/package.json +0 -75
- package/backend/node_modules/async/parallel.js +0 -180
- package/backend/node_modules/async/parallelLimit.js +0 -41
- package/backend/node_modules/async/priorityQueue.js +0 -60
- package/backend/node_modules/async/queue.js +0 -24
- package/backend/node_modules/async/race.js +0 -67
- package/backend/node_modules/async/reduce.js +0 -153
- package/backend/node_modules/async/reduceRight.js +0 -41
- package/backend/node_modules/async/reflect.js +0 -78
- package/backend/node_modules/async/reflectAll.js +0 -93
- package/backend/node_modules/async/reject.js +0 -87
- package/backend/node_modules/async/rejectLimit.js +0 -45
- package/backend/node_modules/async/rejectSeries.js +0 -43
- package/backend/node_modules/async/retry.js +0 -159
- package/backend/node_modules/async/retryable.js +0 -77
- package/backend/node_modules/async/select.js +0 -93
- package/backend/node_modules/async/selectLimit.js +0 -45
- package/backend/node_modules/async/selectSeries.js +0 -43
- package/backend/node_modules/async/seq.js +0 -79
- package/backend/node_modules/async/series.js +0 -186
- package/backend/node_modules/async/setImmediate.js +0 -45
- package/backend/node_modules/async/some.js +0 -122
- package/backend/node_modules/async/someLimit.js +0 -47
- package/backend/node_modules/async/someSeries.js +0 -46
- package/backend/node_modules/async/sortBy.js +0 -190
- package/backend/node_modules/async/timeout.js +0 -89
- package/backend/node_modules/async/times.js +0 -50
- package/backend/node_modules/async/timesLimit.js +0 -43
- package/backend/node_modules/async/timesSeries.js +0 -32
- package/backend/node_modules/async/transform.js +0 -173
- package/backend/node_modules/async/tryEach.js +0 -78
- package/backend/node_modules/async/unmemoize.js +0 -25
- package/backend/node_modules/async/until.js +0 -61
- package/backend/node_modules/async/waterfall.js +0 -105
- package/backend/node_modules/async/whilst.js +0 -78
- package/backend/node_modules/async/wrapSync.js +0 -118
- package/backend/node_modules/balanced-match/LICENSE.md +0 -23
- package/backend/node_modules/balanced-match/README.md +0 -57
- package/backend/node_modules/balanced-match/dist/commonjs/index.d.ts +0 -9
- package/backend/node_modules/balanced-match/dist/commonjs/index.d.ts.map +0 -1
- package/backend/node_modules/balanced-match/dist/commonjs/index.js +0 -59
- package/backend/node_modules/balanced-match/dist/commonjs/index.js.map +0 -1
- package/backend/node_modules/balanced-match/dist/commonjs/package.json +0 -3
- package/backend/node_modules/balanced-match/dist/esm/index.d.ts +0 -9
- package/backend/node_modules/balanced-match/dist/esm/index.d.ts.map +0 -1
- package/backend/node_modules/balanced-match/dist/esm/index.js +0 -54
- package/backend/node_modules/balanced-match/dist/esm/index.js.map +0 -1
- package/backend/node_modules/balanced-match/dist/esm/package.json +0 -3
- package/backend/node_modules/balanced-match/package.json +0 -68
- package/backend/node_modules/base64id/CHANGELOG.md +0 -16
- package/backend/node_modules/base64id/LICENSE +0 -22
- package/backend/node_modules/base64id/README.md +0 -18
- package/backend/node_modules/base64id/lib/base64id.js +0 -103
- package/backend/node_modules/base64id/package.json +0 -13
- package/backend/node_modules/basic-auth/HISTORY.md +0 -52
- package/backend/node_modules/basic-auth/LICENSE +0 -24
- package/backend/node_modules/basic-auth/README.md +0 -113
- package/backend/node_modules/basic-auth/index.js +0 -133
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/LICENSE +0 -21
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/README.md +0 -584
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/index.d.ts +0 -187
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/index.js +0 -62
- package/backend/node_modules/basic-auth/node_modules/safe-buffer/package.json +0 -37
- package/backend/node_modules/basic-auth/package.json +0 -41
- package/backend/node_modules/basic-ftp/LICENSE.txt +0 -19
- package/backend/node_modules/basic-ftp/README.md +0 -244
- package/backend/node_modules/basic-ftp/dist/Client.d.ts +0 -333
- package/backend/node_modules/basic-ftp/dist/Client.js +0 -782
- package/backend/node_modules/basic-ftp/dist/FileInfo.d.ts +0 -80
- package/backend/node_modules/basic-ftp/dist/FileInfo.js +0 -92
- package/backend/node_modules/basic-ftp/dist/FtpContext.d.ts +0 -175
- package/backend/node_modules/basic-ftp/dist/FtpContext.js +0 -365
- package/backend/node_modules/basic-ftp/dist/ProgressTracker.d.ts +0 -45
- package/backend/node_modules/basic-ftp/dist/ProgressTracker.js +0 -72
- package/backend/node_modules/basic-ftp/dist/StringEncoding.d.ts +0 -1
- package/backend/node_modules/basic-ftp/dist/StringEncoding.js +0 -2
- package/backend/node_modules/basic-ftp/dist/StringWriter.d.ts +0 -7
- package/backend/node_modules/basic-ftp/dist/StringWriter.js +0 -23
- package/backend/node_modules/basic-ftp/dist/index.d.ts +0 -9
- package/backend/node_modules/basic-ftp/dist/index.js +0 -28
- package/backend/node_modules/basic-ftp/dist/netUtils.d.ts +0 -21
- package/backend/node_modules/basic-ftp/dist/netUtils.js +0 -66
- package/backend/node_modules/basic-ftp/dist/parseControlResponse.d.ts +0 -22
- package/backend/node_modules/basic-ftp/dist/parseControlResponse.js +0 -66
- package/backend/node_modules/basic-ftp/dist/parseList.d.ts +0 -5
- package/backend/node_modules/basic-ftp/dist/parseList.js +0 -79
- package/backend/node_modules/basic-ftp/dist/parseListDOS.d.ts +0 -12
- package/backend/node_modules/basic-ftp/dist/parseListDOS.js +0 -52
- package/backend/node_modules/basic-ftp/dist/parseListMLSD.d.ts +0 -20
- package/backend/node_modules/basic-ftp/dist/parseListMLSD.js +0 -187
- package/backend/node_modules/basic-ftp/dist/parseListUnix.d.ts +0 -12
- package/backend/node_modules/basic-ftp/dist/parseListUnix.js +0 -155
- package/backend/node_modules/basic-ftp/dist/transfer.d.ts +0 -39
- package/backend/node_modules/basic-ftp/dist/transfer.js +0 -318
- package/backend/node_modules/basic-ftp/package.json +0 -52
- package/backend/node_modules/bcrypt/.dockerignore +0 -6
- package/backend/node_modules/bcrypt/.editorconfig +0 -19
- package/backend/node_modules/bcrypt/.github/workflows/build-pack-publish.yml +0 -110
- package/backend/node_modules/bcrypt/.github/workflows/ci.yaml +0 -42
- package/backend/node_modules/bcrypt/CHANGELOG.md +0 -184
- package/backend/node_modules/bcrypt/Dockerfile +0 -57
- package/backend/node_modules/bcrypt/Dockerfile-alpine +0 -41
- package/backend/node_modules/bcrypt/ISSUE_TEMPLATE.md +0 -18
- package/backend/node_modules/bcrypt/LICENSE +0 -19
- package/backend/node_modules/bcrypt/Makefile +0 -19
- package/backend/node_modules/bcrypt/README.md +0 -388
- package/backend/node_modules/bcrypt/SECURITY.md +0 -15
- package/backend/node_modules/bcrypt/bcrypt.js +0 -242
- package/backend/node_modules/bcrypt/binding.gyp +0 -49
- package/backend/node_modules/bcrypt/build-all.sh +0 -37
- package/backend/node_modules/bcrypt/examples/async_compare.js +0 -28
- package/backend/node_modules/bcrypt/examples/forever_gen_salt.js +0 -8
- package/backend/node_modules/bcrypt/package.json +0 -62
- package/backend/node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/darwin-x64/bcrypt.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.glibc.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.musl.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.glibc.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.musl.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.musl.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/win32-arm64/bcrypt.node +0 -0
- package/backend/node_modules/bcrypt/prebuilds/win32-x64/bcrypt.node +0 -0
- package/backend/node_modules/bcrypt/promises.js +0 -45
- package/backend/node_modules/bcrypt/src/bcrypt.cc +0 -315
- package/backend/node_modules/bcrypt/src/bcrypt_node.cc +0 -288
- package/backend/node_modules/bcrypt/src/blowfish.cc +0 -679
- package/backend/node_modules/bcrypt/src/node_blf.h +0 -132
- package/backend/node_modules/bcrypt/test/async.test.js +0 -209
- package/backend/node_modules/bcrypt/test/implementation.test.js +0 -48
- package/backend/node_modules/bcrypt/test/promise.test.js +0 -168
- package/backend/node_modules/bcrypt/test/repetitions.test.js +0 -55
- package/backend/node_modules/bcrypt/test/sync.test.js +0 -125
- package/backend/node_modules/binary-extensions/binary-extensions.json +0 -263
- package/backend/node_modules/binary-extensions/binary-extensions.json.d.ts +0 -3
- package/backend/node_modules/binary-extensions/index.d.ts +0 -14
- package/backend/node_modules/binary-extensions/index.js +0 -1
- package/backend/node_modules/binary-extensions/license +0 -10
- package/backend/node_modules/binary-extensions/package.json +0 -40
- package/backend/node_modules/binary-extensions/readme.md +0 -25
- package/backend/node_modules/bodec/LICENSE +0 -20
- package/backend/node_modules/bodec/README.md +0 -4
- package/backend/node_modules/bodec/bodec-node.js +0 -172
- package/backend/node_modules/bodec/bodec.js +0 -246
- package/backend/node_modules/bodec/package.json +0 -10
- package/backend/node_modules/body-parser/LICENSE +0 -23
- package/backend/node_modules/body-parser/README.md +0 -494
- package/backend/node_modules/body-parser/index.js +0 -71
- package/backend/node_modules/body-parser/lib/read.js +0 -247
- package/backend/node_modules/body-parser/lib/types/json.js +0 -158
- package/backend/node_modules/body-parser/lib/types/raw.js +0 -42
- package/backend/node_modules/body-parser/lib/types/text.js +0 -36
- package/backend/node_modules/body-parser/lib/types/urlencoded.js +0 -142
- package/backend/node_modules/body-parser/lib/utils.js +0 -98
- package/backend/node_modules/body-parser/package.json +0 -52
- package/backend/node_modules/brace-expansion/LICENSE +0 -23
- package/backend/node_modules/brace-expansion/README.md +0 -94
- package/backend/node_modules/brace-expansion/dist/commonjs/index.d.ts +0 -6
- package/backend/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +0 -1
- package/backend/node_modules/brace-expansion/dist/commonjs/index.js +0 -199
- package/backend/node_modules/brace-expansion/dist/commonjs/index.js.map +0 -1
- package/backend/node_modules/brace-expansion/dist/commonjs/package.json +0 -3
- package/backend/node_modules/brace-expansion/dist/esm/index.d.ts +0 -6
- package/backend/node_modules/brace-expansion/dist/esm/index.d.ts.map +0 -1
- package/backend/node_modules/brace-expansion/dist/esm/index.js +0 -195
- package/backend/node_modules/brace-expansion/dist/esm/index.js.map +0 -1
- package/backend/node_modules/brace-expansion/dist/esm/package.json +0 -3
- package/backend/node_modules/brace-expansion/package.json +0 -64
- package/backend/node_modules/braces/LICENSE +0 -21
- package/backend/node_modules/braces/README.md +0 -586
- package/backend/node_modules/braces/index.js +0 -170
- package/backend/node_modules/braces/lib/compile.js +0 -60
- package/backend/node_modules/braces/lib/constants.js +0 -57
- package/backend/node_modules/braces/lib/expand.js +0 -113
- package/backend/node_modules/braces/lib/parse.js +0 -331
- package/backend/node_modules/braces/lib/stringify.js +0 -32
- package/backend/node_modules/braces/lib/utils.js +0 -122
- package/backend/node_modules/braces/package.json +0 -77
- package/backend/node_modules/buffer-equal-constant-time/.travis.yml +0 -4
- package/backend/node_modules/buffer-equal-constant-time/LICENSE.txt +0 -12
- package/backend/node_modules/buffer-equal-constant-time/README.md +0 -50
- package/backend/node_modules/buffer-equal-constant-time/index.js +0 -41
- package/backend/node_modules/buffer-equal-constant-time/package.json +0 -21
- package/backend/node_modules/buffer-equal-constant-time/test.js +0 -42
- package/backend/node_modules/buffer-from/LICENSE +0 -21
- package/backend/node_modules/buffer-from/index.js +0 -72
- package/backend/node_modules/buffer-from/package.json +0 -19
- package/backend/node_modules/buffer-from/readme.md +0 -69
- package/backend/node_modules/bytes/History.md +0 -97
- package/backend/node_modules/bytes/LICENSE +0 -23
- package/backend/node_modules/bytes/Readme.md +0 -152
- package/backend/node_modules/bytes/index.js +0 -170
- package/backend/node_modules/bytes/package.json +0 -42
- package/backend/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
- package/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
- package/backend/node_modules/call-bind-apply-helpers/.nycrc +0 -9
- package/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
- package/backend/node_modules/call-bind-apply-helpers/LICENSE +0 -21
- package/backend/node_modules/call-bind-apply-helpers/README.md +0 -62
- package/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
- package/backend/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
- package/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
- package/backend/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
- package/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
- package/backend/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
- package/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
- package/backend/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
- package/backend/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
- package/backend/node_modules/call-bind-apply-helpers/index.js +0 -15
- package/backend/node_modules/call-bind-apply-helpers/package.json +0 -85
- package/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
- package/backend/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
- package/backend/node_modules/call-bind-apply-helpers/test/index.js +0 -63
- package/backend/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
- package/backend/node_modules/call-bound/.eslintrc +0 -13
- package/backend/node_modules/call-bound/.github/FUNDING.yml +0 -12
- package/backend/node_modules/call-bound/.nycrc +0 -9
- package/backend/node_modules/call-bound/CHANGELOG.md +0 -42
- package/backend/node_modules/call-bound/LICENSE +0 -21
- package/backend/node_modules/call-bound/README.md +0 -53
- package/backend/node_modules/call-bound/index.d.ts +0 -94
- package/backend/node_modules/call-bound/index.js +0 -19
- package/backend/node_modules/call-bound/package.json +0 -99
- package/backend/node_modules/call-bound/test/index.js +0 -61
- package/backend/node_modules/call-bound/tsconfig.json +0 -10
- package/backend/node_modules/chalk/index.d.ts +0 -411
- package/backend/node_modules/chalk/license +0 -9
- package/backend/node_modules/chalk/package.json +0 -63
- package/backend/node_modules/chalk/readme.md +0 -304
- package/backend/node_modules/chalk/source/index.js +0 -233
- package/backend/node_modules/chalk/source/templates.js +0 -134
- package/backend/node_modules/chalk/source/util.js +0 -39
- package/backend/node_modules/charm/README.markdown +0 -216
- package/backend/node_modules/charm/example/256.js +0 -17
- package/backend/node_modules/charm/example/column.js +0 -11
- package/backend/node_modules/charm/example/cursor.js +0 -22
- package/backend/node_modules/charm/example/http_spin.js +0 -36
- package/backend/node_modules/charm/example/lucky.js +0 -24
- package/backend/node_modules/charm/example/position.js +0 -7
- package/backend/node_modules/charm/example/progress.js +0 -18
- package/backend/node_modules/charm/example/resize.js +0 -62
- package/backend/node_modules/charm/example/spin.js +0 -23
- package/backend/node_modules/charm/index.js +0 -305
- package/backend/node_modules/charm/lib/encode.js +0 -18
- package/backend/node_modules/charm/package.json +0 -32
- package/backend/node_modules/chokidar/LICENSE +0 -21
- package/backend/node_modules/chokidar/README.md +0 -308
- package/backend/node_modules/chokidar/index.js +0 -973
- package/backend/node_modules/chokidar/lib/constants.js +0 -66
- package/backend/node_modules/chokidar/lib/fsevents-handler.js +0 -526
- package/backend/node_modules/chokidar/lib/nodefs-handler.js +0 -654
- package/backend/node_modules/chokidar/package.json +0 -70
- package/backend/node_modules/chokidar/types/index.d.ts +0 -192
- package/backend/node_modules/cli-tableau/CHANGELOG.md +0 -72
- package/backend/node_modules/cli-tableau/LICENSE +0 -22
- package/backend/node_modules/cli-tableau/README.md +0 -131
- package/backend/node_modules/cli-tableau/lib/index.js +0 -316
- package/backend/node_modules/cli-tableau/lib/utils.js +0 -59
- package/backend/node_modules/cli-tableau/package.json +0 -48
- package/backend/node_modules/color-convert/CHANGELOG.md +0 -54
- package/backend/node_modules/color-convert/LICENSE +0 -21
- package/backend/node_modules/color-convert/README.md +0 -68
- package/backend/node_modules/color-convert/conversions.js +0 -839
- package/backend/node_modules/color-convert/index.js +0 -81
- package/backend/node_modules/color-convert/package.json +0 -48
- package/backend/node_modules/color-convert/route.js +0 -97
- package/backend/node_modules/color-name/LICENSE +0 -8
- package/backend/node_modules/color-name/README.md +0 -11
- package/backend/node_modules/color-name/index.js +0 -152
- package/backend/node_modules/color-name/package.json +0 -28
- package/backend/node_modules/commander/CHANGELOG.md +0 -356
- package/backend/node_modules/commander/LICENSE +0 -22
- package/backend/node_modules/commander/Readme.md +0 -408
- package/backend/node_modules/commander/index.js +0 -1231
- package/backend/node_modules/commander/package.json +0 -37
- package/backend/node_modules/commander/typings/index.d.ts +0 -309
- package/backend/node_modules/connect-history-api-fallback/LICENSE +0 -21
- package/backend/node_modules/connect-history-api-fallback/README.md +0 -160
- package/backend/node_modules/connect-history-api-fallback/lib/index.js +0 -121
- package/backend/node_modules/connect-history-api-fallback/package.json +0 -40
- package/backend/node_modules/content-disposition/HISTORY.md +0 -72
- package/backend/node_modules/content-disposition/LICENSE +0 -22
- package/backend/node_modules/content-disposition/README.md +0 -142
- package/backend/node_modules/content-disposition/index.js +0 -458
- package/backend/node_modules/content-disposition/package.json +0 -43
- package/backend/node_modules/content-type/HISTORY.md +0 -29
- package/backend/node_modules/content-type/LICENSE +0 -22
- package/backend/node_modules/content-type/README.md +0 -94
- package/backend/node_modules/content-type/index.js +0 -225
- package/backend/node_modules/content-type/package.json +0 -42
- package/backend/node_modules/cookie/LICENSE +0 -24
- package/backend/node_modules/cookie/README.md +0 -317
- package/backend/node_modules/cookie/SECURITY.md +0 -25
- package/backend/node_modules/cookie/index.js +0 -335
- package/backend/node_modules/cookie/package.json +0 -44
- package/backend/node_modules/cookie-signature/History.md +0 -70
- package/backend/node_modules/cookie-signature/LICENSE +0 -22
- package/backend/node_modules/cookie-signature/Readme.md +0 -23
- package/backend/node_modules/cookie-signature/index.js +0 -47
- package/backend/node_modules/cookie-signature/package.json +0 -24
- package/backend/node_modules/cors/LICENSE +0 -22
- package/backend/node_modules/cors/README.md +0 -277
- package/backend/node_modules/cors/lib/index.js +0 -238
- package/backend/node_modules/cors/package.json +0 -42
- package/backend/node_modules/croner/LICENSE +0 -22
- package/backend/node_modules/croner/README.md +0 -338
- package/backend/node_modules/croner/SECURITY.md +0 -12
- package/backend/node_modules/croner/croner.png +0 -0
- package/backend/node_modules/croner/dist/croner.cjs +0 -1032
- package/backend/node_modules/croner/dist/croner.min.js +0 -1
- package/backend/node_modules/croner/dist/croner.min.js.map +0 -1
- package/backend/node_modules/croner/dist/croner.min.mjs +0 -1
- package/backend/node_modules/croner/dist/croner.min.mjs.map +0 -1
- package/backend/node_modules/croner/package.json +0 -80
- package/backend/node_modules/croner/src/croner.js +0 -329
- package/backend/node_modules/croner/src/croner.single.js +0 -3
- package/backend/node_modules/croner/src/date.js +0 -348
- package/backend/node_modules/croner/src/pattern.js +0 -336
- package/backend/node_modules/croner/src/timezone.js +0 -21
- package/backend/node_modules/croner/types/croner.d.ts +0 -136
- package/backend/node_modules/croner/types/croner.single.d.ts +0 -2
- package/backend/node_modules/croner/types/date.d.ts +0 -56
- package/backend/node_modules/croner/types/pattern.d.ts +0 -69
- package/backend/node_modules/croner/types/timezone.d.ts +0 -18
- package/backend/node_modules/culvert/LICENSE +0 -21
- package/backend/node_modules/culvert/README.md +0 -102
- package/backend/node_modules/culvert/channel.js +0 -67
- package/backend/node_modules/culvert/consume.js +0 -15
- package/backend/node_modules/culvert/package.json +0 -25
- package/backend/node_modules/data-uri-to-buffer/LICENSE +0 -22
- package/backend/node_modules/data-uri-to-buffer/README.md +0 -61
- package/backend/node_modules/data-uri-to-buffer/dist/common.d.ts +0 -17
- package/backend/node_modules/data-uri-to-buffer/dist/common.d.ts.map +0 -1
- package/backend/node_modules/data-uri-to-buffer/dist/common.js +0 -54
- package/backend/node_modules/data-uri-to-buffer/dist/common.js.map +0 -1
- package/backend/node_modules/data-uri-to-buffer/dist/index.d.ts +0 -8
- package/backend/node_modules/data-uri-to-buffer/dist/index.d.ts.map +0 -1
- package/backend/node_modules/data-uri-to-buffer/dist/index.js +0 -48
- package/backend/node_modules/data-uri-to-buffer/dist/index.js.map +0 -1
- package/backend/node_modules/data-uri-to-buffer/dist/node.d.ts +0 -8
- package/backend/node_modules/data-uri-to-buffer/dist/node.d.ts.map +0 -1
- package/backend/node_modules/data-uri-to-buffer/dist/node.js +0 -26
- package/backend/node_modules/data-uri-to-buffer/dist/node.js.map +0 -1
- package/backend/node_modules/data-uri-to-buffer/package.json +0 -48
- package/backend/node_modules/dayjs/.editorconfig +0 -7
- package/backend/node_modules/dayjs/CHANGELOG.md +0 -961
- package/backend/node_modules/dayjs/LICENSE +0 -21
- package/backend/node_modules/dayjs/README.md +0 -180
- package/backend/node_modules/dayjs/dayjs.min.js +0 -1
- package/backend/node_modules/dayjs/esm/constant.js +0 -25
- package/backend/node_modules/dayjs/esm/index.d.ts +0 -429
- package/backend/node_modules/dayjs/esm/index.js +0 -541
- package/backend/node_modules/dayjs/esm/locale/af.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/am.js +0 -40
- package/backend/node_modules/dayjs/esm/locale/ar-dz.js +0 -41
- package/backend/node_modules/dayjs/esm/locale/ar-iq.js +0 -42
- package/backend/node_modules/dayjs/esm/locale/ar-kw.js +0 -41
- package/backend/node_modules/dayjs/esm/locale/ar-ly.js +0 -27
- package/backend/node_modules/dayjs/esm/locale/ar-ma.js +0 -42
- package/backend/node_modules/dayjs/esm/locale/ar-sa.js +0 -41
- package/backend/node_modules/dayjs/esm/locale/ar-tn.js +0 -42
- package/backend/node_modules/dayjs/esm/locale/ar.js +0 -77
- package/backend/node_modules/dayjs/esm/locale/az.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/be.js +0 -24
- package/backend/node_modules/dayjs/esm/locale/bg.js +0 -55
- package/backend/node_modules/dayjs/esm/locale/bi.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/bm.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/bn-bd.js +0 -81
- package/backend/node_modules/dayjs/esm/locale/bn.js +0 -72
- package/backend/node_modules/dayjs/esm/locale/bo.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/br.js +0 -93
- package/backend/node_modules/dayjs/esm/locale/bs.js +0 -24
- package/backend/node_modules/dayjs/esm/locale/ca.js +0 -44
- package/backend/node_modules/dayjs/esm/locale/cs.js +0 -120
- package/backend/node_modules/dayjs/esm/locale/cv.js +0 -24
- package/backend/node_modules/dayjs/esm/locale/cy.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/da.js +0 -40
- package/backend/node_modules/dayjs/esm/locale/de-at.js +0 -63
- package/backend/node_modules/dayjs/esm/locale/de-ch.js +0 -63
- package/backend/node_modules/dayjs/esm/locale/de.js +0 -64
- package/backend/node_modules/dayjs/esm/locale/dv.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/el.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/en-au.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/en-ca.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/en-gb.js +0 -42
- package/backend/node_modules/dayjs/esm/locale/en-ie.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/en-il.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/en-in.js +0 -42
- package/backend/node_modules/dayjs/esm/locale/en-nz.js +0 -41
- package/backend/node_modules/dayjs/esm/locale/en-sg.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/en-tt.js +0 -42
- package/backend/node_modules/dayjs/esm/locale/en.js +0 -12
- package/backend/node_modules/dayjs/esm/locale/eo.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/es-do.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/es-mx.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/es-pr.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/es-us.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/es.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/et.js +0 -65
- package/backend/node_modules/dayjs/esm/locale/eu.js +0 -43
- package/backend/node_modules/dayjs/esm/locale/fa.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/fi.js +0 -88
- package/backend/node_modules/dayjs/esm/locale/fo.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/fr-ca.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/fr-ch.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/fr.js +0 -41
- package/backend/node_modules/dayjs/esm/locale/fy.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ga.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/gd.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/gl.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/gom-latn.js +0 -25
- package/backend/node_modules/dayjs/esm/locale/gu.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/he.js +0 -78
- package/backend/node_modules/dayjs/esm/locale/hi.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/hr.js +0 -53
- package/backend/node_modules/dayjs/esm/locale/ht.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/hu.js +0 -61
- package/backend/node_modules/dayjs/esm/locale/hy-am.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/id.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/index.d.ts +0 -11
- package/backend/node_modules/dayjs/esm/locale/is.js +0 -68
- package/backend/node_modules/dayjs/esm/locale/it-ch.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/it.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ja.js +0 -45
- package/backend/node_modules/dayjs/esm/locale/jv.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ka.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/kk.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/km.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/kn.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/ko.js +0 -45
- package/backend/node_modules/dayjs/esm/locale/ku.js +0 -77
- package/backend/node_modules/dayjs/esm/locale/ky.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/lb.js +0 -24
- package/backend/node_modules/dayjs/esm/locale/lo.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/lt.js +0 -70
- package/backend/node_modules/dayjs/esm/locale/lv.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/me.js +0 -24
- package/backend/node_modules/dayjs/esm/locale/mi.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/mk.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ml.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/mn.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/mr.js +0 -23
- package/backend/node_modules/dayjs/esm/locale/ms-my.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ms.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/mt.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/my.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/nb.js +0 -40
- package/backend/node_modules/dayjs/esm/locale/ne.js +0 -40
- package/backend/node_modules/dayjs/esm/locale/nl-be.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/nl.js +0 -40
- package/backend/node_modules/dayjs/esm/locale/nn.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/oc-lnc.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/pa-in.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/pl.js +0 -87
- package/backend/node_modules/dayjs/esm/locale/pt-br.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/pt.js +0 -40
- package/backend/node_modules/dayjs/esm/locale/rn.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ro.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ru.js +0 -99
- package/backend/node_modules/dayjs/esm/locale/rw.js +0 -35
- package/backend/node_modules/dayjs/esm/locale/sd.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/se.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/si.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/sk.js +0 -121
- package/backend/node_modules/dayjs/esm/locale/sl.js +0 -141
- package/backend/node_modules/dayjs/esm/locale/sq.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/sr-cyrl.js +0 -74
- package/backend/node_modules/dayjs/esm/locale/sr.js +0 -74
- package/backend/node_modules/dayjs/esm/locale/ss.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/sv-fi.js +0 -46
- package/backend/node_modules/dayjs/esm/locale/sv.js +0 -44
- package/backend/node_modules/dayjs/esm/locale/sw.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ta.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/te.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/tet.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/tg.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/th.js +0 -38
- package/backend/node_modules/dayjs/esm/locale/tk.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/tl-ph.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/tlh.js +0 -24
- package/backend/node_modules/dayjs/esm/locale/tr.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/types.d.ts +0 -33
- package/backend/node_modules/dayjs/esm/locale/tzl.js +0 -24
- package/backend/node_modules/dayjs/esm/locale/tzm-latn.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/tzm.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/ug-cn.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/uk.js +0 -77
- package/backend/node_modules/dayjs/esm/locale/ur.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/uz-latn.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/uz.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/vi.js +0 -43
- package/backend/node_modules/dayjs/esm/locale/x-pseudo.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/yo.js +0 -39
- package/backend/node_modules/dayjs/esm/locale/zh-cn.js +0 -67
- package/backend/node_modules/dayjs/esm/locale/zh-hk.js +0 -65
- package/backend/node_modules/dayjs/esm/locale/zh-tw.js +0 -65
- package/backend/node_modules/dayjs/esm/locale/zh.js +0 -67
- package/backend/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts +0 -4
- package/backend/node_modules/dayjs/esm/plugin/advancedFormat/index.js +0 -66
- package/backend/node_modules/dayjs/esm/plugin/arraySupport/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/arraySupport/index.js +0 -33
- package/backend/node_modules/dayjs/esm/plugin/badMutable/index.d.ts +0 -4
- package/backend/node_modules/dayjs/esm/plugin/badMutable/index.js +0 -61
- package/backend/node_modules/dayjs/esm/plugin/bigIntSupport/index.d.ts +0 -11
- package/backend/node_modules/dayjs/esm/plugin/bigIntSupport/index.js +0 -32
- package/backend/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts +0 -4
- package/backend/node_modules/dayjs/esm/plugin/buddhistEra/index.js +0 -21
- package/backend/node_modules/dayjs/esm/plugin/calendar/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/calendar/index.js +0 -32
- package/backend/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts +0 -8
- package/backend/node_modules/dayjs/esm/plugin/customParseFormat/index.js +0 -333
- package/backend/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts +0 -11
- package/backend/node_modules/dayjs/esm/plugin/dayOfYear/index.js +0 -9
- package/backend/node_modules/dayjs/esm/plugin/devHelper/index.d.ts +0 -4
- package/backend/node_modules/dayjs/esm/plugin/devHelper/index.js +0 -38
- package/backend/node_modules/dayjs/esm/plugin/duration/index.d.ts +0 -88
- package/backend/node_modules/dayjs/esm/plugin/duration/index.js +0 -356
- package/backend/node_modules/dayjs/esm/plugin/isBetween/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isBetween/index.js +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isLeapYear/index.js +0 -7
- package/backend/node_modules/dayjs/esm/plugin/isMoment/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isMoment/index.js +0 -5
- package/backend/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js +0 -5
- package/backend/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js +0 -5
- package/backend/node_modules/dayjs/esm/plugin/isToday/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isToday/index.js +0 -9
- package/backend/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isTomorrow/index.js +0 -9
- package/backend/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isYesterday/index.js +0 -9
- package/backend/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts +0 -27
- package/backend/node_modules/dayjs/esm/plugin/isoWeek/index.js +0 -57
- package/backend/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js +0 -15
- package/backend/node_modules/dayjs/esm/plugin/localeData/index.d.ts +0 -44
- package/backend/node_modules/dayjs/esm/plugin/localeData/index.js +0 -114
- package/backend/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts +0 -4
- package/backend/node_modules/dayjs/esm/plugin/localizedFormat/index.js +0 -20
- package/backend/node_modules/dayjs/esm/plugin/localizedFormat/utils.js +0 -20
- package/backend/node_modules/dayjs/esm/plugin/minMax/index.d.ts +0 -22
- package/backend/node_modules/dayjs/esm/plugin/minMax/index.js +0 -39
- package/backend/node_modules/dayjs/esm/plugin/negativeYear/index.d.ts +0 -4
- package/backend/node_modules/dayjs/esm/plugin/negativeYear/index.js +0 -36
- package/backend/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts +0 -48
- package/backend/node_modules/dayjs/esm/plugin/objectSupport/index.js +0 -97
- package/backend/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts +0 -44
- package/backend/node_modules/dayjs/esm/plugin/pluralGetSet/index.js +0 -7
- package/backend/node_modules/dayjs/esm/plugin/preParsePostFormat/index.d.ts +0 -4
- package/backend/node_modules/dayjs/esm/plugin/preParsePostFormat/index.js +0 -40
- package/backend/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts +0 -26
- package/backend/node_modules/dayjs/esm/plugin/quarterOfYear/index.js +0 -41
- package/backend/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts +0 -24
- package/backend/node_modules/dayjs/esm/plugin/relativeTime/index.js +0 -130
- package/backend/node_modules/dayjs/esm/plugin/timezone/index.d.ts +0 -20
- package/backend/node_modules/dayjs/esm/plugin/timezone/index.js +0 -198
- package/backend/node_modules/dayjs/esm/plugin/toArray/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/toArray/index.js +0 -7
- package/backend/node_modules/dayjs/esm/plugin/toObject/index.d.ts +0 -20
- package/backend/node_modules/dayjs/esm/plugin/toObject/index.js +0 -15
- package/backend/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts +0 -8
- package/backend/node_modules/dayjs/esm/plugin/updateLocale/index.js +0 -12
- package/backend/node_modules/dayjs/esm/plugin/utc/index.d.ts +0 -19
- package/backend/node_modules/dayjs/esm/plugin/utc/index.js +0 -188
- package/backend/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts +0 -12
- package/backend/node_modules/dayjs/esm/plugin/weekOfYear/index.js +0 -44
- package/backend/node_modules/dayjs/esm/plugin/weekYear/index.d.ts +0 -10
- package/backend/node_modules/dayjs/esm/plugin/weekYear/index.js +0 -19
- package/backend/node_modules/dayjs/esm/plugin/weekday/index.d.ts +0 -12
- package/backend/node_modules/dayjs/esm/plugin/weekday/index.js +0 -15
- package/backend/node_modules/dayjs/esm/utils.js +0 -58
- package/backend/node_modules/dayjs/index.d.ts +0 -429
- package/backend/node_modules/dayjs/locale/af.js +0 -1
- package/backend/node_modules/dayjs/locale/am.js +0 -1
- package/backend/node_modules/dayjs/locale/ar-dz.js +0 -1
- package/backend/node_modules/dayjs/locale/ar-iq.js +0 -1
- package/backend/node_modules/dayjs/locale/ar-kw.js +0 -1
- package/backend/node_modules/dayjs/locale/ar-ly.js +0 -1
- package/backend/node_modules/dayjs/locale/ar-ma.js +0 -1
- package/backend/node_modules/dayjs/locale/ar-sa.js +0 -1
- package/backend/node_modules/dayjs/locale/ar-tn.js +0 -1
- package/backend/node_modules/dayjs/locale/ar.js +0 -1
- package/backend/node_modules/dayjs/locale/az.js +0 -1
- package/backend/node_modules/dayjs/locale/be.js +0 -1
- package/backend/node_modules/dayjs/locale/bg.js +0 -1
- package/backend/node_modules/dayjs/locale/bi.js +0 -1
- package/backend/node_modules/dayjs/locale/bm.js +0 -1
- package/backend/node_modules/dayjs/locale/bn-bd.js +0 -1
- package/backend/node_modules/dayjs/locale/bn.js +0 -1
- package/backend/node_modules/dayjs/locale/bo.js +0 -1
- package/backend/node_modules/dayjs/locale/br.js +0 -1
- package/backend/node_modules/dayjs/locale/bs.js +0 -1
- package/backend/node_modules/dayjs/locale/ca.js +0 -1
- package/backend/node_modules/dayjs/locale/cs.js +0 -1
- package/backend/node_modules/dayjs/locale/cv.js +0 -1
- package/backend/node_modules/dayjs/locale/cy.js +0 -1
- package/backend/node_modules/dayjs/locale/da.js +0 -1
- package/backend/node_modules/dayjs/locale/de-at.js +0 -1
- package/backend/node_modules/dayjs/locale/de-ch.js +0 -1
- package/backend/node_modules/dayjs/locale/de.js +0 -1
- package/backend/node_modules/dayjs/locale/dv.js +0 -1
- package/backend/node_modules/dayjs/locale/el.js +0 -1
- package/backend/node_modules/dayjs/locale/en-au.js +0 -1
- package/backend/node_modules/dayjs/locale/en-ca.js +0 -1
- package/backend/node_modules/dayjs/locale/en-gb.js +0 -1
- package/backend/node_modules/dayjs/locale/en-ie.js +0 -1
- package/backend/node_modules/dayjs/locale/en-il.js +0 -1
- package/backend/node_modules/dayjs/locale/en-in.js +0 -1
- package/backend/node_modules/dayjs/locale/en-nz.js +0 -1
- package/backend/node_modules/dayjs/locale/en-sg.js +0 -1
- package/backend/node_modules/dayjs/locale/en-tt.js +0 -1
- package/backend/node_modules/dayjs/locale/en.js +0 -1
- package/backend/node_modules/dayjs/locale/eo.js +0 -1
- package/backend/node_modules/dayjs/locale/es-do.js +0 -1
- package/backend/node_modules/dayjs/locale/es-mx.js +0 -1
- package/backend/node_modules/dayjs/locale/es-pr.js +0 -1
- package/backend/node_modules/dayjs/locale/es-us.js +0 -1
- package/backend/node_modules/dayjs/locale/es.js +0 -1
- package/backend/node_modules/dayjs/locale/et.js +0 -1
- package/backend/node_modules/dayjs/locale/eu.js +0 -1
- package/backend/node_modules/dayjs/locale/fa.js +0 -1
- package/backend/node_modules/dayjs/locale/fi.js +0 -1
- package/backend/node_modules/dayjs/locale/fo.js +0 -1
- package/backend/node_modules/dayjs/locale/fr-ca.js +0 -1
- package/backend/node_modules/dayjs/locale/fr-ch.js +0 -1
- package/backend/node_modules/dayjs/locale/fr.js +0 -1
- package/backend/node_modules/dayjs/locale/fy.js +0 -1
- package/backend/node_modules/dayjs/locale/ga.js +0 -1
- package/backend/node_modules/dayjs/locale/gd.js +0 -1
- package/backend/node_modules/dayjs/locale/gl.js +0 -1
- package/backend/node_modules/dayjs/locale/gom-latn.js +0 -1
- package/backend/node_modules/dayjs/locale/gu.js +0 -1
- package/backend/node_modules/dayjs/locale/he.js +0 -1
- package/backend/node_modules/dayjs/locale/hi.js +0 -1
- package/backend/node_modules/dayjs/locale/hr.js +0 -1
- package/backend/node_modules/dayjs/locale/ht.js +0 -1
- package/backend/node_modules/dayjs/locale/hu.js +0 -1
- package/backend/node_modules/dayjs/locale/hy-am.js +0 -1
- package/backend/node_modules/dayjs/locale/id.js +0 -1
- package/backend/node_modules/dayjs/locale/index.d.ts +0 -11
- package/backend/node_modules/dayjs/locale/is.js +0 -1
- package/backend/node_modules/dayjs/locale/it-ch.js +0 -1
- package/backend/node_modules/dayjs/locale/it.js +0 -1
- package/backend/node_modules/dayjs/locale/ja.js +0 -1
- package/backend/node_modules/dayjs/locale/jv.js +0 -1
- package/backend/node_modules/dayjs/locale/ka.js +0 -1
- package/backend/node_modules/dayjs/locale/kk.js +0 -1
- package/backend/node_modules/dayjs/locale/km.js +0 -1
- package/backend/node_modules/dayjs/locale/kn.js +0 -1
- package/backend/node_modules/dayjs/locale/ko.js +0 -1
- package/backend/node_modules/dayjs/locale/ku.js +0 -1
- package/backend/node_modules/dayjs/locale/ky.js +0 -1
- package/backend/node_modules/dayjs/locale/lb.js +0 -1
- package/backend/node_modules/dayjs/locale/lo.js +0 -1
- package/backend/node_modules/dayjs/locale/lt.js +0 -1
- package/backend/node_modules/dayjs/locale/lv.js +0 -1
- package/backend/node_modules/dayjs/locale/me.js +0 -1
- package/backend/node_modules/dayjs/locale/mi.js +0 -1
- package/backend/node_modules/dayjs/locale/mk.js +0 -1
- package/backend/node_modules/dayjs/locale/ml.js +0 -1
- package/backend/node_modules/dayjs/locale/mn.js +0 -1
- package/backend/node_modules/dayjs/locale/mr.js +0 -1
- package/backend/node_modules/dayjs/locale/ms-my.js +0 -1
- package/backend/node_modules/dayjs/locale/ms.js +0 -1
- package/backend/node_modules/dayjs/locale/mt.js +0 -1
- package/backend/node_modules/dayjs/locale/my.js +0 -1
- package/backend/node_modules/dayjs/locale/nb.js +0 -1
- package/backend/node_modules/dayjs/locale/ne.js +0 -1
- package/backend/node_modules/dayjs/locale/nl-be.js +0 -1
- package/backend/node_modules/dayjs/locale/nl.js +0 -1
- package/backend/node_modules/dayjs/locale/nn.js +0 -1
- package/backend/node_modules/dayjs/locale/oc-lnc.js +0 -1
- package/backend/node_modules/dayjs/locale/pa-in.js +0 -1
- package/backend/node_modules/dayjs/locale/pl.js +0 -1
- package/backend/node_modules/dayjs/locale/pt-br.js +0 -1
- package/backend/node_modules/dayjs/locale/pt.js +0 -1
- package/backend/node_modules/dayjs/locale/rn.js +0 -1
- package/backend/node_modules/dayjs/locale/ro.js +0 -1
- package/backend/node_modules/dayjs/locale/ru.js +0 -1
- package/backend/node_modules/dayjs/locale/rw.js +0 -1
- package/backend/node_modules/dayjs/locale/sd.js +0 -1
- package/backend/node_modules/dayjs/locale/se.js +0 -1
- package/backend/node_modules/dayjs/locale/si.js +0 -1
- package/backend/node_modules/dayjs/locale/sk.js +0 -1
- package/backend/node_modules/dayjs/locale/sl.js +0 -1
- package/backend/node_modules/dayjs/locale/sq.js +0 -1
- package/backend/node_modules/dayjs/locale/sr-cyrl.js +0 -1
- package/backend/node_modules/dayjs/locale/sr.js +0 -1
- package/backend/node_modules/dayjs/locale/ss.js +0 -1
- package/backend/node_modules/dayjs/locale/sv-fi.js +0 -1
- package/backend/node_modules/dayjs/locale/sv.js +0 -1
- package/backend/node_modules/dayjs/locale/sw.js +0 -1
- package/backend/node_modules/dayjs/locale/ta.js +0 -1
- package/backend/node_modules/dayjs/locale/te.js +0 -1
- package/backend/node_modules/dayjs/locale/tet.js +0 -1
- package/backend/node_modules/dayjs/locale/tg.js +0 -1
- package/backend/node_modules/dayjs/locale/th.js +0 -1
- package/backend/node_modules/dayjs/locale/tk.js +0 -1
- package/backend/node_modules/dayjs/locale/tl-ph.js +0 -1
- package/backend/node_modules/dayjs/locale/tlh.js +0 -1
- package/backend/node_modules/dayjs/locale/tr.js +0 -1
- package/backend/node_modules/dayjs/locale/types.d.ts +0 -33
- package/backend/node_modules/dayjs/locale/tzl.js +0 -1
- package/backend/node_modules/dayjs/locale/tzm-latn.js +0 -1
- package/backend/node_modules/dayjs/locale/tzm.js +0 -1
- package/backend/node_modules/dayjs/locale/ug-cn.js +0 -1
- package/backend/node_modules/dayjs/locale/uk.js +0 -1
- package/backend/node_modules/dayjs/locale/ur.js +0 -1
- package/backend/node_modules/dayjs/locale/uz-latn.js +0 -1
- package/backend/node_modules/dayjs/locale/uz.js +0 -1
- package/backend/node_modules/dayjs/locale/vi.js +0 -1
- package/backend/node_modules/dayjs/locale/x-pseudo.js +0 -1
- package/backend/node_modules/dayjs/locale/yo.js +0 -1
- package/backend/node_modules/dayjs/locale/zh-cn.js +0 -1
- package/backend/node_modules/dayjs/locale/zh-hk.js +0 -1
- package/backend/node_modules/dayjs/locale/zh-tw.js +0 -1
- package/backend/node_modules/dayjs/locale/zh.js +0 -1
- package/backend/node_modules/dayjs/locale.json +0 -1
- package/backend/node_modules/dayjs/package.json +0 -84
- package/backend/node_modules/dayjs/plugin/advancedFormat.d.ts +0 -4
- package/backend/node_modules/dayjs/plugin/advancedFormat.js +0 -1
- package/backend/node_modules/dayjs/plugin/arraySupport.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/arraySupport.js +0 -1
- package/backend/node_modules/dayjs/plugin/badMutable.d.ts +0 -4
- package/backend/node_modules/dayjs/plugin/badMutable.js +0 -1
- package/backend/node_modules/dayjs/plugin/bigIntSupport.d.ts +0 -11
- package/backend/node_modules/dayjs/plugin/bigIntSupport.js +0 -1
- package/backend/node_modules/dayjs/plugin/buddhistEra.d.ts +0 -4
- package/backend/node_modules/dayjs/plugin/buddhistEra.js +0 -1
- package/backend/node_modules/dayjs/plugin/calendar.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/calendar.js +0 -1
- package/backend/node_modules/dayjs/plugin/customParseFormat.d.ts +0 -8
- package/backend/node_modules/dayjs/plugin/customParseFormat.js +0 -1
- package/backend/node_modules/dayjs/plugin/dayOfYear.d.ts +0 -11
- package/backend/node_modules/dayjs/plugin/dayOfYear.js +0 -1
- package/backend/node_modules/dayjs/plugin/devHelper.d.ts +0 -4
- package/backend/node_modules/dayjs/plugin/devHelper.js +0 -1
- package/backend/node_modules/dayjs/plugin/duration.d.ts +0 -88
- package/backend/node_modules/dayjs/plugin/duration.js +0 -1
- package/backend/node_modules/dayjs/plugin/isBetween.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isBetween.js +0 -1
- package/backend/node_modules/dayjs/plugin/isLeapYear.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isLeapYear.js +0 -1
- package/backend/node_modules/dayjs/plugin/isMoment.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isMoment.js +0 -1
- package/backend/node_modules/dayjs/plugin/isSameOrAfter.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isSameOrAfter.js +0 -1
- package/backend/node_modules/dayjs/plugin/isSameOrBefore.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isSameOrBefore.js +0 -1
- package/backend/node_modules/dayjs/plugin/isToday.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isToday.js +0 -1
- package/backend/node_modules/dayjs/plugin/isTomorrow.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isTomorrow.js +0 -1
- package/backend/node_modules/dayjs/plugin/isYesterday.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isYesterday.js +0 -1
- package/backend/node_modules/dayjs/plugin/isoWeek.d.ts +0 -27
- package/backend/node_modules/dayjs/plugin/isoWeek.js +0 -1
- package/backend/node_modules/dayjs/plugin/isoWeeksInYear.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/isoWeeksInYear.js +0 -1
- package/backend/node_modules/dayjs/plugin/localeData.d.ts +0 -44
- package/backend/node_modules/dayjs/plugin/localeData.js +0 -1
- package/backend/node_modules/dayjs/plugin/localizedFormat.d.ts +0 -4
- package/backend/node_modules/dayjs/plugin/localizedFormat.js +0 -1
- package/backend/node_modules/dayjs/plugin/minMax.d.ts +0 -22
- package/backend/node_modules/dayjs/plugin/minMax.js +0 -1
- package/backend/node_modules/dayjs/plugin/negativeYear.d.ts +0 -4
- package/backend/node_modules/dayjs/plugin/negativeYear.js +0 -1
- package/backend/node_modules/dayjs/plugin/objectSupport.d.ts +0 -48
- package/backend/node_modules/dayjs/plugin/objectSupport.js +0 -1
- package/backend/node_modules/dayjs/plugin/pluralGetSet.d.ts +0 -44
- package/backend/node_modules/dayjs/plugin/pluralGetSet.js +0 -1
- package/backend/node_modules/dayjs/plugin/preParsePostFormat.d.ts +0 -4
- package/backend/node_modules/dayjs/plugin/preParsePostFormat.js +0 -1
- package/backend/node_modules/dayjs/plugin/quarterOfYear.d.ts +0 -26
- package/backend/node_modules/dayjs/plugin/quarterOfYear.js +0 -1
- package/backend/node_modules/dayjs/plugin/relativeTime.d.ts +0 -24
- package/backend/node_modules/dayjs/plugin/relativeTime.js +0 -1
- package/backend/node_modules/dayjs/plugin/timezone.d.ts +0 -20
- package/backend/node_modules/dayjs/plugin/timezone.js +0 -1
- package/backend/node_modules/dayjs/plugin/toArray.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/toArray.js +0 -1
- package/backend/node_modules/dayjs/plugin/toObject.d.ts +0 -20
- package/backend/node_modules/dayjs/plugin/toObject.js +0 -1
- package/backend/node_modules/dayjs/plugin/updateLocale.d.ts +0 -8
- package/backend/node_modules/dayjs/plugin/updateLocale.js +0 -1
- package/backend/node_modules/dayjs/plugin/utc.d.ts +0 -19
- package/backend/node_modules/dayjs/plugin/utc.js +0 -1
- package/backend/node_modules/dayjs/plugin/weekOfYear.d.ts +0 -12
- package/backend/node_modules/dayjs/plugin/weekOfYear.js +0 -1
- package/backend/node_modules/dayjs/plugin/weekYear.d.ts +0 -10
- package/backend/node_modules/dayjs/plugin/weekYear.js +0 -1
- package/backend/node_modules/dayjs/plugin/weekday.d.ts +0 -12
- package/backend/node_modules/dayjs/plugin/weekday.js +0 -1
- package/backend/node_modules/debug/LICENSE +0 -20
- package/backend/node_modules/debug/README.md +0 -481
- package/backend/node_modules/debug/package.json +0 -64
- package/backend/node_modules/debug/src/browser.js +0 -272
- package/backend/node_modules/debug/src/common.js +0 -292
- package/backend/node_modules/debug/src/index.js +0 -10
- package/backend/node_modules/debug/src/node.js +0 -263
- package/backend/node_modules/degenerator/README.md +0 -117
- package/backend/node_modules/degenerator/dist/compile.d.ts +0 -11
- package/backend/node_modules/degenerator/dist/compile.d.ts.map +0 -1
- package/backend/node_modules/degenerator/dist/compile.js +0 -107
- package/backend/node_modules/degenerator/dist/compile.js.map +0 -1
- package/backend/node_modules/degenerator/dist/degenerator.d.ts +0 -12
- package/backend/node_modules/degenerator/dist/degenerator.d.ts.map +0 -1
- package/backend/node_modules/degenerator/dist/degenerator.js +0 -156
- package/backend/node_modules/degenerator/dist/degenerator.js.map +0 -1
- package/backend/node_modules/degenerator/dist/index.d.ts +0 -3
- package/backend/node_modules/degenerator/dist/index.d.ts.map +0 -1
- package/backend/node_modules/degenerator/dist/index.js +0 -19
- package/backend/node_modules/degenerator/dist/index.js.map +0 -1
- package/backend/node_modules/degenerator/package.json +0 -42
- package/backend/node_modules/depd/History.md +0 -103
- package/backend/node_modules/depd/LICENSE +0 -22
- package/backend/node_modules/depd/Readme.md +0 -280
- package/backend/node_modules/depd/index.js +0 -538
- package/backend/node_modules/depd/lib/browser/index.js +0 -77
- package/backend/node_modules/depd/package.json +0 -45
- package/backend/node_modules/dotenv/CHANGELOG.md +0 -621
- package/backend/node_modules/dotenv/LICENSE +0 -23
- package/backend/node_modules/dotenv/README-es.md +0 -774
- package/backend/node_modules/dotenv/README.md +0 -774
- package/backend/node_modules/dotenv/SECURITY.md +0 -1
- package/backend/node_modules/dotenv/config.d.ts +0 -1
- package/backend/node_modules/dotenv/config.js +0 -9
- package/backend/node_modules/dotenv/lib/cli-options.js +0 -17
- package/backend/node_modules/dotenv/lib/env-options.js +0 -28
- package/backend/node_modules/dotenv/lib/main.d.ts +0 -179
- package/backend/node_modules/dotenv/lib/main.js +0 -431
- package/backend/node_modules/dotenv/package.json +0 -62
- package/backend/node_modules/dunder-proto/.eslintrc +0 -5
- package/backend/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
- package/backend/node_modules/dunder-proto/.nycrc +0 -13
- package/backend/node_modules/dunder-proto/CHANGELOG.md +0 -24
- package/backend/node_modules/dunder-proto/LICENSE +0 -21
- package/backend/node_modules/dunder-proto/README.md +0 -54
- package/backend/node_modules/dunder-proto/get.d.ts +0 -5
- package/backend/node_modules/dunder-proto/get.js +0 -30
- package/backend/node_modules/dunder-proto/package.json +0 -76
- package/backend/node_modules/dunder-proto/set.d.ts +0 -5
- package/backend/node_modules/dunder-proto/set.js +0 -35
- package/backend/node_modules/dunder-proto/test/get.js +0 -34
- package/backend/node_modules/dunder-proto/test/index.js +0 -4
- package/backend/node_modules/dunder-proto/test/set.js +0 -50
- package/backend/node_modules/dunder-proto/tsconfig.json +0 -9
- package/backend/node_modules/ecdsa-sig-formatter/CODEOWNERS +0 -1
- package/backend/node_modules/ecdsa-sig-formatter/LICENSE +0 -201
- package/backend/node_modules/ecdsa-sig-formatter/README.md +0 -65
- package/backend/node_modules/ecdsa-sig-formatter/package.json +0 -46
- package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +0 -17
- package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -187
- package/backend/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -23
- package/backend/node_modules/ee-first/LICENSE +0 -22
- package/backend/node_modules/ee-first/README.md +0 -80
- package/backend/node_modules/ee-first/index.js +0 -95
- package/backend/node_modules/ee-first/package.json +0 -29
- package/backend/node_modules/encodeurl/LICENSE +0 -22
- package/backend/node_modules/encodeurl/README.md +0 -109
- package/backend/node_modules/encodeurl/index.js +0 -60
- package/backend/node_modules/encodeurl/package.json +0 -40
- package/backend/node_modules/engine.io/LICENSE +0 -19
- package/backend/node_modules/engine.io/README.md +0 -603
- package/backend/node_modules/engine.io/build/contrib/types.cookie.d.ts +0 -113
- package/backend/node_modules/engine.io/build/contrib/types.cookie.js +0 -6
- package/backend/node_modules/engine.io/build/engine.io.d.ts +0 -27
- package/backend/node_modules/engine.io/build/engine.io.js +0 -54
- package/backend/node_modules/engine.io/build/parser-v3/index.d.ts +0 -88
- package/backend/node_modules/engine.io/build/parser-v3/index.js +0 -424
- package/backend/node_modules/engine.io/build/parser-v3/utf8.d.ts +0 -14
- package/backend/node_modules/engine.io/build/parser-v3/utf8.js +0 -187
- package/backend/node_modules/engine.io/build/server.d.ts +0 -272
- package/backend/node_modules/engine.io/build/server.js +0 -787
- package/backend/node_modules/engine.io/build/socket.d.ts +0 -180
- package/backend/node_modules/engine.io/build/socket.js +0 -460
- package/backend/node_modules/engine.io/build/transport.d.ts +0 -135
- package/backend/node_modules/engine.io/build/transport.js +0 -121
- package/backend/node_modules/engine.io/build/transports/index.d.ts +0 -17
- package/backend/node_modules/engine.io/build/transports/index.js +0 -23
- package/backend/node_modules/engine.io/build/transports/polling-jsonp.d.ts +0 -12
- package/backend/node_modules/engine.io/build/transports/polling-jsonp.js +0 -41
- package/backend/node_modules/engine.io/build/transports/polling.d.ts +0 -87
- package/backend/node_modules/engine.io/build/transports/polling.js +0 -332
- package/backend/node_modules/engine.io/build/transports/websocket.d.ts +0 -33
- package/backend/node_modules/engine.io/build/transports/websocket.js +0 -93
- package/backend/node_modules/engine.io/build/transports/webtransport.d.ts +0 -12
- package/backend/node_modules/engine.io/build/transports/webtransport.js +0 -63
- package/backend/node_modules/engine.io/build/transports-uws/index.d.ts +0 -7
- package/backend/node_modules/engine.io/build/transports-uws/index.js +0 -8
- package/backend/node_modules/engine.io/build/transports-uws/polling.d.ts +0 -99
- package/backend/node_modules/engine.io/build/transports-uws/polling.js +0 -364
- package/backend/node_modules/engine.io/build/transports-uws/websocket.d.ts +0 -32
- package/backend/node_modules/engine.io/build/transports-uws/websocket.js +0 -73
- package/backend/node_modules/engine.io/build/userver.d.ts +0 -43
- package/backend/node_modules/engine.io/build/userver.js +0 -280
- package/backend/node_modules/engine.io/node_modules/accepts/HISTORY.md +0 -243
- package/backend/node_modules/engine.io/node_modules/accepts/LICENSE +0 -23
- package/backend/node_modules/engine.io/node_modules/accepts/README.md +0 -140
- package/backend/node_modules/engine.io/node_modules/accepts/index.js +0 -238
- package/backend/node_modules/engine.io/node_modules/accepts/package.json +0 -47
- package/backend/node_modules/engine.io/node_modules/mime-db/HISTORY.md +0 -507
- package/backend/node_modules/engine.io/node_modules/mime-db/LICENSE +0 -23
- package/backend/node_modules/engine.io/node_modules/mime-db/README.md +0 -100
- package/backend/node_modules/engine.io/node_modules/mime-db/db.json +0 -8519
- package/backend/node_modules/engine.io/node_modules/mime-db/index.js +0 -12
- package/backend/node_modules/engine.io/node_modules/mime-db/package.json +0 -60
- package/backend/node_modules/engine.io/node_modules/mime-types/HISTORY.md +0 -397
- package/backend/node_modules/engine.io/node_modules/mime-types/LICENSE +0 -23
- package/backend/node_modules/engine.io/node_modules/mime-types/README.md +0 -113
- package/backend/node_modules/engine.io/node_modules/mime-types/index.js +0 -188
- package/backend/node_modules/engine.io/node_modules/mime-types/package.json +0 -44
- package/backend/node_modules/engine.io/node_modules/negotiator/HISTORY.md +0 -108
- package/backend/node_modules/engine.io/node_modules/negotiator/LICENSE +0 -24
- package/backend/node_modules/engine.io/node_modules/negotiator/README.md +0 -203
- package/backend/node_modules/engine.io/node_modules/negotiator/index.js +0 -82
- package/backend/node_modules/engine.io/node_modules/negotiator/lib/charset.js +0 -169
- package/backend/node_modules/engine.io/node_modules/negotiator/lib/encoding.js +0 -184
- package/backend/node_modules/engine.io/node_modules/negotiator/lib/language.js +0 -179
- package/backend/node_modules/engine.io/node_modules/negotiator/lib/mediaType.js +0 -294
- package/backend/node_modules/engine.io/node_modules/negotiator/package.json +0 -42
- package/backend/node_modules/engine.io/node_modules/ws/LICENSE +0 -20
- package/backend/node_modules/engine.io/node_modules/ws/README.md +0 -548
- package/backend/node_modules/engine.io/node_modules/ws/browser.js +0 -8
- package/backend/node_modules/engine.io/node_modules/ws/index.js +0 -13
- package/backend/node_modules/engine.io/node_modules/ws/lib/buffer-util.js +0 -131
- package/backend/node_modules/engine.io/node_modules/ws/lib/constants.js +0 -18
- package/backend/node_modules/engine.io/node_modules/ws/lib/event-target.js +0 -292
- package/backend/node_modules/engine.io/node_modules/ws/lib/extension.js +0 -203
- package/backend/node_modules/engine.io/node_modules/ws/lib/limiter.js +0 -55
- package/backend/node_modules/engine.io/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/backend/node_modules/engine.io/node_modules/ws/lib/receiver.js +0 -706
- package/backend/node_modules/engine.io/node_modules/ws/lib/sender.js +0 -602
- package/backend/node_modules/engine.io/node_modules/ws/lib/stream.js +0 -161
- package/backend/node_modules/engine.io/node_modules/ws/lib/subprotocol.js +0 -62
- package/backend/node_modules/engine.io/node_modules/ws/lib/validation.js +0 -152
- package/backend/node_modules/engine.io/node_modules/ws/lib/websocket-server.js +0 -550
- package/backend/node_modules/engine.io/node_modules/ws/lib/websocket.js +0 -1388
- package/backend/node_modules/engine.io/node_modules/ws/package.json +0 -69
- package/backend/node_modules/engine.io/node_modules/ws/wrapper.mjs +0 -8
- package/backend/node_modules/engine.io/package.json +0 -70
- package/backend/node_modules/engine.io/wrapper.mjs +0 -10
- package/backend/node_modules/engine.io-parser/LICENSE +0 -22
- package/backend/node_modules/engine.io-parser/Readme.md +0 -158
- package/backend/node_modules/engine.io-parser/build/cjs/commons.d.ts +0 -14
- package/backend/node_modules/engine.io-parser/build/cjs/commons.js +0 -19
- package/backend/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts +0 -2
- package/backend/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +0 -48
- package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts +0 -2
- package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +0 -66
- package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts +0 -2
- package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.js +0 -59
- package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts +0 -4
- package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +0 -72
- package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts +0 -3
- package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.js +0 -38
- package/backend/node_modules/engine.io-parser/build/cjs/index.d.ts +0 -9
- package/backend/node_modules/engine.io-parser/build/cjs/index.js +0 -164
- package/backend/node_modules/engine.io-parser/build/cjs/package.json +0 -8
- package/backend/node_modules/engine.io-parser/build/esm/commons.d.ts +0 -14
- package/backend/node_modules/engine.io-parser/build/esm/commons.js +0 -14
- package/backend/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +0 -2
- package/backend/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +0 -43
- package/backend/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +0 -2
- package/backend/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +0 -62
- package/backend/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +0 -2
- package/backend/node_modules/engine.io-parser/build/esm/decodePacket.js +0 -55
- package/backend/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +0 -4
- package/backend/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +0 -68
- package/backend/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +0 -3
- package/backend/node_modules/engine.io-parser/build/esm/encodePacket.js +0 -33
- package/backend/node_modules/engine.io-parser/build/esm/index.d.ts +0 -9
- package/backend/node_modules/engine.io-parser/build/esm/index.js +0 -156
- package/backend/node_modules/engine.io-parser/build/esm/package.json +0 -8
- package/backend/node_modules/engine.io-parser/package.json +0 -46
- package/backend/node_modules/enquirer/CHANGELOG.md +0 -135
- package/backend/node_modules/enquirer/LICENSE +0 -21
- package/backend/node_modules/enquirer/README.md +0 -1752
- package/backend/node_modules/enquirer/index.d.ts +0 -151
- package/backend/node_modules/enquirer/index.js +0 -250
- package/backend/node_modules/enquirer/lib/ansi.js +0 -116
- package/backend/node_modules/enquirer/lib/combos.js +0 -75
- package/backend/node_modules/enquirer/lib/completer.js +0 -52
- package/backend/node_modules/enquirer/lib/interpolate.js +0 -266
- package/backend/node_modules/enquirer/lib/keypress.js +0 -243
- package/backend/node_modules/enquirer/lib/placeholder.js +0 -63
- package/backend/node_modules/enquirer/lib/prompt.js +0 -485
- package/backend/node_modules/enquirer/lib/prompts/autocomplete.js +0 -113
- package/backend/node_modules/enquirer/lib/prompts/basicauth.js +0 -41
- package/backend/node_modules/enquirer/lib/prompts/confirm.js +0 -13
- package/backend/node_modules/enquirer/lib/prompts/editable.js +0 -136
- package/backend/node_modules/enquirer/lib/prompts/form.js +0 -196
- package/backend/node_modules/enquirer/lib/prompts/index.js +0 -28
- package/backend/node_modules/enquirer/lib/prompts/input.js +0 -55
- package/backend/node_modules/enquirer/lib/prompts/invisible.js +0 -11
- package/backend/node_modules/enquirer/lib/prompts/list.js +0 -36
- package/backend/node_modules/enquirer/lib/prompts/multiselect.js +0 -11
- package/backend/node_modules/enquirer/lib/prompts/numeral.js +0 -1
- package/backend/node_modules/enquirer/lib/prompts/password.js +0 -18
- package/backend/node_modules/enquirer/lib/prompts/quiz.js +0 -37
- package/backend/node_modules/enquirer/lib/prompts/scale.js +0 -237
- package/backend/node_modules/enquirer/lib/prompts/select.js +0 -139
- package/backend/node_modules/enquirer/lib/prompts/snippet.js +0 -185
- package/backend/node_modules/enquirer/lib/prompts/sort.js +0 -37
- package/backend/node_modules/enquirer/lib/prompts/survey.js +0 -163
- package/backend/node_modules/enquirer/lib/prompts/text.js +0 -1
- package/backend/node_modules/enquirer/lib/prompts/toggle.js +0 -109
- package/backend/node_modules/enquirer/lib/render.js +0 -33
- package/backend/node_modules/enquirer/lib/roles.js +0 -46
- package/backend/node_modules/enquirer/lib/state.js +0 -69
- package/backend/node_modules/enquirer/lib/styles.js +0 -144
- package/backend/node_modules/enquirer/lib/symbols.js +0 -66
- package/backend/node_modules/enquirer/lib/theme.js +0 -11
- package/backend/node_modules/enquirer/lib/timer.js +0 -38
- package/backend/node_modules/enquirer/lib/types/array.js +0 -658
- package/backend/node_modules/enquirer/lib/types/auth.js +0 -29
- package/backend/node_modules/enquirer/lib/types/boolean.js +0 -88
- package/backend/node_modules/enquirer/lib/types/index.js +0 -7
- package/backend/node_modules/enquirer/lib/types/number.js +0 -86
- package/backend/node_modules/enquirer/lib/types/string.js +0 -185
- package/backend/node_modules/enquirer/lib/utils.js +0 -268
- package/backend/node_modules/enquirer/package.json +0 -111
- package/backend/node_modules/es-define-property/.eslintrc +0 -13
- package/backend/node_modules/es-define-property/.github/FUNDING.yml +0 -12
- package/backend/node_modules/es-define-property/.nycrc +0 -9
- package/backend/node_modules/es-define-property/CHANGELOG.md +0 -29
- package/backend/node_modules/es-define-property/LICENSE +0 -21
- package/backend/node_modules/es-define-property/README.md +0 -49
- package/backend/node_modules/es-define-property/index.d.ts +0 -3
- package/backend/node_modules/es-define-property/index.js +0 -14
- package/backend/node_modules/es-define-property/package.json +0 -81
- package/backend/node_modules/es-define-property/test/index.js +0 -56
- package/backend/node_modules/es-define-property/tsconfig.json +0 -10
- package/backend/node_modules/es-errors/.eslintrc +0 -5
- package/backend/node_modules/es-errors/.github/FUNDING.yml +0 -12
- package/backend/node_modules/es-errors/CHANGELOG.md +0 -40
- package/backend/node_modules/es-errors/LICENSE +0 -21
- package/backend/node_modules/es-errors/README.md +0 -55
- package/backend/node_modules/es-errors/eval.d.ts +0 -3
- package/backend/node_modules/es-errors/eval.js +0 -4
- package/backend/node_modules/es-errors/index.d.ts +0 -3
- package/backend/node_modules/es-errors/index.js +0 -4
- package/backend/node_modules/es-errors/package.json +0 -80
- package/backend/node_modules/es-errors/range.d.ts +0 -3
- package/backend/node_modules/es-errors/range.js +0 -4
- package/backend/node_modules/es-errors/ref.d.ts +0 -3
- package/backend/node_modules/es-errors/ref.js +0 -4
- package/backend/node_modules/es-errors/syntax.d.ts +0 -3
- package/backend/node_modules/es-errors/syntax.js +0 -4
- package/backend/node_modules/es-errors/test/index.js +0 -19
- package/backend/node_modules/es-errors/tsconfig.json +0 -49
- package/backend/node_modules/es-errors/type.d.ts +0 -3
- package/backend/node_modules/es-errors/type.js +0 -4
- package/backend/node_modules/es-errors/uri.d.ts +0 -3
- package/backend/node_modules/es-errors/uri.js +0 -4
- package/backend/node_modules/es-object-atoms/.eslintrc +0 -16
- package/backend/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
- package/backend/node_modules/es-object-atoms/CHANGELOG.md +0 -37
- package/backend/node_modules/es-object-atoms/LICENSE +0 -21
- package/backend/node_modules/es-object-atoms/README.md +0 -63
- package/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
- package/backend/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
- package/backend/node_modules/es-object-atoms/ToObject.d.ts +0 -7
- package/backend/node_modules/es-object-atoms/ToObject.js +0 -10
- package/backend/node_modules/es-object-atoms/index.d.ts +0 -3
- package/backend/node_modules/es-object-atoms/index.js +0 -4
- package/backend/node_modules/es-object-atoms/isObject.d.ts +0 -3
- package/backend/node_modules/es-object-atoms/isObject.js +0 -6
- package/backend/node_modules/es-object-atoms/package.json +0 -80
- package/backend/node_modules/es-object-atoms/test/index.js +0 -38
- package/backend/node_modules/es-object-atoms/tsconfig.json +0 -6
- package/backend/node_modules/escape-html/LICENSE +0 -24
- package/backend/node_modules/escape-html/Readme.md +0 -43
- package/backend/node_modules/escape-html/index.js +0 -78
- package/backend/node_modules/escape-html/package.json +0 -24
- package/backend/node_modules/escape-string-regexp/index.d.ts +0 -18
- package/backend/node_modules/escape-string-regexp/index.js +0 -13
- package/backend/node_modules/escape-string-regexp/license +0 -9
- package/backend/node_modules/escape-string-regexp/package.json +0 -38
- package/backend/node_modules/escape-string-regexp/readme.md +0 -34
- package/backend/node_modules/escodegen/LICENSE.BSD +0 -21
- package/backend/node_modules/escodegen/README.md +0 -84
- package/backend/node_modules/escodegen/bin/escodegen.js +0 -77
- package/backend/node_modules/escodegen/bin/esgenerate.js +0 -64
- package/backend/node_modules/escodegen/escodegen.js +0 -2667
- package/backend/node_modules/escodegen/package.json +0 -63
- package/backend/node_modules/esprima/ChangeLog +0 -235
- package/backend/node_modules/esprima/LICENSE.BSD +0 -21
- package/backend/node_modules/esprima/README.md +0 -46
- package/backend/node_modules/esprima/bin/esparse.js +0 -139
- package/backend/node_modules/esprima/bin/esvalidate.js +0 -236
- package/backend/node_modules/esprima/dist/esprima.js +0 -6709
- package/backend/node_modules/esprima/package.json +0 -112
- package/backend/node_modules/estraverse/.jshintrc +0 -16
- package/backend/node_modules/estraverse/LICENSE.BSD +0 -19
- package/backend/node_modules/estraverse/README.md +0 -153
- package/backend/node_modules/estraverse/estraverse.js +0 -805
- package/backend/node_modules/estraverse/gulpfile.js +0 -70
- package/backend/node_modules/estraverse/package.json +0 -40
- package/backend/node_modules/esutils/LICENSE.BSD +0 -19
- package/backend/node_modules/esutils/README.md +0 -174
- package/backend/node_modules/esutils/lib/ast.js +0 -144
- package/backend/node_modules/esutils/lib/code.js +0 -135
- package/backend/node_modules/esutils/lib/keyword.js +0 -165
- package/backend/node_modules/esutils/lib/utils.js +0 -33
- package/backend/node_modules/esutils/package.json +0 -44
- package/backend/node_modules/etag/HISTORY.md +0 -83
- package/backend/node_modules/etag/LICENSE +0 -22
- package/backend/node_modules/etag/README.md +0 -159
- package/backend/node_modules/etag/index.js +0 -131
- package/backend/node_modules/etag/package.json +0 -47
- package/backend/node_modules/eventemitter2/CHANGELOG.md +0 -55
- package/backend/node_modules/eventemitter2/LICENSE.txt +0 -21
- package/backend/node_modules/eventemitter2/README.md +0 -348
- package/backend/node_modules/eventemitter2/eventemitter2.d.ts +0 -57
- package/backend/node_modules/eventemitter2/index.js +0 -1
- package/backend/node_modules/eventemitter2/lib/eventemitter2.js +0 -782
- package/backend/node_modules/eventemitter2/package.json +0 -69
- package/backend/node_modules/express/LICENSE +0 -24
- package/backend/node_modules/express/Readme.md +0 -276
- package/backend/node_modules/express/index.js +0 -11
- package/backend/node_modules/express/lib/application.js +0 -631
- package/backend/node_modules/express/lib/express.js +0 -81
- package/backend/node_modules/express/lib/request.js +0 -514
- package/backend/node_modules/express/lib/response.js +0 -1053
- package/backend/node_modules/express/lib/utils.js +0 -271
- package/backend/node_modules/express/lib/view.js +0 -205
- package/backend/node_modules/express/package.json +0 -99
- package/backend/node_modules/extrareqp2/CHANGELOG.md +0 -775
- package/backend/node_modules/extrareqp2/LICENSE +0 -19
- package/backend/node_modules/extrareqp2/README.md +0 -868
- package/backend/node_modules/extrareqp2/SECURITY.md +0 -5
- package/backend/node_modules/extrareqp2/UPGRADE_GUIDE.md +0 -162
- package/backend/node_modules/extrareqp2/dist/axios.js +0 -2193
- package/backend/node_modules/extrareqp2/dist/axios.map +0 -1
- package/backend/node_modules/extrareqp2/dist/axios.min.js +0 -3
- package/backend/node_modules/extrareqp2/dist/axios.min.map +0 -1
- package/backend/node_modules/extrareqp2/index.d.ts +0 -168
- package/backend/node_modules/extrareqp2/index.js +0 -1
- package/backend/node_modules/extrareqp2/lib/adapters/README.md +0 -37
- package/backend/node_modules/extrareqp2/lib/adapters/http.js +0 -331
- package/backend/node_modules/extrareqp2/lib/adapters/xhr.js +0 -189
- package/backend/node_modules/extrareqp2/lib/axios.js +0 -56
- package/backend/node_modules/extrareqp2/lib/cancel/Cancel.js +0 -19
- package/backend/node_modules/extrareqp2/lib/cancel/CancelToken.js +0 -57
- package/backend/node_modules/extrareqp2/lib/cancel/isCancel.js +0 -5
- package/backend/node_modules/extrareqp2/lib/core/Axios.js +0 -148
- package/backend/node_modules/extrareqp2/lib/core/InterceptorManager.js +0 -54
- package/backend/node_modules/extrareqp2/lib/core/README.md +0 -8
- package/backend/node_modules/extrareqp2/lib/core/buildFullPath.js +0 -20
- package/backend/node_modules/extrareqp2/lib/core/createError.js +0 -18
- package/backend/node_modules/extrareqp2/lib/core/dispatchRequest.js +0 -82
- package/backend/node_modules/extrareqp2/lib/core/enhanceError.js +0 -42
- package/backend/node_modules/extrareqp2/lib/core/mergeConfig.js +0 -87
- package/backend/node_modules/extrareqp2/lib/core/settle.js +0 -25
- package/backend/node_modules/extrareqp2/lib/core/transformData.js +0 -22
- package/backend/node_modules/extrareqp2/lib/defaults.js +0 -134
- package/backend/node_modules/extrareqp2/lib/helpers/README.md +0 -7
- package/backend/node_modules/extrareqp2/lib/helpers/bind.js +0 -11
- package/backend/node_modules/extrareqp2/lib/helpers/buildURL.js +0 -70
- package/backend/node_modules/extrareqp2/lib/helpers/combineURLs.js +0 -14
- package/backend/node_modules/extrareqp2/lib/helpers/cookies.js +0 -53
- package/backend/node_modules/extrareqp2/lib/helpers/deprecatedMethod.js +0 -24
- package/backend/node_modules/extrareqp2/lib/helpers/isAbsoluteURL.js +0 -14
- package/backend/node_modules/extrareqp2/lib/helpers/isAxiosError.js +0 -11
- package/backend/node_modules/extrareqp2/lib/helpers/isURLSameOrigin.js +0 -68
- package/backend/node_modules/extrareqp2/lib/helpers/normalizeHeaderName.js +0 -12
- package/backend/node_modules/extrareqp2/lib/helpers/parseHeaders.js +0 -53
- package/backend/node_modules/extrareqp2/lib/helpers/spread.js +0 -27
- package/backend/node_modules/extrareqp2/lib/helpers/validator.js +0 -105
- package/backend/node_modules/extrareqp2/lib/utils.js +0 -349
- package/backend/node_modules/extrareqp2/package.json +0 -81
- package/backend/node_modules/fast-json-patch/LICENSE.txt +0 -22
- package/backend/node_modules/fast-json-patch/README.md +0 -428
- package/backend/node_modules/fast-json-patch/commonjs/core.d.ts +0 -111
- package/backend/node_modules/fast-json-patch/commonjs/core.js +0 -441
- package/backend/node_modules/fast-json-patch/commonjs/duplex.d.ts +0 -23
- package/backend/node_modules/fast-json-patch/commonjs/duplex.js +0 -181
- package/backend/node_modules/fast-json-patch/commonjs/helpers.d.ts +0 -41
- package/backend/node_modules/fast-json-patch/commonjs/helpers.js +0 -181
- package/backend/node_modules/fast-json-patch/dist/fast-json-patch.js +0 -928
- package/backend/node_modules/fast-json-patch/dist/fast-json-patch.min.js +0 -14
- package/backend/node_modules/fast-json-patch/index.d.ts +0 -34
- package/backend/node_modules/fast-json-patch/index.js +0 -11
- package/backend/node_modules/fast-json-patch/index.mjs +0 -29
- package/backend/node_modules/fast-json-patch/index.ts +0 -31
- package/backend/node_modules/fast-json-patch/jasmine-run.mjs +0 -23
- package/backend/node_modules/fast-json-patch/module/core.d.ts +0 -111
- package/backend/node_modules/fast-json-patch/module/core.mjs +0 -433
- package/backend/node_modules/fast-json-patch/module/duplex.d.ts +0 -23
- package/backend/node_modules/fast-json-patch/module/duplex.mjs +0 -176
- package/backend/node_modules/fast-json-patch/module/helpers.d.ts +0 -41
- package/backend/node_modules/fast-json-patch/module/helpers.mjs +0 -171
- package/backend/node_modules/fast-json-patch/package.json +0 -65
- package/backend/node_modules/fast-json-patch/tsc-to-mjs.sh +0 -10
- package/backend/node_modules/fast-json-patch/webpack.config.js +0 -63
- package/backend/node_modules/fclone/.travis.yml +0 -21
- package/backend/node_modules/fclone/LICENSE +0 -20
- package/backend/node_modules/fclone/README.md +0 -56
- package/backend/node_modules/fclone/bench/index.js +0 -57
- package/backend/node_modules/fclone/bench/looparr.js +0 -33
- package/backend/node_modules/fclone/bench/loopobj.js +0 -34
- package/backend/node_modules/fclone/bench/package.json +0 -20
- package/backend/node_modules/fclone/bower.json +0 -30
- package/backend/node_modules/fclone/dist/fclone.d.ts +0 -3
- package/backend/node_modules/fclone/dist/fclone.js +0 -83
- package/backend/node_modules/fclone/dist/fclone.min.js +0 -1
- package/backend/node_modules/fclone/fclone.d.ts +0 -3
- package/backend/node_modules/fclone/package.json +0 -34
- package/backend/node_modules/fclone/src/fclone.js +0 -64
- package/backend/node_modules/fill-range/LICENSE +0 -21
- package/backend/node_modules/fill-range/README.md +0 -237
- package/backend/node_modules/fill-range/index.js +0 -248
- package/backend/node_modules/fill-range/package.json +0 -74
- package/backend/node_modules/finalhandler/HISTORY.md +0 -239
- package/backend/node_modules/finalhandler/LICENSE +0 -22
- package/backend/node_modules/finalhandler/README.md +0 -150
- package/backend/node_modules/finalhandler/index.js +0 -293
- package/backend/node_modules/finalhandler/package.json +0 -47
- package/backend/node_modules/follow-redirects/LICENSE +0 -18
- package/backend/node_modules/follow-redirects/README.md +0 -155
- package/backend/node_modules/follow-redirects/debug.js +0 -15
- package/backend/node_modules/follow-redirects/http.js +0 -1
- package/backend/node_modules/follow-redirects/https.js +0 -1
- package/backend/node_modules/follow-redirects/index.js +0 -686
- package/backend/node_modules/follow-redirects/package.json +0 -58
- package/backend/node_modules/forwarded/HISTORY.md +0 -21
- package/backend/node_modules/forwarded/LICENSE +0 -22
- package/backend/node_modules/forwarded/README.md +0 -57
- package/backend/node_modules/forwarded/index.js +0 -90
- package/backend/node_modules/forwarded/package.json +0 -45
- package/backend/node_modules/fresh/HISTORY.md +0 -80
- package/backend/node_modules/fresh/LICENSE +0 -23
- package/backend/node_modules/fresh/README.md +0 -117
- package/backend/node_modules/fresh/index.js +0 -136
- package/backend/node_modules/fresh/package.json +0 -46
- package/backend/node_modules/function-bind/.eslintrc +0 -21
- package/backend/node_modules/function-bind/.github/FUNDING.yml +0 -12
- package/backend/node_modules/function-bind/.github/SECURITY.md +0 -3
- package/backend/node_modules/function-bind/.nycrc +0 -13
- package/backend/node_modules/function-bind/CHANGELOG.md +0 -136
- package/backend/node_modules/function-bind/LICENSE +0 -20
- package/backend/node_modules/function-bind/README.md +0 -46
- package/backend/node_modules/function-bind/implementation.js +0 -84
- package/backend/node_modules/function-bind/index.js +0 -5
- package/backend/node_modules/function-bind/package.json +0 -87
- package/backend/node_modules/function-bind/test/.eslintrc +0 -9
- package/backend/node_modules/function-bind/test/index.js +0 -252
- package/backend/node_modules/get-intrinsic/.eslintrc +0 -42
- package/backend/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
- package/backend/node_modules/get-intrinsic/.nycrc +0 -9
- package/backend/node_modules/get-intrinsic/CHANGELOG.md +0 -186
- package/backend/node_modules/get-intrinsic/LICENSE +0 -21
- package/backend/node_modules/get-intrinsic/README.md +0 -71
- package/backend/node_modules/get-intrinsic/index.js +0 -378
- package/backend/node_modules/get-intrinsic/package.json +0 -97
- package/backend/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
- package/backend/node_modules/get-proto/.eslintrc +0 -10
- package/backend/node_modules/get-proto/.github/FUNDING.yml +0 -12
- package/backend/node_modules/get-proto/.nycrc +0 -9
- package/backend/node_modules/get-proto/CHANGELOG.md +0 -21
- package/backend/node_modules/get-proto/LICENSE +0 -21
- package/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
- package/backend/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
- package/backend/node_modules/get-proto/README.md +0 -50
- package/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
- package/backend/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
- package/backend/node_modules/get-proto/index.d.ts +0 -5
- package/backend/node_modules/get-proto/index.js +0 -27
- package/backend/node_modules/get-proto/package.json +0 -81
- package/backend/node_modules/get-proto/test/index.js +0 -68
- package/backend/node_modules/get-proto/tsconfig.json +0 -9
- package/backend/node_modules/get-uri/LICENSE +0 -22
- package/backend/node_modules/get-uri/README.md +0 -109
- package/backend/node_modules/get-uri/dist/data.d.ts +0 -16
- package/backend/node_modules/get-uri/dist/data.js +0 -43
- package/backend/node_modules/get-uri/dist/data.js.map +0 -1
- package/backend/node_modules/get-uri/dist/file.d.ts +0 -17
- package/backend/node_modules/get-uri/dist/file.js +0 -57
- package/backend/node_modules/get-uri/dist/file.js.map +0 -1
- package/backend/node_modules/get-uri/dist/ftp.d.ts +0 -14
- package/backend/node_modules/get-uri/dist/ftp.js +0 -93
- package/backend/node_modules/get-uri/dist/ftp.js.map +0 -1
- package/backend/node_modules/get-uri/dist/http-error.d.ts +0 -8
- package/backend/node_modules/get-uri/dist/http-error.js +0 -15
- package/backend/node_modules/get-uri/dist/http-error.js.map +0 -1
- package/backend/node_modules/get-uri/dist/http.d.ts +0 -29
- package/backend/node_modules/get-uri/dist/http.js +0 -191
- package/backend/node_modules/get-uri/dist/http.js.map +0 -1
- package/backend/node_modules/get-uri/dist/https.d.ts +0 -6
- package/backend/node_modules/get-uri/dist/https.js +0 -16
- package/backend/node_modules/get-uri/dist/https.js.map +0 -1
- package/backend/node_modules/get-uri/dist/index.d.ts +0 -37
- package/backend/node_modules/get-uri/dist/index.js +0 -57
- package/backend/node_modules/get-uri/dist/index.js.map +0 -1
- package/backend/node_modules/get-uri/dist/notfound.d.ts +0 -10
- package/backend/node_modules/get-uri/dist/notfound.js +0 -16
- package/backend/node_modules/get-uri/dist/notfound.js.map +0 -1
- package/backend/node_modules/get-uri/dist/notmodified.d.ts +0 -10
- package/backend/node_modules/get-uri/dist/notmodified.js +0 -17
- package/backend/node_modules/get-uri/dist/notmodified.js.map +0 -1
- package/backend/node_modules/get-uri/package.json +0 -58
- package/backend/node_modules/git-node-fs/LICENSE +0 -21
- package/backend/node_modules/git-node-fs/README.md +0 -23
- package/backend/node_modules/git-node-fs/lib/node-fs.js +0 -146
- package/backend/node_modules/git-node-fs/mixins/fs-db.js +0 -7
- package/backend/node_modules/git-node-fs/package.json +0 -22
- package/backend/node_modules/git-node-fs/test/fixtures/numbers.txt +0 -1
- package/backend/node_modules/git-node-fs/test.js +0 -48
- package/backend/node_modules/git-sha1/LICENSE +0 -20
- package/backend/node_modules/git-sha1/README.md +0 -4
- package/backend/node_modules/git-sha1/git-sha1.js +0 -180
- package/backend/node_modules/git-sha1/package.json +0 -22
- package/backend/node_modules/glob-parent/CHANGELOG.md +0 -110
- package/backend/node_modules/glob-parent/LICENSE +0 -15
- package/backend/node_modules/glob-parent/README.md +0 -137
- package/backend/node_modules/glob-parent/index.js +0 -42
- package/backend/node_modules/glob-parent/package.json +0 -48
- package/backend/node_modules/gopd/.eslintrc +0 -16
- package/backend/node_modules/gopd/.github/FUNDING.yml +0 -12
- package/backend/node_modules/gopd/CHANGELOG.md +0 -45
- package/backend/node_modules/gopd/LICENSE +0 -21
- package/backend/node_modules/gopd/README.md +0 -40
- package/backend/node_modules/gopd/gOPD.d.ts +0 -1
- package/backend/node_modules/gopd/gOPD.js +0 -4
- package/backend/node_modules/gopd/index.d.ts +0 -5
- package/backend/node_modules/gopd/index.js +0 -15
- package/backend/node_modules/gopd/package.json +0 -77
- package/backend/node_modules/gopd/test/index.js +0 -36
- package/backend/node_modules/gopd/tsconfig.json +0 -9
- package/backend/node_modules/has-flag/index.d.ts +0 -39
- package/backend/node_modules/has-flag/index.js +0 -8
- package/backend/node_modules/has-flag/license +0 -9
- package/backend/node_modules/has-flag/package.json +0 -46
- package/backend/node_modules/has-flag/readme.md +0 -89
- package/backend/node_modules/has-symbols/.eslintrc +0 -11
- package/backend/node_modules/has-symbols/.github/FUNDING.yml +0 -12
- package/backend/node_modules/has-symbols/.nycrc +0 -9
- package/backend/node_modules/has-symbols/CHANGELOG.md +0 -91
- package/backend/node_modules/has-symbols/LICENSE +0 -21
- package/backend/node_modules/has-symbols/README.md +0 -46
- package/backend/node_modules/has-symbols/index.d.ts +0 -3
- package/backend/node_modules/has-symbols/index.js +0 -14
- package/backend/node_modules/has-symbols/package.json +0 -111
- package/backend/node_modules/has-symbols/shams.d.ts +0 -3
- package/backend/node_modules/has-symbols/shams.js +0 -45
- package/backend/node_modules/has-symbols/test/index.js +0 -22
- package/backend/node_modules/has-symbols/test/shams/core-js.js +0 -29
- package/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
- package/backend/node_modules/has-symbols/test/tests.js +0 -58
- package/backend/node_modules/has-symbols/tsconfig.json +0 -10
- package/backend/node_modules/hasown/.eslintrc +0 -5
- package/backend/node_modules/hasown/.github/FUNDING.yml +0 -12
- package/backend/node_modules/hasown/.nycrc +0 -13
- package/backend/node_modules/hasown/CHANGELOG.md +0 -40
- package/backend/node_modules/hasown/LICENSE +0 -21
- package/backend/node_modules/hasown/README.md +0 -40
- package/backend/node_modules/hasown/index.d.ts +0 -3
- package/backend/node_modules/hasown/index.js +0 -8
- package/backend/node_modules/hasown/package.json +0 -92
- package/backend/node_modules/hasown/tsconfig.json +0 -6
- package/backend/node_modules/http-errors/HISTORY.md +0 -186
- package/backend/node_modules/http-errors/LICENSE +0 -23
- package/backend/node_modules/http-errors/README.md +0 -169
- package/backend/node_modules/http-errors/index.js +0 -290
- package/backend/node_modules/http-errors/package.json +0 -54
- package/backend/node_modules/http-proxy-agent/LICENSE +0 -22
- package/backend/node_modules/http-proxy-agent/README.md +0 -44
- package/backend/node_modules/http-proxy-agent/dist/index.d.ts +0 -44
- package/backend/node_modules/http-proxy-agent/dist/index.d.ts.map +0 -1
- package/backend/node_modules/http-proxy-agent/dist/index.js +0 -148
- package/backend/node_modules/http-proxy-agent/dist/index.js.map +0 -1
- package/backend/node_modules/http-proxy-agent/package.json +0 -47
- package/backend/node_modules/https-proxy-agent/LICENSE +0 -22
- package/backend/node_modules/https-proxy-agent/README.md +0 -70
- package/backend/node_modules/https-proxy-agent/dist/index.d.ts +0 -47
- package/backend/node_modules/https-proxy-agent/dist/index.d.ts.map +0 -1
- package/backend/node_modules/https-proxy-agent/dist/index.js +0 -180
- package/backend/node_modules/https-proxy-agent/dist/index.js.map +0 -1
- package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -15
- package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +0 -1
- package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -101
- package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/backend/node_modules/https-proxy-agent/package.json +0 -50
- package/backend/node_modules/iconv-lite/LICENSE +0 -21
- package/backend/node_modules/iconv-lite/README.md +0 -138
- package/backend/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -532
- package/backend/node_modules/iconv-lite/encodings/dbcs-data.js +0 -185
- package/backend/node_modules/iconv-lite/encodings/index.js +0 -23
- package/backend/node_modules/iconv-lite/encodings/internal.js +0 -218
- package/backend/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -75
- package/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
- package/backend/node_modules/iconv-lite/encodings/sbcs-data.js +0 -178
- package/backend/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
- package/backend/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
- package/backend/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
- package/backend/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
- package/backend/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
- package/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
- package/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
- package/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
- package/backend/node_modules/iconv-lite/encodings/utf16.js +0 -187
- package/backend/node_modules/iconv-lite/encodings/utf32.js +0 -307
- package/backend/node_modules/iconv-lite/encodings/utf7.js +0 -283
- package/backend/node_modules/iconv-lite/lib/bom-handling.js +0 -48
- package/backend/node_modules/iconv-lite/lib/helpers/merge-exports.js +0 -13
- package/backend/node_modules/iconv-lite/lib/index.d.ts +0 -129
- package/backend/node_modules/iconv-lite/lib/index.js +0 -182
- package/backend/node_modules/iconv-lite/lib/streams.js +0 -105
- package/backend/node_modules/iconv-lite/package.json +0 -70
- package/backend/node_modules/iconv-lite/types/encodings.d.ts +0 -423
- package/backend/node_modules/ignore-by-default/LICENSE +0 -14
- package/backend/node_modules/ignore-by-default/README.md +0 -26
- package/backend/node_modules/ignore-by-default/index.js +0 -12
- package/backend/node_modules/ignore-by-default/package.json +0 -34
- package/backend/node_modules/inherits/LICENSE +0 -16
- package/backend/node_modules/inherits/README.md +0 -42
- package/backend/node_modules/inherits/inherits.js +0 -9
- package/backend/node_modules/inherits/inherits_browser.js +0 -27
- package/backend/node_modules/inherits/package.json +0 -29
- package/backend/node_modules/ini/LICENSE +0 -15
- package/backend/node_modules/ini/README.md +0 -102
- package/backend/node_modules/ini/ini.js +0 -206
- package/backend/node_modules/ini/package.json +0 -33
- package/backend/node_modules/ip-address/LICENSE +0 -19
- package/backend/node_modules/ip-address/README.md +0 -105
- package/backend/node_modules/ip-address/dist/address-error.d.ts +0 -5
- package/backend/node_modules/ip-address/dist/address-error.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/address-error.js +0 -12
- package/backend/node_modules/ip-address/dist/address-error.js.map +0 -1
- package/backend/node_modules/ip-address/dist/common.d.ts +0 -15
- package/backend/node_modules/ip-address/dist/common.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/common.js +0 -46
- package/backend/node_modules/ip-address/dist/common.js.map +0 -1
- package/backend/node_modules/ip-address/dist/ip-address.d.ts +0 -8
- package/backend/node_modules/ip-address/dist/ip-address.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/ip-address.js +0 -35
- package/backend/node_modules/ip-address/dist/ip-address.js.map +0 -1
- package/backend/node_modules/ip-address/dist/ipv4.d.ts +0 -209
- package/backend/node_modules/ip-address/dist/ipv4.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/ipv4.js +0 -360
- package/backend/node_modules/ip-address/dist/ipv4.js.map +0 -1
- package/backend/node_modules/ip-address/dist/ipv6.d.ts +0 -428
- package/backend/node_modules/ip-address/dist/ipv6.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/ipv6.js +0 -1003
- package/backend/node_modules/ip-address/dist/ipv6.js.map +0 -1
- package/backend/node_modules/ip-address/dist/v4/constants.d.ts +0 -5
- package/backend/node_modules/ip-address/dist/v4/constants.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/v4/constants.js +0 -8
- package/backend/node_modules/ip-address/dist/v4/constants.js.map +0 -1
- package/backend/node_modules/ip-address/dist/v6/constants.d.ts +0 -45
- package/backend/node_modules/ip-address/dist/v6/constants.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/v6/constants.js +0 -76
- package/backend/node_modules/ip-address/dist/v6/constants.js.map +0 -1
- package/backend/node_modules/ip-address/dist/v6/helpers.d.ts +0 -18
- package/backend/node_modules/ip-address/dist/v6/helpers.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/v6/helpers.js +0 -45
- package/backend/node_modules/ip-address/dist/v6/helpers.js.map +0 -1
- package/backend/node_modules/ip-address/dist/v6/regular-expressions.d.ts +0 -6
- package/backend/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +0 -1
- package/backend/node_modules/ip-address/dist/v6/regular-expressions.js +0 -95
- package/backend/node_modules/ip-address/dist/v6/regular-expressions.js.map +0 -1
- package/backend/node_modules/ip-address/package.json +0 -78
- package/backend/node_modules/ip-address/src/address-error.ts +0 -11
- package/backend/node_modules/ip-address/src/common.ts +0 -55
- package/backend/node_modules/ip-address/src/ip-address.ts +0 -7
- package/backend/node_modules/ip-address/src/ipv4.ts +0 -394
- package/backend/node_modules/ip-address/src/ipv6.ts +0 -1212
- package/backend/node_modules/ip-address/src/v4/constants.ts +0 -7
- package/backend/node_modules/ip-address/src/v6/constants.ts +0 -79
- package/backend/node_modules/ip-address/src/v6/helpers.ts +0 -48
- package/backend/node_modules/ip-address/src/v6/regular-expressions.ts +0 -94
- package/backend/node_modules/ipaddr.js/LICENSE +0 -19
- package/backend/node_modules/ipaddr.js/README.md +0 -233
- package/backend/node_modules/ipaddr.js/ipaddr.min.js +0 -1
- package/backend/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
- package/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
- package/backend/node_modules/ipaddr.js/package.json +0 -35
- package/backend/node_modules/is-binary-path/index.d.ts +0 -17
- package/backend/node_modules/is-binary-path/index.js +0 -7
- package/backend/node_modules/is-binary-path/license +0 -9
- package/backend/node_modules/is-binary-path/package.json +0 -40
- package/backend/node_modules/is-binary-path/readme.md +0 -34
- package/backend/node_modules/is-core-module/.eslintrc +0 -18
- package/backend/node_modules/is-core-module/.nycrc +0 -9
- package/backend/node_modules/is-core-module/CHANGELOG.md +0 -218
- package/backend/node_modules/is-core-module/LICENSE +0 -20
- package/backend/node_modules/is-core-module/README.md +0 -40
- package/backend/node_modules/is-core-module/core.json +0 -162
- package/backend/node_modules/is-core-module/index.js +0 -69
- package/backend/node_modules/is-core-module/package.json +0 -76
- package/backend/node_modules/is-core-module/test/index.js +0 -157
- package/backend/node_modules/is-extglob/LICENSE +0 -21
- package/backend/node_modules/is-extglob/README.md +0 -107
- package/backend/node_modules/is-extglob/index.js +0 -20
- package/backend/node_modules/is-extglob/package.json +0 -69
- package/backend/node_modules/is-glob/LICENSE +0 -21
- package/backend/node_modules/is-glob/README.md +0 -206
- package/backend/node_modules/is-glob/index.js +0 -150
- package/backend/node_modules/is-glob/package.json +0 -81
- package/backend/node_modules/is-number/LICENSE +0 -21
- package/backend/node_modules/is-number/README.md +0 -187
- package/backend/node_modules/is-number/index.js +0 -18
- package/backend/node_modules/is-number/package.json +0 -82
- package/backend/node_modules/is-promise/LICENSE +0 -19
- package/backend/node_modules/is-promise/index.d.ts +0 -2
- package/backend/node_modules/is-promise/index.js +0 -6
- package/backend/node_modules/is-promise/index.mjs +0 -3
- package/backend/node_modules/is-promise/package.json +0 -30
- package/backend/node_modules/is-promise/readme.md +0 -33
- package/backend/node_modules/js-git/BACKERS-2.md +0 -100
- package/backend/node_modules/js-git/BACKERS.md +0 -352
- package/backend/node_modules/js-git/LICENSE +0 -21
- package/backend/node_modules/js-git/README.md +0 -265
- package/backend/node_modules/js-git/SPONSORS.md +0 -12
- package/backend/node_modules/js-git/art/architecture.svg +0 -389
- package/backend/node_modules/js-git/art/jsgit-sticker-sheet.svg +0 -790
- package/backend/node_modules/js-git/doc/lib/config-codec.md +0 -46
- package/backend/node_modules/js-git/doc/lib/deflate.md +0 -11
- package/backend/node_modules/js-git/doc/lib/inflate-stream.md +0 -23
- package/backend/node_modules/js-git/doc/lib/inflate.md +0 -11
- package/backend/node_modules/js-git/doc/lib/object-codec.md +0 -127
- package/backend/node_modules/js-git/doc/lib/pack-codec.md +0 -98
- package/backend/node_modules/js-git/doc/mixins/fs-db.md +0 -53
- package/backend/node_modules/js-git/doc/mixins/mem-db.md +0 -27
- package/backend/node_modules/js-git/doc/mixins/pack-ops.md +0 -37
- package/backend/node_modules/js-git/lib/apply-delta.js +0 -61
- package/backend/node_modules/js-git/lib/config-codec.js +0 -67
- package/backend/node_modules/js-git/lib/defer.js +0 -33
- package/backend/node_modules/js-git/lib/deflate.js +0 -10
- package/backend/node_modules/js-git/lib/find-common.js +0 -58
- package/backend/node_modules/js-git/lib/git-fs.js +0 -125
- package/backend/node_modules/js-git/lib/inflate-stream.js +0 -36
- package/backend/node_modules/js-git/lib/inflate.js +0 -10
- package/backend/node_modules/js-git/lib/modes.js +0 -28
- package/backend/node_modules/js-git/lib/object-codec.js +0 -265
- package/backend/node_modules/js-git/lib/pack-codec.js +0 -326
- package/backend/node_modules/js-git/lib/pkt-line.js +0 -128
- package/backend/node_modules/js-git/lib/wrap-handler.js +0 -21
- package/backend/node_modules/js-git/mixins/add-cache.js +0 -61
- package/backend/node_modules/js-git/mixins/create-tree.js +0 -148
- package/backend/node_modules/js-git/mixins/delay.js +0 -51
- package/backend/node_modules/js-git/mixins/fall-through.js +0 -26
- package/backend/node_modules/js-git/mixins/formats.js +0 -133
- package/backend/node_modules/js-git/mixins/fs-db.js +0 -339
- package/backend/node_modules/js-git/mixins/indexed-db.js +0 -147
- package/backend/node_modules/js-git/mixins/mem-cache.js +0 -53
- package/backend/node_modules/js-git/mixins/mem-db.js +0 -95
- package/backend/node_modules/js-git/mixins/pack-ops.js +0 -201
- package/backend/node_modules/js-git/mixins/path-to-entry.js +0 -51
- package/backend/node_modules/js-git/mixins/read-combiner.js +0 -28
- package/backend/node_modules/js-git/mixins/sync.js +0 -147
- package/backend/node_modules/js-git/mixins/walkers.js +0 -152
- package/backend/node_modules/js-git/mixins/websql-db.js +0 -167
- package/backend/node_modules/js-git/net/git-fetch-pack.js +0 -196
- package/backend/node_modules/js-git/net/request-xhr.js +0 -36
- package/backend/node_modules/js-git/net/tcp-chrome-sockets.js +0 -108
- package/backend/node_modules/js-git/net/tcp-node.js +0 -85
- package/backend/node_modules/js-git/net/tcp-ws-proxy.js +0 -79
- package/backend/node_modules/js-git/net/transport-http.js +0 -103
- package/backend/node_modules/js-git/net/transport-tcp.js +0 -48
- package/backend/node_modules/js-git/package.json +0 -27
- package/backend/node_modules/js-git/test/run.js +0 -48
- package/backend/node_modules/js-git/test/sample-pack.js +0 -5
- package/backend/node_modules/js-git/test/test-config-codec.js +0 -69
- package/backend/node_modules/js-git/test/test-mem-db.js +0 -57
- package/backend/node_modules/js-git/test/test-object-codec.js +0 -212
- package/backend/node_modules/js-git/test/test-pack-codec.js +0 -100
- package/backend/node_modules/js-git/test/test-pack-ops.js +0 -55
- package/backend/node_modules/js-git/test/test-zlib.js +0 -44
- package/backend/node_modules/js-yaml/LICENSE +0 -21
- package/backend/node_modules/js-yaml/README.md +0 -247
- package/backend/node_modules/js-yaml/bin/js-yaml.js +0 -126
- package/backend/node_modules/js-yaml/dist/js-yaml.js +0 -3880
- package/backend/node_modules/js-yaml/dist/js-yaml.min.js +0 -2
- package/backend/node_modules/js-yaml/dist/js-yaml.mjs +0 -3856
- package/backend/node_modules/js-yaml/index.js +0 -47
- package/backend/node_modules/js-yaml/lib/common.js +0 -59
- package/backend/node_modules/js-yaml/lib/dumper.js +0 -965
- package/backend/node_modules/js-yaml/lib/exception.js +0 -55
- package/backend/node_modules/js-yaml/lib/loader.js +0 -1733
- package/backend/node_modules/js-yaml/lib/schema/core.js +0 -11
- package/backend/node_modules/js-yaml/lib/schema/default.js +0 -22
- package/backend/node_modules/js-yaml/lib/schema/failsafe.js +0 -17
- package/backend/node_modules/js-yaml/lib/schema/json.js +0 -19
- package/backend/node_modules/js-yaml/lib/schema.js +0 -121
- package/backend/node_modules/js-yaml/lib/snippet.js +0 -101
- package/backend/node_modules/js-yaml/lib/type/binary.js +0 -125
- package/backend/node_modules/js-yaml/lib/type/bool.js +0 -35
- package/backend/node_modules/js-yaml/lib/type/float.js +0 -97
- package/backend/node_modules/js-yaml/lib/type/int.js +0 -156
- package/backend/node_modules/js-yaml/lib/type/map.js +0 -8
- package/backend/node_modules/js-yaml/lib/type/merge.js +0 -12
- package/backend/node_modules/js-yaml/lib/type/null.js +0 -35
- package/backend/node_modules/js-yaml/lib/type/omap.js +0 -44
- package/backend/node_modules/js-yaml/lib/type/pairs.js +0 -53
- package/backend/node_modules/js-yaml/lib/type/seq.js +0 -8
- package/backend/node_modules/js-yaml/lib/type/set.js +0 -29
- package/backend/node_modules/js-yaml/lib/type/str.js +0 -8
- package/backend/node_modules/js-yaml/lib/type/timestamp.js +0 -88
- package/backend/node_modules/js-yaml/lib/type.js +0 -66
- package/backend/node_modules/js-yaml/package.json +0 -66
- package/backend/node_modules/json-stringify-safe/CHANGELOG.md +0 -14
- package/backend/node_modules/json-stringify-safe/LICENSE +0 -15
- package/backend/node_modules/json-stringify-safe/Makefile +0 -35
- package/backend/node_modules/json-stringify-safe/README.md +0 -52
- package/backend/node_modules/json-stringify-safe/package.json +0 -31
- package/backend/node_modules/json-stringify-safe/stringify.js +0 -27
- package/backend/node_modules/json-stringify-safe/test/mocha.opts +0 -2
- package/backend/node_modules/json-stringify-safe/test/stringify_test.js +0 -246
- package/backend/node_modules/jsonwebtoken/LICENSE +0 -21
- package/backend/node_modules/jsonwebtoken/README.md +0 -396
- package/backend/node_modules/jsonwebtoken/decode.js +0 -30
- package/backend/node_modules/jsonwebtoken/index.js +0 -8
- package/backend/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +0 -14
- package/backend/node_modules/jsonwebtoken/lib/NotBeforeError.js +0 -13
- package/backend/node_modules/jsonwebtoken/lib/TokenExpiredError.js +0 -13
- package/backend/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +0 -3
- package/backend/node_modules/jsonwebtoken/lib/psSupported.js +0 -3
- package/backend/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +0 -3
- package/backend/node_modules/jsonwebtoken/lib/timespan.js +0 -18
- package/backend/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +0 -66
- package/backend/node_modules/jsonwebtoken/package.json +0 -70
- package/backend/node_modules/jsonwebtoken/sign.js +0 -253
- package/backend/node_modules/jsonwebtoken/verify.js +0 -263
- package/backend/node_modules/jwa/LICENSE +0 -17
- package/backend/node_modules/jwa/README.md +0 -150
- package/backend/node_modules/jwa/index.js +0 -266
- package/backend/node_modules/jwa/opslevel.yml +0 -6
- package/backend/node_modules/jwa/package.json +0 -37
- package/backend/node_modules/jws/CHANGELOG.md +0 -56
- package/backend/node_modules/jws/LICENSE +0 -17
- package/backend/node_modules/jws/index.js +0 -22
- package/backend/node_modules/jws/lib/data-stream.js +0 -55
- package/backend/node_modules/jws/lib/sign-stream.js +0 -83
- package/backend/node_modules/jws/lib/tostring.js +0 -10
- package/backend/node_modules/jws/lib/verify-stream.js +0 -125
- package/backend/node_modules/jws/opslevel.yml +0 -6
- package/backend/node_modules/jws/package.json +0 -34
- package/backend/node_modules/jws/readme.md +0 -255
- package/backend/node_modules/lodash/LICENSE +0 -47
- package/backend/node_modules/lodash/README.md +0 -39
- package/backend/node_modules/lodash/_DataView.js +0 -7
- package/backend/node_modules/lodash/_Hash.js +0 -32
- package/backend/node_modules/lodash/_LazyWrapper.js +0 -28
- package/backend/node_modules/lodash/_ListCache.js +0 -32
- package/backend/node_modules/lodash/_LodashWrapper.js +0 -22
- package/backend/node_modules/lodash/_Map.js +0 -7
- package/backend/node_modules/lodash/_MapCache.js +0 -32
- package/backend/node_modules/lodash/_Promise.js +0 -7
- package/backend/node_modules/lodash/_Set.js +0 -7
- package/backend/node_modules/lodash/_SetCache.js +0 -27
- package/backend/node_modules/lodash/_Stack.js +0 -27
- package/backend/node_modules/lodash/_Symbol.js +0 -6
- package/backend/node_modules/lodash/_Uint8Array.js +0 -6
- package/backend/node_modules/lodash/_WeakMap.js +0 -7
- package/backend/node_modules/lodash/_apply.js +0 -21
- package/backend/node_modules/lodash/_arrayAggregator.js +0 -22
- package/backend/node_modules/lodash/_arrayEach.js +0 -22
- package/backend/node_modules/lodash/_arrayEachRight.js +0 -21
- package/backend/node_modules/lodash/_arrayEvery.js +0 -23
- package/backend/node_modules/lodash/_arrayFilter.js +0 -25
- package/backend/node_modules/lodash/_arrayIncludes.js +0 -17
- package/backend/node_modules/lodash/_arrayIncludesWith.js +0 -22
- package/backend/node_modules/lodash/_arrayLikeKeys.js +0 -49
- package/backend/node_modules/lodash/_arrayMap.js +0 -21
- package/backend/node_modules/lodash/_arrayPush.js +0 -20
- package/backend/node_modules/lodash/_arrayReduce.js +0 -26
- package/backend/node_modules/lodash/_arrayReduceRight.js +0 -24
- package/backend/node_modules/lodash/_arraySample.js +0 -15
- package/backend/node_modules/lodash/_arraySampleSize.js +0 -17
- package/backend/node_modules/lodash/_arrayShuffle.js +0 -15
- package/backend/node_modules/lodash/_arraySome.js +0 -23
- package/backend/node_modules/lodash/_asciiSize.js +0 -12
- package/backend/node_modules/lodash/_asciiToArray.js +0 -12
- package/backend/node_modules/lodash/_asciiWords.js +0 -15
- package/backend/node_modules/lodash/_assignMergeValue.js +0 -20
- package/backend/node_modules/lodash/_assignValue.js +0 -28
- package/backend/node_modules/lodash/_assocIndexOf.js +0 -21
- package/backend/node_modules/lodash/_baseAggregator.js +0 -21
- package/backend/node_modules/lodash/_baseAssign.js +0 -17
- package/backend/node_modules/lodash/_baseAssignIn.js +0 -17
- package/backend/node_modules/lodash/_baseAssignValue.js +0 -25
- package/backend/node_modules/lodash/_baseAt.js +0 -23
- package/backend/node_modules/lodash/_baseClamp.js +0 -22
- package/backend/node_modules/lodash/_baseClone.js +0 -166
- package/backend/node_modules/lodash/_baseConforms.js +0 -18
- package/backend/node_modules/lodash/_baseConformsTo.js +0 -27
- package/backend/node_modules/lodash/_baseCreate.js +0 -30
- package/backend/node_modules/lodash/_baseDelay.js +0 -21
- package/backend/node_modules/lodash/_baseDifference.js +0 -67
- package/backend/node_modules/lodash/_baseEach.js +0 -14
- package/backend/node_modules/lodash/_baseEachRight.js +0 -14
- package/backend/node_modules/lodash/_baseEvery.js +0 -21
- package/backend/node_modules/lodash/_baseExtremum.js +0 -32
- package/backend/node_modules/lodash/_baseFill.js +0 -32
- package/backend/node_modules/lodash/_baseFilter.js +0 -21
- package/backend/node_modules/lodash/_baseFindIndex.js +0 -24
- package/backend/node_modules/lodash/_baseFindKey.js +0 -23
- package/backend/node_modules/lodash/_baseFlatten.js +0 -38
- package/backend/node_modules/lodash/_baseFor.js +0 -16
- package/backend/node_modules/lodash/_baseForOwn.js +0 -16
- package/backend/node_modules/lodash/_baseForOwnRight.js +0 -16
- package/backend/node_modules/lodash/_baseForRight.js +0 -15
- package/backend/node_modules/lodash/_baseFunctions.js +0 -19
- package/backend/node_modules/lodash/_baseGet.js +0 -24
- package/backend/node_modules/lodash/_baseGetAllKeys.js +0 -20
- package/backend/node_modules/lodash/_baseGetTag.js +0 -28
- package/backend/node_modules/lodash/_baseGt.js +0 -14
- package/backend/node_modules/lodash/_baseHas.js +0 -19
- package/backend/node_modules/lodash/_baseHasIn.js +0 -13
- package/backend/node_modules/lodash/_baseInRange.js +0 -18
- package/backend/node_modules/lodash/_baseIndexOf.js +0 -20
- package/backend/node_modules/lodash/_baseIndexOfWith.js +0 -23
- package/backend/node_modules/lodash/_baseIntersection.js +0 -74
- package/backend/node_modules/lodash/_baseInverter.js +0 -21
- package/backend/node_modules/lodash/_baseInvoke.js +0 -24
- package/backend/node_modules/lodash/_baseIsArguments.js +0 -18
- package/backend/node_modules/lodash/_baseIsArrayBuffer.js +0 -17
- package/backend/node_modules/lodash/_baseIsDate.js +0 -18
- package/backend/node_modules/lodash/_baseIsEqual.js +0 -28
- package/backend/node_modules/lodash/_baseIsEqualDeep.js +0 -83
- package/backend/node_modules/lodash/_baseIsMap.js +0 -18
- package/backend/node_modules/lodash/_baseIsMatch.js +0 -62
- package/backend/node_modules/lodash/_baseIsNaN.js +0 -12
- package/backend/node_modules/lodash/_baseIsNative.js +0 -47
- package/backend/node_modules/lodash/_baseIsRegExp.js +0 -18
- package/backend/node_modules/lodash/_baseIsSet.js +0 -18
- package/backend/node_modules/lodash/_baseIsTypedArray.js +0 -60
- package/backend/node_modules/lodash/_baseIteratee.js +0 -31
- package/backend/node_modules/lodash/_baseKeys.js +0 -30
- package/backend/node_modules/lodash/_baseKeysIn.js +0 -33
- package/backend/node_modules/lodash/_baseLodash.js +0 -10
- package/backend/node_modules/lodash/_baseLt.js +0 -14
- package/backend/node_modules/lodash/_baseMap.js +0 -22
- package/backend/node_modules/lodash/_baseMatches.js +0 -22
- package/backend/node_modules/lodash/_baseMatchesProperty.js +0 -33
- package/backend/node_modules/lodash/_baseMean.js +0 -20
- package/backend/node_modules/lodash/_baseMerge.js +0 -42
- package/backend/node_modules/lodash/_baseMergeDeep.js +0 -94
- package/backend/node_modules/lodash/_baseNth.js +0 -20
- package/backend/node_modules/lodash/_baseOrderBy.js +0 -49
- package/backend/node_modules/lodash/_basePick.js +0 -19
- package/backend/node_modules/lodash/_basePickBy.js +0 -30
- package/backend/node_modules/lodash/_baseProperty.js +0 -14
- package/backend/node_modules/lodash/_basePropertyDeep.js +0 -16
- package/backend/node_modules/lodash/_basePropertyOf.js +0 -14
- package/backend/node_modules/lodash/_basePullAll.js +0 -51
- package/backend/node_modules/lodash/_basePullAt.js +0 -37
- package/backend/node_modules/lodash/_baseRandom.js +0 -18
- package/backend/node_modules/lodash/_baseRange.js +0 -28
- package/backend/node_modules/lodash/_baseReduce.js +0 -23
- package/backend/node_modules/lodash/_baseRepeat.js +0 -35
- package/backend/node_modules/lodash/_baseRest.js +0 -17
- package/backend/node_modules/lodash/_baseSample.js +0 -15
- package/backend/node_modules/lodash/_baseSampleSize.js +0 -18
- package/backend/node_modules/lodash/_baseSet.js +0 -51
- package/backend/node_modules/lodash/_baseSetData.js +0 -17
- package/backend/node_modules/lodash/_baseSetToString.js +0 -22
- package/backend/node_modules/lodash/_baseShuffle.js +0 -15
- package/backend/node_modules/lodash/_baseSlice.js +0 -31
- package/backend/node_modules/lodash/_baseSome.js +0 -22
- package/backend/node_modules/lodash/_baseSortBy.js +0 -21
- package/backend/node_modules/lodash/_baseSortedIndex.js +0 -42
- package/backend/node_modules/lodash/_baseSortedIndexBy.js +0 -67
- package/backend/node_modules/lodash/_baseSortedUniq.js +0 -30
- package/backend/node_modules/lodash/_baseSum.js +0 -24
- package/backend/node_modules/lodash/_baseTimes.js +0 -20
- package/backend/node_modules/lodash/_baseToNumber.js +0 -24
- package/backend/node_modules/lodash/_baseToPairs.js +0 -18
- package/backend/node_modules/lodash/_baseToString.js +0 -37
- package/backend/node_modules/lodash/_baseTrim.js +0 -19
- package/backend/node_modules/lodash/_baseUnary.js +0 -14
- package/backend/node_modules/lodash/_baseUniq.js +0 -72
- package/backend/node_modules/lodash/_baseUnset.js +0 -65
- package/backend/node_modules/lodash/_baseUpdate.js +0 -18
- package/backend/node_modules/lodash/_baseValues.js +0 -19
- package/backend/node_modules/lodash/_baseWhile.js +0 -26
- package/backend/node_modules/lodash/_baseWrapperValue.js +0 -25
- package/backend/node_modules/lodash/_baseXor.js +0 -36
- package/backend/node_modules/lodash/_baseZipObject.js +0 -23
- package/backend/node_modules/lodash/_cacheHas.js +0 -13
- package/backend/node_modules/lodash/_castArrayLikeObject.js +0 -14
- package/backend/node_modules/lodash/_castFunction.js +0 -14
- package/backend/node_modules/lodash/_castPath.js +0 -21
- package/backend/node_modules/lodash/_castRest.js +0 -14
- package/backend/node_modules/lodash/_castSlice.js +0 -18
- package/backend/node_modules/lodash/_charsEndIndex.js +0 -19
- package/backend/node_modules/lodash/_charsStartIndex.js +0 -20
- package/backend/node_modules/lodash/_cloneArrayBuffer.js +0 -16
- package/backend/node_modules/lodash/_cloneBuffer.js +0 -35
- package/backend/node_modules/lodash/_cloneDataView.js +0 -16
- package/backend/node_modules/lodash/_cloneRegExp.js +0 -17
- package/backend/node_modules/lodash/_cloneSymbol.js +0 -18
- package/backend/node_modules/lodash/_cloneTypedArray.js +0 -16
- package/backend/node_modules/lodash/_compareAscending.js +0 -41
- package/backend/node_modules/lodash/_compareMultiple.js +0 -44
- package/backend/node_modules/lodash/_composeArgs.js +0 -39
- package/backend/node_modules/lodash/_composeArgsRight.js +0 -41
- package/backend/node_modules/lodash/_copyArray.js +0 -20
- package/backend/node_modules/lodash/_copyObject.js +0 -40
- package/backend/node_modules/lodash/_copySymbols.js +0 -16
- package/backend/node_modules/lodash/_copySymbolsIn.js +0 -16
- package/backend/node_modules/lodash/_coreJsData.js +0 -6
- package/backend/node_modules/lodash/_countHolders.js +0 -21
- package/backend/node_modules/lodash/_createAggregator.js +0 -23
- package/backend/node_modules/lodash/_createAssigner.js +0 -37
- package/backend/node_modules/lodash/_createBaseEach.js +0 -32
- package/backend/node_modules/lodash/_createBaseFor.js +0 -25
- package/backend/node_modules/lodash/_createBind.js +0 -28
- package/backend/node_modules/lodash/_createCaseFirst.js +0 -33
- package/backend/node_modules/lodash/_createCompounder.js +0 -24
- package/backend/node_modules/lodash/_createCtor.js +0 -37
- package/backend/node_modules/lodash/_createCurry.js +0 -46
- package/backend/node_modules/lodash/_createFind.js +0 -25
- package/backend/node_modules/lodash/_createFlow.js +0 -78
- package/backend/node_modules/lodash/_createHybrid.js +0 -92
- package/backend/node_modules/lodash/_createInverter.js +0 -17
- package/backend/node_modules/lodash/_createMathOperation.js +0 -38
- package/backend/node_modules/lodash/_createOver.js +0 -27
- package/backend/node_modules/lodash/_createPadding.js +0 -33
- package/backend/node_modules/lodash/_createPartial.js +0 -43
- package/backend/node_modules/lodash/_createRange.js +0 -30
- package/backend/node_modules/lodash/_createRecurry.js +0 -56
- package/backend/node_modules/lodash/_createRelationalOperation.js +0 -20
- package/backend/node_modules/lodash/_createRound.js +0 -35
- package/backend/node_modules/lodash/_createSet.js +0 -19
- package/backend/node_modules/lodash/_createToPairs.js +0 -30
- package/backend/node_modules/lodash/_createWrap.js +0 -106
- package/backend/node_modules/lodash/_customDefaultsAssignIn.js +0 -29
- package/backend/node_modules/lodash/_customDefaultsMerge.js +0 -28
- package/backend/node_modules/lodash/_customOmitClone.js +0 -16
- package/backend/node_modules/lodash/_deburrLetter.js +0 -71
- package/backend/node_modules/lodash/_defineProperty.js +0 -11
- package/backend/node_modules/lodash/_equalArrays.js +0 -84
- package/backend/node_modules/lodash/_equalByTag.js +0 -112
- package/backend/node_modules/lodash/_equalObjects.js +0 -90
- package/backend/node_modules/lodash/_escapeHtmlChar.js +0 -21
- package/backend/node_modules/lodash/_escapeStringChar.js +0 -22
- package/backend/node_modules/lodash/_flatRest.js +0 -16
- package/backend/node_modules/lodash/_freeGlobal.js +0 -4
- package/backend/node_modules/lodash/_getAllKeys.js +0 -16
- package/backend/node_modules/lodash/_getAllKeysIn.js +0 -17
- package/backend/node_modules/lodash/_getData.js +0 -15
- package/backend/node_modules/lodash/_getFuncName.js +0 -31
- package/backend/node_modules/lodash/_getHolder.js +0 -13
- package/backend/node_modules/lodash/_getMapData.js +0 -18
- package/backend/node_modules/lodash/_getMatchData.js +0 -24
- package/backend/node_modules/lodash/_getNative.js +0 -17
- package/backend/node_modules/lodash/_getPrototype.js +0 -6
- package/backend/node_modules/lodash/_getRawTag.js +0 -46
- package/backend/node_modules/lodash/_getSymbols.js +0 -30
- package/backend/node_modules/lodash/_getSymbolsIn.js +0 -25
- package/backend/node_modules/lodash/_getTag.js +0 -58
- package/backend/node_modules/lodash/_getValue.js +0 -13
- package/backend/node_modules/lodash/_getView.js +0 -33
- package/backend/node_modules/lodash/_getWrapDetails.js +0 -17
- package/backend/node_modules/lodash/_hasPath.js +0 -39
- package/backend/node_modules/lodash/_hasUnicode.js +0 -26
- package/backend/node_modules/lodash/_hasUnicodeWord.js +0 -15
- package/backend/node_modules/lodash/_hashClear.js +0 -15
- package/backend/node_modules/lodash/_hashDelete.js +0 -17
- package/backend/node_modules/lodash/_hashGet.js +0 -30
- package/backend/node_modules/lodash/_hashHas.js +0 -23
- package/backend/node_modules/lodash/_hashSet.js +0 -23
- package/backend/node_modules/lodash/_initCloneArray.js +0 -26
- package/backend/node_modules/lodash/_initCloneByTag.js +0 -77
- package/backend/node_modules/lodash/_initCloneObject.js +0 -18
- package/backend/node_modules/lodash/_insertWrapDetails.js +0 -23
- package/backend/node_modules/lodash/_isFlattenable.js +0 -20
- package/backend/node_modules/lodash/_isIndex.js +0 -25
- package/backend/node_modules/lodash/_isIterateeCall.js +0 -30
- package/backend/node_modules/lodash/_isKey.js +0 -29
- package/backend/node_modules/lodash/_isKeyable.js +0 -15
- package/backend/node_modules/lodash/_isLaziable.js +0 -28
- package/backend/node_modules/lodash/_isMaskable.js +0 -14
- package/backend/node_modules/lodash/_isMasked.js +0 -20
- package/backend/node_modules/lodash/_isPrototype.js +0 -18
- package/backend/node_modules/lodash/_isStrictComparable.js +0 -15
- package/backend/node_modules/lodash/_iteratorToArray.js +0 -18
- package/backend/node_modules/lodash/_lazyClone.js +0 -23
- package/backend/node_modules/lodash/_lazyReverse.js +0 -23
- package/backend/node_modules/lodash/_lazyValue.js +0 -69
- package/backend/node_modules/lodash/_listCacheClear.js +0 -13
- package/backend/node_modules/lodash/_listCacheDelete.js +0 -35
- package/backend/node_modules/lodash/_listCacheGet.js +0 -19
- package/backend/node_modules/lodash/_listCacheHas.js +0 -16
- package/backend/node_modules/lodash/_listCacheSet.js +0 -26
- package/backend/node_modules/lodash/_mapCacheClear.js +0 -21
- package/backend/node_modules/lodash/_mapCacheDelete.js +0 -18
- package/backend/node_modules/lodash/_mapCacheGet.js +0 -16
- package/backend/node_modules/lodash/_mapCacheHas.js +0 -16
- package/backend/node_modules/lodash/_mapCacheSet.js +0 -22
- package/backend/node_modules/lodash/_mapToArray.js +0 -18
- package/backend/node_modules/lodash/_matchesStrictComparable.js +0 -20
- package/backend/node_modules/lodash/_memoizeCapped.js +0 -26
- package/backend/node_modules/lodash/_mergeData.js +0 -90
- package/backend/node_modules/lodash/_metaMap.js +0 -6
- package/backend/node_modules/lodash/_nativeCreate.js +0 -6
- package/backend/node_modules/lodash/_nativeKeys.js +0 -6
- package/backend/node_modules/lodash/_nativeKeysIn.js +0 -20
- package/backend/node_modules/lodash/_nodeUtil.js +0 -30
- package/backend/node_modules/lodash/_objectToString.js +0 -22
- package/backend/node_modules/lodash/_overArg.js +0 -15
- package/backend/node_modules/lodash/_overRest.js +0 -36
- package/backend/node_modules/lodash/_parent.js +0 -16
- package/backend/node_modules/lodash/_reEscape.js +0 -4
- package/backend/node_modules/lodash/_reEvaluate.js +0 -4
- package/backend/node_modules/lodash/_reInterpolate.js +0 -4
- package/backend/node_modules/lodash/_realNames.js +0 -4
- package/backend/node_modules/lodash/_reorder.js +0 -29
- package/backend/node_modules/lodash/_replaceHolders.js +0 -29
- package/backend/node_modules/lodash/_root.js +0 -9
- package/backend/node_modules/lodash/_safeGet.js +0 -21
- package/backend/node_modules/lodash/_setCacheAdd.js +0 -19
- package/backend/node_modules/lodash/_setCacheHas.js +0 -14
- package/backend/node_modules/lodash/_setData.js +0 -20
- package/backend/node_modules/lodash/_setToArray.js +0 -18
- package/backend/node_modules/lodash/_setToPairs.js +0 -18
- package/backend/node_modules/lodash/_setToString.js +0 -14
- package/backend/node_modules/lodash/_setWrapToString.js +0 -21
- package/backend/node_modules/lodash/_shortOut.js +0 -37
- package/backend/node_modules/lodash/_shuffleSelf.js +0 -28
- package/backend/node_modules/lodash/_stackClear.js +0 -15
- package/backend/node_modules/lodash/_stackDelete.js +0 -18
- package/backend/node_modules/lodash/_stackGet.js +0 -14
- package/backend/node_modules/lodash/_stackHas.js +0 -14
- package/backend/node_modules/lodash/_stackSet.js +0 -34
- package/backend/node_modules/lodash/_strictIndexOf.js +0 -23
- package/backend/node_modules/lodash/_strictLastIndexOf.js +0 -21
- package/backend/node_modules/lodash/_stringSize.js +0 -18
- package/backend/node_modules/lodash/_stringToArray.js +0 -18
- package/backend/node_modules/lodash/_stringToPath.js +0 -27
- package/backend/node_modules/lodash/_toKey.js +0 -21
- package/backend/node_modules/lodash/_toSource.js +0 -26
- package/backend/node_modules/lodash/_trimmedEndIndex.js +0 -19
- package/backend/node_modules/lodash/_unescapeHtmlChar.js +0 -21
- package/backend/node_modules/lodash/_unicodeSize.js +0 -44
- package/backend/node_modules/lodash/_unicodeToArray.js +0 -40
- package/backend/node_modules/lodash/_unicodeWords.js +0 -69
- package/backend/node_modules/lodash/_updateWrapDetails.js +0 -46
- package/backend/node_modules/lodash/_wrapperClone.js +0 -23
- package/backend/node_modules/lodash/add.js +0 -22
- package/backend/node_modules/lodash/after.js +0 -42
- package/backend/node_modules/lodash/array.js +0 -67
- package/backend/node_modules/lodash/ary.js +0 -29
- package/backend/node_modules/lodash/assign.js +0 -58
- package/backend/node_modules/lodash/assignIn.js +0 -40
- package/backend/node_modules/lodash/assignInWith.js +0 -38
- package/backend/node_modules/lodash/assignWith.js +0 -37
- package/backend/node_modules/lodash/at.js +0 -23
- package/backend/node_modules/lodash/attempt.js +0 -35
- package/backend/node_modules/lodash/before.js +0 -40
- package/backend/node_modules/lodash/bind.js +0 -57
- package/backend/node_modules/lodash/bindAll.js +0 -41
- package/backend/node_modules/lodash/bindKey.js +0 -68
- package/backend/node_modules/lodash/camelCase.js +0 -29
- package/backend/node_modules/lodash/capitalize.js +0 -23
- package/backend/node_modules/lodash/castArray.js +0 -44
- package/backend/node_modules/lodash/ceil.js +0 -26
- package/backend/node_modules/lodash/chain.js +0 -38
- package/backend/node_modules/lodash/chunk.js +0 -50
- package/backend/node_modules/lodash/clamp.js +0 -39
- package/backend/node_modules/lodash/clone.js +0 -36
- package/backend/node_modules/lodash/cloneDeep.js +0 -29
- package/backend/node_modules/lodash/cloneDeepWith.js +0 -40
- package/backend/node_modules/lodash/cloneWith.js +0 -42
- package/backend/node_modules/lodash/collection.js +0 -30
- package/backend/node_modules/lodash/commit.js +0 -33
- package/backend/node_modules/lodash/compact.js +0 -31
- package/backend/node_modules/lodash/concat.js +0 -43
- package/backend/node_modules/lodash/cond.js +0 -60
- package/backend/node_modules/lodash/conforms.js +0 -35
- package/backend/node_modules/lodash/conformsTo.js +0 -32
- package/backend/node_modules/lodash/constant.js +0 -26
- package/backend/node_modules/lodash/core.js +0 -3877
- package/backend/node_modules/lodash/core.min.js +0 -29
- package/backend/node_modules/lodash/countBy.js +0 -40
- package/backend/node_modules/lodash/create.js +0 -43
- package/backend/node_modules/lodash/curry.js +0 -57
- package/backend/node_modules/lodash/curryRight.js +0 -54
- package/backend/node_modules/lodash/date.js +0 -3
- package/backend/node_modules/lodash/debounce.js +0 -191
- package/backend/node_modules/lodash/deburr.js +0 -45
- package/backend/node_modules/lodash/defaultTo.js +0 -25
- package/backend/node_modules/lodash/defaults.js +0 -64
- package/backend/node_modules/lodash/defaultsDeep.js +0 -30
- package/backend/node_modules/lodash/defer.js +0 -26
- package/backend/node_modules/lodash/delay.js +0 -28
- package/backend/node_modules/lodash/difference.js +0 -33
- package/backend/node_modules/lodash/differenceBy.js +0 -44
- package/backend/node_modules/lodash/differenceWith.js +0 -40
- package/backend/node_modules/lodash/divide.js +0 -22
- package/backend/node_modules/lodash/drop.js +0 -38
- package/backend/node_modules/lodash/dropRight.js +0 -39
- package/backend/node_modules/lodash/dropRightWhile.js +0 -45
- package/backend/node_modules/lodash/dropWhile.js +0 -45
- package/backend/node_modules/lodash/each.js +0 -1
- package/backend/node_modules/lodash/eachRight.js +0 -1
- package/backend/node_modules/lodash/endsWith.js +0 -43
- package/backend/node_modules/lodash/entries.js +0 -1
- package/backend/node_modules/lodash/entriesIn.js +0 -1
- package/backend/node_modules/lodash/eq.js +0 -37
- package/backend/node_modules/lodash/escape.js +0 -43
- package/backend/node_modules/lodash/escapeRegExp.js +0 -32
- package/backend/node_modules/lodash/every.js +0 -56
- package/backend/node_modules/lodash/extend.js +0 -1
- package/backend/node_modules/lodash/extendWith.js +0 -1
- package/backend/node_modules/lodash/fill.js +0 -45
- package/backend/node_modules/lodash/filter.js +0 -52
- package/backend/node_modules/lodash/find.js +0 -42
- package/backend/node_modules/lodash/findIndex.js +0 -55
- package/backend/node_modules/lodash/findKey.js +0 -44
- package/backend/node_modules/lodash/findLast.js +0 -25
- package/backend/node_modules/lodash/findLastIndex.js +0 -59
- package/backend/node_modules/lodash/findLastKey.js +0 -44
- package/backend/node_modules/lodash/first.js +0 -1
- package/backend/node_modules/lodash/flatMap.js +0 -29
- package/backend/node_modules/lodash/flatMapDeep.js +0 -31
- package/backend/node_modules/lodash/flatMapDepth.js +0 -31
- package/backend/node_modules/lodash/flatten.js +0 -22
- package/backend/node_modules/lodash/flattenDeep.js +0 -25
- package/backend/node_modules/lodash/flattenDepth.js +0 -33
- package/backend/node_modules/lodash/flip.js +0 -28
- package/backend/node_modules/lodash/floor.js +0 -26
- package/backend/node_modules/lodash/flow.js +0 -27
- package/backend/node_modules/lodash/flowRight.js +0 -26
- package/backend/node_modules/lodash/forEach.js +0 -41
- package/backend/node_modules/lodash/forEachRight.js +0 -31
- package/backend/node_modules/lodash/forIn.js +0 -39
- package/backend/node_modules/lodash/forInRight.js +0 -37
- package/backend/node_modules/lodash/forOwn.js +0 -36
- package/backend/node_modules/lodash/forOwnRight.js +0 -34
- package/backend/node_modules/lodash/fp/F.js +0 -1
- package/backend/node_modules/lodash/fp/T.js +0 -1
- package/backend/node_modules/lodash/fp/__.js +0 -1
- package/backend/node_modules/lodash/fp/_baseConvert.js +0 -569
- package/backend/node_modules/lodash/fp/_convertBrowser.js +0 -18
- package/backend/node_modules/lodash/fp/_falseOptions.js +0 -7
- package/backend/node_modules/lodash/fp/_mapping.js +0 -358
- package/backend/node_modules/lodash/fp/_util.js +0 -16
- package/backend/node_modules/lodash/fp/add.js +0 -5
- package/backend/node_modules/lodash/fp/after.js +0 -5
- package/backend/node_modules/lodash/fp/all.js +0 -1
- package/backend/node_modules/lodash/fp/allPass.js +0 -1
- package/backend/node_modules/lodash/fp/always.js +0 -1
- package/backend/node_modules/lodash/fp/any.js +0 -1
- package/backend/node_modules/lodash/fp/anyPass.js +0 -1
- package/backend/node_modules/lodash/fp/apply.js +0 -1
- package/backend/node_modules/lodash/fp/array.js +0 -2
- package/backend/node_modules/lodash/fp/ary.js +0 -5
- package/backend/node_modules/lodash/fp/assign.js +0 -5
- package/backend/node_modules/lodash/fp/assignAll.js +0 -5
- package/backend/node_modules/lodash/fp/assignAllWith.js +0 -5
- package/backend/node_modules/lodash/fp/assignIn.js +0 -5
- package/backend/node_modules/lodash/fp/assignInAll.js +0 -5
- package/backend/node_modules/lodash/fp/assignInAllWith.js +0 -5
- package/backend/node_modules/lodash/fp/assignInWith.js +0 -5
- package/backend/node_modules/lodash/fp/assignWith.js +0 -5
- package/backend/node_modules/lodash/fp/assoc.js +0 -1
- package/backend/node_modules/lodash/fp/assocPath.js +0 -1
- package/backend/node_modules/lodash/fp/at.js +0 -5
- package/backend/node_modules/lodash/fp/attempt.js +0 -5
- package/backend/node_modules/lodash/fp/before.js +0 -5
- package/backend/node_modules/lodash/fp/bind.js +0 -5
- package/backend/node_modules/lodash/fp/bindAll.js +0 -5
- package/backend/node_modules/lodash/fp/bindKey.js +0 -5
- package/backend/node_modules/lodash/fp/camelCase.js +0 -5
- package/backend/node_modules/lodash/fp/capitalize.js +0 -5
- package/backend/node_modules/lodash/fp/castArray.js +0 -5
- package/backend/node_modules/lodash/fp/ceil.js +0 -5
- package/backend/node_modules/lodash/fp/chain.js +0 -5
- package/backend/node_modules/lodash/fp/chunk.js +0 -5
- package/backend/node_modules/lodash/fp/clamp.js +0 -5
- package/backend/node_modules/lodash/fp/clone.js +0 -5
- package/backend/node_modules/lodash/fp/cloneDeep.js +0 -5
- package/backend/node_modules/lodash/fp/cloneDeepWith.js +0 -5
- package/backend/node_modules/lodash/fp/cloneWith.js +0 -5
- package/backend/node_modules/lodash/fp/collection.js +0 -2
- package/backend/node_modules/lodash/fp/commit.js +0 -5
- package/backend/node_modules/lodash/fp/compact.js +0 -5
- package/backend/node_modules/lodash/fp/complement.js +0 -1
- package/backend/node_modules/lodash/fp/compose.js +0 -1
- package/backend/node_modules/lodash/fp/concat.js +0 -5
- package/backend/node_modules/lodash/fp/cond.js +0 -5
- package/backend/node_modules/lodash/fp/conforms.js +0 -1
- package/backend/node_modules/lodash/fp/conformsTo.js +0 -5
- package/backend/node_modules/lodash/fp/constant.js +0 -5
- package/backend/node_modules/lodash/fp/contains.js +0 -1
- package/backend/node_modules/lodash/fp/convert.js +0 -18
- package/backend/node_modules/lodash/fp/countBy.js +0 -5
- package/backend/node_modules/lodash/fp/create.js +0 -5
- package/backend/node_modules/lodash/fp/curry.js +0 -5
- package/backend/node_modules/lodash/fp/curryN.js +0 -5
- package/backend/node_modules/lodash/fp/curryRight.js +0 -5
- package/backend/node_modules/lodash/fp/curryRightN.js +0 -5
- package/backend/node_modules/lodash/fp/date.js +0 -2
- package/backend/node_modules/lodash/fp/debounce.js +0 -5
- package/backend/node_modules/lodash/fp/deburr.js +0 -5
- package/backend/node_modules/lodash/fp/defaultTo.js +0 -5
- package/backend/node_modules/lodash/fp/defaults.js +0 -5
- package/backend/node_modules/lodash/fp/defaultsAll.js +0 -5
- package/backend/node_modules/lodash/fp/defaultsDeep.js +0 -5
- package/backend/node_modules/lodash/fp/defaultsDeepAll.js +0 -5
- package/backend/node_modules/lodash/fp/defer.js +0 -5
- package/backend/node_modules/lodash/fp/delay.js +0 -5
- package/backend/node_modules/lodash/fp/difference.js +0 -5
- package/backend/node_modules/lodash/fp/differenceBy.js +0 -5
- package/backend/node_modules/lodash/fp/differenceWith.js +0 -5
- package/backend/node_modules/lodash/fp/dissoc.js +0 -1
- package/backend/node_modules/lodash/fp/dissocPath.js +0 -1
- package/backend/node_modules/lodash/fp/divide.js +0 -5
- package/backend/node_modules/lodash/fp/drop.js +0 -5
- package/backend/node_modules/lodash/fp/dropLast.js +0 -1
- package/backend/node_modules/lodash/fp/dropLastWhile.js +0 -1
- package/backend/node_modules/lodash/fp/dropRight.js +0 -5
- package/backend/node_modules/lodash/fp/dropRightWhile.js +0 -5
- package/backend/node_modules/lodash/fp/dropWhile.js +0 -5
- package/backend/node_modules/lodash/fp/each.js +0 -1
- package/backend/node_modules/lodash/fp/eachRight.js +0 -1
- package/backend/node_modules/lodash/fp/endsWith.js +0 -5
- package/backend/node_modules/lodash/fp/entries.js +0 -1
- package/backend/node_modules/lodash/fp/entriesIn.js +0 -1
- package/backend/node_modules/lodash/fp/eq.js +0 -5
- package/backend/node_modules/lodash/fp/equals.js +0 -1
- package/backend/node_modules/lodash/fp/escape.js +0 -5
- package/backend/node_modules/lodash/fp/escapeRegExp.js +0 -5
- package/backend/node_modules/lodash/fp/every.js +0 -5
- package/backend/node_modules/lodash/fp/extend.js +0 -1
- package/backend/node_modules/lodash/fp/extendAll.js +0 -1
- package/backend/node_modules/lodash/fp/extendAllWith.js +0 -1
- package/backend/node_modules/lodash/fp/extendWith.js +0 -1
- package/backend/node_modules/lodash/fp/fill.js +0 -5
- package/backend/node_modules/lodash/fp/filter.js +0 -5
- package/backend/node_modules/lodash/fp/find.js +0 -5
- package/backend/node_modules/lodash/fp/findFrom.js +0 -5
- package/backend/node_modules/lodash/fp/findIndex.js +0 -5
- package/backend/node_modules/lodash/fp/findIndexFrom.js +0 -5
- package/backend/node_modules/lodash/fp/findKey.js +0 -5
- package/backend/node_modules/lodash/fp/findLast.js +0 -5
- package/backend/node_modules/lodash/fp/findLastFrom.js +0 -5
- package/backend/node_modules/lodash/fp/findLastIndex.js +0 -5
- package/backend/node_modules/lodash/fp/findLastIndexFrom.js +0 -5
- package/backend/node_modules/lodash/fp/findLastKey.js +0 -5
- package/backend/node_modules/lodash/fp/first.js +0 -1
- package/backend/node_modules/lodash/fp/flatMap.js +0 -5
- package/backend/node_modules/lodash/fp/flatMapDeep.js +0 -5
- package/backend/node_modules/lodash/fp/flatMapDepth.js +0 -5
- package/backend/node_modules/lodash/fp/flatten.js +0 -5
- package/backend/node_modules/lodash/fp/flattenDeep.js +0 -5
- package/backend/node_modules/lodash/fp/flattenDepth.js +0 -5
- package/backend/node_modules/lodash/fp/flip.js +0 -5
- package/backend/node_modules/lodash/fp/floor.js +0 -5
- package/backend/node_modules/lodash/fp/flow.js +0 -5
- package/backend/node_modules/lodash/fp/flowRight.js +0 -5
- package/backend/node_modules/lodash/fp/forEach.js +0 -5
- package/backend/node_modules/lodash/fp/forEachRight.js +0 -5
- package/backend/node_modules/lodash/fp/forIn.js +0 -5
- package/backend/node_modules/lodash/fp/forInRight.js +0 -5
- package/backend/node_modules/lodash/fp/forOwn.js +0 -5
- package/backend/node_modules/lodash/fp/forOwnRight.js +0 -5
- package/backend/node_modules/lodash/fp/fromPairs.js +0 -5
- package/backend/node_modules/lodash/fp/function.js +0 -2
- package/backend/node_modules/lodash/fp/functions.js +0 -5
- package/backend/node_modules/lodash/fp/functionsIn.js +0 -5
- package/backend/node_modules/lodash/fp/get.js +0 -5
- package/backend/node_modules/lodash/fp/getOr.js +0 -5
- package/backend/node_modules/lodash/fp/groupBy.js +0 -5
- package/backend/node_modules/lodash/fp/gt.js +0 -5
- package/backend/node_modules/lodash/fp/gte.js +0 -5
- package/backend/node_modules/lodash/fp/has.js +0 -5
- package/backend/node_modules/lodash/fp/hasIn.js +0 -5
- package/backend/node_modules/lodash/fp/head.js +0 -5
- package/backend/node_modules/lodash/fp/identical.js +0 -1
- package/backend/node_modules/lodash/fp/identity.js +0 -5
- package/backend/node_modules/lodash/fp/inRange.js +0 -5
- package/backend/node_modules/lodash/fp/includes.js +0 -5
- package/backend/node_modules/lodash/fp/includesFrom.js +0 -5
- package/backend/node_modules/lodash/fp/indexBy.js +0 -1
- package/backend/node_modules/lodash/fp/indexOf.js +0 -5
- package/backend/node_modules/lodash/fp/indexOfFrom.js +0 -5
- package/backend/node_modules/lodash/fp/init.js +0 -1
- package/backend/node_modules/lodash/fp/initial.js +0 -5
- package/backend/node_modules/lodash/fp/intersection.js +0 -5
- package/backend/node_modules/lodash/fp/intersectionBy.js +0 -5
- package/backend/node_modules/lodash/fp/intersectionWith.js +0 -5
- package/backend/node_modules/lodash/fp/invert.js +0 -5
- package/backend/node_modules/lodash/fp/invertBy.js +0 -5
- package/backend/node_modules/lodash/fp/invertObj.js +0 -1
- package/backend/node_modules/lodash/fp/invoke.js +0 -5
- package/backend/node_modules/lodash/fp/invokeArgs.js +0 -5
- package/backend/node_modules/lodash/fp/invokeArgsMap.js +0 -5
- package/backend/node_modules/lodash/fp/invokeMap.js +0 -5
- package/backend/node_modules/lodash/fp/isArguments.js +0 -5
- package/backend/node_modules/lodash/fp/isArray.js +0 -5
- package/backend/node_modules/lodash/fp/isArrayBuffer.js +0 -5
- package/backend/node_modules/lodash/fp/isArrayLike.js +0 -5
- package/backend/node_modules/lodash/fp/isArrayLikeObject.js +0 -5
- package/backend/node_modules/lodash/fp/isBoolean.js +0 -5
- package/backend/node_modules/lodash/fp/isBuffer.js +0 -5
- package/backend/node_modules/lodash/fp/isDate.js +0 -5
- package/backend/node_modules/lodash/fp/isElement.js +0 -5
- package/backend/node_modules/lodash/fp/isEmpty.js +0 -5
- package/backend/node_modules/lodash/fp/isEqual.js +0 -5
- package/backend/node_modules/lodash/fp/isEqualWith.js +0 -5
- package/backend/node_modules/lodash/fp/isError.js +0 -5
- package/backend/node_modules/lodash/fp/isFinite.js +0 -5
- package/backend/node_modules/lodash/fp/isFunction.js +0 -5
- package/backend/node_modules/lodash/fp/isInteger.js +0 -5
- package/backend/node_modules/lodash/fp/isLength.js +0 -5
- package/backend/node_modules/lodash/fp/isMap.js +0 -5
- package/backend/node_modules/lodash/fp/isMatch.js +0 -5
- package/backend/node_modules/lodash/fp/isMatchWith.js +0 -5
- package/backend/node_modules/lodash/fp/isNaN.js +0 -5
- package/backend/node_modules/lodash/fp/isNative.js +0 -5
- package/backend/node_modules/lodash/fp/isNil.js +0 -5
- package/backend/node_modules/lodash/fp/isNull.js +0 -5
- package/backend/node_modules/lodash/fp/isNumber.js +0 -5
- package/backend/node_modules/lodash/fp/isObject.js +0 -5
- package/backend/node_modules/lodash/fp/isObjectLike.js +0 -5
- package/backend/node_modules/lodash/fp/isPlainObject.js +0 -5
- package/backend/node_modules/lodash/fp/isRegExp.js +0 -5
- package/backend/node_modules/lodash/fp/isSafeInteger.js +0 -5
- package/backend/node_modules/lodash/fp/isSet.js +0 -5
- package/backend/node_modules/lodash/fp/isString.js +0 -5
- package/backend/node_modules/lodash/fp/isSymbol.js +0 -5
- package/backend/node_modules/lodash/fp/isTypedArray.js +0 -5
- package/backend/node_modules/lodash/fp/isUndefined.js +0 -5
- package/backend/node_modules/lodash/fp/isWeakMap.js +0 -5
- package/backend/node_modules/lodash/fp/isWeakSet.js +0 -5
- package/backend/node_modules/lodash/fp/iteratee.js +0 -5
- package/backend/node_modules/lodash/fp/join.js +0 -5
- package/backend/node_modules/lodash/fp/juxt.js +0 -1
- package/backend/node_modules/lodash/fp/kebabCase.js +0 -5
- package/backend/node_modules/lodash/fp/keyBy.js +0 -5
- package/backend/node_modules/lodash/fp/keys.js +0 -5
- package/backend/node_modules/lodash/fp/keysIn.js +0 -5
- package/backend/node_modules/lodash/fp/lang.js +0 -2
- package/backend/node_modules/lodash/fp/last.js +0 -5
- package/backend/node_modules/lodash/fp/lastIndexOf.js +0 -5
- package/backend/node_modules/lodash/fp/lastIndexOfFrom.js +0 -5
- package/backend/node_modules/lodash/fp/lowerCase.js +0 -5
- package/backend/node_modules/lodash/fp/lowerFirst.js +0 -5
- package/backend/node_modules/lodash/fp/lt.js +0 -5
- package/backend/node_modules/lodash/fp/lte.js +0 -5
- package/backend/node_modules/lodash/fp/map.js +0 -5
- package/backend/node_modules/lodash/fp/mapKeys.js +0 -5
- package/backend/node_modules/lodash/fp/mapValues.js +0 -5
- package/backend/node_modules/lodash/fp/matches.js +0 -1
- package/backend/node_modules/lodash/fp/matchesProperty.js +0 -5
- package/backend/node_modules/lodash/fp/math.js +0 -2
- package/backend/node_modules/lodash/fp/max.js +0 -5
- package/backend/node_modules/lodash/fp/maxBy.js +0 -5
- package/backend/node_modules/lodash/fp/mean.js +0 -5
- package/backend/node_modules/lodash/fp/meanBy.js +0 -5
- package/backend/node_modules/lodash/fp/memoize.js +0 -5
- package/backend/node_modules/lodash/fp/merge.js +0 -5
- package/backend/node_modules/lodash/fp/mergeAll.js +0 -5
- package/backend/node_modules/lodash/fp/mergeAllWith.js +0 -5
- package/backend/node_modules/lodash/fp/mergeWith.js +0 -5
- package/backend/node_modules/lodash/fp/method.js +0 -5
- package/backend/node_modules/lodash/fp/methodOf.js +0 -5
- package/backend/node_modules/lodash/fp/min.js +0 -5
- package/backend/node_modules/lodash/fp/minBy.js +0 -5
- package/backend/node_modules/lodash/fp/mixin.js +0 -5
- package/backend/node_modules/lodash/fp/multiply.js +0 -5
- package/backend/node_modules/lodash/fp/nAry.js +0 -1
- package/backend/node_modules/lodash/fp/negate.js +0 -5
- package/backend/node_modules/lodash/fp/next.js +0 -5
- package/backend/node_modules/lodash/fp/noop.js +0 -5
- package/backend/node_modules/lodash/fp/now.js +0 -5
- package/backend/node_modules/lodash/fp/nth.js +0 -5
- package/backend/node_modules/lodash/fp/nthArg.js +0 -5
- package/backend/node_modules/lodash/fp/number.js +0 -2
- package/backend/node_modules/lodash/fp/object.js +0 -2
- package/backend/node_modules/lodash/fp/omit.js +0 -5
- package/backend/node_modules/lodash/fp/omitAll.js +0 -1
- package/backend/node_modules/lodash/fp/omitBy.js +0 -5
- package/backend/node_modules/lodash/fp/once.js +0 -5
- package/backend/node_modules/lodash/fp/orderBy.js +0 -5
- package/backend/node_modules/lodash/fp/over.js +0 -5
- package/backend/node_modules/lodash/fp/overArgs.js +0 -5
- package/backend/node_modules/lodash/fp/overEvery.js +0 -5
- package/backend/node_modules/lodash/fp/overSome.js +0 -5
- package/backend/node_modules/lodash/fp/pad.js +0 -5
- package/backend/node_modules/lodash/fp/padChars.js +0 -5
- package/backend/node_modules/lodash/fp/padCharsEnd.js +0 -5
- package/backend/node_modules/lodash/fp/padCharsStart.js +0 -5
- package/backend/node_modules/lodash/fp/padEnd.js +0 -5
- package/backend/node_modules/lodash/fp/padStart.js +0 -5
- package/backend/node_modules/lodash/fp/parseInt.js +0 -5
- package/backend/node_modules/lodash/fp/partial.js +0 -5
- package/backend/node_modules/lodash/fp/partialRight.js +0 -5
- package/backend/node_modules/lodash/fp/partition.js +0 -5
- package/backend/node_modules/lodash/fp/path.js +0 -1
- package/backend/node_modules/lodash/fp/pathEq.js +0 -1
- package/backend/node_modules/lodash/fp/pathOr.js +0 -1
- package/backend/node_modules/lodash/fp/paths.js +0 -1
- package/backend/node_modules/lodash/fp/pick.js +0 -5
- package/backend/node_modules/lodash/fp/pickAll.js +0 -1
- package/backend/node_modules/lodash/fp/pickBy.js +0 -5
- package/backend/node_modules/lodash/fp/pipe.js +0 -1
- package/backend/node_modules/lodash/fp/placeholder.js +0 -6
- package/backend/node_modules/lodash/fp/plant.js +0 -5
- package/backend/node_modules/lodash/fp/pluck.js +0 -1
- package/backend/node_modules/lodash/fp/prop.js +0 -1
- package/backend/node_modules/lodash/fp/propEq.js +0 -1
- package/backend/node_modules/lodash/fp/propOr.js +0 -1
- package/backend/node_modules/lodash/fp/property.js +0 -1
- package/backend/node_modules/lodash/fp/propertyOf.js +0 -5
- package/backend/node_modules/lodash/fp/props.js +0 -1
- package/backend/node_modules/lodash/fp/pull.js +0 -5
- package/backend/node_modules/lodash/fp/pullAll.js +0 -5
- package/backend/node_modules/lodash/fp/pullAllBy.js +0 -5
- package/backend/node_modules/lodash/fp/pullAllWith.js +0 -5
- package/backend/node_modules/lodash/fp/pullAt.js +0 -5
- package/backend/node_modules/lodash/fp/random.js +0 -5
- package/backend/node_modules/lodash/fp/range.js +0 -5
- package/backend/node_modules/lodash/fp/rangeRight.js +0 -5
- package/backend/node_modules/lodash/fp/rangeStep.js +0 -5
- package/backend/node_modules/lodash/fp/rangeStepRight.js +0 -5
- package/backend/node_modules/lodash/fp/rearg.js +0 -5
- package/backend/node_modules/lodash/fp/reduce.js +0 -5
- package/backend/node_modules/lodash/fp/reduceRight.js +0 -5
- package/backend/node_modules/lodash/fp/reject.js +0 -5
- package/backend/node_modules/lodash/fp/remove.js +0 -5
- package/backend/node_modules/lodash/fp/repeat.js +0 -5
- package/backend/node_modules/lodash/fp/replace.js +0 -5
- package/backend/node_modules/lodash/fp/rest.js +0 -5
- package/backend/node_modules/lodash/fp/restFrom.js +0 -5
- package/backend/node_modules/lodash/fp/result.js +0 -5
- package/backend/node_modules/lodash/fp/reverse.js +0 -5
- package/backend/node_modules/lodash/fp/round.js +0 -5
- package/backend/node_modules/lodash/fp/sample.js +0 -5
- package/backend/node_modules/lodash/fp/sampleSize.js +0 -5
- package/backend/node_modules/lodash/fp/seq.js +0 -2
- package/backend/node_modules/lodash/fp/set.js +0 -5
- package/backend/node_modules/lodash/fp/setWith.js +0 -5
- package/backend/node_modules/lodash/fp/shuffle.js +0 -5
- package/backend/node_modules/lodash/fp/size.js +0 -5
- package/backend/node_modules/lodash/fp/slice.js +0 -5
- package/backend/node_modules/lodash/fp/snakeCase.js +0 -5
- package/backend/node_modules/lodash/fp/some.js +0 -5
- package/backend/node_modules/lodash/fp/sortBy.js +0 -5
- package/backend/node_modules/lodash/fp/sortedIndex.js +0 -5
- package/backend/node_modules/lodash/fp/sortedIndexBy.js +0 -5
- package/backend/node_modules/lodash/fp/sortedIndexOf.js +0 -5
- package/backend/node_modules/lodash/fp/sortedLastIndex.js +0 -5
- package/backend/node_modules/lodash/fp/sortedLastIndexBy.js +0 -5
- package/backend/node_modules/lodash/fp/sortedLastIndexOf.js +0 -5
- package/backend/node_modules/lodash/fp/sortedUniq.js +0 -5
- package/backend/node_modules/lodash/fp/sortedUniqBy.js +0 -5
- package/backend/node_modules/lodash/fp/split.js +0 -5
- package/backend/node_modules/lodash/fp/spread.js +0 -5
- package/backend/node_modules/lodash/fp/spreadFrom.js +0 -5
- package/backend/node_modules/lodash/fp/startCase.js +0 -5
- package/backend/node_modules/lodash/fp/startsWith.js +0 -5
- package/backend/node_modules/lodash/fp/string.js +0 -2
- package/backend/node_modules/lodash/fp/stubArray.js +0 -5
- package/backend/node_modules/lodash/fp/stubFalse.js +0 -5
- package/backend/node_modules/lodash/fp/stubObject.js +0 -5
- package/backend/node_modules/lodash/fp/stubString.js +0 -5
- package/backend/node_modules/lodash/fp/stubTrue.js +0 -5
- package/backend/node_modules/lodash/fp/subtract.js +0 -5
- package/backend/node_modules/lodash/fp/sum.js +0 -5
- package/backend/node_modules/lodash/fp/sumBy.js +0 -5
- package/backend/node_modules/lodash/fp/symmetricDifference.js +0 -1
- package/backend/node_modules/lodash/fp/symmetricDifferenceBy.js +0 -1
- package/backend/node_modules/lodash/fp/symmetricDifferenceWith.js +0 -1
- package/backend/node_modules/lodash/fp/tail.js +0 -5
- package/backend/node_modules/lodash/fp/take.js +0 -5
- package/backend/node_modules/lodash/fp/takeLast.js +0 -1
- package/backend/node_modules/lodash/fp/takeLastWhile.js +0 -1
- package/backend/node_modules/lodash/fp/takeRight.js +0 -5
- package/backend/node_modules/lodash/fp/takeRightWhile.js +0 -5
- package/backend/node_modules/lodash/fp/takeWhile.js +0 -5
- package/backend/node_modules/lodash/fp/tap.js +0 -5
- package/backend/node_modules/lodash/fp/template.js +0 -5
- package/backend/node_modules/lodash/fp/templateSettings.js +0 -5
- package/backend/node_modules/lodash/fp/throttle.js +0 -5
- package/backend/node_modules/lodash/fp/thru.js +0 -5
- package/backend/node_modules/lodash/fp/times.js +0 -5
- package/backend/node_modules/lodash/fp/toArray.js +0 -5
- package/backend/node_modules/lodash/fp/toFinite.js +0 -5
- package/backend/node_modules/lodash/fp/toInteger.js +0 -5
- package/backend/node_modules/lodash/fp/toIterator.js +0 -5
- package/backend/node_modules/lodash/fp/toJSON.js +0 -5
- package/backend/node_modules/lodash/fp/toLength.js +0 -5
- package/backend/node_modules/lodash/fp/toLower.js +0 -5
- package/backend/node_modules/lodash/fp/toNumber.js +0 -5
- package/backend/node_modules/lodash/fp/toPairs.js +0 -5
- package/backend/node_modules/lodash/fp/toPairsIn.js +0 -5
- package/backend/node_modules/lodash/fp/toPath.js +0 -5
- package/backend/node_modules/lodash/fp/toPlainObject.js +0 -5
- package/backend/node_modules/lodash/fp/toSafeInteger.js +0 -5
- package/backend/node_modules/lodash/fp/toString.js +0 -5
- package/backend/node_modules/lodash/fp/toUpper.js +0 -5
- package/backend/node_modules/lodash/fp/transform.js +0 -5
- package/backend/node_modules/lodash/fp/trim.js +0 -5
- package/backend/node_modules/lodash/fp/trimChars.js +0 -5
- package/backend/node_modules/lodash/fp/trimCharsEnd.js +0 -5
- package/backend/node_modules/lodash/fp/trimCharsStart.js +0 -5
- package/backend/node_modules/lodash/fp/trimEnd.js +0 -5
- package/backend/node_modules/lodash/fp/trimStart.js +0 -5
- package/backend/node_modules/lodash/fp/truncate.js +0 -5
- package/backend/node_modules/lodash/fp/unapply.js +0 -1
- package/backend/node_modules/lodash/fp/unary.js +0 -5
- package/backend/node_modules/lodash/fp/unescape.js +0 -5
- package/backend/node_modules/lodash/fp/union.js +0 -5
- package/backend/node_modules/lodash/fp/unionBy.js +0 -5
- package/backend/node_modules/lodash/fp/unionWith.js +0 -5
- package/backend/node_modules/lodash/fp/uniq.js +0 -5
- package/backend/node_modules/lodash/fp/uniqBy.js +0 -5
- package/backend/node_modules/lodash/fp/uniqWith.js +0 -5
- package/backend/node_modules/lodash/fp/uniqueId.js +0 -5
- package/backend/node_modules/lodash/fp/unnest.js +0 -1
- package/backend/node_modules/lodash/fp/unset.js +0 -5
- package/backend/node_modules/lodash/fp/unzip.js +0 -5
- package/backend/node_modules/lodash/fp/unzipWith.js +0 -5
- package/backend/node_modules/lodash/fp/update.js +0 -5
- package/backend/node_modules/lodash/fp/updateWith.js +0 -5
- package/backend/node_modules/lodash/fp/upperCase.js +0 -5
- package/backend/node_modules/lodash/fp/upperFirst.js +0 -5
- package/backend/node_modules/lodash/fp/useWith.js +0 -1
- package/backend/node_modules/lodash/fp/util.js +0 -2
- package/backend/node_modules/lodash/fp/value.js +0 -5
- package/backend/node_modules/lodash/fp/valueOf.js +0 -5
- package/backend/node_modules/lodash/fp/values.js +0 -5
- package/backend/node_modules/lodash/fp/valuesIn.js +0 -5
- package/backend/node_modules/lodash/fp/where.js +0 -1
- package/backend/node_modules/lodash/fp/whereEq.js +0 -1
- package/backend/node_modules/lodash/fp/without.js +0 -5
- package/backend/node_modules/lodash/fp/words.js +0 -5
- package/backend/node_modules/lodash/fp/wrap.js +0 -5
- package/backend/node_modules/lodash/fp/wrapperAt.js +0 -5
- package/backend/node_modules/lodash/fp/wrapperChain.js +0 -5
- package/backend/node_modules/lodash/fp/wrapperLodash.js +0 -5
- package/backend/node_modules/lodash/fp/wrapperReverse.js +0 -5
- package/backend/node_modules/lodash/fp/wrapperValue.js +0 -5
- package/backend/node_modules/lodash/fp/xor.js +0 -5
- package/backend/node_modules/lodash/fp/xorBy.js +0 -5
- package/backend/node_modules/lodash/fp/xorWith.js +0 -5
- package/backend/node_modules/lodash/fp/zip.js +0 -5
- package/backend/node_modules/lodash/fp/zipAll.js +0 -5
- package/backend/node_modules/lodash/fp/zipObj.js +0 -1
- package/backend/node_modules/lodash/fp/zipObject.js +0 -5
- package/backend/node_modules/lodash/fp/zipObjectDeep.js +0 -5
- package/backend/node_modules/lodash/fp/zipWith.js +0 -5
- package/backend/node_modules/lodash/fp.js +0 -2
- package/backend/node_modules/lodash/fromPairs.js +0 -28
- package/backend/node_modules/lodash/function.js +0 -25
- package/backend/node_modules/lodash/functions.js +0 -31
- package/backend/node_modules/lodash/functionsIn.js +0 -31
- package/backend/node_modules/lodash/get.js +0 -33
- package/backend/node_modules/lodash/groupBy.js +0 -41
- package/backend/node_modules/lodash/gt.js +0 -29
- package/backend/node_modules/lodash/gte.js +0 -30
- package/backend/node_modules/lodash/has.js +0 -35
- package/backend/node_modules/lodash/hasIn.js +0 -34
- package/backend/node_modules/lodash/head.js +0 -23
- package/backend/node_modules/lodash/identity.js +0 -21
- package/backend/node_modules/lodash/inRange.js +0 -55
- package/backend/node_modules/lodash/includes.js +0 -53
- package/backend/node_modules/lodash/index.js +0 -1
- package/backend/node_modules/lodash/indexOf.js +0 -42
- package/backend/node_modules/lodash/initial.js +0 -22
- package/backend/node_modules/lodash/intersection.js +0 -30
- package/backend/node_modules/lodash/intersectionBy.js +0 -45
- package/backend/node_modules/lodash/intersectionWith.js +0 -41
- package/backend/node_modules/lodash/invert.js +0 -42
- package/backend/node_modules/lodash/invertBy.js +0 -56
- package/backend/node_modules/lodash/invoke.js +0 -24
- package/backend/node_modules/lodash/invokeMap.js +0 -41
- package/backend/node_modules/lodash/isArguments.js +0 -36
- package/backend/node_modules/lodash/isArray.js +0 -26
- package/backend/node_modules/lodash/isArrayBuffer.js +0 -27
- package/backend/node_modules/lodash/isArrayLike.js +0 -33
- package/backend/node_modules/lodash/isArrayLikeObject.js +0 -33
- package/backend/node_modules/lodash/isBoolean.js +0 -29
- package/backend/node_modules/lodash/isBuffer.js +0 -38
- package/backend/node_modules/lodash/isDate.js +0 -27
- package/backend/node_modules/lodash/isElement.js +0 -25
- package/backend/node_modules/lodash/isEmpty.js +0 -77
- package/backend/node_modules/lodash/isEqual.js +0 -35
- package/backend/node_modules/lodash/isEqualWith.js +0 -41
- package/backend/node_modules/lodash/isError.js +0 -36
- package/backend/node_modules/lodash/isFinite.js +0 -36
- package/backend/node_modules/lodash/isFunction.js +0 -37
- package/backend/node_modules/lodash/isInteger.js +0 -33
- package/backend/node_modules/lodash/isLength.js +0 -35
- package/backend/node_modules/lodash/isMap.js +0 -27
- package/backend/node_modules/lodash/isMatch.js +0 -36
- package/backend/node_modules/lodash/isMatchWith.js +0 -41
- package/backend/node_modules/lodash/isNaN.js +0 -38
- package/backend/node_modules/lodash/isNative.js +0 -40
- package/backend/node_modules/lodash/isNil.js +0 -25
- package/backend/node_modules/lodash/isNull.js +0 -22
- package/backend/node_modules/lodash/isNumber.js +0 -38
- package/backend/node_modules/lodash/isObject.js +0 -31
- package/backend/node_modules/lodash/isObjectLike.js +0 -29
- package/backend/node_modules/lodash/isPlainObject.js +0 -62
- package/backend/node_modules/lodash/isRegExp.js +0 -27
- package/backend/node_modules/lodash/isSafeInteger.js +0 -37
- package/backend/node_modules/lodash/isSet.js +0 -27
- package/backend/node_modules/lodash/isString.js +0 -30
- package/backend/node_modules/lodash/isSymbol.js +0 -29
- package/backend/node_modules/lodash/isTypedArray.js +0 -27
- package/backend/node_modules/lodash/isUndefined.js +0 -22
- package/backend/node_modules/lodash/isWeakMap.js +0 -28
- package/backend/node_modules/lodash/isWeakSet.js +0 -28
- package/backend/node_modules/lodash/iteratee.js +0 -53
- package/backend/node_modules/lodash/join.js +0 -26
- package/backend/node_modules/lodash/kebabCase.js +0 -28
- package/backend/node_modules/lodash/keyBy.js +0 -36
- package/backend/node_modules/lodash/keys.js +0 -37
- package/backend/node_modules/lodash/keysIn.js +0 -32
- package/backend/node_modules/lodash/lang.js +0 -58
- package/backend/node_modules/lodash/last.js +0 -20
- package/backend/node_modules/lodash/lastIndexOf.js +0 -46
- package/backend/node_modules/lodash/lodash.js +0 -17248
- package/backend/node_modules/lodash/lodash.min.js +0 -140
- package/backend/node_modules/lodash/lowerCase.js +0 -27
- package/backend/node_modules/lodash/lowerFirst.js +0 -22
- package/backend/node_modules/lodash/lt.js +0 -29
- package/backend/node_modules/lodash/lte.js +0 -30
- package/backend/node_modules/lodash/map.js +0 -53
- package/backend/node_modules/lodash/mapKeys.js +0 -36
- package/backend/node_modules/lodash/mapValues.js +0 -43
- package/backend/node_modules/lodash/matches.js +0 -46
- package/backend/node_modules/lodash/matchesProperty.js +0 -44
- package/backend/node_modules/lodash/math.js +0 -17
- package/backend/node_modules/lodash/max.js +0 -29
- package/backend/node_modules/lodash/maxBy.js +0 -34
- package/backend/node_modules/lodash/mean.js +0 -22
- package/backend/node_modules/lodash/meanBy.js +0 -31
- package/backend/node_modules/lodash/memoize.js +0 -73
- package/backend/node_modules/lodash/merge.js +0 -39
- package/backend/node_modules/lodash/mergeWith.js +0 -39
- package/backend/node_modules/lodash/method.js +0 -34
- package/backend/node_modules/lodash/methodOf.js +0 -33
- package/backend/node_modules/lodash/min.js +0 -29
- package/backend/node_modules/lodash/minBy.js +0 -34
- package/backend/node_modules/lodash/mixin.js +0 -74
- package/backend/node_modules/lodash/multiply.js +0 -22
- package/backend/node_modules/lodash/negate.js +0 -40
- package/backend/node_modules/lodash/next.js +0 -35
- package/backend/node_modules/lodash/noop.js +0 -17
- package/backend/node_modules/lodash/now.js +0 -23
- package/backend/node_modules/lodash/nth.js +0 -29
- package/backend/node_modules/lodash/nthArg.js +0 -32
- package/backend/node_modules/lodash/number.js +0 -5
- package/backend/node_modules/lodash/object.js +0 -49
- package/backend/node_modules/lodash/omit.js +0 -57
- package/backend/node_modules/lodash/omitBy.js +0 -29
- package/backend/node_modules/lodash/once.js +0 -25
- package/backend/node_modules/lodash/orderBy.js +0 -47
- package/backend/node_modules/lodash/over.js +0 -24
- package/backend/node_modules/lodash/overArgs.js +0 -61
- package/backend/node_modules/lodash/overEvery.js +0 -34
- package/backend/node_modules/lodash/overSome.js +0 -37
- package/backend/node_modules/lodash/package.json +0 -17
- package/backend/node_modules/lodash/pad.js +0 -49
- package/backend/node_modules/lodash/padEnd.js +0 -39
- package/backend/node_modules/lodash/padStart.js +0 -39
- package/backend/node_modules/lodash/parseInt.js +0 -43
- package/backend/node_modules/lodash/partial.js +0 -50
- package/backend/node_modules/lodash/partialRight.js +0 -49
- package/backend/node_modules/lodash/partition.js +0 -43
- package/backend/node_modules/lodash/pick.js +0 -25
- package/backend/node_modules/lodash/pickBy.js +0 -37
- package/backend/node_modules/lodash/plant.js +0 -48
- package/backend/node_modules/lodash/property.js +0 -32
- package/backend/node_modules/lodash/propertyOf.js +0 -30
- package/backend/node_modules/lodash/pull.js +0 -29
- package/backend/node_modules/lodash/pullAll.js +0 -29
- package/backend/node_modules/lodash/pullAllBy.js +0 -33
- package/backend/node_modules/lodash/pullAllWith.js +0 -32
- package/backend/node_modules/lodash/pullAt.js +0 -43
- package/backend/node_modules/lodash/random.js +0 -82
- package/backend/node_modules/lodash/range.js +0 -46
- package/backend/node_modules/lodash/rangeRight.js +0 -41
- package/backend/node_modules/lodash/rearg.js +0 -33
- package/backend/node_modules/lodash/reduce.js +0 -51
- package/backend/node_modules/lodash/reduceRight.js +0 -36
- package/backend/node_modules/lodash/reject.js +0 -46
- package/backend/node_modules/lodash/remove.js +0 -53
- package/backend/node_modules/lodash/repeat.js +0 -37
- package/backend/node_modules/lodash/replace.js +0 -29
- package/backend/node_modules/lodash/rest.js +0 -40
- package/backend/node_modules/lodash/result.js +0 -56
- package/backend/node_modules/lodash/reverse.js +0 -34
- package/backend/node_modules/lodash/round.js +0 -26
- package/backend/node_modules/lodash/sample.js +0 -24
- package/backend/node_modules/lodash/sampleSize.js +0 -37
- package/backend/node_modules/lodash/seq.js +0 -16
- package/backend/node_modules/lodash/set.js +0 -35
- package/backend/node_modules/lodash/setWith.js +0 -32
- package/backend/node_modules/lodash/shuffle.js +0 -25
- package/backend/node_modules/lodash/size.js +0 -46
- package/backend/node_modules/lodash/slice.js +0 -37
- package/backend/node_modules/lodash/snakeCase.js +0 -28
- package/backend/node_modules/lodash/some.js +0 -51
- package/backend/node_modules/lodash/sortBy.js +0 -48
- package/backend/node_modules/lodash/sortedIndex.js +0 -24
- package/backend/node_modules/lodash/sortedIndexBy.js +0 -33
- package/backend/node_modules/lodash/sortedIndexOf.js +0 -31
- package/backend/node_modules/lodash/sortedLastIndex.js +0 -25
- package/backend/node_modules/lodash/sortedLastIndexBy.js +0 -33
- package/backend/node_modules/lodash/sortedLastIndexOf.js +0 -31
- package/backend/node_modules/lodash/sortedUniq.js +0 -24
- package/backend/node_modules/lodash/sortedUniqBy.js +0 -26
- package/backend/node_modules/lodash/split.js +0 -52
- package/backend/node_modules/lodash/spread.js +0 -63
- package/backend/node_modules/lodash/startCase.js +0 -29
- package/backend/node_modules/lodash/startsWith.js +0 -39
- package/backend/node_modules/lodash/string.js +0 -33
- package/backend/node_modules/lodash/stubArray.js +0 -23
- package/backend/node_modules/lodash/stubFalse.js +0 -18
- package/backend/node_modules/lodash/stubObject.js +0 -23
- package/backend/node_modules/lodash/stubString.js +0 -18
- package/backend/node_modules/lodash/stubTrue.js +0 -18
- package/backend/node_modules/lodash/subtract.js +0 -22
- package/backend/node_modules/lodash/sum.js +0 -24
- package/backend/node_modules/lodash/sumBy.js +0 -33
- package/backend/node_modules/lodash/tail.js +0 -22
- package/backend/node_modules/lodash/take.js +0 -37
- package/backend/node_modules/lodash/takeRight.js +0 -39
- package/backend/node_modules/lodash/takeRightWhile.js +0 -45
- package/backend/node_modules/lodash/takeWhile.js +0 -45
- package/backend/node_modules/lodash/tap.js +0 -29
- package/backend/node_modules/lodash/template.js +0 -272
- package/backend/node_modules/lodash/templateSettings.js +0 -67
- package/backend/node_modules/lodash/throttle.js +0 -69
- package/backend/node_modules/lodash/thru.js +0 -28
- package/backend/node_modules/lodash/times.js +0 -51
- package/backend/node_modules/lodash/toArray.js +0 -58
- package/backend/node_modules/lodash/toFinite.js +0 -42
- package/backend/node_modules/lodash/toInteger.js +0 -36
- package/backend/node_modules/lodash/toIterator.js +0 -23
- package/backend/node_modules/lodash/toJSON.js +0 -1
- package/backend/node_modules/lodash/toLength.js +0 -38
- package/backend/node_modules/lodash/toLower.js +0 -28
- package/backend/node_modules/lodash/toNumber.js +0 -64
- package/backend/node_modules/lodash/toPairs.js +0 -30
- package/backend/node_modules/lodash/toPairsIn.js +0 -30
- package/backend/node_modules/lodash/toPath.js +0 -33
- package/backend/node_modules/lodash/toPlainObject.js +0 -32
- package/backend/node_modules/lodash/toSafeInteger.js +0 -37
- package/backend/node_modules/lodash/toString.js +0 -28
- package/backend/node_modules/lodash/toUpper.js +0 -28
- package/backend/node_modules/lodash/transform.js +0 -65
- package/backend/node_modules/lodash/trim.js +0 -47
- package/backend/node_modules/lodash/trimEnd.js +0 -41
- package/backend/node_modules/lodash/trimStart.js +0 -43
- package/backend/node_modules/lodash/truncate.js +0 -111
- package/backend/node_modules/lodash/unary.js +0 -22
- package/backend/node_modules/lodash/unescape.js +0 -34
- package/backend/node_modules/lodash/union.js +0 -26
- package/backend/node_modules/lodash/unionBy.js +0 -39
- package/backend/node_modules/lodash/unionWith.js +0 -34
- package/backend/node_modules/lodash/uniq.js +0 -25
- package/backend/node_modules/lodash/uniqBy.js +0 -31
- package/backend/node_modules/lodash/uniqWith.js +0 -28
- package/backend/node_modules/lodash/uniqueId.js +0 -28
- package/backend/node_modules/lodash/unset.js +0 -34
- package/backend/node_modules/lodash/unzip.js +0 -45
- package/backend/node_modules/lodash/unzipWith.js +0 -39
- package/backend/node_modules/lodash/update.js +0 -35
- package/backend/node_modules/lodash/updateWith.js +0 -33
- package/backend/node_modules/lodash/upperCase.js +0 -27
- package/backend/node_modules/lodash/upperFirst.js +0 -22
- package/backend/node_modules/lodash/util.js +0 -34
- package/backend/node_modules/lodash/value.js +0 -1
- package/backend/node_modules/lodash/valueOf.js +0 -1
- package/backend/node_modules/lodash/values.js +0 -34
- package/backend/node_modules/lodash/valuesIn.js +0 -32
- package/backend/node_modules/lodash/without.js +0 -31
- package/backend/node_modules/lodash/words.js +0 -35
- package/backend/node_modules/lodash/wrap.js +0 -30
- package/backend/node_modules/lodash/wrapperAt.js +0 -48
- package/backend/node_modules/lodash/wrapperChain.js +0 -34
- package/backend/node_modules/lodash/wrapperLodash.js +0 -147
- package/backend/node_modules/lodash/wrapperReverse.js +0 -44
- package/backend/node_modules/lodash/wrapperValue.js +0 -21
- package/backend/node_modules/lodash/xor.js +0 -28
- package/backend/node_modules/lodash/xorBy.js +0 -39
- package/backend/node_modules/lodash/xorWith.js +0 -34
- package/backend/node_modules/lodash/zip.js +0 -22
- package/backend/node_modules/lodash/zipObject.js +0 -24
- package/backend/node_modules/lodash/zipObjectDeep.js +0 -23
- package/backend/node_modules/lodash/zipWith.js +0 -32
- package/backend/node_modules/lodash.includes/LICENSE +0 -47
- package/backend/node_modules/lodash.includes/README.md +0 -18
- package/backend/node_modules/lodash.includes/index.js +0 -745
- package/backend/node_modules/lodash.includes/package.json +0 -17
- package/backend/node_modules/lodash.isboolean/LICENSE +0 -22
- package/backend/node_modules/lodash.isboolean/README.md +0 -18
- package/backend/node_modules/lodash.isboolean/index.js +0 -70
- package/backend/node_modules/lodash.isboolean/package.json +0 -17
- package/backend/node_modules/lodash.isinteger/LICENSE +0 -47
- package/backend/node_modules/lodash.isinteger/README.md +0 -18
- package/backend/node_modules/lodash.isinteger/index.js +0 -265
- package/backend/node_modules/lodash.isinteger/package.json +0 -17
- package/backend/node_modules/lodash.isnumber/LICENSE +0 -22
- package/backend/node_modules/lodash.isnumber/README.md +0 -18
- package/backend/node_modules/lodash.isnumber/index.js +0 -79
- package/backend/node_modules/lodash.isnumber/package.json +0 -17
- package/backend/node_modules/lodash.isplainobject/LICENSE +0 -47
- package/backend/node_modules/lodash.isplainobject/README.md +0 -18
- package/backend/node_modules/lodash.isplainobject/index.js +0 -139
- package/backend/node_modules/lodash.isplainobject/package.json +0 -17
- package/backend/node_modules/lodash.isstring/LICENSE +0 -22
- package/backend/node_modules/lodash.isstring/README.md +0 -18
- package/backend/node_modules/lodash.isstring/index.js +0 -95
- package/backend/node_modules/lodash.isstring/package.json +0 -17
- package/backend/node_modules/lodash.once/LICENSE +0 -47
- package/backend/node_modules/lodash.once/README.md +0 -18
- package/backend/node_modules/lodash.once/index.js +0 -294
- package/backend/node_modules/lodash.once/package.json +0 -17
- package/backend/node_modules/lowdb/LICENSE +0 -21
- package/backend/node_modules/lowdb/README.md +0 -404
- package/backend/node_modules/lowdb/lib/adapters/Memory.d.ts +0 -11
- package/backend/node_modules/lowdb/lib/adapters/Memory.js +0 -19
- package/backend/node_modules/lowdb/lib/adapters/browser/LocalStorage.d.ts +0 -4
- package/backend/node_modules/lowdb/lib/adapters/browser/LocalStorage.js +0 -6
- package/backend/node_modules/lowdb/lib/adapters/browser/SessionStorage.d.ts +0 -4
- package/backend/node_modules/lowdb/lib/adapters/browser/SessionStorage.js +0 -6
- package/backend/node_modules/lowdb/lib/adapters/browser/WebStorage.d.ts +0 -7
- package/backend/node_modules/lowdb/lib/adapters/browser/WebStorage.js +0 -18
- package/backend/node_modules/lowdb/lib/adapters/node/DataFile.d.ts +0 -21
- package/backend/node_modules/lowdb/lib/adapters/node/DataFile.js +0 -45
- package/backend/node_modules/lowdb/lib/adapters/node/JSONFile.d.ts +0 -9
- package/backend/node_modules/lowdb/lib/adapters/node/JSONFile.js +0 -17
- package/backend/node_modules/lowdb/lib/adapters/node/TextFile.d.ts +0 -15
- package/backend/node_modules/lowdb/lib/adapters/node/TextFile.js +0 -54
- package/backend/node_modules/lowdb/lib/browser.d.ts +0 -3
- package/backend/node_modules/lowdb/lib/browser.js +0 -3
- package/backend/node_modules/lowdb/lib/core/Low.d.ts +0 -24
- package/backend/node_modules/lowdb/lib/core/Low.js +0 -50
- package/backend/node_modules/lowdb/lib/index.d.ts +0 -2
- package/backend/node_modules/lowdb/lib/index.js +0 -2
- package/backend/node_modules/lowdb/lib/node.d.ts +0 -4
- package/backend/node_modules/lowdb/lib/node.js +0 -4
- package/backend/node_modules/lowdb/lib/presets/browser.d.ts +0 -3
- package/backend/node_modules/lowdb/lib/presets/browser.js +0 -15
- package/backend/node_modules/lowdb/lib/presets/node.d.ts +0 -5
- package/backend/node_modules/lowdb/lib/presets/node.js +0 -19
- package/backend/node_modules/lowdb/package.json +0 -85
- package/backend/node_modules/lru-cache/LICENSE +0 -15
- package/backend/node_modules/lru-cache/README.md +0 -1117
- package/backend/node_modules/lru-cache/index.d.ts +0 -869
- package/backend/node_modules/lru-cache/index.js +0 -1227
- package/backend/node_modules/lru-cache/index.mjs +0 -1227
- package/backend/node_modules/lru-cache/package.json +0 -96
- package/backend/node_modules/math-intrinsics/.eslintrc +0 -16
- package/backend/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
- package/backend/node_modules/math-intrinsics/CHANGELOG.md +0 -24
- package/backend/node_modules/math-intrinsics/LICENSE +0 -21
- package/backend/node_modules/math-intrinsics/README.md +0 -50
- package/backend/node_modules/math-intrinsics/abs.d.ts +0 -1
- package/backend/node_modules/math-intrinsics/abs.js +0 -4
- package/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
- package/backend/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
- package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
- package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
- package/backend/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
- package/backend/node_modules/math-intrinsics/constants/maxValue.js +0 -5
- package/backend/node_modules/math-intrinsics/floor.d.ts +0 -1
- package/backend/node_modules/math-intrinsics/floor.js +0 -4
- package/backend/node_modules/math-intrinsics/isFinite.d.ts +0 -3
- package/backend/node_modules/math-intrinsics/isFinite.js +0 -12
- package/backend/node_modules/math-intrinsics/isInteger.d.ts +0 -3
- package/backend/node_modules/math-intrinsics/isInteger.js +0 -16
- package/backend/node_modules/math-intrinsics/isNaN.d.ts +0 -1
- package/backend/node_modules/math-intrinsics/isNaN.js +0 -6
- package/backend/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
- package/backend/node_modules/math-intrinsics/isNegativeZero.js +0 -6
- package/backend/node_modules/math-intrinsics/max.d.ts +0 -1
- package/backend/node_modules/math-intrinsics/max.js +0 -4
- package/backend/node_modules/math-intrinsics/min.d.ts +0 -1
- package/backend/node_modules/math-intrinsics/min.js +0 -4
- package/backend/node_modules/math-intrinsics/mod.d.ts +0 -3
- package/backend/node_modules/math-intrinsics/mod.js +0 -9
- package/backend/node_modules/math-intrinsics/package.json +0 -86
- package/backend/node_modules/math-intrinsics/pow.d.ts +0 -1
- package/backend/node_modules/math-intrinsics/pow.js +0 -4
- package/backend/node_modules/math-intrinsics/round.d.ts +0 -1
- package/backend/node_modules/math-intrinsics/round.js +0 -4
- package/backend/node_modules/math-intrinsics/sign.d.ts +0 -3
- package/backend/node_modules/math-intrinsics/sign.js +0 -11
- package/backend/node_modules/math-intrinsics/test/index.js +0 -192
- package/backend/node_modules/math-intrinsics/tsconfig.json +0 -3
- package/backend/node_modules/media-typer/HISTORY.md +0 -50
- package/backend/node_modules/media-typer/LICENSE +0 -22
- package/backend/node_modules/media-typer/README.md +0 -93
- package/backend/node_modules/media-typer/index.js +0 -143
- package/backend/node_modules/media-typer/package.json +0 -33
- package/backend/node_modules/merge-descriptors/index.d.ts +0 -11
- package/backend/node_modules/merge-descriptors/index.js +0 -26
- package/backend/node_modules/merge-descriptors/license +0 -11
- package/backend/node_modules/merge-descriptors/package.json +0 -50
- package/backend/node_modules/merge-descriptors/readme.md +0 -55
- package/backend/node_modules/mime-db/HISTORY.md +0 -541
- package/backend/node_modules/mime-db/LICENSE +0 -23
- package/backend/node_modules/mime-db/README.md +0 -109
- package/backend/node_modules/mime-db/db.json +0 -9342
- package/backend/node_modules/mime-db/index.js +0 -12
- package/backend/node_modules/mime-db/package.json +0 -56
- package/backend/node_modules/mime-types/HISTORY.md +0 -428
- package/backend/node_modules/mime-types/LICENSE +0 -23
- package/backend/node_modules/mime-types/README.md +0 -126
- package/backend/node_modules/mime-types/index.js +0 -211
- package/backend/node_modules/mime-types/mimeScore.js +0 -57
- package/backend/node_modules/mime-types/package.json +0 -49
- package/backend/node_modules/minimatch/LICENSE.md +0 -55
- package/backend/node_modules/minimatch/README.md +0 -528
- package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
- package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +0 -14
- package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -22
- package/backend/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/ast.js +0 -846
- package/backend/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
- package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.js +0 -150
- package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -15
- package/backend/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/escape.js +0 -30
- package/backend/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/index.d.ts +0 -174
- package/backend/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/index.js +0 -1121
- package/backend/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/package.json +0 -3
- package/backend/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -22
- package/backend/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/commonjs/unescape.js +0 -38
- package/backend/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
- package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.js +0 -10
- package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/ast.d.ts +0 -22
- package/backend/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/ast.js +0 -842
- package/backend/node_modules/minimatch/dist/esm/ast.js.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
- package/backend/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/brace-expressions.js +0 -146
- package/backend/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/escape.d.ts +0 -15
- package/backend/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/escape.js +0 -26
- package/backend/node_modules/minimatch/dist/esm/escape.js.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/index.d.ts +0 -174
- package/backend/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/index.js +0 -1108
- package/backend/node_modules/minimatch/dist/esm/index.js.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/package.json +0 -3
- package/backend/node_modules/minimatch/dist/esm/unescape.d.ts +0 -22
- package/backend/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
- package/backend/node_modules/minimatch/dist/esm/unescape.js +0 -34
- package/backend/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
- package/backend/node_modules/minimatch/package.json +0 -67
- package/backend/node_modules/mkdirp/CHANGELOG.md +0 -15
- package/backend/node_modules/mkdirp/LICENSE +0 -21
- package/backend/node_modules/mkdirp/bin/cmd.js +0 -68
- package/backend/node_modules/mkdirp/index.js +0 -31
- package/backend/node_modules/mkdirp/lib/find-made.js +0 -29
- package/backend/node_modules/mkdirp/lib/mkdirp-manual.js +0 -64
- package/backend/node_modules/mkdirp/lib/mkdirp-native.js +0 -39
- package/backend/node_modules/mkdirp/lib/opts-arg.js +0 -23
- package/backend/node_modules/mkdirp/lib/path-arg.js +0 -29
- package/backend/node_modules/mkdirp/lib/use-native.js +0 -10
- package/backend/node_modules/mkdirp/package.json +0 -44
- package/backend/node_modules/mkdirp/readme.markdown +0 -266
- package/backend/node_modules/module-details-from-path/LICENSE +0 -21
- package/backend/node_modules/module-details-from-path/README.md +0 -32
- package/backend/node_modules/module-details-from-path/index.js +0 -41
- package/backend/node_modules/module-details-from-path/package.json +0 -47
- package/backend/node_modules/morgan/HISTORY.md +0 -221
- package/backend/node_modules/morgan/LICENSE +0 -23
- package/backend/node_modules/morgan/README.md +0 -436
- package/backend/node_modules/morgan/index.js +0 -544
- package/backend/node_modules/morgan/node_modules/debug/.coveralls.yml +0 -1
- package/backend/node_modules/morgan/node_modules/debug/.eslintrc +0 -11
- package/backend/node_modules/morgan/node_modules/debug/.travis.yml +0 -14
- package/backend/node_modules/morgan/node_modules/debug/CHANGELOG.md +0 -362
- package/backend/node_modules/morgan/node_modules/debug/LICENSE +0 -19
- package/backend/node_modules/morgan/node_modules/debug/Makefile +0 -50
- package/backend/node_modules/morgan/node_modules/debug/README.md +0 -312
- package/backend/node_modules/morgan/node_modules/debug/component.json +0 -19
- package/backend/node_modules/morgan/node_modules/debug/karma.conf.js +0 -70
- package/backend/node_modules/morgan/node_modules/debug/node.js +0 -1
- package/backend/node_modules/morgan/node_modules/debug/package.json +0 -49
- package/backend/node_modules/morgan/node_modules/debug/src/browser.js +0 -185
- package/backend/node_modules/morgan/node_modules/debug/src/debug.js +0 -202
- package/backend/node_modules/morgan/node_modules/debug/src/index.js +0 -10
- package/backend/node_modules/morgan/node_modules/debug/src/inspector-log.js +0 -15
- package/backend/node_modules/morgan/node_modules/debug/src/node.js +0 -248
- package/backend/node_modules/morgan/node_modules/ms/index.js +0 -152
- package/backend/node_modules/morgan/node_modules/ms/license.md +0 -21
- package/backend/node_modules/morgan/node_modules/ms/package.json +0 -37
- package/backend/node_modules/morgan/node_modules/ms/readme.md +0 -51
- package/backend/node_modules/morgan/node_modules/on-finished/HISTORY.md +0 -88
- package/backend/node_modules/morgan/node_modules/on-finished/LICENSE +0 -23
- package/backend/node_modules/morgan/node_modules/on-finished/README.md +0 -154
- package/backend/node_modules/morgan/node_modules/on-finished/index.js +0 -196
- package/backend/node_modules/morgan/node_modules/on-finished/package.json +0 -31
- package/backend/node_modules/morgan/package.json +0 -52
- package/backend/node_modules/ms/index.js +0 -162
- package/backend/node_modules/ms/license.md +0 -21
- package/backend/node_modules/ms/package.json +0 -38
- package/backend/node_modules/ms/readme.md +0 -59
- package/backend/node_modules/mute-stream/LICENSE +0 -15
- package/backend/node_modules/mute-stream/README.md +0 -68
- package/backend/node_modules/mute-stream/mute.js +0 -145
- package/backend/node_modules/mute-stream/package.json +0 -29
- package/backend/node_modules/needle/README.md +0 -593
- package/backend/node_modules/needle/bin/needle +0 -40
- package/backend/node_modules/needle/examples/deflated-stream.js +0 -22
- package/backend/node_modules/needle/examples/digest-auth.js +0 -16
- package/backend/node_modules/needle/examples/download-to-file.js +0 -18
- package/backend/node_modules/needle/examples/multipart-stream.js +0 -25
- package/backend/node_modules/needle/examples/parsed-stream.js +0 -23
- package/backend/node_modules/needle/examples/parsed-stream2.js +0 -21
- package/backend/node_modules/needle/examples/stream-events.js +0 -23
- package/backend/node_modules/needle/examples/stream-to-file.js +0 -14
- package/backend/node_modules/needle/examples/upload-image.js +0 -51
- package/backend/node_modules/needle/lib/auth.js +0 -110
- package/backend/node_modules/needle/lib/cookies.js +0 -79
- package/backend/node_modules/needle/lib/decoder.js +0 -53
- package/backend/node_modules/needle/lib/multipart.js +0 -98
- package/backend/node_modules/needle/lib/needle.js +0 -797
- package/backend/node_modules/needle/lib/parsers.js +0 -120
- package/backend/node_modules/needle/lib/querystring.js +0 -49
- package/backend/node_modules/needle/license.txt +0 -19
- package/backend/node_modules/needle/node_modules/debug/CHANGELOG.md +0 -395
- package/backend/node_modules/needle/node_modules/debug/LICENSE +0 -19
- package/backend/node_modules/needle/node_modules/debug/README.md +0 -437
- package/backend/node_modules/needle/node_modules/debug/node.js +0 -1
- package/backend/node_modules/needle/node_modules/debug/package.json +0 -51
- package/backend/node_modules/needle/node_modules/debug/src/browser.js +0 -180
- package/backend/node_modules/needle/node_modules/debug/src/common.js +0 -249
- package/backend/node_modules/needle/node_modules/debug/src/index.js +0 -12
- package/backend/node_modules/needle/node_modules/debug/src/node.js +0 -177
- package/backend/node_modules/needle/node_modules/iconv-lite/Changelog.md +0 -162
- package/backend/node_modules/needle/node_modules/iconv-lite/LICENSE +0 -21
- package/backend/node_modules/needle/node_modules/iconv-lite/README.md +0 -156
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -555
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/dbcs-data.js +0 -176
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/index.js +0 -22
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/internal.js +0 -188
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-data.js +0 -174
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -55
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/utf16.js +0 -177
- package/backend/node_modules/needle/node_modules/iconv-lite/encodings/utf7.js +0 -290
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/bom-handling.js +0 -52
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/extend-node.js +0 -217
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/index.d.ts +0 -24
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/index.js +0 -153
- package/backend/node_modules/needle/node_modules/iconv-lite/lib/streams.js +0 -121
- package/backend/node_modules/needle/node_modules/iconv-lite/package.json +0 -46
- package/backend/node_modules/needle/package.json +0 -70
- package/backend/node_modules/needle/test/basic_auth_spec.js +0 -196
- package/backend/node_modules/needle/test/compression_spec.js +0 -94
- package/backend/node_modules/needle/test/cookies_spec.js +0 -305
- package/backend/node_modules/needle/test/decoder_spec.js +0 -86
- package/backend/node_modules/needle/test/errors_spec.js +0 -286
- package/backend/node_modules/needle/test/headers_spec.js +0 -198
- package/backend/node_modules/needle/test/helpers.js +0 -72
- package/backend/node_modules/needle/test/long_string_spec.js +0 -34
- package/backend/node_modules/needle/test/output_spec.js +0 -254
- package/backend/node_modules/needle/test/parsing_spec.js +0 -494
- package/backend/node_modules/needle/test/post_data_spec.js +0 -1021
- package/backend/node_modules/needle/test/proxy_spec.js +0 -202
- package/backend/node_modules/needle/test/querystring_spec.js +0 -128
- package/backend/node_modules/needle/test/redirect_spec.js +0 -392
- package/backend/node_modules/needle/test/redirect_with_timeout.js +0 -45
- package/backend/node_modules/needle/test/request_stream_spec.js +0 -202
- package/backend/node_modules/needle/test/response_stream_spec.js +0 -139
- package/backend/node_modules/needle/test/socket_pool_spec.js +0 -66
- package/backend/node_modules/needle/test/url_spec.js +0 -155
- package/backend/node_modules/needle/test/utils/formidable.js +0 -17
- package/backend/node_modules/needle/test/utils/proxy.js +0 -62
- package/backend/node_modules/needle/test/utils/test.js +0 -104
- package/backend/node_modules/negotiator/HISTORY.md +0 -114
- package/backend/node_modules/negotiator/LICENSE +0 -24
- package/backend/node_modules/negotiator/README.md +0 -212
- package/backend/node_modules/negotiator/index.js +0 -83
- package/backend/node_modules/negotiator/lib/charset.js +0 -169
- package/backend/node_modules/negotiator/lib/encoding.js +0 -205
- package/backend/node_modules/negotiator/lib/language.js +0 -179
- package/backend/node_modules/negotiator/lib/mediaType.js +0 -294
- package/backend/node_modules/negotiator/package.json +0 -43
- package/backend/node_modules/netmask/CHANGELOG.md +0 -60
- package/backend/node_modules/netmask/CREDITS.md +0 -30
- package/backend/node_modules/netmask/README.md +0 -85
- package/backend/node_modules/netmask/example/ipcalc.coffee +0 -17
- package/backend/node_modules/netmask/lib/netmask.coffee +0 -167
- package/backend/node_modules/netmask/lib/netmask.js +0 -208
- package/backend/node_modules/netmask/package.json +0 -36
- package/backend/node_modules/netmask/test/badnets.coffee +0 -53
- package/backend/node_modules/netmask/test/netmasks.coffee +0 -101
- package/backend/node_modules/netmask/tests/netmask.js +0 -103
- package/backend/node_modules/node-addon-api/LICENSE.md +0 -9
- package/backend/node_modules/node-addon-api/README.md +0 -95
- package/backend/node_modules/node-addon-api/common.gypi +0 -21
- package/backend/node_modules/node-addon-api/except.gypi +0 -25
- package/backend/node_modules/node-addon-api/index.js +0 -14
- package/backend/node_modules/node-addon-api/napi-inl.deprecated.h +0 -186
- package/backend/node_modules/node-addon-api/napi-inl.h +0 -7108
- package/backend/node_modules/node-addon-api/napi.h +0 -3327
- package/backend/node_modules/node-addon-api/node_addon_api.gyp +0 -42
- package/backend/node_modules/node-addon-api/node_api.gyp +0 -9
- package/backend/node_modules/node-addon-api/noexcept.gypi +0 -26
- package/backend/node_modules/node-addon-api/nothing.c +0 -0
- package/backend/node_modules/node-addon-api/package-support.json +0 -21
- package/backend/node_modules/node-addon-api/package.json +0 -480
- package/backend/node_modules/node-addon-api/tools/README.md +0 -73
- package/backend/node_modules/node-addon-api/tools/check-napi.js +0 -99
- package/backend/node_modules/node-addon-api/tools/clang-format.js +0 -71
- package/backend/node_modules/node-addon-api/tools/conversion.js +0 -301
- package/backend/node_modules/node-gyp-build/LICENSE +0 -21
- package/backend/node_modules/node-gyp-build/README.md +0 -58
- package/backend/node_modules/node-gyp-build/SECURITY.md +0 -5
- package/backend/node_modules/node-gyp-build/bin.js +0 -84
- package/backend/node_modules/node-gyp-build/build-test.js +0 -19
- package/backend/node_modules/node-gyp-build/index.js +0 -6
- package/backend/node_modules/node-gyp-build/node-gyp-build.js +0 -207
- package/backend/node_modules/node-gyp-build/optional.js +0 -7
- package/backend/node_modules/node-gyp-build/package.json +0 -43
- package/backend/node_modules/nodemon/.prettierrc.json +0 -3
- package/backend/node_modules/nodemon/LICENSE +0 -21
- package/backend/node_modules/nodemon/README.md +0 -439
- package/backend/node_modules/nodemon/bin/nodemon.js +0 -16
- package/backend/node_modules/nodemon/bin/windows-kill.exe +0 -0
- package/backend/node_modules/nodemon/doc/cli/authors.txt +0 -8
- package/backend/node_modules/nodemon/doc/cli/config.txt +0 -44
- package/backend/node_modules/nodemon/doc/cli/help.txt +0 -29
- package/backend/node_modules/nodemon/doc/cli/logo.txt +0 -20
- package/backend/node_modules/nodemon/doc/cli/options.txt +0 -36
- package/backend/node_modules/nodemon/doc/cli/topics.txt +0 -8
- package/backend/node_modules/nodemon/doc/cli/usage.txt +0 -3
- package/backend/node_modules/nodemon/doc/cli/whoami.txt +0 -9
- package/backend/node_modules/nodemon/index.d.ts +0 -124
- package/backend/node_modules/nodemon/jsconfig.json +0 -7
- package/backend/node_modules/nodemon/lib/cli/index.js +0 -49
- package/backend/node_modules/nodemon/lib/cli/parse.js +0 -230
- package/backend/node_modules/nodemon/lib/config/command.js +0 -43
- package/backend/node_modules/nodemon/lib/config/defaults.js +0 -34
- package/backend/node_modules/nodemon/lib/config/exec.js +0 -240
- package/backend/node_modules/nodemon/lib/config/index.js +0 -93
- package/backend/node_modules/nodemon/lib/config/load.js +0 -225
- package/backend/node_modules/nodemon/lib/help/index.js +0 -27
- package/backend/node_modules/nodemon/lib/index.js +0 -1
- package/backend/node_modules/nodemon/lib/monitor/index.js +0 -4
- package/backend/node_modules/nodemon/lib/monitor/match.js +0 -288
- package/backend/node_modules/nodemon/lib/monitor/run.js +0 -562
- package/backend/node_modules/nodemon/lib/monitor/signals.js +0 -34
- package/backend/node_modules/nodemon/lib/monitor/watch.js +0 -244
- package/backend/node_modules/nodemon/lib/nodemon.js +0 -317
- package/backend/node_modules/nodemon/lib/rules/add.js +0 -89
- package/backend/node_modules/nodemon/lib/rules/index.js +0 -53
- package/backend/node_modules/nodemon/lib/rules/parse.js +0 -43
- package/backend/node_modules/nodemon/lib/spawn.js +0 -74
- package/backend/node_modules/nodemon/lib/utils/bus.js +0 -44
- package/backend/node_modules/nodemon/lib/utils/clone.js +0 -40
- package/backend/node_modules/nodemon/lib/utils/colour.js +0 -26
- package/backend/node_modules/nodemon/lib/utils/index.js +0 -103
- package/backend/node_modules/nodemon/lib/utils/log.js +0 -82
- package/backend/node_modules/nodemon/lib/utils/merge.js +0 -47
- package/backend/node_modules/nodemon/lib/version.js +0 -100
- package/backend/node_modules/nodemon/node_modules/has-flag/index.js +0 -8
- package/backend/node_modules/nodemon/node_modules/has-flag/license +0 -9
- package/backend/node_modules/nodemon/node_modules/has-flag/package.json +0 -44
- package/backend/node_modules/nodemon/node_modules/has-flag/readme.md +0 -70
- package/backend/node_modules/nodemon/node_modules/supports-color/browser.js +0 -5
- package/backend/node_modules/nodemon/node_modules/supports-color/index.js +0 -131
- package/backend/node_modules/nodemon/node_modules/supports-color/license +0 -9
- package/backend/node_modules/nodemon/node_modules/supports-color/package.json +0 -53
- package/backend/node_modules/nodemon/node_modules/supports-color/readme.md +0 -66
- package/backend/node_modules/nodemon/package.json +0 -78
- package/backend/node_modules/normalize-path/LICENSE +0 -21
- package/backend/node_modules/normalize-path/README.md +0 -127
- package/backend/node_modules/normalize-path/index.js +0 -35
- package/backend/node_modules/normalize-path/package.json +0 -77
- package/backend/node_modules/object-assign/index.js +0 -90
- package/backend/node_modules/object-assign/license +0 -21
- package/backend/node_modules/object-assign/package.json +0 -42
- package/backend/node_modules/object-assign/readme.md +0 -61
- package/backend/node_modules/object-inspect/.eslintrc +0 -53
- package/backend/node_modules/object-inspect/.github/FUNDING.yml +0 -12
- package/backend/node_modules/object-inspect/.nycrc +0 -13
- package/backend/node_modules/object-inspect/CHANGELOG.md +0 -424
- package/backend/node_modules/object-inspect/LICENSE +0 -21
- package/backend/node_modules/object-inspect/example/all.js +0 -23
- package/backend/node_modules/object-inspect/example/circular.js +0 -6
- package/backend/node_modules/object-inspect/example/fn.js +0 -5
- package/backend/node_modules/object-inspect/example/inspect.js +0 -10
- package/backend/node_modules/object-inspect/index.js +0 -544
- package/backend/node_modules/object-inspect/package-support.json +0 -20
- package/backend/node_modules/object-inspect/package.json +0 -105
- package/backend/node_modules/object-inspect/readme.markdown +0 -84
- package/backend/node_modules/object-inspect/test/bigint.js +0 -58
- package/backend/node_modules/object-inspect/test/browser/dom.js +0 -15
- package/backend/node_modules/object-inspect/test/circular.js +0 -16
- package/backend/node_modules/object-inspect/test/deep.js +0 -12
- package/backend/node_modules/object-inspect/test/element.js +0 -53
- package/backend/node_modules/object-inspect/test/err.js +0 -48
- package/backend/node_modules/object-inspect/test/fakes.js +0 -29
- package/backend/node_modules/object-inspect/test/fn.js +0 -76
- package/backend/node_modules/object-inspect/test/global.js +0 -17
- package/backend/node_modules/object-inspect/test/has.js +0 -15
- package/backend/node_modules/object-inspect/test/holes.js +0 -15
- package/backend/node_modules/object-inspect/test/indent-option.js +0 -271
- package/backend/node_modules/object-inspect/test/inspect.js +0 -139
- package/backend/node_modules/object-inspect/test/lowbyte.js +0 -12
- package/backend/node_modules/object-inspect/test/number.js +0 -58
- package/backend/node_modules/object-inspect/test/quoteStyle.js +0 -26
- package/backend/node_modules/object-inspect/test/toStringTag.js +0 -40
- package/backend/node_modules/object-inspect/test/undef.js +0 -12
- package/backend/node_modules/object-inspect/test/values.js +0 -261
- package/backend/node_modules/object-inspect/test-core-js.js +0 -26
- package/backend/node_modules/object-inspect/util.inspect.js +0 -1
- package/backend/node_modules/on-finished/HISTORY.md +0 -98
- package/backend/node_modules/on-finished/LICENSE +0 -23
- package/backend/node_modules/on-finished/README.md +0 -162
- package/backend/node_modules/on-finished/index.js +0 -234
- package/backend/node_modules/on-finished/package.json +0 -39
- package/backend/node_modules/on-headers/HISTORY.md +0 -26
- package/backend/node_modules/on-headers/LICENSE +0 -22
- package/backend/node_modules/on-headers/README.md +0 -81
- package/backend/node_modules/on-headers/index.js +0 -180
- package/backend/node_modules/on-headers/package.json +0 -44
- package/backend/node_modules/once/LICENSE +0 -15
- package/backend/node_modules/once/README.md +0 -79
- package/backend/node_modules/once/once.js +0 -42
- package/backend/node_modules/once/package.json +0 -33
- package/backend/node_modules/pac-proxy-agent/LICENSE +0 -22
- package/backend/node_modules/pac-proxy-agent/README.md +0 -27
- package/backend/node_modules/pac-proxy-agent/dist/index.d.ts +0 -60
- package/backend/node_modules/pac-proxy-agent/dist/index.d.ts.map +0 -1
- package/backend/node_modules/pac-proxy-agent/dist/index.js +0 -238
- package/backend/node_modules/pac-proxy-agent/dist/index.js.map +0 -1
- package/backend/node_modules/pac-proxy-agent/package.json +0 -58
- package/backend/node_modules/pac-resolver/LICENSE +0 -22
- package/backend/node_modules/pac-resolver/README.md +0 -59
- package/backend/node_modules/pac-resolver/dist/dateRange.d.ts +0 -67
- package/backend/node_modules/pac-resolver/dist/dateRange.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/dateRange.js +0 -73
- package/backend/node_modules/pac-resolver/dist/dateRange.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/dnsDomainIs.d.ts +0 -23
- package/backend/node_modules/pac-resolver/dist/dnsDomainIs.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/dnsDomainIs.js +0 -30
- package/backend/node_modules/pac-resolver/dist/dnsDomainIs.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.d.ts +0 -18
- package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.js +0 -28
- package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/dnsResolve.d.ts +0 -16
- package/backend/node_modules/pac-resolver/dist/dnsResolve.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/dnsResolve.js +0 -32
- package/backend/node_modules/pac-resolver/dist/dnsResolve.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/index.d.ts +0 -50
- package/backend/node_modules/pac-resolver/dist/index.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/index.js +0 -87
- package/backend/node_modules/pac-resolver/dist/index.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/ip.d.ts +0 -8
- package/backend/node_modules/pac-resolver/dist/ip.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/ip.js +0 -50
- package/backend/node_modules/pac-resolver/dist/ip.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/isInNet.d.ts +0 -24
- package/backend/node_modules/pac-resolver/dist/isInNet.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/isInNet.js +0 -42
- package/backend/node_modules/pac-resolver/dist/isInNet.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/isPlainHostName.d.ts +0 -18
- package/backend/node_modules/pac-resolver/dist/isPlainHostName.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/isPlainHostName.js +0 -23
- package/backend/node_modules/pac-resolver/dist/isPlainHostName.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/isResolvable.d.ts +0 -8
- package/backend/node_modules/pac-resolver/dist/isResolvable.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/isResolvable.js +0 -23
- package/backend/node_modules/pac-resolver/dist/isResolvable.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.d.ts +0 -26
- package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.js +0 -40
- package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/myIpAddress.d.ts +0 -16
- package/backend/node_modules/pac-resolver/dist/myIpAddress.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/myIpAddress.js +0 -50
- package/backend/node_modules/pac-resolver/dist/myIpAddress.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/shExpMatch.d.ts +0 -23
- package/backend/node_modules/pac-resolver/dist/shExpMatch.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/shExpMatch.js +0 -41
- package/backend/node_modules/pac-resolver/dist/shExpMatch.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/timeRange.d.ts +0 -43
- package/backend/node_modules/pac-resolver/dist/timeRange.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/timeRange.js +0 -92
- package/backend/node_modules/pac-resolver/dist/timeRange.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/util.d.ts +0 -6
- package/backend/node_modules/pac-resolver/dist/util.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/util.js +0 -22
- package/backend/node_modules/pac-resolver/dist/util.js.map +0 -1
- package/backend/node_modules/pac-resolver/dist/weekdayRange.d.ts +0 -45
- package/backend/node_modules/pac-resolver/dist/weekdayRange.d.ts.map +0 -1
- package/backend/node_modules/pac-resolver/dist/weekdayRange.js +0 -91
- package/backend/node_modules/pac-resolver/dist/weekdayRange.js.map +0 -1
- package/backend/node_modules/pac-resolver/package.json +0 -47
- package/backend/node_modules/pako/CHANGELOG.md +0 -90
- package/backend/node_modules/pako/LICENSE +0 -21
- package/backend/node_modules/pako/README.md +0 -176
- package/backend/node_modules/pako/dist/pako.js +0 -6606
- package/backend/node_modules/pako/dist/pako.min.js +0 -3
- package/backend/node_modules/pako/dist/pako_deflate.js +0 -3879
- package/backend/node_modules/pako/dist/pako_deflate.min.js +0 -2
- package/backend/node_modules/pako/dist/pako_inflate.js +0 -3127
- package/backend/node_modules/pako/dist/pako_inflate.min.js +0 -2
- package/backend/node_modules/pako/index.js +0 -14
- package/backend/node_modules/pako/lib/deflate.js +0 -400
- package/backend/node_modules/pako/lib/inflate.js +0 -418
- package/backend/node_modules/pako/lib/utils/common.js +0 -102
- package/backend/node_modules/pako/lib/utils/strings.js +0 -185
- package/backend/node_modules/pako/lib/zlib/adler32.js +0 -32
- package/backend/node_modules/pako/lib/zlib/constants.js +0 -50
- package/backend/node_modules/pako/lib/zlib/crc32.js +0 -41
- package/backend/node_modules/pako/lib/zlib/deflate.js +0 -1855
- package/backend/node_modules/pako/lib/zlib/gzheader.js +0 -40
- package/backend/node_modules/pako/lib/zlib/inffast.js +0 -326
- package/backend/node_modules/pako/lib/zlib/inflate.js +0 -1538
- package/backend/node_modules/pako/lib/zlib/inftrees.js +0 -327
- package/backend/node_modules/pako/lib/zlib/messages.js +0 -13
- package/backend/node_modules/pako/lib/zlib/trees.js +0 -1202
- package/backend/node_modules/pako/lib/zlib/zstream.js +0 -29
- package/backend/node_modules/pako/package.json +0 -40
- package/backend/node_modules/parseurl/HISTORY.md +0 -58
- package/backend/node_modules/parseurl/LICENSE +0 -24
- package/backend/node_modules/parseurl/README.md +0 -133
- package/backend/node_modules/parseurl/index.js +0 -158
- package/backend/node_modules/parseurl/package.json +0 -40
- package/backend/node_modules/path-parse/LICENSE +0 -21
- package/backend/node_modules/path-parse/README.md +0 -42
- package/backend/node_modules/path-parse/index.js +0 -75
- package/backend/node_modules/path-parse/package.json +0 -33
- package/backend/node_modules/path-to-regexp/LICENSE +0 -21
- package/backend/node_modules/path-to-regexp/Readme.md +0 -224
- package/backend/node_modules/path-to-regexp/dist/index.d.ts +0 -144
- package/backend/node_modules/path-to-regexp/dist/index.js +0 -409
- package/backend/node_modules/path-to-regexp/dist/index.js.map +0 -1
- package/backend/node_modules/path-to-regexp/package.json +0 -64
- package/backend/node_modules/picomatch/CHANGELOG.md +0 -136
- package/backend/node_modules/picomatch/LICENSE +0 -21
- package/backend/node_modules/picomatch/README.md +0 -708
- package/backend/node_modules/picomatch/index.js +0 -3
- package/backend/node_modules/picomatch/lib/constants.js +0 -179
- package/backend/node_modules/picomatch/lib/parse.js +0 -1091
- package/backend/node_modules/picomatch/lib/picomatch.js +0 -342
- package/backend/node_modules/picomatch/lib/scan.js +0 -391
- package/backend/node_modules/picomatch/lib/utils.js +0 -64
- package/backend/node_modules/picomatch/package.json +0 -81
- package/backend/node_modules/pidusage/LICENSE +0 -21
- package/backend/node_modules/pidusage/README.md +0 -204
- package/backend/node_modules/pidusage/index.js +0 -43
- package/backend/node_modules/pidusage/lib/bin.js +0 -48
- package/backend/node_modules/pidusage/lib/helpers/cpu.js +0 -91
- package/backend/node_modules/pidusage/lib/helpers/parallel.js +0 -44
- package/backend/node_modules/pidusage/lib/history.js +0 -92
- package/backend/node_modules/pidusage/lib/procfile.js +0 -141
- package/backend/node_modules/pidusage/lib/ps.js +0 -135
- package/backend/node_modules/pidusage/lib/stats.js +0 -95
- package/backend/node_modules/pidusage/lib/wmic.js +0 -133
- package/backend/node_modules/pidusage/package.json +0 -61
- package/backend/node_modules/pm2/.gitattributes +0 -4
- package/backend/node_modules/pm2/.mocharc.js +0 -14
- package/backend/node_modules/pm2/CHANGELOG.md +0 -2416
- package/backend/node_modules/pm2/CONTRIBUTING.md +0 -124
- package/backend/node_modules/pm2/GNU-AGPL-3.0.txt +0 -665
- package/backend/node_modules/pm2/LICENSE +0 -1
- package/backend/node_modules/pm2/README.md +0 -248
- package/backend/node_modules/pm2/bin/pm2 +0 -3
- package/backend/node_modules/pm2/bin/pm2-dev +0 -3
- package/backend/node_modules/pm2/bin/pm2-docker +0 -3
- package/backend/node_modules/pm2/bin/pm2-runtime +0 -3
- package/backend/node_modules/pm2/bin/pm2-windows +0 -3
- package/backend/node_modules/pm2/bin/pm2.ps1 +0 -3
- package/backend/node_modules/pm2/bun.lock +0 -421
- package/backend/node_modules/pm2/constants.js +0 -114
- package/backend/node_modules/pm2/e2e_time +0 -8
- package/backend/node_modules/pm2/index.js +0 -12
- package/backend/node_modules/pm2/lib/API/Configuration.js +0 -212
- package/backend/node_modules/pm2/lib/API/Containerizer.js +0 -335
- package/backend/node_modules/pm2/lib/API/Dashboard.js +0 -459
- package/backend/node_modules/pm2/lib/API/Deploy.js +0 -117
- package/backend/node_modules/pm2/lib/API/Extra.js +0 -775
- package/backend/node_modules/pm2/lib/API/ExtraMgmt/Docker.js +0 -30
- package/backend/node_modules/pm2/lib/API/Log.js +0 -315
- package/backend/node_modules/pm2/lib/API/LogManagement.js +0 -371
- package/backend/node_modules/pm2/lib/API/Modules/LOCAL.js +0 -122
- package/backend/node_modules/pm2/lib/API/Modules/Modularizer.js +0 -148
- package/backend/node_modules/pm2/lib/API/Modules/NPM.js +0 -445
- package/backend/node_modules/pm2/lib/API/Modules/TAR.js +0 -362
- package/backend/node_modules/pm2/lib/API/Modules/flagExt.js +0 -46
- package/backend/node_modules/pm2/lib/API/Modules/index.js +0 -120
- package/backend/node_modules/pm2/lib/API/Monit.js +0 -247
- package/backend/node_modules/pm2/lib/API/Serve.js +0 -343
- package/backend/node_modules/pm2/lib/API/Startup.js +0 -629
- package/backend/node_modules/pm2/lib/API/UX/helpers.js +0 -213
- package/backend/node_modules/pm2/lib/API/UX/index.js +0 -9
- package/backend/node_modules/pm2/lib/API/UX/pm2-describe.js +0 -193
- package/backend/node_modules/pm2/lib/API/UX/pm2-ls-minimal.js +0 -31
- package/backend/node_modules/pm2/lib/API/UX/pm2-ls.js +0 -483
- package/backend/node_modules/pm2/lib/API/Version.js +0 -382
- package/backend/node_modules/pm2/lib/API/interpreter.json +0 -12
- package/backend/node_modules/pm2/lib/API/pm2-plus/PM2IO.js +0 -372
- package/backend/node_modules/pm2/lib/API/pm2-plus/auth-strategies/CliAuth.js +0 -288
- package/backend/node_modules/pm2/lib/API/pm2-plus/auth-strategies/WebAuth.js +0 -187
- package/backend/node_modules/pm2/lib/API/pm2-plus/helpers.js +0 -97
- package/backend/node_modules/pm2/lib/API/pm2-plus/link.js +0 -126
- package/backend/node_modules/pm2/lib/API/pm2-plus/pres/motd +0 -16
- package/backend/node_modules/pm2/lib/API/pm2-plus/pres/motd.update +0 -26
- package/backend/node_modules/pm2/lib/API/pm2-plus/pres/welcome +0 -28
- package/backend/node_modules/pm2/lib/API/pm2-plus/process-selector.js +0 -52
- package/backend/node_modules/pm2/lib/API/schema.json +0 -375
- package/backend/node_modules/pm2/lib/API.js +0 -1929
- package/backend/node_modules/pm2/lib/Client.js +0 -776
- package/backend/node_modules/pm2/lib/Common.js +0 -911
- package/backend/node_modules/pm2/lib/Configuration.js +0 -304
- package/backend/node_modules/pm2/lib/Daemon.js +0 -456
- package/backend/node_modules/pm2/lib/Event.js +0 -37
- package/backend/node_modules/pm2/lib/God/ActionMethods.js +0 -909
- package/backend/node_modules/pm2/lib/God/ClusterMode.js +0 -97
- package/backend/node_modules/pm2/lib/God/ForkMode.js +0 -297
- package/backend/node_modules/pm2/lib/God/Methods.js +0 -265
- package/backend/node_modules/pm2/lib/God/Reload.js +0 -240
- package/backend/node_modules/pm2/lib/God.js +0 -632
- package/backend/node_modules/pm2/lib/HttpInterface.js +0 -76
- package/backend/node_modules/pm2/lib/ProcessContainer.js +0 -305
- package/backend/node_modules/pm2/lib/ProcessContainerBun.js +0 -360
- package/backend/node_modules/pm2/lib/ProcessContainerFork.js +0 -42
- package/backend/node_modules/pm2/lib/ProcessContainerForkBun.js +0 -33
- package/backend/node_modules/pm2/lib/ProcessUtils.js +0 -55
- package/backend/node_modules/pm2/lib/TreeKill.js +0 -118
- package/backend/node_modules/pm2/lib/Utility.js +0 -278
- package/backend/node_modules/pm2/lib/VersionCheck.js +0 -46
- package/backend/node_modules/pm2/lib/Watcher.js +0 -117
- package/backend/node_modules/pm2/lib/Worker.js +0 -169
- package/backend/node_modules/pm2/lib/binaries/CLI.js +0 -1040
- package/backend/node_modules/pm2/lib/binaries/DevCLI.js +0 -183
- package/backend/node_modules/pm2/lib/binaries/Runtime.js +0 -101
- package/backend/node_modules/pm2/lib/binaries/Runtime4Docker.js +0 -192
- package/backend/node_modules/pm2/lib/completion.js +0 -229
- package/backend/node_modules/pm2/lib/completion.sh +0 -40
- package/backend/node_modules/pm2/lib/motd +0 -36
- package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-java.tpl +0 -7
- package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-nodejs.tpl +0 -8
- package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-ruby.tpl +0 -7
- package/backend/node_modules/pm2/lib/templates/ecosystem-es.tpl +0 -24
- package/backend/node_modules/pm2/lib/templates/ecosystem-simple-es.tpl +0 -8
- package/backend/node_modules/pm2/lib/templates/ecosystem-simple.tpl +0 -6
- package/backend/node_modules/pm2/lib/templates/ecosystem.tpl +0 -22
- package/backend/node_modules/pm2/lib/templates/init-scripts/launchd.tpl +0 -35
- package/backend/node_modules/pm2/lib/templates/init-scripts/openrc.tpl +0 -52
- package/backend/node_modules/pm2/lib/templates/init-scripts/pm2-init-amazon.sh +0 -86
- package/backend/node_modules/pm2/lib/templates/init-scripts/rcd-openbsd.tpl +0 -41
- package/backend/node_modules/pm2/lib/templates/init-scripts/rcd.tpl +0 -44
- package/backend/node_modules/pm2/lib/templates/init-scripts/smf.tpl +0 -43
- package/backend/node_modules/pm2/lib/templates/init-scripts/systemd-online.tpl +0 -22
- package/backend/node_modules/pm2/lib/templates/init-scripts/systemd.tpl +0 -22
- package/backend/node_modules/pm2/lib/templates/init-scripts/upstart.tpl +0 -103
- package/backend/node_modules/pm2/lib/templates/logrotate.d/pm2 +0 -10
- package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/README.md +0 -14
- package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/api.js +0 -9
- package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/ecosystem.config.js +0 -14
- package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/package.json +0 -11
- package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/README.md +0 -45
- package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/custom-metrics.js +0 -66
- package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/ecosystem.config.js +0 -12
- package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/package.json +0 -11
- package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/README.md +0 -4
- package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/echo.py +0 -7
- package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/ecosystem.config.js +0 -12
- package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/package.json +0 -11
- package/backend/node_modules/pm2/lib/tools/Config.js +0 -248
- package/backend/node_modules/pm2/lib/tools/IsAbsolute.js +0 -20
- package/backend/node_modules/pm2/lib/tools/copydirSync.js +0 -101
- package/backend/node_modules/pm2/lib/tools/deleteFolderRecursive.js +0 -19
- package/backend/node_modules/pm2/lib/tools/find-package-json.js +0 -74
- package/backend/node_modules/pm2/lib/tools/fmt.js +0 -72
- package/backend/node_modules/pm2/lib/tools/isbinaryfile.js +0 -94
- package/backend/node_modules/pm2/lib/tools/json5.js +0 -752
- package/backend/node_modules/pm2/lib/tools/open.js +0 -63
- package/backend/node_modules/pm2/lib/tools/passwd.js +0 -58
- package/backend/node_modules/pm2/lib/tools/promise.min.js +0 -1
- package/backend/node_modules/pm2/lib/tools/sexec.js +0 -55
- package/backend/node_modules/pm2/lib/tools/treeify.js +0 -113
- package/backend/node_modules/pm2/lib/tools/which.js +0 -120
- package/backend/node_modules/pm2/lib/tools/xdg-open +0 -861
- package/backend/node_modules/pm2/node_modules/.bin/semver +0 -16
- package/backend/node_modules/pm2/node_modules/.bin/semver.cmd +0 -17
- package/backend/node_modules/pm2/node_modules/.bin/semver.ps1 +0 -28
- package/backend/node_modules/pm2/node_modules/semver/LICENSE +0 -15
- package/backend/node_modules/pm2/node_modules/semver/README.md +0 -664
- package/backend/node_modules/pm2/node_modules/semver/bin/semver.js +0 -191
- package/backend/node_modules/pm2/node_modules/semver/classes/comparator.js +0 -143
- package/backend/node_modules/pm2/node_modules/semver/classes/index.js +0 -7
- package/backend/node_modules/pm2/node_modules/semver/classes/range.js +0 -556
- package/backend/node_modules/pm2/node_modules/semver/classes/semver.js +0 -319
- package/backend/node_modules/pm2/node_modules/semver/functions/clean.js +0 -8
- package/backend/node_modules/pm2/node_modules/semver/functions/cmp.js +0 -54
- package/backend/node_modules/pm2/node_modules/semver/functions/coerce.js +0 -62
- package/backend/node_modules/pm2/node_modules/semver/functions/compare-build.js +0 -9
- package/backend/node_modules/pm2/node_modules/semver/functions/compare-loose.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/compare.js +0 -7
- package/backend/node_modules/pm2/node_modules/semver/functions/diff.js +0 -60
- package/backend/node_modules/pm2/node_modules/semver/functions/eq.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/gt.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/gte.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/inc.js +0 -21
- package/backend/node_modules/pm2/node_modules/semver/functions/lt.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/lte.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/major.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/minor.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/neq.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/parse.js +0 -18
- package/backend/node_modules/pm2/node_modules/semver/functions/patch.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/prerelease.js +0 -8
- package/backend/node_modules/pm2/node_modules/semver/functions/rcompare.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/rsort.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/satisfies.js +0 -12
- package/backend/node_modules/pm2/node_modules/semver/functions/sort.js +0 -5
- package/backend/node_modules/pm2/node_modules/semver/functions/valid.js +0 -8
- package/backend/node_modules/pm2/node_modules/semver/index.js +0 -91
- package/backend/node_modules/pm2/node_modules/semver/internal/constants.js +0 -37
- package/backend/node_modules/pm2/node_modules/semver/internal/debug.js +0 -11
- package/backend/node_modules/pm2/node_modules/semver/internal/identifiers.js +0 -25
- package/backend/node_modules/pm2/node_modules/semver/internal/lrucache.js +0 -42
- package/backend/node_modules/pm2/node_modules/semver/internal/parse-options.js +0 -17
- package/backend/node_modules/pm2/node_modules/semver/internal/re.js +0 -223
- package/backend/node_modules/pm2/node_modules/semver/package.json +0 -78
- package/backend/node_modules/pm2/node_modules/semver/preload.js +0 -4
- package/backend/node_modules/pm2/node_modules/semver/range.bnf +0 -16
- package/backend/node_modules/pm2/node_modules/semver/ranges/gtr.js +0 -6
- package/backend/node_modules/pm2/node_modules/semver/ranges/intersects.js +0 -9
- package/backend/node_modules/pm2/node_modules/semver/ranges/ltr.js +0 -6
- package/backend/node_modules/pm2/node_modules/semver/ranges/max-satisfying.js +0 -27
- package/backend/node_modules/pm2/node_modules/semver/ranges/min-satisfying.js +0 -26
- package/backend/node_modules/pm2/node_modules/semver/ranges/min-version.js +0 -63
- package/backend/node_modules/pm2/node_modules/semver/ranges/outside.js +0 -82
- package/backend/node_modules/pm2/node_modules/semver/ranges/simplify.js +0 -49
- package/backend/node_modules/pm2/node_modules/semver/ranges/subset.js +0 -249
- package/backend/node_modules/pm2/node_modules/semver/ranges/to-comparators.js +0 -10
- package/backend/node_modules/pm2/node_modules/semver/ranges/valid.js +0 -13
- package/backend/node_modules/pm2/package.json +0 -219
- package/backend/node_modules/pm2/paths.js +0 -91
- package/backend/node_modules/pm2/pm2 +0 -11
- package/backend/node_modules/pm2/preinstall.js +0 -24
- package/backend/node_modules/pm2/run.sh +0 -9
- package/backend/node_modules/pm2/types/index.d.ts +0 -722
- package/backend/node_modules/pm2/types/tsconfig.json +0 -14
- package/backend/node_modules/pm2/unit_time +0 -35
- package/backend/node_modules/pm2-axon/History.md +0 -148
- package/backend/node_modules/pm2-axon/LICENSE +0 -22
- package/backend/node_modules/pm2-axon/Readme.md +0 -361
- package/backend/node_modules/pm2-axon/index.js +0 -2
- package/backend/node_modules/pm2-axon/lib/configurable/History.md +0 -5
- package/backend/node_modules/pm2-axon/lib/configurable/Makefile +0 -7
- package/backend/node_modules/pm2-axon/lib/configurable/Readme.md +0 -57
- package/backend/node_modules/pm2-axon/lib/configurable/index.js +0 -2
- package/backend/node_modules/pm2-axon/lib/configurable/lib/configurable.js +0 -47
- package/backend/node_modules/pm2-axon/lib/configurable/package.json +0 -68
- package/backend/node_modules/pm2-axon/lib/index.js +0 -44
- package/backend/node_modules/pm2-axon/lib/plugins/queue.js +0 -71
- package/backend/node_modules/pm2-axon/lib/plugins/round-robin.js +0 -55
- package/backend/node_modules/pm2-axon/lib/sockets/pub-emitter.js +0 -26
- package/backend/node_modules/pm2-axon/lib/sockets/pub.js +0 -77
- package/backend/node_modules/pm2-axon/lib/sockets/pull.js +0 -37
- package/backend/node_modules/pm2-axon/lib/sockets/push.js +0 -32
- package/backend/node_modules/pm2-axon/lib/sockets/rep.js +0 -73
- package/backend/node_modules/pm2-axon/lib/sockets/req.js +0 -101
- package/backend/node_modules/pm2-axon/lib/sockets/sock.js +0 -415
- package/backend/node_modules/pm2-axon/lib/sockets/sub-emitter.js +0 -92
- package/backend/node_modules/pm2-axon/lib/sockets/sub.js +0 -148
- package/backend/node_modules/pm2-axon/lib/utils.js +0 -19
- package/backend/node_modules/pm2-axon/package.json +0 -46
- package/backend/node_modules/pm2-axon-rpc/.travis.yml +0 -6
- package/backend/node_modules/pm2-axon-rpc/History.md +0 -19
- package/backend/node_modules/pm2-axon-rpc/Makefile +0 -6
- package/backend/node_modules/pm2-axon-rpc/Readme.md +0 -132
- package/backend/node_modules/pm2-axon-rpc/example.js +0 -16
- package/backend/node_modules/pm2-axon-rpc/index.js +0 -3
- package/backend/node_modules/pm2-axon-rpc/lib/client.js +0 -63
- package/backend/node_modules/pm2-axon-rpc/lib/server.js +0 -139
- package/backend/node_modules/pm2-axon-rpc/package.json +0 -38
- package/backend/node_modules/pm2-deploy/LICENSE +0 -19
- package/backend/node_modules/pm2-deploy/README.md +0 -85
- package/backend/node_modules/pm2-deploy/deploy +0 -376
- package/backend/node_modules/pm2-deploy/deploy.js +0 -149
- package/backend/node_modules/pm2-deploy/package.json +0 -41
- package/backend/node_modules/pm2-multimeter/README.markdown +0 -106
- package/backend/node_modules/pm2-multimeter/example/drop.js +0 -23
- package/backend/node_modules/pm2-multimeter/example/multibar.js +0 -47
- package/backend/node_modules/pm2-multimeter/example/multirel.js +0 -52
- package/backend/node_modules/pm2-multimeter/example/single.js +0 -11
- package/backend/node_modules/pm2-multimeter/example/sum.js +0 -37
- package/backend/node_modules/pm2-multimeter/example/web_multibar.js +0 -55
- package/backend/node_modules/pm2-multimeter/example/web_multirel.js +0 -60
- package/backend/node_modules/pm2-multimeter/example/web_sum.js +0 -45
- package/backend/node_modules/pm2-multimeter/index.js +0 -76
- package/backend/node_modules/pm2-multimeter/lib/bar.js +0 -111
- package/backend/node_modules/pm2-multimeter/package.json +0 -34
- package/backend/node_modules/pm2-sysmonit/LICENSE-APACHE.txt +0 -174
- package/backend/node_modules/pm2-sysmonit/README.md +0 -8
- package/backend/node_modules/pm2-sysmonit/index.js +0 -115
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/CHANGELOG.md +0 -85
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/LICENSE +0 -21
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/README.md +0 -189
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/index.js +0 -38
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/bin.js +0 -48
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/helpers/cpu.js +0 -87
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/helpers/parallel.js +0 -44
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/history.js +0 -92
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/procfile.js +0 -141
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/ps.js +0 -128
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/stats.js +0 -87
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/wmic.js +0 -132
- package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/package.json +0 -62
- package/backend/node_modules/pm2-sysmonit/package.json +0 -23
- package/backend/node_modules/pm2-sysmonit/src/MeanCalc.js +0 -26
- package/backend/node_modules/pm2-sysmonit/src/SystemInfos.js +0 -604
- package/backend/node_modules/pm2-sysmonit/src/fastlist.exe +0 -0
- package/backend/node_modules/pm2-sysmonit/src/pm2.js +0 -83
- package/backend/node_modules/pm2-sysmonit/src/psList.js +0 -63
- package/backend/node_modules/promptly/.editorconfig +0 -15
- package/backend/node_modules/promptly/.jshintrc +0 -63
- package/backend/node_modules/promptly/.travis.yml +0 -6
- package/backend/node_modules/promptly/LICENSE +0 -19
- package/backend/node_modules/promptly/README.md +0 -178
- package/backend/node_modules/promptly/index.js +0 -197
- package/backend/node_modules/promptly/package.json +0 -34
- package/backend/node_modules/promptly/test/test.js +0 -390
- package/backend/node_modules/proxy-addr/HISTORY.md +0 -161
- package/backend/node_modules/proxy-addr/LICENSE +0 -22
- package/backend/node_modules/proxy-addr/README.md +0 -139
- package/backend/node_modules/proxy-addr/index.js +0 -327
- package/backend/node_modules/proxy-addr/package.json +0 -47
- package/backend/node_modules/proxy-agent/LICENSE +0 -22
- package/backend/node_modules/proxy-agent/README.md +0 -59
- package/backend/node_modules/proxy-agent/dist/index.d.ts +0 -60
- package/backend/node_modules/proxy-agent/dist/index.d.ts.map +0 -1
- package/backend/node_modules/proxy-agent/dist/index.js +0 -134
- package/backend/node_modules/proxy-agent/dist/index.js.map +0 -1
- package/backend/node_modules/proxy-agent/package.json +0 -60
- package/backend/node_modules/proxy-from-env/.eslintrc +0 -29
- package/backend/node_modules/proxy-from-env/.travis.yml +0 -10
- package/backend/node_modules/proxy-from-env/LICENSE +0 -20
- package/backend/node_modules/proxy-from-env/README.md +0 -131
- package/backend/node_modules/proxy-from-env/index.js +0 -108
- package/backend/node_modules/proxy-from-env/package.json +0 -34
- package/backend/node_modules/proxy-from-env/test.js +0 -483
- package/backend/node_modules/pstree.remy/.travis.yml +0 -8
- package/backend/node_modules/pstree.remy/LICENSE +0 -7
- package/backend/node_modules/pstree.remy/README.md +0 -26
- package/backend/node_modules/pstree.remy/lib/index.js +0 -37
- package/backend/node_modules/pstree.remy/lib/tree.js +0 -37
- package/backend/node_modules/pstree.remy/lib/utils.js +0 -53
- package/backend/node_modules/pstree.remy/package.json +0 -33
- package/backend/node_modules/pstree.remy/tests/fixtures/index.js +0 -13
- package/backend/node_modules/pstree.remy/tests/fixtures/out1 +0 -10
- package/backend/node_modules/pstree.remy/tests/fixtures/out2 +0 -29
- package/backend/node_modules/pstree.remy/tests/index.test.js +0 -51
- package/backend/node_modules/qs/.editorconfig +0 -46
- package/backend/node_modules/qs/.github/FUNDING.yml +0 -12
- package/backend/node_modules/qs/.github/SECURITY.md +0 -11
- package/backend/node_modules/qs/.github/THREAT_MODEL.md +0 -78
- package/backend/node_modules/qs/.nycrc +0 -13
- package/backend/node_modules/qs/CHANGELOG.md +0 -806
- package/backend/node_modules/qs/LICENSE.md +0 -29
- package/backend/node_modules/qs/README.md +0 -758
- package/backend/node_modules/qs/dist/qs.js +0 -141
- package/backend/node_modules/qs/eslint.config.mjs +0 -56
- package/backend/node_modules/qs/lib/formats.js +0 -23
- package/backend/node_modules/qs/lib/index.js +0 -11
- package/backend/node_modules/qs/lib/parse.js +0 -373
- package/backend/node_modules/qs/lib/stringify.js +0 -356
- package/backend/node_modules/qs/lib/utils.js +0 -342
- package/backend/node_modules/qs/package.json +0 -94
- package/backend/node_modules/qs/test/empty-keys-cases.js +0 -267
- package/backend/node_modules/qs/test/parse.js +0 -1568
- package/backend/node_modules/qs/test/stringify.js +0 -1310
- package/backend/node_modules/qs/test/utils.js +0 -404
- package/backend/node_modules/range-parser/HISTORY.md +0 -56
- package/backend/node_modules/range-parser/LICENSE +0 -23
- package/backend/node_modules/range-parser/README.md +0 -84
- package/backend/node_modules/range-parser/index.js +0 -162
- package/backend/node_modules/range-parser/package.json +0 -44
- package/backend/node_modules/raw-body/LICENSE +0 -22
- package/backend/node_modules/raw-body/README.md +0 -223
- package/backend/node_modules/raw-body/index.d.ts +0 -85
- package/backend/node_modules/raw-body/index.js +0 -336
- package/backend/node_modules/raw-body/package.json +0 -46
- package/backend/node_modules/read/LICENSE +0 -15
- package/backend/node_modules/read/README.md +0 -53
- package/backend/node_modules/read/lib/read.js +0 -113
- package/backend/node_modules/read/package.json +0 -27
- package/backend/node_modules/readdirp/LICENSE +0 -21
- package/backend/node_modules/readdirp/README.md +0 -122
- package/backend/node_modules/readdirp/index.d.ts +0 -43
- package/backend/node_modules/readdirp/index.js +0 -287
- package/backend/node_modules/readdirp/package.json +0 -122
- package/backend/node_modules/require-in-the-middle/LICENSE +0 -21
- package/backend/node_modules/require-in-the-middle/README.md +0 -79
- package/backend/node_modules/require-in-the-middle/index.js +0 -196
- package/backend/node_modules/require-in-the-middle/package.json +0 -55
- package/backend/node_modules/resolve/.editorconfig +0 -37
- package/backend/node_modules/resolve/.eslintrc +0 -65
- package/backend/node_modules/resolve/.github/FUNDING.yml +0 -12
- package/backend/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md +0 -119
- package/backend/node_modules/resolve/.github/THREAT_MODEL.md +0 -74
- package/backend/node_modules/resolve/LICENSE +0 -21
- package/backend/node_modules/resolve/SECURITY.md +0 -11
- package/backend/node_modules/resolve/async.js +0 -3
- package/backend/node_modules/resolve/bin/resolve +0 -50
- package/backend/node_modules/resolve/example/async.js +0 -5
- package/backend/node_modules/resolve/example/sync.js +0 -3
- package/backend/node_modules/resolve/index.js +0 -6
- package/backend/node_modules/resolve/lib/async.js +0 -333
- package/backend/node_modules/resolve/lib/caller.js +0 -8
- package/backend/node_modules/resolve/lib/core.js +0 -12
- package/backend/node_modules/resolve/lib/core.json +0 -162
- package/backend/node_modules/resolve/lib/homedir.js +0 -24
- package/backend/node_modules/resolve/lib/is-core.js +0 -5
- package/backend/node_modules/resolve/lib/node-modules-paths.js +0 -45
- package/backend/node_modules/resolve/lib/normalize-options.js +0 -10
- package/backend/node_modules/resolve/lib/sync.js +0 -212
- package/backend/node_modules/resolve/package.json +0 -75
- package/backend/node_modules/resolve/readme.markdown +0 -301
- package/backend/node_modules/resolve/sync.js +0 -3
- package/backend/node_modules/resolve/test/core.js +0 -88
- package/backend/node_modules/resolve/test/dotdot/abc/index.js +0 -2
- package/backend/node_modules/resolve/test/dotdot/index.js +0 -1
- package/backend/node_modules/resolve/test/dotdot.js +0 -29
- package/backend/node_modules/resolve/test/faulty_basedir.js +0 -29
- package/backend/node_modules/resolve/test/filter.js +0 -34
- package/backend/node_modules/resolve/test/filter_sync.js +0 -33
- package/backend/node_modules/resolve/test/home_paths.js +0 -127
- package/backend/node_modules/resolve/test/home_paths_sync.js +0 -114
- package/backend/node_modules/resolve/test/mock.js +0 -315
- package/backend/node_modules/resolve/test/mock_sync.js +0 -214
- package/backend/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -1
- package/backend/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -1
- package/backend/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -1
- package/backend/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
- package/backend/node_modules/resolve/test/module_dir.js +0 -56
- package/backend/node_modules/resolve/test/node-modules-paths.js +0 -143
- package/backend/node_modules/resolve/test/node_path/x/aaa/index.js +0 -1
- package/backend/node_modules/resolve/test/node_path/x/ccc/index.js +0 -1
- package/backend/node_modules/resolve/test/node_path/y/bbb/index.js +0 -1
- package/backend/node_modules/resolve/test/node_path/y/ccc/index.js +0 -1
- package/backend/node_modules/resolve/test/node_path.js +0 -70
- package/backend/node_modules/resolve/test/nonstring.js +0 -9
- package/backend/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
- package/backend/node_modules/resolve/test/pathfilter.js +0 -75
- package/backend/node_modules/resolve/test/precedence/aaa/index.js +0 -1
- package/backend/node_modules/resolve/test/precedence/aaa/main.js +0 -1
- package/backend/node_modules/resolve/test/precedence/aaa.js +0 -1
- package/backend/node_modules/resolve/test/precedence/bbb/main.js +0 -1
- package/backend/node_modules/resolve/test/precedence/bbb.js +0 -1
- package/backend/node_modules/resolve/test/precedence.js +0 -23
- package/backend/node_modules/resolve/test/resolver/baz/doom.js +0 -0
- package/backend/node_modules/resolve/test/resolver/baz/package.json +0 -4
- package/backend/node_modules/resolve/test/resolver/baz/quux.js +0 -1
- package/backend/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
- package/backend/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
- package/backend/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
- package/backend/node_modules/resolve/test/resolver/cup.coffee +0 -1
- package/backend/node_modules/resolve/test/resolver/dot_main/index.js +0 -1
- package/backend/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
- package/backend/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -1
- package/backend/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
- package/backend/node_modules/resolve/test/resolver/false_main/index.js +0 -0
- package/backend/node_modules/resolve/test/resolver/false_main/package.json +0 -4
- package/backend/node_modules/resolve/test/resolver/foo.js +0 -1
- package/backend/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -2
- package/backend/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
- package/backend/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
- package/backend/node_modules/resolve/test/resolver/mug.coffee +0 -0
- package/backend/node_modules/resolve/test/resolver/mug.js +0 -0
- package/backend/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
- package/backend/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
- package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +0 -35
- package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
- package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
- package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
- package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +0 -26
- package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
- package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +0 -12
- package/backend/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
- package/backend/node_modules/resolve/test/resolver/other_path/root.js +0 -0
- package/backend/node_modules/resolve/test/resolver/quux/foo/index.js +0 -1
- package/backend/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -1
- package/backend/node_modules/resolve/test/resolver/same_names/foo.js +0 -1
- package/backend/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
- package/backend/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
- package/backend/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -1
- package/backend/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
- package/backend/node_modules/resolve/test/resolver/without_basedir/main.js +0 -5
- package/backend/node_modules/resolve/test/resolver.js +0 -597
- package/backend/node_modules/resolve/test/resolver_sync.js +0 -730
- package/backend/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
- package/backend/node_modules/resolve/test/shadowed_core.js +0 -54
- package/backend/node_modules/resolve/test/subdirs.js +0 -13
- package/backend/node_modules/resolve/test/symlinks.js +0 -176
- package/backend/node_modules/router/HISTORY.md +0 -228
- package/backend/node_modules/router/LICENSE +0 -23
- package/backend/node_modules/router/README.md +0 -416
- package/backend/node_modules/router/index.js +0 -748
- package/backend/node_modules/router/lib/layer.js +0 -247
- package/backend/node_modules/router/lib/route.js +0 -242
- package/backend/node_modules/router/package.json +0 -44
- package/backend/node_modules/run-series/LICENSE +0 -20
- package/backend/node_modules/run-series/README.md +0 -78
- package/backend/node_modules/run-series/index.js +0 -27
- package/backend/node_modules/run-series/package.json +0 -56
- package/backend/node_modules/safe-buffer/LICENSE +0 -21
- package/backend/node_modules/safe-buffer/README.md +0 -584
- package/backend/node_modules/safe-buffer/index.d.ts +0 -187
- package/backend/node_modules/safe-buffer/index.js +0 -65
- package/backend/node_modules/safe-buffer/package.json +0 -51
- package/backend/node_modules/safer-buffer/LICENSE +0 -21
- package/backend/node_modules/safer-buffer/Porting-Buffer.md +0 -268
- package/backend/node_modules/safer-buffer/Readme.md +0 -156
- package/backend/node_modules/safer-buffer/dangerous.js +0 -58
- package/backend/node_modules/safer-buffer/package.json +0 -34
- package/backend/node_modules/safer-buffer/safer.js +0 -77
- package/backend/node_modules/safer-buffer/tests.js +0 -406
- package/backend/node_modules/sax/LICENSE.md +0 -55
- package/backend/node_modules/sax/README.md +0 -227
- package/backend/node_modules/sax/lib/sax.js +0 -1704
- package/backend/node_modules/sax/package.json +0 -31
- package/backend/node_modules/semver/LICENSE +0 -15
- package/backend/node_modules/semver/README.md +0 -665
- package/backend/node_modules/semver/bin/semver.js +0 -191
- package/backend/node_modules/semver/classes/comparator.js +0 -143
- package/backend/node_modules/semver/classes/index.js +0 -7
- package/backend/node_modules/semver/classes/range.js +0 -557
- package/backend/node_modules/semver/classes/semver.js +0 -333
- package/backend/node_modules/semver/functions/clean.js +0 -8
- package/backend/node_modules/semver/functions/cmp.js +0 -54
- package/backend/node_modules/semver/functions/coerce.js +0 -62
- package/backend/node_modules/semver/functions/compare-build.js +0 -9
- package/backend/node_modules/semver/functions/compare-loose.js +0 -5
- package/backend/node_modules/semver/functions/compare.js +0 -7
- package/backend/node_modules/semver/functions/diff.js +0 -60
- package/backend/node_modules/semver/functions/eq.js +0 -5
- package/backend/node_modules/semver/functions/gt.js +0 -5
- package/backend/node_modules/semver/functions/gte.js +0 -5
- package/backend/node_modules/semver/functions/inc.js +0 -21
- package/backend/node_modules/semver/functions/lt.js +0 -5
- package/backend/node_modules/semver/functions/lte.js +0 -5
- package/backend/node_modules/semver/functions/major.js +0 -5
- package/backend/node_modules/semver/functions/minor.js +0 -5
- package/backend/node_modules/semver/functions/neq.js +0 -5
- package/backend/node_modules/semver/functions/parse.js +0 -18
- package/backend/node_modules/semver/functions/patch.js +0 -5
- package/backend/node_modules/semver/functions/prerelease.js +0 -8
- package/backend/node_modules/semver/functions/rcompare.js +0 -5
- package/backend/node_modules/semver/functions/rsort.js +0 -5
- package/backend/node_modules/semver/functions/satisfies.js +0 -12
- package/backend/node_modules/semver/functions/sort.js +0 -5
- package/backend/node_modules/semver/functions/valid.js +0 -8
- package/backend/node_modules/semver/index.js +0 -91
- package/backend/node_modules/semver/internal/constants.js +0 -37
- package/backend/node_modules/semver/internal/debug.js +0 -11
- package/backend/node_modules/semver/internal/identifiers.js +0 -29
- package/backend/node_modules/semver/internal/lrucache.js +0 -42
- package/backend/node_modules/semver/internal/parse-options.js +0 -17
- package/backend/node_modules/semver/internal/re.js +0 -223
- package/backend/node_modules/semver/package.json +0 -78
- package/backend/node_modules/semver/preload.js +0 -4
- package/backend/node_modules/semver/range.bnf +0 -16
- package/backend/node_modules/semver/ranges/gtr.js +0 -6
- package/backend/node_modules/semver/ranges/intersects.js +0 -9
- package/backend/node_modules/semver/ranges/ltr.js +0 -6
- package/backend/node_modules/semver/ranges/max-satisfying.js +0 -27
- package/backend/node_modules/semver/ranges/min-satisfying.js +0 -26
- package/backend/node_modules/semver/ranges/min-version.js +0 -63
- package/backend/node_modules/semver/ranges/outside.js +0 -82
- package/backend/node_modules/semver/ranges/simplify.js +0 -49
- package/backend/node_modules/semver/ranges/subset.js +0 -249
- package/backend/node_modules/semver/ranges/to-comparators.js +0 -10
- package/backend/node_modules/semver/ranges/valid.js +0 -13
- package/backend/node_modules/send/LICENSE +0 -23
- package/backend/node_modules/send/README.md +0 -317
- package/backend/node_modules/send/index.js +0 -997
- package/backend/node_modules/send/package.json +0 -63
- package/backend/node_modules/serve-static/LICENSE +0 -25
- package/backend/node_modules/serve-static/README.md +0 -253
- package/backend/node_modules/serve-static/index.js +0 -208
- package/backend/node_modules/serve-static/package.json +0 -44
- package/backend/node_modules/setprototypeof/LICENSE +0 -13
- package/backend/node_modules/setprototypeof/README.md +0 -31
- package/backend/node_modules/setprototypeof/index.d.ts +0 -2
- package/backend/node_modules/setprototypeof/index.js +0 -17
- package/backend/node_modules/setprototypeof/package.json +0 -38
- package/backend/node_modules/setprototypeof/test/index.js +0 -24
- package/backend/node_modules/shimmer/.travis.yml +0 -7
- package/backend/node_modules/shimmer/LICENSE +0 -25
- package/backend/node_modules/shimmer/README.md +0 -80
- package/backend/node_modules/shimmer/index.js +0 -121
- package/backend/node_modules/shimmer/package.json +0 -28
- package/backend/node_modules/shimmer/test/init.tap.js +0 -48
- package/backend/node_modules/shimmer/test/massUnwrap.tap.js +0 -121
- package/backend/node_modules/shimmer/test/massWrap.tap.js +0 -174
- package/backend/node_modules/shimmer/test/unwrap.tap.js +0 -101
- package/backend/node_modules/shimmer/test/wrap.tap.js +0 -148
- package/backend/node_modules/side-channel/.editorconfig +0 -9
- package/backend/node_modules/side-channel/.eslintrc +0 -12
- package/backend/node_modules/side-channel/.github/FUNDING.yml +0 -12
- package/backend/node_modules/side-channel/.nycrc +0 -13
- package/backend/node_modules/side-channel/CHANGELOG.md +0 -110
- package/backend/node_modules/side-channel/LICENSE +0 -21
- package/backend/node_modules/side-channel/README.md +0 -61
- package/backend/node_modules/side-channel/index.d.ts +0 -14
- package/backend/node_modules/side-channel/index.js +0 -43
- package/backend/node_modules/side-channel/package.json +0 -85
- package/backend/node_modules/side-channel/test/index.js +0 -104
- package/backend/node_modules/side-channel/tsconfig.json +0 -9
- package/backend/node_modules/side-channel-list/.editorconfig +0 -9
- package/backend/node_modules/side-channel-list/.eslintrc +0 -11
- package/backend/node_modules/side-channel-list/.github/FUNDING.yml +0 -12
- package/backend/node_modules/side-channel-list/.nycrc +0 -13
- package/backend/node_modules/side-channel-list/CHANGELOG.md +0 -15
- package/backend/node_modules/side-channel-list/LICENSE +0 -21
- package/backend/node_modules/side-channel-list/README.md +0 -62
- package/backend/node_modules/side-channel-list/index.d.ts +0 -13
- package/backend/node_modules/side-channel-list/index.js +0 -113
- package/backend/node_modules/side-channel-list/list.d.ts +0 -14
- package/backend/node_modules/side-channel-list/package.json +0 -77
- package/backend/node_modules/side-channel-list/test/index.js +0 -104
- package/backend/node_modules/side-channel-list/tsconfig.json +0 -9
- package/backend/node_modules/side-channel-map/.editorconfig +0 -9
- package/backend/node_modules/side-channel-map/.eslintrc +0 -11
- package/backend/node_modules/side-channel-map/.github/FUNDING.yml +0 -12
- package/backend/node_modules/side-channel-map/.nycrc +0 -13
- package/backend/node_modules/side-channel-map/CHANGELOG.md +0 -22
- package/backend/node_modules/side-channel-map/LICENSE +0 -21
- package/backend/node_modules/side-channel-map/README.md +0 -62
- package/backend/node_modules/side-channel-map/index.d.ts +0 -15
- package/backend/node_modules/side-channel-map/index.js +0 -68
- package/backend/node_modules/side-channel-map/package.json +0 -80
- package/backend/node_modules/side-channel-map/test/index.js +0 -114
- package/backend/node_modules/side-channel-map/tsconfig.json +0 -9
- package/backend/node_modules/side-channel-weakmap/.editorconfig +0 -9
- package/backend/node_modules/side-channel-weakmap/.eslintrc +0 -12
- package/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml +0 -12
- package/backend/node_modules/side-channel-weakmap/.nycrc +0 -13
- package/backend/node_modules/side-channel-weakmap/CHANGELOG.md +0 -28
- package/backend/node_modules/side-channel-weakmap/LICENSE +0 -21
- package/backend/node_modules/side-channel-weakmap/README.md +0 -62
- package/backend/node_modules/side-channel-weakmap/index.d.ts +0 -15
- package/backend/node_modules/side-channel-weakmap/index.js +0 -84
- package/backend/node_modules/side-channel-weakmap/package.json +0 -87
- package/backend/node_modules/side-channel-weakmap/test/index.js +0 -114
- package/backend/node_modules/side-channel-weakmap/tsconfig.json +0 -9
- package/backend/node_modules/signal-exit/LICENSE.txt +0 -16
- package/backend/node_modules/signal-exit/README.md +0 -39
- package/backend/node_modules/signal-exit/index.js +0 -202
- package/backend/node_modules/signal-exit/package.json +0 -38
- package/backend/node_modules/signal-exit/signals.js +0 -53
- package/backend/node_modules/simple-git/dist/cjs/index.js +0 -4969
- package/backend/node_modules/simple-git/dist/cjs/index.js.map +0 -7
- package/backend/node_modules/simple-git/dist/esm/index.js +0 -4820
- package/backend/node_modules/simple-git/dist/esm/index.js.map +0 -7
- package/backend/node_modules/simple-git/dist/esm/package.json +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/api.d.ts +0 -13
- package/backend/node_modules/simple-git/dist/src/lib/args/log-format.d.ts +0 -9
- package/backend/node_modules/simple-git/dist/src/lib/args/pathspec.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/errors/git-construct-error.d.ts +0 -15
- package/backend/node_modules/simple-git/dist/src/lib/errors/git-error.d.ts +0 -30
- package/backend/node_modules/simple-git/dist/src/lib/errors/git-plugin-error.d.ts +0 -7
- package/backend/node_modules/simple-git/dist/src/lib/errors/git-response-error.d.ts +0 -32
- package/backend/node_modules/simple-git/dist/src/lib/errors/task-configuration-error.d.ts +0 -12
- package/backend/node_modules/simple-git/dist/src/lib/git-factory.d.ts +0 -15
- package/backend/node_modules/simple-git/dist/src/lib/git-logger.d.ts +0 -21
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-branch-delete.d.ts +0 -5
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-branch.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-commit.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-diff-summary.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-fetch.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-list-log-summary.d.ts +0 -6
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-merge.d.ts +0 -11
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-move.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-pull.d.ts +0 -6
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-push.d.ts +0 -4
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-remote-messages.d.ts +0 -5
- package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-remote-objects.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/plugins/abort-plugin.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/plugins/block-unsafe-operations-plugin.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/plugins/command-config-prefixing-plugin.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/plugins/completion-detection.plugin.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/plugins/custom-binary.plugin.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/plugins/error-detection.plugin.d.ts +0 -7
- package/backend/node_modules/simple-git/dist/src/lib/plugins/index.d.ts +0 -11
- package/backend/node_modules/simple-git/dist/src/lib/plugins/plugin-store.d.ts +0 -11
- package/backend/node_modules/simple-git/dist/src/lib/plugins/progress-monitor-plugin.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/plugins/simple-git-plugin.d.ts +0 -46
- package/backend/node_modules/simple-git/dist/src/lib/plugins/spawn-options-plugin.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/plugins/suffix-paths.plugin.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/plugins/timout-plugin.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/responses/BranchDeleteSummary.d.ts +0 -12
- package/backend/node_modules/simple-git/dist/src/lib/responses/BranchSummary.d.ts +0 -14
- package/backend/node_modules/simple-git/dist/src/lib/responses/CheckIgnore.d.ts +0 -4
- package/backend/node_modules/simple-git/dist/src/lib/responses/CleanSummary.d.ts +0 -9
- package/backend/node_modules/simple-git/dist/src/lib/responses/ConfigList.d.ts +0 -13
- package/backend/node_modules/simple-git/dist/src/lib/responses/DiffSummary.d.ts +0 -10
- package/backend/node_modules/simple-git/dist/src/lib/responses/FileStatusSummary.d.ts +0 -9
- package/backend/node_modules/simple-git/dist/src/lib/responses/GetRemoteSummary.d.ts +0 -11
- package/backend/node_modules/simple-git/dist/src/lib/responses/InitSummary.d.ts +0 -9
- package/backend/node_modules/simple-git/dist/src/lib/responses/MergeSummary.d.ts +0 -16
- package/backend/node_modules/simple-git/dist/src/lib/responses/PullSummary.d.ts +0 -25
- package/backend/node_modules/simple-git/dist/src/lib/responses/StatusSummary.d.ts +0 -19
- package/backend/node_modules/simple-git/dist/src/lib/responses/TagList.d.ts +0 -7
- package/backend/node_modules/simple-git/dist/src/lib/runners/git-executor-chain.d.ts +0 -25
- package/backend/node_modules/simple-git/dist/src/lib/runners/git-executor.d.ts +0 -14
- package/backend/node_modules/simple-git/dist/src/lib/runners/promise-wrapped.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/runners/scheduler.d.ts +0 -11
- package/backend/node_modules/simple-git/dist/src/lib/runners/tasks-pending-queue.d.ts +0 -23
- package/backend/node_modules/simple-git/dist/src/lib/simple-git-api.d.ts +0 -20
- package/backend/node_modules/simple-git/dist/src/lib/task-callback.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/tasks/apply-patch.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/tasks/branch.d.ts +0 -7
- package/backend/node_modules/simple-git/dist/src/lib/tasks/change-working-directory.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/tasks/check-ignore.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/tasks/check-is-repo.d.ts +0 -9
- package/backend/node_modules/simple-git/dist/src/lib/tasks/checkout.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/tasks/clean.d.ts +0 -25
- package/backend/node_modules/simple-git/dist/src/lib/tasks/clone.d.ts +0 -5
- package/backend/node_modules/simple-git/dist/src/lib/tasks/commit.d.ts +0 -4
- package/backend/node_modules/simple-git/dist/src/lib/tasks/config.d.ts +0 -8
- package/backend/node_modules/simple-git/dist/src/lib/tasks/count-objects.d.ts +0 -12
- package/backend/node_modules/simple-git/dist/src/lib/tasks/diff-name-status.d.ts +0 -12
- package/backend/node_modules/simple-git/dist/src/lib/tasks/diff.d.ts +0 -5
- package/backend/node_modules/simple-git/dist/src/lib/tasks/fetch.d.ts +0 -4
- package/backend/node_modules/simple-git/dist/src/lib/tasks/first-commit.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/tasks/grep.d.ts +0 -12
- package/backend/node_modules/simple-git/dist/src/lib/tasks/hash-object.d.ts +0 -5
- package/backend/node_modules/simple-git/dist/src/lib/tasks/init.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/tasks/log.d.ts +0 -32
- package/backend/node_modules/simple-git/dist/src/lib/tasks/merge.d.ts +0 -4
- package/backend/node_modules/simple-git/dist/src/lib/tasks/move.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/tasks/pull.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/tasks/push.d.ts +0 -9
- package/backend/node_modules/simple-git/dist/src/lib/tasks/remote.d.ts +0 -8
- package/backend/node_modules/simple-git/dist/src/lib/tasks/reset.d.ts +0 -11
- package/backend/node_modules/simple-git/dist/src/lib/tasks/show.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/tasks/stash-list.d.ts +0 -4
- package/backend/node_modules/simple-git/dist/src/lib/tasks/status.d.ts +0 -3
- package/backend/node_modules/simple-git/dist/src/lib/tasks/sub-module.d.ts +0 -5
- package/backend/node_modules/simple-git/dist/src/lib/tasks/tag.d.ts +0 -18
- package/backend/node_modules/simple-git/dist/src/lib/tasks/task.d.ts +0 -14
- package/backend/node_modules/simple-git/dist/src/lib/tasks/version.d.ts +0 -9
- package/backend/node_modules/simple-git/dist/src/lib/types/handlers.d.ts +0 -21
- package/backend/node_modules/simple-git/dist/src/lib/types/index.d.ts +0 -154
- package/backend/node_modules/simple-git/dist/src/lib/types/tasks.d.ts +0 -19
- package/backend/node_modules/simple-git/dist/src/lib/utils/argument-filters.d.ts +0 -14
- package/backend/node_modules/simple-git/dist/src/lib/utils/exit-codes.d.ts +0 -10
- package/backend/node_modules/simple-git/dist/src/lib/utils/git-output-streams.d.ts +0 -7
- package/backend/node_modules/simple-git/dist/src/lib/utils/index.d.ts +0 -8
- package/backend/node_modules/simple-git/dist/src/lib/utils/line-parser.d.ts +0 -15
- package/backend/node_modules/simple-git/dist/src/lib/utils/simple-git-options.d.ts +0 -2
- package/backend/node_modules/simple-git/dist/src/lib/utils/task-options.d.ts +0 -13
- package/backend/node_modules/simple-git/dist/src/lib/utils/task-parser.d.ts +0 -5
- package/backend/node_modules/simple-git/dist/src/lib/utils/util.d.ts +0 -48
- package/backend/node_modules/simple-git/dist/typings/errors.d.ts +0 -5
- package/backend/node_modules/simple-git/dist/typings/index.d.ts +0 -12
- package/backend/node_modules/simple-git/dist/typings/response.d.ts +0 -556
- package/backend/node_modules/simple-git/dist/typings/simple-git.d.ts +0 -1033
- package/backend/node_modules/simple-git/dist/typings/types.d.ts +0 -23
- package/backend/node_modules/simple-git/package.json +0 -61
- package/backend/node_modules/simple-git/promise.js +0 -17
- package/backend/node_modules/simple-git/readme.md +0 -849
- package/backend/node_modules/simple-update-notifier/LICENSE +0 -21
- package/backend/node_modules/simple-update-notifier/README.md +0 -82
- package/backend/node_modules/simple-update-notifier/build/index.d.ts +0 -13
- package/backend/node_modules/simple-update-notifier/build/index.js +0 -210
- package/backend/node_modules/simple-update-notifier/package.json +0 -100
- package/backend/node_modules/simple-update-notifier/src/borderedText.ts +0 -12
- package/backend/node_modules/simple-update-notifier/src/cache.spec.ts +0 -17
- package/backend/node_modules/simple-update-notifier/src/cache.ts +0 -44
- package/backend/node_modules/simple-update-notifier/src/getDistVersion.spec.ts +0 -35
- package/backend/node_modules/simple-update-notifier/src/getDistVersion.ts +0 -29
- package/backend/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts +0 -82
- package/backend/node_modules/simple-update-notifier/src/hasNewVersion.ts +0 -40
- package/backend/node_modules/simple-update-notifier/src/index.spec.ts +0 -27
- package/backend/node_modules/simple-update-notifier/src/index.ts +0 -34
- package/backend/node_modules/simple-update-notifier/src/isNpmOrYarn.ts +0 -12
- package/backend/node_modules/simple-update-notifier/src/types.ts +0 -8
- package/backend/node_modules/smart-buffer/.prettierrc.yaml +0 -5
- package/backend/node_modules/smart-buffer/.travis.yml +0 -13
- package/backend/node_modules/smart-buffer/LICENSE +0 -20
- package/backend/node_modules/smart-buffer/README.md +0 -633
- package/backend/node_modules/smart-buffer/build/smartbuffer.js +0 -1233
- package/backend/node_modules/smart-buffer/build/smartbuffer.js.map +0 -1
- package/backend/node_modules/smart-buffer/build/utils.js +0 -108
- package/backend/node_modules/smart-buffer/build/utils.js.map +0 -1
- package/backend/node_modules/smart-buffer/docs/CHANGELOG.md +0 -70
- package/backend/node_modules/smart-buffer/docs/README_v3.md +0 -367
- package/backend/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
- package/backend/node_modules/smart-buffer/package.json +0 -79
- package/backend/node_modules/smart-buffer/typings/smartbuffer.d.ts +0 -755
- package/backend/node_modules/smart-buffer/typings/utils.d.ts +0 -66
- package/backend/node_modules/socket.io/LICENSE +0 -22
- package/backend/node_modules/socket.io/Readme.md +0 -273
- package/backend/node_modules/socket.io/client-dist/socket.io.esm.min.js +0 -7
- package/backend/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +0 -1
- package/backend/node_modules/socket.io/client-dist/socket.io.js +0 -4955
- package/backend/node_modules/socket.io/client-dist/socket.io.js.map +0 -1
- package/backend/node_modules/socket.io/client-dist/socket.io.min.js +0 -7
- package/backend/node_modules/socket.io/client-dist/socket.io.min.js.map +0 -1
- package/backend/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +0 -7
- package/backend/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +0 -1
- package/backend/node_modules/socket.io/dist/broadcast-operator.d.ts +0 -283
- package/backend/node_modules/socket.io/dist/broadcast-operator.js +0 -436
- package/backend/node_modules/socket.io/dist/client.d.ts +0 -120
- package/backend/node_modules/socket.io/dist/client.js +0 -274
- package/backend/node_modules/socket.io/dist/index.d.ts +0 -598
- package/backend/node_modules/socket.io/dist/index.js +0 -818
- package/backend/node_modules/socket.io/dist/namespace.d.ts +0 -432
- package/backend/node_modules/socket.io/dist/namespace.js +0 -584
- package/backend/node_modules/socket.io/dist/parent-namespace.d.ts +0 -30
- package/backend/node_modules/socket.io/dist/parent-namespace.js +0 -88
- package/backend/node_modules/socket.io/dist/socket-types.d.ts +0 -56
- package/backend/node_modules/socket.io/dist/socket-types.js +0 -11
- package/backend/node_modules/socket.io/dist/socket.d.ts +0 -613
- package/backend/node_modules/socket.io/dist/socket.js +0 -977
- package/backend/node_modules/socket.io/dist/typed-events.d.ts +0 -203
- package/backend/node_modules/socket.io/dist/typed-events.js +0 -81
- package/backend/node_modules/socket.io/dist/uws.d.ts +0 -3
- package/backend/node_modules/socket.io/dist/uws.js +0 -136
- package/backend/node_modules/socket.io/node_modules/accepts/HISTORY.md +0 -243
- package/backend/node_modules/socket.io/node_modules/accepts/LICENSE +0 -23
- package/backend/node_modules/socket.io/node_modules/accepts/README.md +0 -140
- package/backend/node_modules/socket.io/node_modules/accepts/index.js +0 -238
- package/backend/node_modules/socket.io/node_modules/accepts/package.json +0 -47
- package/backend/node_modules/socket.io/node_modules/mime-db/HISTORY.md +0 -507
- package/backend/node_modules/socket.io/node_modules/mime-db/LICENSE +0 -23
- package/backend/node_modules/socket.io/node_modules/mime-db/README.md +0 -100
- package/backend/node_modules/socket.io/node_modules/mime-db/db.json +0 -8519
- package/backend/node_modules/socket.io/node_modules/mime-db/index.js +0 -12
- package/backend/node_modules/socket.io/node_modules/mime-db/package.json +0 -60
- package/backend/node_modules/socket.io/node_modules/mime-types/HISTORY.md +0 -397
- package/backend/node_modules/socket.io/node_modules/mime-types/LICENSE +0 -23
- package/backend/node_modules/socket.io/node_modules/mime-types/README.md +0 -113
- package/backend/node_modules/socket.io/node_modules/mime-types/index.js +0 -188
- package/backend/node_modules/socket.io/node_modules/mime-types/package.json +0 -44
- package/backend/node_modules/socket.io/node_modules/negotiator/HISTORY.md +0 -108
- package/backend/node_modules/socket.io/node_modules/negotiator/LICENSE +0 -24
- package/backend/node_modules/socket.io/node_modules/negotiator/README.md +0 -203
- package/backend/node_modules/socket.io/node_modules/negotiator/index.js +0 -82
- package/backend/node_modules/socket.io/node_modules/negotiator/lib/charset.js +0 -169
- package/backend/node_modules/socket.io/node_modules/negotiator/lib/encoding.js +0 -184
- package/backend/node_modules/socket.io/node_modules/negotiator/lib/language.js +0 -179
- package/backend/node_modules/socket.io/node_modules/negotiator/lib/mediaType.js +0 -294
- package/backend/node_modules/socket.io/node_modules/negotiator/package.json +0 -42
- package/backend/node_modules/socket.io/package.json +0 -88
- package/backend/node_modules/socket.io/wrapper.mjs +0 -3
- package/backend/node_modules/socket.io-adapter/LICENSE +0 -20
- package/backend/node_modules/socket.io-adapter/Readme.md +0 -23
- package/backend/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts +0 -201
- package/backend/node_modules/socket.io-adapter/dist/cluster-adapter.js +0 -678
- package/backend/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +0 -23
- package/backend/node_modules/socket.io-adapter/dist/contrib/yeast.js +0 -54
- package/backend/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts +0 -178
- package/backend/node_modules/socket.io-adapter/dist/in-memory-adapter.js +0 -396
- package/backend/node_modules/socket.io-adapter/dist/index.d.ts +0 -2
- package/backend/node_modules/socket.io-adapter/dist/index.js +0 -10
- package/backend/node_modules/socket.io-adapter/node_modules/ws/LICENSE +0 -20
- package/backend/node_modules/socket.io-adapter/node_modules/ws/README.md +0 -548
- package/backend/node_modules/socket.io-adapter/node_modules/ws/browser.js +0 -8
- package/backend/node_modules/socket.io-adapter/node_modules/ws/index.js +0 -13
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/buffer-util.js +0 -131
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/constants.js +0 -18
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/event-target.js +0 -292
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/extension.js +0 -203
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/limiter.js +0 -55
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/receiver.js +0 -706
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/sender.js +0 -602
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/stream.js +0 -161
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/subprotocol.js +0 -62
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/validation.js +0 -152
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/websocket-server.js +0 -550
- package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/websocket.js +0 -1388
- package/backend/node_modules/socket.io-adapter/node_modules/ws/package.json +0 -69
- package/backend/node_modules/socket.io-adapter/node_modules/ws/wrapper.mjs +0 -8
- package/backend/node_modules/socket.io-adapter/package.json +0 -30
- package/backend/node_modules/socket.io-parser/LICENSE +0 -20
- package/backend/node_modules/socket.io-parser/Readme.md +0 -81
- package/backend/node_modules/socket.io-parser/build/cjs/binary.d.ts +0 -20
- package/backend/node_modules/socket.io-parser/build/cjs/binary.js +0 -87
- package/backend/node_modules/socket.io-parser/build/cjs/index.d.ts +0 -91
- package/backend/node_modules/socket.io-parser/build/cjs/index.js +0 -359
- package/backend/node_modules/socket.io-parser/build/cjs/is-binary.d.ts +0 -7
- package/backend/node_modules/socket.io-parser/build/cjs/is-binary.js +0 -54
- package/backend/node_modules/socket.io-parser/build/cjs/package.json +0 -3
- package/backend/node_modules/socket.io-parser/build/esm/binary.d.ts +0 -20
- package/backend/node_modules/socket.io-parser/build/esm/binary.js +0 -83
- package/backend/node_modules/socket.io-parser/build/esm/index.d.ts +0 -91
- package/backend/node_modules/socket.io-parser/build/esm/index.js +0 -348
- package/backend/node_modules/socket.io-parser/build/esm/is-binary.d.ts +0 -7
- package/backend/node_modules/socket.io-parser/build/esm/is-binary.js +0 -50
- package/backend/node_modules/socket.io-parser/build/esm/package.json +0 -3
- package/backend/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +0 -20
- package/backend/node_modules/socket.io-parser/build/esm-debug/binary.js +0 -83
- package/backend/node_modules/socket.io-parser/build/esm-debug/index.d.ts +0 -91
- package/backend/node_modules/socket.io-parser/build/esm-debug/index.js +0 -353
- package/backend/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +0 -7
- package/backend/node_modules/socket.io-parser/build/esm-debug/is-binary.js +0 -50
- package/backend/node_modules/socket.io-parser/build/esm-debug/package.json +0 -3
- package/backend/node_modules/socket.io-parser/package.json +0 -44
- package/backend/node_modules/socks/.eslintrc.cjs +0 -11
- package/backend/node_modules/socks/.prettierrc.yaml +0 -7
- package/backend/node_modules/socks/LICENSE +0 -20
- package/backend/node_modules/socks/README.md +0 -686
- package/backend/node_modules/socks/build/client/socksclient.js +0 -793
- package/backend/node_modules/socks/build/client/socksclient.js.map +0 -1
- package/backend/node_modules/socks/build/common/constants.js +0 -108
- package/backend/node_modules/socks/build/common/constants.js.map +0 -1
- package/backend/node_modules/socks/build/common/helpers.js +0 -167
- package/backend/node_modules/socks/build/common/helpers.js.map +0 -1
- package/backend/node_modules/socks/build/common/receivebuffer.js +0 -43
- package/backend/node_modules/socks/build/common/receivebuffer.js.map +0 -1
- package/backend/node_modules/socks/build/common/util.js +0 -25
- package/backend/node_modules/socks/build/common/util.js.map +0 -1
- package/backend/node_modules/socks/build/index.js +0 -18
- package/backend/node_modules/socks/build/index.js.map +0 -1
- package/backend/node_modules/socks/docs/examples/index.md +0 -17
- package/backend/node_modules/socks/docs/examples/javascript/associateExample.md +0 -90
- package/backend/node_modules/socks/docs/examples/javascript/bindExample.md +0 -83
- package/backend/node_modules/socks/docs/examples/javascript/connectExample.md +0 -258
- package/backend/node_modules/socks/docs/examples/typescript/associateExample.md +0 -93
- package/backend/node_modules/socks/docs/examples/typescript/bindExample.md +0 -86
- package/backend/node_modules/socks/docs/examples/typescript/connectExample.md +0 -265
- package/backend/node_modules/socks/docs/index.md +0 -5
- package/backend/node_modules/socks/docs/migratingFromV1.md +0 -86
- package/backend/node_modules/socks/package.json +0 -58
- package/backend/node_modules/socks/typings/client/socksclient.d.ts +0 -162
- package/backend/node_modules/socks/typings/common/constants.d.ts +0 -151
- package/backend/node_modules/socks/typings/common/helpers.d.ts +0 -17
- package/backend/node_modules/socks/typings/common/receivebuffer.d.ts +0 -12
- package/backend/node_modules/socks/typings/common/util.d.ts +0 -14
- package/backend/node_modules/socks/typings/index.d.ts +0 -1
- package/backend/node_modules/socks-proxy-agent/LICENSE +0 -22
- package/backend/node_modules/socks-proxy-agent/README.md +0 -50
- package/backend/node_modules/socks-proxy-agent/dist/index.d.ts +0 -27
- package/backend/node_modules/socks-proxy-agent/dist/index.d.ts.map +0 -1
- package/backend/node_modules/socks-proxy-agent/dist/index.js +0 -195
- package/backend/node_modules/socks-proxy-agent/dist/index.js.map +0 -1
- package/backend/node_modules/socks-proxy-agent/package.json +0 -142
- package/backend/node_modules/source-map/CHANGELOG.md +0 -301
- package/backend/node_modules/source-map/LICENSE +0 -28
- package/backend/node_modules/source-map/README.md +0 -742
- package/backend/node_modules/source-map/dist/source-map.debug.js +0 -3234
- package/backend/node_modules/source-map/dist/source-map.js +0 -3233
- package/backend/node_modules/source-map/dist/source-map.min.js +0 -2
- package/backend/node_modules/source-map/dist/source-map.min.js.map +0 -1
- package/backend/node_modules/source-map/lib/array-set.js +0 -121
- package/backend/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/backend/node_modules/source-map/lib/base64.js +0 -67
- package/backend/node_modules/source-map/lib/binary-search.js +0 -111
- package/backend/node_modules/source-map/lib/mapping-list.js +0 -79
- package/backend/node_modules/source-map/lib/quick-sort.js +0 -114
- package/backend/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/backend/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/backend/node_modules/source-map/lib/source-node.js +0 -413
- package/backend/node_modules/source-map/lib/util.js +0 -488
- package/backend/node_modules/source-map/package.json +0 -73
- package/backend/node_modules/source-map/source-map.d.ts +0 -98
- package/backend/node_modules/source-map/source-map.js +0 -8
- package/backend/node_modules/source-map-support/LICENSE.md +0 -21
- package/backend/node_modules/source-map-support/README.md +0 -284
- package/backend/node_modules/source-map-support/browser-source-map-support.js +0 -114
- package/backend/node_modules/source-map-support/package.json +0 -31
- package/backend/node_modules/source-map-support/register-hook-require.js +0 -1
- package/backend/node_modules/source-map-support/register.js +0 -1
- package/backend/node_modules/source-map-support/source-map-support.js +0 -625
- package/backend/node_modules/sprintf-js/CHANGELOG.md +0 -17
- package/backend/node_modules/sprintf-js/CONTRIBUTORS.md +0 -25
- package/backend/node_modules/sprintf-js/LICENSE +0 -24
- package/backend/node_modules/sprintf-js/README.md +0 -143
- package/backend/node_modules/sprintf-js/dist/.gitattributes +0 -4
- package/backend/node_modules/sprintf-js/dist/angular-sprintf.min.js +0 -3
- package/backend/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +0 -1
- package/backend/node_modules/sprintf-js/dist/sprintf.min.js +0 -3
- package/backend/node_modules/sprintf-js/dist/sprintf.min.js.map +0 -1
- package/backend/node_modules/sprintf-js/package.json +0 -32
- package/backend/node_modules/sprintf-js/src/angular-sprintf.js +0 -24
- package/backend/node_modules/sprintf-js/src/sprintf.js +0 -231
- package/backend/node_modules/statuses/HISTORY.md +0 -87
- package/backend/node_modules/statuses/LICENSE +0 -23
- package/backend/node_modules/statuses/README.md +0 -139
- package/backend/node_modules/statuses/codes.json +0 -65
- package/backend/node_modules/statuses/index.js +0 -146
- package/backend/node_modules/statuses/package.json +0 -49
- package/backend/node_modules/steno/LICENSE +0 -22
- package/backend/node_modules/steno/README.md +0 -50
- package/backend/node_modules/steno/lib/index.d.ts +0 -11
- package/backend/node_modules/steno/lib/index.js +0 -86
- package/backend/node_modules/steno/package.json +0 -62
- package/backend/node_modules/supports-color/browser.js +0 -5
- package/backend/node_modules/supports-color/index.js +0 -135
- package/backend/node_modules/supports-color/license +0 -9
- package/backend/node_modules/supports-color/package.json +0 -53
- package/backend/node_modules/supports-color/readme.md +0 -76
- package/backend/node_modules/supports-preserve-symlinks-flag/.eslintrc +0 -14
- package/backend/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +0 -12
- package/backend/node_modules/supports-preserve-symlinks-flag/.nycrc +0 -9
- package/backend/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
- package/backend/node_modules/supports-preserve-symlinks-flag/LICENSE +0 -21
- package/backend/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
- package/backend/node_modules/supports-preserve-symlinks-flag/browser.js +0 -3
- package/backend/node_modules/supports-preserve-symlinks-flag/index.js +0 -9
- package/backend/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
- package/backend/node_modules/supports-preserve-symlinks-flag/test/index.js +0 -29
- package/backend/node_modules/systeminformation/LICENSE +0 -20
- package/backend/node_modules/systeminformation/README.md +0 -1208
- package/backend/node_modules/systeminformation/lib/audio.js +0 -276
- package/backend/node_modules/systeminformation/lib/battery.js +0 -330
- package/backend/node_modules/systeminformation/lib/bluetooth.js +0 -311
- package/backend/node_modules/systeminformation/lib/bluetoothVendors.js +0 -1138
- package/backend/node_modules/systeminformation/lib/cli.js +0 -100
- package/backend/node_modules/systeminformation/lib/cpu.js +0 -2237
- package/backend/node_modules/systeminformation/lib/docker.js +0 -803
- package/backend/node_modules/systeminformation/lib/dockerSocket.js +0 -322
- package/backend/node_modules/systeminformation/lib/filesystem.js +0 -1744
- package/backend/node_modules/systeminformation/lib/graphics.js +0 -1235
- package/backend/node_modules/systeminformation/lib/index.d.ts +0 -1053
- package/backend/node_modules/systeminformation/lib/index.js +0 -518
- package/backend/node_modules/systeminformation/lib/internet.js +0 -259
- package/backend/node_modules/systeminformation/lib/memory.js +0 -613
- package/backend/node_modules/systeminformation/lib/network.js +0 -2022
- package/backend/node_modules/systeminformation/lib/osinfo.js +0 -1303
- package/backend/node_modules/systeminformation/lib/printer.js +0 -209
- package/backend/node_modules/systeminformation/lib/processes.js +0 -1425
- package/backend/node_modules/systeminformation/lib/system.js +0 -856
- package/backend/node_modules/systeminformation/lib/usb.js +0 -313
- package/backend/node_modules/systeminformation/lib/users.js +0 -412
- package/backend/node_modules/systeminformation/lib/util.js +0 -2680
- package/backend/node_modules/systeminformation/lib/virtualbox.js +0 -110
- package/backend/node_modules/systeminformation/lib/wifi.js +0 -843
- package/backend/node_modules/systeminformation/package.json +0 -101
- package/backend/node_modules/to-regex-range/LICENSE +0 -21
- package/backend/node_modules/to-regex-range/README.md +0 -305
- package/backend/node_modules/to-regex-range/index.js +0 -288
- package/backend/node_modules/to-regex-range/package.json +0 -88
- package/backend/node_modules/toidentifier/HISTORY.md +0 -9
- package/backend/node_modules/toidentifier/LICENSE +0 -21
- package/backend/node_modules/toidentifier/README.md +0 -61
- package/backend/node_modules/toidentifier/index.js +0 -32
- package/backend/node_modules/toidentifier/package.json +0 -38
- package/backend/node_modules/touch/LICENSE +0 -15
- package/backend/node_modules/touch/README.md +0 -52
- package/backend/node_modules/touch/bin/nodetouch.js +0 -112
- package/backend/node_modules/touch/index.js +0 -224
- package/backend/node_modules/touch/package.json +0 -25
- package/backend/node_modules/tslib/.gitattributes +0 -1
- package/backend/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/backend/node_modules/tslib/LICENSE.txt +0 -55
- package/backend/node_modules/tslib/README.md +0 -134
- package/backend/node_modules/tslib/bower.json +0 -34
- package/backend/node_modules/tslib/docs/generator.md +0 -486
- package/backend/node_modules/tslib/package.json +0 -28
- package/backend/node_modules/tslib/tslib.d.ts +0 -33
- package/backend/node_modules/tslib/tslib.es6.html +0 -1
- package/backend/node_modules/tslib/tslib.es6.js +0 -186
- package/backend/node_modules/tslib/tslib.html +0 -1
- package/backend/node_modules/tslib/tslib.js +0 -243
- package/backend/node_modules/tv4/LICENSE.txt +0 -8
- package/backend/node_modules/tv4/README.md +0 -468
- package/backend/node_modules/tv4/lang/de.js +0 -47
- package/backend/node_modules/tv4/lang/es.js +0 -55
- package/backend/node_modules/tv4/lang/fr.js +0 -55
- package/backend/node_modules/tv4/lang/nb.js +0 -56
- package/backend/node_modules/tv4/lang/pl-PL.js +0 -55
- package/backend/node_modules/tv4/lang/pt-PT.js +0 -55
- package/backend/node_modules/tv4/lang/sv-SE.js +0 -55
- package/backend/node_modules/tv4/lang/zh-CN.js +0 -55
- package/backend/node_modules/tv4/package.json +0 -62
- package/backend/node_modules/tv4/tv4.async-jquery.js +0 -34
- package/backend/node_modules/tv4/tv4.js +0 -1681
- package/backend/node_modules/tx2/.travis.yml +0 -13
- package/backend/node_modules/tx2/API.md +0 -146
- package/backend/node_modules/tx2/LICENSE +0 -21
- package/backend/node_modules/tx2/README.md +0 -44
- package/backend/node_modules/tx2/example/events.js +0 -41
- package/backend/node_modules/tx2/index.js +0 -4
- package/backend/node_modules/tx2/package.json +0 -20
- package/backend/node_modules/tx2/src/actions.js +0 -84
- package/backend/node_modules/tx2/src/events.js +0 -33
- package/backend/node_modules/tx2/src/index.js +0 -58
- package/backend/node_modules/tx2/src/issues.js +0 -62
- package/backend/node_modules/tx2/src/metrics.js +0 -240
- package/backend/node_modules/tx2/src/utils/probes/BinaryHeap.js +0 -132
- package/backend/node_modules/tx2/src/utils/probes/Counter.js +0 -26
- package/backend/node_modules/tx2/src/utils/probes/EDS.js +0 -110
- package/backend/node_modules/tx2/src/utils/probes/EWMA.js +0 -29
- package/backend/node_modules/tx2/src/utils/probes/Histogram.js +0 -196
- package/backend/node_modules/tx2/src/utils/probes/Meter.js +0 -33
- package/backend/node_modules/tx2/src/utils/probes/units.js +0 -9
- package/backend/node_modules/tx2/test/action.mocha.js +0 -18
- package/backend/node_modules/tx2/test/event.mocha.js +0 -25
- package/backend/node_modules/tx2/test/issue.mocha.js +0 -25
- package/backend/node_modules/tx2/test/metric.mocha.js +0 -90
- package/backend/node_modules/type-is/HISTORY.md +0 -292
- package/backend/node_modules/type-is/LICENSE +0 -23
- package/backend/node_modules/type-is/README.md +0 -198
- package/backend/node_modules/type-is/index.js +0 -250
- package/backend/node_modules/type-is/package.json +0 -47
- package/backend/node_modules/undefsafe/.github/workflows/release.yml +0 -25
- package/backend/node_modules/undefsafe/.jscsrc +0 -13
- package/backend/node_modules/undefsafe/.jshintrc +0 -16
- package/backend/node_modules/undefsafe/.travis.yml +0 -18
- package/backend/node_modules/undefsafe/LICENSE +0 -22
- package/backend/node_modules/undefsafe/README.md +0 -63
- package/backend/node_modules/undefsafe/example.js +0 -14
- package/backend/node_modules/undefsafe/lib/undefsafe.js +0 -125
- package/backend/node_modules/undefsafe/package.json +0 -34
- package/backend/node_modules/undici-types/LICENSE +0 -21
- package/backend/node_modules/undici-types/README.md +0 -6
- package/backend/node_modules/undici-types/agent.d.ts +0 -32
- package/backend/node_modules/undici-types/api.d.ts +0 -43
- package/backend/node_modules/undici-types/balanced-pool.d.ts +0 -30
- package/backend/node_modules/undici-types/cache-interceptor.d.ts +0 -173
- package/backend/node_modules/undici-types/cache.d.ts +0 -36
- package/backend/node_modules/undici-types/client-stats.d.ts +0 -15
- package/backend/node_modules/undici-types/client.d.ts +0 -108
- package/backend/node_modules/undici-types/connector.d.ts +0 -34
- package/backend/node_modules/undici-types/content-type.d.ts +0 -21
- package/backend/node_modules/undici-types/cookies.d.ts +0 -30
- package/backend/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
- package/backend/node_modules/undici-types/dispatcher.d.ts +0 -276
- package/backend/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
- package/backend/node_modules/undici-types/errors.d.ts +0 -161
- package/backend/node_modules/undici-types/eventsource.d.ts +0 -66
- package/backend/node_modules/undici-types/fetch.d.ts +0 -211
- package/backend/node_modules/undici-types/formdata.d.ts +0 -108
- package/backend/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/backend/node_modules/undici-types/global-origin.d.ts +0 -7
- package/backend/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/backend/node_modules/undici-types/handlers.d.ts +0 -15
- package/backend/node_modules/undici-types/header.d.ts +0 -160
- package/backend/node_modules/undici-types/index.d.ts +0 -88
- package/backend/node_modules/undici-types/interceptors.d.ts +0 -73
- package/backend/node_modules/undici-types/mock-agent.d.ts +0 -68
- package/backend/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/backend/node_modules/undici-types/mock-client.d.ts +0 -27
- package/backend/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/backend/node_modules/undici-types/mock-interceptor.d.ts +0 -94
- package/backend/node_modules/undici-types/mock-pool.d.ts +0 -27
- package/backend/node_modules/undici-types/package.json +0 -55
- package/backend/node_modules/undici-types/patch.d.ts +0 -29
- package/backend/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/backend/node_modules/undici-types/pool.d.ts +0 -41
- package/backend/node_modules/undici-types/proxy-agent.d.ts +0 -29
- package/backend/node_modules/undici-types/readable.d.ts +0 -68
- package/backend/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/backend/node_modules/undici-types/retry-handler.d.ts +0 -125
- package/backend/node_modules/undici-types/round-robin-pool.d.ts +0 -41
- package/backend/node_modules/undici-types/snapshot-agent.d.ts +0 -109
- package/backend/node_modules/undici-types/util.d.ts +0 -18
- package/backend/node_modules/undici-types/utility.d.ts +0 -7
- package/backend/node_modules/undici-types/webidl.d.ts +0 -341
- package/backend/node_modules/undici-types/websocket.d.ts +0 -186
- package/backend/node_modules/unpipe/HISTORY.md +0 -4
- package/backend/node_modules/unpipe/LICENSE +0 -22
- package/backend/node_modules/unpipe/README.md +0 -43
- package/backend/node_modules/unpipe/index.js +0 -69
- package/backend/node_modules/unpipe/package.json +0 -27
- package/backend/node_modules/vary/HISTORY.md +0 -39
- package/backend/node_modules/vary/LICENSE +0 -22
- package/backend/node_modules/vary/README.md +0 -101
- package/backend/node_modules/vary/index.js +0 -149
- package/backend/node_modules/vary/package.json +0 -43
- package/backend/node_modules/vizion/.travis.yml +0 -9
- package/backend/node_modules/vizion/CHANGELOG.md +0 -114
- package/backend/node_modules/vizion/LICENSE +0 -13
- package/backend/node_modules/vizion/README.md +0 -133
- package/backend/node_modules/vizion/index.js +0 -1
- package/backend/node_modules/vizion/lib/cliCommand.js +0 -98
- package/backend/node_modules/vizion/lib/git/git.js +0 -330
- package/backend/node_modules/vizion/lib/git/js-git-service.js +0 -157
- package/backend/node_modules/vizion/lib/helper.js +0 -28
- package/backend/node_modules/vizion/lib/hg/hg.js +0 -79
- package/backend/node_modules/vizion/lib/identify.js +0 -20
- package/backend/node_modules/vizion/lib/svn/svn.js +0 -131
- package/backend/node_modules/vizion/lib/vizion.js +0 -81
- package/backend/node_modules/vizion/node_modules/async/CHANGELOG.md +0 -278
- package/backend/node_modules/vizion/node_modules/async/LICENSE +0 -19
- package/backend/node_modules/vizion/node_modules/async/README.md +0 -56
- package/backend/node_modules/vizion/node_modules/async/all.js +0 -50
- package/backend/node_modules/vizion/node_modules/async/allLimit.js +0 -42
- package/backend/node_modules/vizion/node_modules/async/allSeries.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/any.js +0 -52
- package/backend/node_modules/vizion/node_modules/async/anyLimit.js +0 -43
- package/backend/node_modules/vizion/node_modules/async/anySeries.js +0 -38
- package/backend/node_modules/vizion/node_modules/async/apply.js +0 -68
- package/backend/node_modules/vizion/node_modules/async/applyEach.js +0 -51
- package/backend/node_modules/vizion/node_modules/async/applyEachSeries.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/asyncify.js +0 -110
- package/backend/node_modules/vizion/node_modules/async/auto.js +0 -289
- package/backend/node_modules/vizion/node_modules/async/autoInject.js +0 -170
- package/backend/node_modules/vizion/node_modules/async/bower.json +0 -17
- package/backend/node_modules/vizion/node_modules/async/cargo.js +0 -94
- package/backend/node_modules/vizion/node_modules/async/compose.js +0 -58
- package/backend/node_modules/vizion/node_modules/async/concat.js +0 -43
- package/backend/node_modules/vizion/node_modules/async/concatLimit.js +0 -65
- package/backend/node_modules/vizion/node_modules/async/concatSeries.js +0 -36
- package/backend/node_modules/vizion/node_modules/async/constant.js +0 -66
- package/backend/node_modules/vizion/node_modules/async/detect.js +0 -61
- package/backend/node_modules/vizion/node_modules/async/detectLimit.js +0 -48
- package/backend/node_modules/vizion/node_modules/async/detectSeries.js +0 -38
- package/backend/node_modules/vizion/node_modules/async/dir.js +0 -43
- package/backend/node_modules/vizion/node_modules/async/dist/async.js +0 -5612
- package/backend/node_modules/vizion/node_modules/async/dist/async.min.js +0 -2
- package/backend/node_modules/vizion/node_modules/async/dist/async.min.map +0 -1
- package/backend/node_modules/vizion/node_modules/async/doDuring.js +0 -66
- package/backend/node_modules/vizion/node_modules/async/doUntil.js +0 -39
- package/backend/node_modules/vizion/node_modules/async/doWhilst.js +0 -59
- package/backend/node_modules/vizion/node_modules/async/during.js +0 -76
- package/backend/node_modules/vizion/node_modules/async/each.js +0 -82
- package/backend/node_modules/vizion/node_modules/async/eachLimit.js +0 -45
- package/backend/node_modules/vizion/node_modules/async/eachOf.js +0 -111
- package/backend/node_modules/vizion/node_modules/async/eachOfLimit.js +0 -41
- package/backend/node_modules/vizion/node_modules/async/eachOfSeries.js +0 -35
- package/backend/node_modules/vizion/node_modules/async/eachSeries.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/ensureAsync.js +0 -73
- package/backend/node_modules/vizion/node_modules/async/every.js +0 -50
- package/backend/node_modules/vizion/node_modules/async/everyLimit.js +0 -42
- package/backend/node_modules/vizion/node_modules/async/everySeries.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/filter.js +0 -45
- package/backend/node_modules/vizion/node_modules/async/filterLimit.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/filterSeries.js +0 -35
- package/backend/node_modules/vizion/node_modules/async/find.js +0 -61
- package/backend/node_modules/vizion/node_modules/async/findLimit.js +0 -48
- package/backend/node_modules/vizion/node_modules/async/findSeries.js +0 -38
- package/backend/node_modules/vizion/node_modules/async/foldl.js +0 -78
- package/backend/node_modules/vizion/node_modules/async/foldr.js +0 -44
- package/backend/node_modules/vizion/node_modules/async/forEach.js +0 -82
- package/backend/node_modules/vizion/node_modules/async/forEachLimit.js +0 -45
- package/backend/node_modules/vizion/node_modules/async/forEachOf.js +0 -111
- package/backend/node_modules/vizion/node_modules/async/forEachOfLimit.js +0 -41
- package/backend/node_modules/vizion/node_modules/async/forEachOfSeries.js +0 -35
- package/backend/node_modules/vizion/node_modules/async/forEachSeries.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/forever.js +0 -65
- package/backend/node_modules/vizion/node_modules/async/groupBy.js +0 -54
- package/backend/node_modules/vizion/node_modules/async/groupByLimit.js +0 -71
- package/backend/node_modules/vizion/node_modules/async/groupBySeries.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/index.js +0 -582
- package/backend/node_modules/vizion/node_modules/async/inject.js +0 -78
- package/backend/node_modules/vizion/node_modules/async/internal/DoublyLinkedList.js +0 -88
- package/backend/node_modules/vizion/node_modules/async/internal/applyEach.js +0 -38
- package/backend/node_modules/vizion/node_modules/async/internal/breakLoop.js +0 -9
- package/backend/node_modules/vizion/node_modules/async/internal/consoleFunc.js +0 -42
- package/backend/node_modules/vizion/node_modules/async/internal/createTester.js +0 -44
- package/backend/node_modules/vizion/node_modules/async/internal/doLimit.js +0 -12
- package/backend/node_modules/vizion/node_modules/async/internal/doParallel.js +0 -23
- package/backend/node_modules/vizion/node_modules/async/internal/doParallelLimit.js +0 -23
- package/backend/node_modules/vizion/node_modules/async/internal/eachOfLimit.js +0 -74
- package/backend/node_modules/vizion/node_modules/async/internal/filter.js +0 -75
- package/backend/node_modules/vizion/node_modules/async/internal/findGetResult.js +0 -10
- package/backend/node_modules/vizion/node_modules/async/internal/getIterator.js +0 -13
- package/backend/node_modules/vizion/node_modules/async/internal/initialParams.js +0 -21
- package/backend/node_modules/vizion/node_modules/async/internal/iterator.js +0 -61
- package/backend/node_modules/vizion/node_modules/async/internal/map.js +0 -35
- package/backend/node_modules/vizion/node_modules/async/internal/notId.js +0 -10
- package/backend/node_modules/vizion/node_modules/async/internal/once.js +0 -15
- package/backend/node_modules/vizion/node_modules/async/internal/onlyOnce.js +0 -15
- package/backend/node_modules/vizion/node_modules/async/internal/parallel.js +0 -42
- package/backend/node_modules/vizion/node_modules/async/internal/queue.js +0 -204
- package/backend/node_modules/vizion/node_modules/async/internal/reject.js +0 -21
- package/backend/node_modules/vizion/node_modules/async/internal/setImmediate.js +0 -42
- package/backend/node_modules/vizion/node_modules/async/internal/slice.js +0 -16
- package/backend/node_modules/vizion/node_modules/async/internal/withoutIndex.js +0 -12
- package/backend/node_modules/vizion/node_modules/async/internal/wrapAsync.js +0 -25
- package/backend/node_modules/vizion/node_modules/async/log.js +0 -41
- package/backend/node_modules/vizion/node_modules/async/map.js +0 -54
- package/backend/node_modules/vizion/node_modules/async/mapLimit.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/mapSeries.js +0 -36
- package/backend/node_modules/vizion/node_modules/async/mapValues.js +0 -63
- package/backend/node_modules/vizion/node_modules/async/mapValuesLimit.js +0 -61
- package/backend/node_modules/vizion/node_modules/async/mapValuesSeries.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/memoize.js +0 -101
- package/backend/node_modules/vizion/node_modules/async/nextTick.js +0 -51
- package/backend/node_modules/vizion/node_modules/async/package.json +0 -80
- package/backend/node_modules/vizion/node_modules/async/parallel.js +0 -90
- package/backend/node_modules/vizion/node_modules/async/parallelLimit.js +0 -40
- package/backend/node_modules/vizion/node_modules/async/priorityQueue.js +0 -98
- package/backend/node_modules/vizion/node_modules/async/queue.js +0 -130
- package/backend/node_modules/vizion/node_modules/async/race.js +0 -70
- package/backend/node_modules/vizion/node_modules/async/reduce.js +0 -78
- package/backend/node_modules/vizion/node_modules/async/reduceRight.js +0 -44
- package/backend/node_modules/vizion/node_modules/async/reflect.js +0 -81
- package/backend/node_modules/vizion/node_modules/async/reflectAll.js +0 -105
- package/backend/node_modules/vizion/node_modules/async/reject.js +0 -45
- package/backend/node_modules/vizion/node_modules/async/rejectLimit.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/rejectSeries.js +0 -35
- package/backend/node_modules/vizion/node_modules/async/retry.js +0 -156
- package/backend/node_modules/vizion/node_modules/async/retryable.js +0 -65
- package/backend/node_modules/vizion/node_modules/async/select.js +0 -45
- package/backend/node_modules/vizion/node_modules/async/selectLimit.js +0 -37
- package/backend/node_modules/vizion/node_modules/async/selectSeries.js +0 -35
- package/backend/node_modules/vizion/node_modules/async/seq.js +0 -91
- package/backend/node_modules/vizion/node_modules/async/series.js +0 -85
- package/backend/node_modules/vizion/node_modules/async/setImmediate.js +0 -45
- package/backend/node_modules/vizion/node_modules/async/some.js +0 -52
- package/backend/node_modules/vizion/node_modules/async/someLimit.js +0 -43
- package/backend/node_modules/vizion/node_modules/async/someSeries.js +0 -38
- package/backend/node_modules/vizion/node_modules/async/sortBy.js +0 -91
- package/backend/node_modules/vizion/node_modules/async/timeout.js +0 -89
- package/backend/node_modules/vizion/node_modules/async/times.js +0 -50
- package/backend/node_modules/vizion/node_modules/async/timesLimit.js +0 -42
- package/backend/node_modules/vizion/node_modules/async/timesSeries.js +0 -32
- package/backend/node_modules/vizion/node_modules/async/transform.js +0 -87
- package/backend/node_modules/vizion/node_modules/async/tryEach.js +0 -81
- package/backend/node_modules/vizion/node_modules/async/unmemoize.js +0 -25
- package/backend/node_modules/vizion/node_modules/async/until.js +0 -41
- package/backend/node_modules/vizion/node_modules/async/waterfall.js +0 -113
- package/backend/node_modules/vizion/node_modules/async/whilst.js +0 -72
- package/backend/node_modules/vizion/node_modules/async/wrapSync.js +0 -110
- package/backend/node_modules/vizion/package.json +0 -50
- package/backend/node_modules/vizion/test/fixtures/test_hg/contributors.txt +0 -1
- package/backend/node_modules/vizion/test/fixtures/test_svn/branches/development/LICENSE +0 -22
- package/backend/node_modules/vizion/test/fixtures/test_svn/branches/development/README.md +0 -4
- package/backend/node_modules/vizion/test/fixtures/test_svn/trunk/LICENSE +0 -22
- package/backend/node_modules/vizion/test/fixtures/test_svn/trunk/README.md +0 -4
- package/backend/node_modules/vizion/test/functional/cliCommand.test.js +0 -23
- package/backend/node_modules/vizion/test/functional/git.test.js +0 -207
- package/backend/node_modules/vizion/test/functional/svn-hg.test.js +0 -61
- package/backend/node_modules/vizion/test/mocha.opts +0 -6
- package/backend/node_modules/vizion/test/support/env.js +0 -2
- package/backend/node_modules/vizion/test/unit/git.test.js +0 -326
- package/backend/node_modules/vizion/test/unit/helper.test.js +0 -26
- package/backend/node_modules/wrappy/LICENSE +0 -15
- package/backend/node_modules/wrappy/README.md +0 -36
- package/backend/node_modules/wrappy/package.json +0 -29
- package/backend/node_modules/wrappy/wrappy.js +0 -33
- package/backend/node_modules/ws/LICENSE +0 -21
- package/backend/node_modules/ws/README.md +0 -495
- package/backend/node_modules/ws/browser.js +0 -8
- package/backend/node_modules/ws/index.js +0 -10
- package/backend/node_modules/ws/lib/buffer-util.js +0 -129
- package/backend/node_modules/ws/lib/constants.js +0 -10
- package/backend/node_modules/ws/lib/event-target.js +0 -184
- package/backend/node_modules/ws/lib/extension.js +0 -223
- package/backend/node_modules/ws/lib/limiter.js +0 -55
- package/backend/node_modules/ws/lib/permessage-deflate.js +0 -518
- package/backend/node_modules/ws/lib/receiver.js +0 -607
- package/backend/node_modules/ws/lib/sender.js +0 -409
- package/backend/node_modules/ws/lib/stream.js +0 -180
- package/backend/node_modules/ws/lib/validation.js +0 -104
- package/backend/node_modules/ws/lib/websocket-server.js +0 -449
- package/backend/node_modules/ws/lib/websocket.js +0 -1197
- package/backend/node_modules/ws/package.json +0 -56
- package/backend/node_modules/yallist/LICENSE +0 -15
- package/backend/node_modules/yallist/README.md +0 -204
- package/backend/node_modules/yallist/iterator.js +0 -8
- package/backend/node_modules/yallist/package.json +0 -29
- package/backend/node_modules/yallist/yallist.js +0 -426
- package/backend/package-lock.json +0 -2743
- package/backend/scripts/change-password.js +0 -23
- /package/{backend → apps/PM2Me-main/backend}/nodemon.json +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# PM2Me-test
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
const dotenv = __importStar(require("dotenv"));
|
|
37
|
+
const http = __importStar(require("http"));
|
|
38
|
+
dotenv.config();
|
|
39
|
+
const port = parseInt(process.env.PORT || '6060', 10);
|
|
40
|
+
const server = http.createServer((req, res) => {
|
|
41
|
+
if (req.url === '/') {
|
|
42
|
+
console.log('req.url', req.url, new Date().toISOString());
|
|
43
|
+
res.writeHead(200, { 'Content-Type': 'application/json' });
|
|
44
|
+
res.end(JSON.stringify({
|
|
45
|
+
message: 'PM2Me Test App is running!',
|
|
46
|
+
currentTime: new Date().toISOString(),
|
|
47
|
+
env: process.env
|
|
48
|
+
}, null, 2));
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
res.writeHead(404);
|
|
52
|
+
res.end('Not found');
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
server.listen(port, () => {
|
|
56
|
+
console.log(`Server listening on port ${port}`);
|
|
57
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "pm2me-test",
|
|
3
|
+
"version": "1.0.12",
|
|
4
|
+
"description": "A test project for PM2Me deployment",
|
|
5
|
+
"main": "dist/server.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"start": "node dist/server.js",
|
|
8
|
+
"build": "tsc",
|
|
9
|
+
"dev": "ts-node src/server.ts"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"dotenv": "^16.4.5"
|
|
13
|
+
},
|
|
14
|
+
"devDependencies": {
|
|
15
|
+
"@types/node": "^20.11.24",
|
|
16
|
+
"ts-node": "^10.9.2",
|
|
17
|
+
"typescript": "^5.3.3"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as dotenv from 'dotenv';
|
|
2
|
+
import * as http from 'http';
|
|
3
|
+
|
|
4
|
+
dotenv.config();
|
|
5
|
+
|
|
6
|
+
// throw new Error('SIMULATE RUN ERROR: App failed to start during RUN stage');
|
|
7
|
+
// RUN stage rollback test v4 (No Race Condition)
|
|
8
|
+
// Simulate a runtime error for the 'RUN' step visualization
|
|
9
|
+
// if (process.env.SIMULATE_RUN_ERROR === 'true') {
|
|
10
|
+
// throw new Error('SIMULATE RUN ERROR: App failed to start during RUN stage');
|
|
11
|
+
// }
|
|
12
|
+
|
|
13
|
+
const port: number = parseInt(process.env.PORT || '6060', 10);
|
|
14
|
+
|
|
15
|
+
const server = http.createServer((req: http.IncomingMessage, res: http.ServerResponse) => {
|
|
16
|
+
if (req.url === '/') {
|
|
17
|
+
console.log('req.url', req.url, new Date().toISOString());
|
|
18
|
+
|
|
19
|
+
res.writeHead(200, { 'Content-Type': 'application/json' },);
|
|
20
|
+
res.end(JSON.stringify({
|
|
21
|
+
message: 'PM2Me Test App is running!',
|
|
22
|
+
currentTime: new Date().toISOString(),
|
|
23
|
+
env: process.env
|
|
24
|
+
}, null, 2));
|
|
25
|
+
} else {
|
|
26
|
+
res.writeHead(404);
|
|
27
|
+
res.end('Not found');
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
server.listen(port, () => {
|
|
32
|
+
console.log(`Server listening on port ${port}`);
|
|
33
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "es2022",
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"rootDir": "./src",
|
|
6
|
+
"outDir": "./dist",
|
|
7
|
+
"esModuleInterop": true,
|
|
8
|
+
"forceConsistentCasingInFileNames": true,
|
|
9
|
+
"strict": true,
|
|
10
|
+
"skipLibCheck": true
|
|
11
|
+
},
|
|
12
|
+
"include": [
|
|
13
|
+
"src/**/*"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# PM2Me-test
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
const dotenv = __importStar(require("dotenv"));
|
|
37
|
+
const http = __importStar(require("http"));
|
|
38
|
+
dotenv.config();
|
|
39
|
+
const port = parseInt(process.env.PORT || '6060', 10);
|
|
40
|
+
const server = http.createServer((req, res) => {
|
|
41
|
+
if (req.url === '/') {
|
|
42
|
+
console.log('req.url', req.url, new Date().toISOString());
|
|
43
|
+
res.writeHead(200, { 'Content-Type': 'application/json' });
|
|
44
|
+
res.end(JSON.stringify({
|
|
45
|
+
message: 'PM2Me Test App is running!',
|
|
46
|
+
currentTime: new Date().toISOString(),
|
|
47
|
+
env: process.env
|
|
48
|
+
}, null, 2));
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
res.writeHead(404);
|
|
52
|
+
res.end('Not found');
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
server.listen(port, () => {
|
|
56
|
+
console.log(`Server listening on port ${port}`);
|
|
57
|
+
});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "pm2me-test",
|
|
3
|
+
"version": "1.0.12",
|
|
4
|
+
"description": "A test project for PM2Me deployment",
|
|
5
|
+
"main": "dist/server.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"start": "node dist/server.js",
|
|
8
|
+
"build": "tsc",
|
|
9
|
+
"dev": "ts-node src/server.ts"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"dotenv": "^16.4.5"
|
|
13
|
+
},
|
|
14
|
+
"devDependencies": {
|
|
15
|
+
"@types/node": "^20.11.24",
|
|
16
|
+
"ts-node": "^10.9.2",
|
|
17
|
+
"typescript": "^5.3.3"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as dotenv from 'dotenv';
|
|
2
|
+
import * as http from 'http';
|
|
3
|
+
|
|
4
|
+
dotenv.config();
|
|
5
|
+
|
|
6
|
+
// throw new Error('SIMULATE RUN ERROR: App failed to start during RUN stage');
|
|
7
|
+
// RUN stage rollback test v4 (No Race Condition)
|
|
8
|
+
// Simulate a runtime error for the 'RUN' step visualization
|
|
9
|
+
// if (process.env.SIMULATE_RUN_ERROR === 'true') {
|
|
10
|
+
// throw new Error('SIMULATE RUN ERROR: App failed to start during RUN stage');
|
|
11
|
+
// }
|
|
12
|
+
|
|
13
|
+
const port: number = parseInt(process.env.PORT || '6060', 10);
|
|
14
|
+
|
|
15
|
+
const server = http.createServer((req: http.IncomingMessage, res: http.ServerResponse) => {
|
|
16
|
+
if (req.url === '/') {
|
|
17
|
+
console.log('req.url', req.url, new Date().toISOString());
|
|
18
|
+
|
|
19
|
+
res.writeHead(200, { 'Content-Type': 'application/json' },);
|
|
20
|
+
res.end(JSON.stringify({
|
|
21
|
+
message: 'PM2Me Test App is running!',
|
|
22
|
+
currentTime: new Date().toISOString(),
|
|
23
|
+
env: process.env
|
|
24
|
+
}, null, 2));
|
|
25
|
+
} else {
|
|
26
|
+
res.writeHead(404);
|
|
27
|
+
res.end('Not found');
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
server.listen(port, () => {
|
|
32
|
+
console.log(`Server listening on port ${port}`);
|
|
33
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "es2022",
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"rootDir": "./src",
|
|
6
|
+
"outDir": "./dist",
|
|
7
|
+
"esModuleInterop": true,
|
|
8
|
+
"forceConsistentCasingInFileNames": true,
|
|
9
|
+
"strict": true,
|
|
10
|
+
"skipLibCheck": true
|
|
11
|
+
},
|
|
12
|
+
"include": [
|
|
13
|
+
"src/**/*"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- Deployment Started at 2026-03-01T18:37:14.708Z ---
|
|
2
|
+
[pm2me] Sync
|
|
3
|
+
[pm2me] Synchronizing Repository
|
|
4
|
+
Git: Cloned repository cleanly on branch main (Commit: ืno error)
|
|
5
|
+
[pm2me] Setting up env
|
|
6
|
+
[pm2me] Starting PM2
|
|
7
|
+
[pm2me] Updating Application in PM2
|
|
8
|
+
[pm2me] Fresh Starting
|
|
9
|
+
[pm2me] Stabilization started. Verifying health for 10s...
|
|
10
|
+
[pm2me] Deployment Online (Health period active)
|
|
11
|
+
[pm2me] App unhealthy after 10s (Status: errored, Restarts: 15 vs 0). Rolling back...
|
|
12
|
+
[pm2me] No stable version to rollback to or already on last good version.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- Deployment Started at 2026-03-01T18:34:22.724Z ---
|
|
2
|
+
[pm2me] Sync
|
|
3
|
+
[pm2me] Synchronizing Repository
|
|
4
|
+
Git: Cloned repository cleanly on branch main (Commit: ืno error)
|
|
5
|
+
[pm2me] Setting up env
|
|
6
|
+
[pm2me] Starting PM2
|
|
7
|
+
[pm2me] Updating Application in PM2
|
|
8
|
+
[pm2me] Fresh Starting
|
|
9
|
+
[pm2me] Stabilization started. Verifying health for 10s...
|
|
10
|
+
[pm2me] Deployment Online (Health period active)
|
|
11
|
+
[pm2me] App unhealthy after 10s (Status: errored, Restarts: 15 vs 0). Rolling back...
|
|
12
|
+
[pm2me] No stable version to rollback to or already on last good version.
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
# PM2Me 🚀
|
|
2
|
+
|
|
3
|
+
> A self-hosted, premium web dashboard for deploying and managing Node.js applications via PM2.
|
|
4
|
+
|
|
5
|
+
PM2Me lets you **deploy apps directly from a GitHub repository**, manage PM2 processes, monitor your server in real-time, and receive webhook-triggered auto-deployments — all from a beautiful, dark-mode UI.
|
|
6
|
+
|
|
7
|
+
[](https://buymeacoffee.com/rocketx.x)
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## ✨ Features
|
|
14
|
+
|
|
15
|
+
| Feature | Details |
|
|
16
|
+
|---|---|
|
|
17
|
+
| 🖥 **Dashboard** | View all PM2 apps with real-time status, CPU, memory, uptime |
|
|
18
|
+
| 🚀 **Deploy from GitHub** | Clone & deploy any GitHub repo with PAT authentication |
|
|
19
|
+
| 🔄 **Auto-Sync via Webhook** | Automatically re-deploy on `git push` using GitHub Webhooks |
|
|
20
|
+
| 📊 **Server Monitor** | Real-time CPU, RAM, Disk, Network, and System Uptime via Socket.IO |
|
|
21
|
+
| 📜 **Live Logs** | Stream PM2 app logs in the browser in real-time |
|
|
22
|
+
| 🔔 **Notifications** | Deployment alerts via Discord Webhook or Telegram Bot |
|
|
23
|
+
| 🔐 **Admin Login** | Secure JWT-based authentication with bcrypt hashed passwords |
|
|
24
|
+
| ⚙️ **Settings Page** | Manage GitHub accounts, webhook secrets, and notification integrations |
|
|
25
|
+
| 📋 **Webhook History** | Last 50 webhook events logged and updated in real-time |
|
|
26
|
+
| 🗑 **Delete/Stop/Restart** | Full PM2 lifecycle management with a premium custom UI |
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 🧱 Tech Stack
|
|
31
|
+
|
|
32
|
+
**Backend**
|
|
33
|
+
- [Express.js](https://expressjs.com/) — REST API server
|
|
34
|
+
- [Socket.IO](https://socket.io/) — Real-time log streaming & system stats
|
|
35
|
+
- [PM2](https://pm2.keymetrics.io/) — Process management (`pm2` Node.js API)
|
|
36
|
+
- [LowDB](https://github.com/typicode/lowdb) — Lightweight JSON file database
|
|
37
|
+
- [bcrypt](https://www.npmjs.com/package/bcrypt) — Password hashing
|
|
38
|
+
- [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) — JWT Auth
|
|
39
|
+
- [simple-git](https://github.com/steveukx/git-js) — Git operations
|
|
40
|
+
|
|
41
|
+
**Frontend**
|
|
42
|
+
- [Vue 3](https://vuejs.org/) — Reactive UI
|
|
43
|
+
- [Vite](https://vitejs.dev/) — Build tool
|
|
44
|
+
- [Socket.IO Client](https://socket.io/docs/v4/client-api/) — Real-time updates
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## 🚀 Getting Started
|
|
49
|
+
|
|
50
|
+
### Prerequisites
|
|
51
|
+
- [Node.js](https://nodejs.org/) >= 18
|
|
52
|
+
- [PM2](https://pm2.keymetrics.io/) installed globally: `npm install -g pm2`
|
|
53
|
+
- [Git](https://git-scm.com/) installed and accessible in `PATH`
|
|
54
|
+
|
|
55
|
+
### Installation & Running (Recommended with PM2)
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
# 1. Clone the repository
|
|
59
|
+
git clone https://github.com/drocketxx/PM2Me.git
|
|
60
|
+
cd PM2Me
|
|
61
|
+
|
|
62
|
+
# 2. Install all dependencies (frontend + backend)
|
|
63
|
+
npm run install:all
|
|
64
|
+
|
|
65
|
+
# 3. Build the frontend
|
|
66
|
+
npm run build
|
|
67
|
+
|
|
68
|
+
# 4. Start PM2Me with PM2 ✅ Recommended
|
|
69
|
+
cd backend
|
|
70
|
+
pm2 start app.js --name pm2me
|
|
71
|
+
|
|
72
|
+
# 5. Auto-start on system reboot
|
|
73
|
+
pm2 save
|
|
74
|
+
pm2 startup
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Open your browser at: **http://localhost:12345**
|
|
78
|
+
|
|
79
|
+
> 💡 **Useful PM2 commands:**
|
|
80
|
+
> ```bash
|
|
81
|
+
> pm2 status # Check PM2Me status
|
|
82
|
+
> pm2 logs pm2me # View PM2Me logs
|
|
83
|
+
> pm2 restart pm2me # Restart PM2Me
|
|
84
|
+
> pm2 stop pm2me # Stop PM2Me
|
|
85
|
+
> ```
|
|
86
|
+
|
|
87
|
+
**Development mode** (nodemon auto-restart):
|
|
88
|
+
```bash
|
|
89
|
+
cd /path/to/PM2Me
|
|
90
|
+
npm run dev
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## 🔐 Default Login & Password Management
|
|
96
|
+
|
|
97
|
+
On first run, **no password is set**. Use the CLI to set one:
|
|
98
|
+
|
|
99
|
+
```bash
|
|
100
|
+
# Set or change admin password
|
|
101
|
+
npm run pw -- <your_password>
|
|
102
|
+
|
|
103
|
+
# Example
|
|
104
|
+
npm run pw -- mySecretPass123
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
> You can also run it directly from the `backend/` folder:
|
|
108
|
+
> ```bash
|
|
109
|
+
> cd backend && node scripts/change-password.js mySecretPass123
|
|
110
|
+
> ```
|
|
111
|
+
>
|
|
112
|
+
> The password is stored as a **bcrypt hash** (12 rounds) in `backend/db/database.json`.
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## 🔗 GitHub Webhook Setup
|
|
117
|
+
|
|
118
|
+
PM2Me supports automatic deployments triggered by `git push`. Here's how to enable it:
|
|
119
|
+
|
|
120
|
+
1. Go to your GitHub repository → **Settings** → **Webhooks** → **Add webhook**
|
|
121
|
+
2. Set **Payload URL** to: `http://your-server-ip:12345/api/webhook`
|
|
122
|
+
3. Set **Content type** to: **`application/json`** ⚠️
|
|
123
|
+
4. Set **Secret** from the Settings page in PM2Me (generate one if needed)
|
|
124
|
+
5. Select **Just the push event**
|
|
125
|
+
6. Click **Add webhook**
|
|
126
|
+
|
|
127
|
+
PM2Me will automatically re-deploy any matching app (matched by repo URL + branch) on each push.
|
|
128
|
+
|
|
129
|
+
> **Webhook History** (last 50 events) is displayed on the Settings page in real-time.
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
## 📂 Project Structure
|
|
134
|
+
|
|
135
|
+
```
|
|
136
|
+
PM2Me/
|
|
137
|
+
├── backend/
|
|
138
|
+
│ ├── app.js # Express server + Socket.IO setup
|
|
139
|
+
│ ├── db/
|
|
140
|
+
│ │ ├── index.js # LowDB initialization
|
|
141
|
+
│ │ └── database.json # App data, settings, webhook logs
|
|
142
|
+
│ ├── routes/
|
|
143
|
+
│ │ ├── api.js # Main API routes
|
|
144
|
+
│ │ └── auth.js # Login / JWT auth
|
|
145
|
+
│ ├── services/
|
|
146
|
+
│ │ ├── gitService.js # Git clone/pull operations
|
|
147
|
+
│ │ ├── pm2Service.js # PM2 process management
|
|
148
|
+
│ │ ├── systemService.js# CPU / RAM / Disk / Network stats
|
|
149
|
+
│ │ └── notificationService.js # Discord & Telegram alerts
|
|
150
|
+
│ ├── scripts/
|
|
151
|
+
│ │ └── change-password.js # CLI tool to change admin password
|
|
152
|
+
│ └── public/ # Built Vue frontend (served statically)
|
|
153
|
+
├── frontend/
|
|
154
|
+
│ ├── src/
|
|
155
|
+
│ │ ├── views/
|
|
156
|
+
│ │ │ ├── Dashboard.vue # Main app dashboard
|
|
157
|
+
│ │ │ ├── Settings.vue # Settings & webhook history
|
|
158
|
+
│ │ │ └── Login.vue # Auth page
|
|
159
|
+
│ │ ├── components/
|
|
160
|
+
│ │ │ ├── DeployModal.vue # New/Edit app deployment modal
|
|
161
|
+
│ │ │ ├── LogViewer.vue # Real-time log stream
|
|
162
|
+
│ │ │ └── ServerStats.vue # CPU/RAM/Network widget
|
|
163
|
+
│ │ ├── router/ # Vue Router config
|
|
164
|
+
│ │ └── App.vue # Nav layout
|
|
165
|
+
│ └── vite.config.js
|
|
166
|
+
├── apps/ # Cloned app repos live here
|
|
167
|
+
└── package.json # Root scripts (dev, build, pw)
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## 📝 Available Scripts
|
|
173
|
+
|
|
174
|
+
Run these from the **root** `PM2Me/` directory:
|
|
175
|
+
|
|
176
|
+
| Command | Description |
|
|
177
|
+
|---|---|
|
|
178
|
+
| `npm run dev` | Build frontend & start backend dev server |
|
|
179
|
+
| `npm run build` | Build frontend only |
|
|
180
|
+
| `npm run pw -- <password>` | Change admin password |
|
|
181
|
+
| `npm run install:all` | Install all dependencies (root + frontend + backend) |
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## 📡 API Overview
|
|
186
|
+
|
|
187
|
+
| Method | Endpoint | Description |
|
|
188
|
+
|---|---|---|
|
|
189
|
+
| `POST` | `/api/auth/login` | Login, returns JWT token |
|
|
190
|
+
| `GET` | `/api/pm2/list` | List all PM2 processes |
|
|
191
|
+
| `POST` | `/api/pm2/:action` | PM2 action: start/stop/restart/delete |
|
|
192
|
+
| `GET` | `/api/apps` | List all deployed apps (DB) |
|
|
193
|
+
| `POST` | `/api/apps` | Register a new app |
|
|
194
|
+
| `PUT` | `/api/apps/:id` | Update app config |
|
|
195
|
+
| `DELETE` | `/api/apps/:id` | Delete app from DB |
|
|
196
|
+
| `POST` | `/api/apps/:id/deploy` | Trigger deployment |
|
|
197
|
+
| `GET` | `/api/apps/:id/sync-status` | Check if branch is behind remote |
|
|
198
|
+
| `GET` | `/api/settings` | Get current settings |
|
|
199
|
+
| `POST` | `/api/settings` | Save settings |
|
|
200
|
+
| `GET` | `/api/settings/webhook-logs` | Get last 50 webhook events |
|
|
201
|
+
| `POST` | `/api/webhook` | GitHub Webhook receiver |
|
|
202
|
+
| `GET` | `/api/system/stats` | Server system stats |
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
## 📦 Deployment (Production)
|
|
207
|
+
|
|
208
|
+
For production, it's recommended to run the PM2Me backend itself with PM2:
|
|
209
|
+
|
|
210
|
+
```bash
|
|
211
|
+
# Build the frontend
|
|
212
|
+
npm run build
|
|
213
|
+
|
|
214
|
+
# Start with PM2
|
|
215
|
+
cd backend
|
|
216
|
+
pm2 start app.js --name pm2me
|
|
217
|
+
|
|
218
|
+
# Save and set to auto-restart on reboot
|
|
219
|
+
pm2 save
|
|
220
|
+
pm2 startup
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
## 🛡 Security Notes
|
|
226
|
+
|
|
227
|
+
- Change the default admin password immediately on first run using `npm run pw`.
|
|
228
|
+
- Set a strong `JWT_SECRET` in your `.env` file.
|
|
229
|
+
- Always set a **Webhook Secret** to prevent unauthorized deploys.
|
|
230
|
+
- Consider putting PM2Me behind a reverse proxy (e.g., Nginx) with HTTPS in production.
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## 📄 License
|
|
235
|
+
|
|
236
|
+
MIT
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import express from 'express';
|
|
2
|
+
import http from 'http';
|
|
3
|
+
import { Server } from 'socket.io';
|
|
4
|
+
import cors from 'cors';
|
|
5
|
+
import morgan from 'morgan';
|
|
6
|
+
import apiRoutes from './routes/api.js';
|
|
7
|
+
import authRoutes, { authenticateToken } from './routes/auth.js';
|
|
8
|
+
import dotenv from 'dotenv';
|
|
9
|
+
import path from 'path';
|
|
10
|
+
import { fileURLToPath } from 'url';
|
|
11
|
+
import pm2 from 'pm2';
|
|
12
|
+
import db from './db/index.js';
|
|
13
|
+
import { getSystemStats } from './services/systemService.js';
|
|
14
|
+
|
|
15
|
+
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
16
|
+
|
|
17
|
+
dotenv.config();
|
|
18
|
+
|
|
19
|
+
const app = express();
|
|
20
|
+
const server = http.createServer(app);
|
|
21
|
+
const io = new Server(server, {
|
|
22
|
+
cors: { origin: '*', methods: ['GET', 'POST'] }
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
app.use(cors());
|
|
26
|
+
app.use(express.json({
|
|
27
|
+
verify: (req, res, buf) => {
|
|
28
|
+
req.rawBody = buf;
|
|
29
|
+
}
|
|
30
|
+
}));
|
|
31
|
+
app.use(morgan('dev'));
|
|
32
|
+
|
|
33
|
+
// Provide io instance to routes
|
|
34
|
+
app.use((req, res, next) => {
|
|
35
|
+
req.io = io;
|
|
36
|
+
next();
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
// Routes
|
|
40
|
+
app.use('/api/auth', authRoutes);
|
|
41
|
+
app.use('/api', apiRoutes); // optionally add authenticateToken here
|
|
42
|
+
|
|
43
|
+
import history from 'connect-history-api-fallback';
|
|
44
|
+
|
|
45
|
+
// Serve Vue Frontend
|
|
46
|
+
app.use(history({
|
|
47
|
+
index: '/index.html',
|
|
48
|
+
rewrites: [
|
|
49
|
+
{ from: /^\/api\/.*$/, to: function (context) { return context.parsedUrl.pathname; } }
|
|
50
|
+
]
|
|
51
|
+
}));
|
|
52
|
+
app.use(express.static(path.join(__dirname, 'public')));
|
|
53
|
+
|
|
54
|
+
// Socket.io connection handling
|
|
55
|
+
io.on('connection', (socket) => {
|
|
56
|
+
console.log('Client connected:', socket.id);
|
|
57
|
+
socket.on('disconnect', () => {
|
|
58
|
+
console.log('Client disconnected:', socket.id);
|
|
59
|
+
});
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
const PORT = process.env.PORT || 12345;
|
|
63
|
+
server.listen(PORT, () => {
|
|
64
|
+
console.log(`Backend server running on http://localhost:${PORT}`);
|
|
65
|
+
|
|
66
|
+
// Connect to PM2 Event Bus for real-time logs
|
|
67
|
+
pm2.connect((err) => {
|
|
68
|
+
if (err) {
|
|
69
|
+
console.error('Failed to connect to PM2 for log streaming:', err);
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
pm2.launchBus((err, pm2_bus) => {
|
|
74
|
+
if (err) {
|
|
75
|
+
console.error('Failed to launch PM2 bus:', err);
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
console.log('PM2 Event Bus launched successfully');
|
|
80
|
+
|
|
81
|
+
const broadcastLog = (type, packet) => {
|
|
82
|
+
const appName = packet.process.name;
|
|
83
|
+
const appConfig = db.data.apps.find(a => a.name === appName);
|
|
84
|
+
if (appConfig) {
|
|
85
|
+
const prefix = type === 'out' ? '[out]' : '[err]';
|
|
86
|
+
let text = packet.data;
|
|
87
|
+
if (typeof text !== 'string') text = text.toString();
|
|
88
|
+
io.emit(`deploy-log-${appConfig.id}`, `${prefix} | ${text.trim()}`);
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
pm2_bus.on('log:out', (packet) => broadcastLog('out', packet));
|
|
93
|
+
pm2_bus.on('log:err', (packet) => broadcastLog('err', packet));
|
|
94
|
+
});
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
// Broadcast system stats every 1 second
|
|
98
|
+
const broadcastStats = async () => {
|
|
99
|
+
try {
|
|
100
|
+
const stats = await getSystemStats();
|
|
101
|
+
io.emit('system-stats', stats);
|
|
102
|
+
} catch (e) {
|
|
103
|
+
console.error('Failed to broadcast system stats:', e);
|
|
104
|
+
} finally {
|
|
105
|
+
setTimeout(broadcastStats, 1000); // Wait 1 second after completion
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
broadcastStats();
|
|
109
|
+
});
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { JSONFilePreset } from 'lowdb/node';
|
|
2
|
+
import path from 'path';
|
|
3
|
+
import { fileURLToPath } from 'url';
|
|
4
|
+
|
|
5
|
+
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
6
|
+
const dbPath = path.join(__dirname, 'database.json');
|
|
7
|
+
|
|
8
|
+
const defaultData = {
|
|
9
|
+
apps: [],
|
|
10
|
+
settings: {
|
|
11
|
+
webhookSecret: '',
|
|
12
|
+
discordWebhook: '',
|
|
13
|
+
telegramBotToken: '',
|
|
14
|
+
telegramChatId: '',
|
|
15
|
+
},
|
|
16
|
+
githubAccounts: [],
|
|
17
|
+
webhookLogs: [],
|
|
18
|
+
admin: {
|
|
19
|
+
passwordHash: '', // Store hashed password
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
// Initialize DB with node preset
|
|
24
|
+
const db = await JSONFilePreset(dbPath, defaultData);
|
|
25
|
+
|
|
26
|
+
// Cleanup stuck deploying status from previous crash/restart
|
|
27
|
+
let needsWrite = false;
|
|
28
|
+
if (db.data && db.data.apps) {
|
|
29
|
+
db.data.apps.forEach(app => {
|
|
30
|
+
if (app.status === 'deploying') {
|
|
31
|
+
app.status = 'failed'; // Reset stuck deploys
|
|
32
|
+
needsWrite = true;
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
if (needsWrite) {
|
|
37
|
+
await db.write();
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export default db;
|