diff --git a/docker-compose.yml b/docker-compose.yml index 39b0a23..7932382 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ version: '3.9' services: - backend: - container_name: login-page - build: ./administration/backend + user-mgmt: + container_name: user-mgmt + build: ./user-mgmt/backend ports: - "4000:4000" environment: @@ -14,7 +14,23 @@ services: depends_on: - mysql volumes: - - ./backend:/app + - ./user-mgmt_backend:/app + restart: unless-stopped + + panel-mgmt: + container_name: panel-mgmt + build: ./panel-mgmt/backend + ports: + - "4001:4001" + environment: + DB_HOST: mysql + DB_USER: root + DB_PASSWORD: D7Ze0lwV9hMrNQHdz1Q8yi0MIQuOO8 + DB_NAME: login_page + depends_on: + - mysql + volumes: + - ./panel-mgmt_backend:/app restart: unless-stopped mysql: diff --git a/administration/backend/node_modules/seq-queue/lib/.npmignore b/panel-mgmt/README.md similarity index 100% rename from administration/backend/node_modules/seq-queue/lib/.npmignore rename to panel-mgmt/README.md diff --git a/panel-mgmt/backend/node_modules/.bin/ejs b/panel-mgmt/backend/node_modules/.bin/ejs new file mode 120000 index 0000000..88e80d0 --- /dev/null +++ b/panel-mgmt/backend/node_modules/.bin/ejs @@ -0,0 +1 @@ +../ejs/bin/cli.js \ No newline at end of file diff --git a/panel-mgmt/backend/node_modules/.bin/jake b/panel-mgmt/backend/node_modules/.bin/jake new file mode 120000 index 0000000..3626745 --- /dev/null +++ b/panel-mgmt/backend/node_modules/.bin/jake @@ -0,0 +1 @@ +../jake/bin/cli.js \ No newline at end of file diff --git a/panel-mgmt/backend/node_modules/.bin/node b/panel-mgmt/backend/node_modules/.bin/node new file mode 120000 index 0000000..14fe007 --- /dev/null +++ b/panel-mgmt/backend/node_modules/.bin/node @@ -0,0 +1 @@ +../node/bin/node \ No newline at end of file diff --git a/panel-mgmt/backend/node_modules/.package-lock.json b/panel-mgmt/backend/node_modules/.package-lock.json new file mode 100644 index 0000000..186fa44 --- /dev/null +++ b/panel-mgmt/backend/node_modules/.package-lock.json @@ -0,0 +1,1167 @@ +{ + "name": "panel-mgmt", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "node_modules/accepts": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", + "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==", + "license": "MIT", + "dependencies": { + "mime-types": "^3.0.0", + "negotiator": "^1.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/async": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "license": "MIT" + }, + "node_modules/aws-ssl-profiles": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz", + "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==", + "license": "MIT", + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "license": "MIT" + }, + "node_modules/body-parser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz", + "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==", + "license": "MIT", + "dependencies": { + "bytes": "^3.1.2", + "content-type": "^1.0.5", + "debug": "^4.4.0", + "http-errors": "^2.0.0", + "iconv-lite": "^0.6.3", + "on-finished": "^2.4.1", + "qs": "^6.14.0", + "raw-body": "^3.0.0", + "type-is": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "license": "MIT" + }, + "node_modules/content-disposition": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz", + "integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz", + "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==", + "license": "MIT", + "engines": { + "node": ">=6.6.0" + } + }, + "node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/denque": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz", + "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==", + "license": "Apache-2.0", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/dotenv": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.0.tgz", + "integrity": "sha512-A0BJ5lrpJVSfnMMXjmeO0xUnoxqsBHWCoqqTnGwGYVdnctqXXUEhJOO7LxmgxJon9tEZFGpe0xPRX0h2v3AANQ==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/ejs": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", + "license": "Apache-2.0", + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", + "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", + "license": "MIT", + "dependencies": { + "accepts": "^2.0.0", + "body-parser": "^2.2.0", + "content-disposition": "^1.0.0", + "content-type": "^1.0.5", + "cookie": "^0.7.1", + "cookie-signature": "^1.2.1", + "debug": "^4.4.0", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "etag": "^1.8.1", + "finalhandler": "^2.1.0", + "fresh": "^2.0.0", + "http-errors": "^2.0.0", + "merge-descriptors": "^2.0.0", + "mime-types": "^3.0.0", + "on-finished": "^2.4.1", + "once": "^1.4.0", + "parseurl": "^1.3.3", + "proxy-addr": "^2.0.7", + "qs": "^6.14.0", + "range-parser": "^1.2.1", + "router": "^2.2.0", + "send": "^1.1.0", + "serve-static": "^2.2.0", + "statuses": "^2.0.1", + "type-is": "^2.0.1", + "vary": "^1.1.2" + }, + "engines": { + "node": ">= 18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "license": "Apache-2.0", + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/finalhandler": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz", + "integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.0", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "on-finished": "^2.4.1", + "parseurl": "^1.3.3", + "statuses": "^2.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz", + "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/generate-function": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz", + "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==", + "license": "MIT", + "dependencies": { + "is-property": "^1.0.2" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-errors/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-promise": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", + "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", + "license": "MIT" + }, + "node_modules/is-property": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", + "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==", + "license": "MIT" + }, + "node_modules/jake": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", + "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", + "license": "Apache-2.0", + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/long": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz", + "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==", + "license": "Apache-2.0" + }, + "node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/lru.min": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/lru.min/-/lru.min-1.1.2.tgz", + "integrity": "sha512-Nv9KddBcQSlQopmBHXSsZVY5xsdlZkdH/Iey0BlcBYggMd4two7cZnKOK9vmy3nY0O5RGH99z1PCeTpPqszUYg==", + "license": "MIT", + "engines": { + "bun": ">=1.0.0", + "deno": ">=1.30.0", + "node": ">=8.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wellwelwel" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/media-typer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz", + "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/merge-descriptors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz", + "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mime-db": { + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz", + "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==", + "license": "MIT", + "dependencies": { + "mime-db": "^1.54.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/mysql2": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.14.1.tgz", + "integrity": "sha512-7ytuPQJjQB8TNAYX/H2yhL+iQOnIBjAMam361R7UAL0lOVXWjtdrmoL9HYKqKoLp/8UUTRcvo1QPvK9KL7wA8w==", + "license": "MIT", + "dependencies": { + "aws-ssl-profiles": "^1.1.1", + "denque": "^2.1.0", + "generate-function": "^2.3.1", + "iconv-lite": "^0.6.3", + "long": "^5.2.1", + "lru.min": "^1.0.0", + "named-placeholders": "^1.1.3", + "seq-queue": "^0.0.5", + "sqlstring": "^2.3.2" + }, + "engines": { + "node": ">= 8.0" + } + }, + "node_modules/named-placeholders": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.3.tgz", + "integrity": "sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==", + "license": "MIT", + "dependencies": { + "lru-cache": "^7.14.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/negotiator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", + "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node": { + "version": "22.17.0", + "resolved": "https://registry.npmjs.org/node/-/node-22.17.0.tgz", + "integrity": "sha512-cDrw3NvGAB1QUWxTEd9mX/vf+mAhe42IwBkQ7T9z2GhIPyNM+I1u32NMu9ZgNE85UDUWmIUL4oe4JylVlwvG2Q==", + "hasInstallScript": true, + "license": "ISC", + "dependencies": { + "node-bin-setup": "^1.0.0" + }, + "bin": { + "node": "bin/node" + }, + "engines": { + "npm": ">=5.0.0" + } + }, + "node_modules/node-bin-setup": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.4.tgz", + "integrity": "sha512-vWNHOne0ZUavArqPP5LJta50+S8R261Fr5SvGul37HbEDcowvLjwdvd0ZeSr0r2lTSrPxl6okq9QUw8BFGiAxA==", + "license": "ISC" + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", + "license": "MIT", + "dependencies": { + "process": "^0.11.1", + "util": "^0.10.3" + } + }, + "node_modules/path-to-regexp": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "license": "MIT", + "engines": { + "node": ">=16" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/qs": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.0.tgz", + "integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.6.3", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/router": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", + "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.0", + "depd": "^2.0.0", + "is-promise": "^4.0.0", + "parseurl": "^1.3.3", + "path-to-regexp": "^8.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/send": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz", + "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==", + "license": "MIT", + "dependencies": { + "debug": "^4.3.5", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "etag": "^1.8.1", + "fresh": "^2.0.0", + "http-errors": "^2.0.0", + "mime-types": "^3.0.1", + "ms": "^2.1.3", + "on-finished": "^2.4.1", + "range-parser": "^1.2.1", + "statuses": "^2.0.1" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/seq-queue": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz", + "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q==" + }, + "node_modules/serve-static": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz", + "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==", + "license": "MIT", + "dependencies": { + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "parseurl": "^1.3.3", + "send": "^1.2.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/sqlstring": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.3.tgz", + "integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/type-is": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz", + "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==", + "license": "MIT", + "dependencies": { + "content-type": "^1.0.5", + "media-typer": "^1.1.0", + "mime-types": "^3.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "license": "MIT", + "dependencies": { + "inherits": "2.0.3" + } + }, + "node_modules/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "license": "ISC" + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" + } + } +} diff --git a/administration/backend/node_modules/accepts/HISTORY.md b/panel-mgmt/backend/node_modules/accepts/HISTORY.md similarity index 100% rename from administration/backend/node_modules/accepts/HISTORY.md rename to panel-mgmt/backend/node_modules/accepts/HISTORY.md diff --git a/administration/backend/node_modules/accepts/LICENSE b/panel-mgmt/backend/node_modules/accepts/LICENSE similarity index 100% rename from administration/backend/node_modules/accepts/LICENSE rename to panel-mgmt/backend/node_modules/accepts/LICENSE diff --git a/administration/backend/node_modules/accepts/README.md b/panel-mgmt/backend/node_modules/accepts/README.md similarity index 100% rename from administration/backend/node_modules/accepts/README.md rename to panel-mgmt/backend/node_modules/accepts/README.md diff --git a/administration/backend/node_modules/accepts/index.js b/panel-mgmt/backend/node_modules/accepts/index.js similarity index 100% rename from administration/backend/node_modules/accepts/index.js rename to panel-mgmt/backend/node_modules/accepts/index.js diff --git a/administration/backend/node_modules/accepts/package.json b/panel-mgmt/backend/node_modules/accepts/package.json similarity index 100% rename from administration/backend/node_modules/accepts/package.json rename to panel-mgmt/backend/node_modules/accepts/package.json diff --git a/administration/backend/node_modules/ansi-styles/index.d.ts b/panel-mgmt/backend/node_modules/ansi-styles/index.d.ts similarity index 100% rename from administration/backend/node_modules/ansi-styles/index.d.ts rename to panel-mgmt/backend/node_modules/ansi-styles/index.d.ts diff --git a/administration/backend/node_modules/ansi-styles/index.js b/panel-mgmt/backend/node_modules/ansi-styles/index.js similarity index 100% rename from administration/backend/node_modules/ansi-styles/index.js rename to panel-mgmt/backend/node_modules/ansi-styles/index.js diff --git a/administration/backend/node_modules/ansi-styles/license b/panel-mgmt/backend/node_modules/ansi-styles/license similarity index 100% rename from administration/backend/node_modules/ansi-styles/license rename to panel-mgmt/backend/node_modules/ansi-styles/license diff --git a/administration/backend/node_modules/ansi-styles/package.json b/panel-mgmt/backend/node_modules/ansi-styles/package.json similarity index 100% rename from administration/backend/node_modules/ansi-styles/package.json rename to panel-mgmt/backend/node_modules/ansi-styles/package.json diff --git a/administration/backend/node_modules/ansi-styles/readme.md b/panel-mgmt/backend/node_modules/ansi-styles/readme.md similarity index 100% rename from administration/backend/node_modules/ansi-styles/readme.md rename to panel-mgmt/backend/node_modules/ansi-styles/readme.md diff --git a/administration/backend/node_modules/async/CHANGELOG.md b/panel-mgmt/backend/node_modules/async/CHANGELOG.md similarity index 100% rename from administration/backend/node_modules/async/CHANGELOG.md rename to panel-mgmt/backend/node_modules/async/CHANGELOG.md diff --git a/administration/backend/node_modules/async/LICENSE b/panel-mgmt/backend/node_modules/async/LICENSE similarity index 100% rename from administration/backend/node_modules/async/LICENSE rename to panel-mgmt/backend/node_modules/async/LICENSE diff --git a/administration/backend/node_modules/async/README.md b/panel-mgmt/backend/node_modules/async/README.md similarity index 100% rename from administration/backend/node_modules/async/README.md rename to panel-mgmt/backend/node_modules/async/README.md diff --git a/administration/backend/node_modules/async/all.js b/panel-mgmt/backend/node_modules/async/all.js similarity index 100% rename from administration/backend/node_modules/async/all.js rename to panel-mgmt/backend/node_modules/async/all.js diff --git a/administration/backend/node_modules/async/allLimit.js b/panel-mgmt/backend/node_modules/async/allLimit.js similarity index 100% rename from administration/backend/node_modules/async/allLimit.js rename to panel-mgmt/backend/node_modules/async/allLimit.js diff --git a/administration/backend/node_modules/async/allSeries.js b/panel-mgmt/backend/node_modules/async/allSeries.js similarity index 100% rename from administration/backend/node_modules/async/allSeries.js rename to panel-mgmt/backend/node_modules/async/allSeries.js diff --git a/administration/backend/node_modules/async/any.js b/panel-mgmt/backend/node_modules/async/any.js similarity index 100% rename from administration/backend/node_modules/async/any.js rename to panel-mgmt/backend/node_modules/async/any.js diff --git a/administration/backend/node_modules/async/anyLimit.js b/panel-mgmt/backend/node_modules/async/anyLimit.js similarity index 100% rename from administration/backend/node_modules/async/anyLimit.js rename to panel-mgmt/backend/node_modules/async/anyLimit.js diff --git a/administration/backend/node_modules/async/anySeries.js b/panel-mgmt/backend/node_modules/async/anySeries.js similarity index 100% rename from administration/backend/node_modules/async/anySeries.js rename to panel-mgmt/backend/node_modules/async/anySeries.js diff --git a/administration/backend/node_modules/async/apply.js b/panel-mgmt/backend/node_modules/async/apply.js similarity index 100% rename from administration/backend/node_modules/async/apply.js rename to panel-mgmt/backend/node_modules/async/apply.js diff --git a/administration/backend/node_modules/async/applyEach.js b/panel-mgmt/backend/node_modules/async/applyEach.js similarity index 100% rename from administration/backend/node_modules/async/applyEach.js rename to panel-mgmt/backend/node_modules/async/applyEach.js diff --git a/administration/backend/node_modules/async/applyEachSeries.js b/panel-mgmt/backend/node_modules/async/applyEachSeries.js similarity index 100% rename from administration/backend/node_modules/async/applyEachSeries.js rename to panel-mgmt/backend/node_modules/async/applyEachSeries.js diff --git a/administration/backend/node_modules/async/asyncify.js b/panel-mgmt/backend/node_modules/async/asyncify.js similarity index 100% rename from administration/backend/node_modules/async/asyncify.js rename to panel-mgmt/backend/node_modules/async/asyncify.js diff --git a/administration/backend/node_modules/async/auto.js b/panel-mgmt/backend/node_modules/async/auto.js similarity index 100% rename from administration/backend/node_modules/async/auto.js rename to panel-mgmt/backend/node_modules/async/auto.js diff --git a/administration/backend/node_modules/async/autoInject.js b/panel-mgmt/backend/node_modules/async/autoInject.js similarity index 100% rename from administration/backend/node_modules/async/autoInject.js rename to panel-mgmt/backend/node_modules/async/autoInject.js diff --git a/administration/backend/node_modules/async/bower.json b/panel-mgmt/backend/node_modules/async/bower.json similarity index 100% rename from administration/backend/node_modules/async/bower.json rename to panel-mgmt/backend/node_modules/async/bower.json diff --git a/administration/backend/node_modules/async/cargo.js b/panel-mgmt/backend/node_modules/async/cargo.js similarity index 100% rename from administration/backend/node_modules/async/cargo.js rename to panel-mgmt/backend/node_modules/async/cargo.js diff --git a/administration/backend/node_modules/async/cargoQueue.js b/panel-mgmt/backend/node_modules/async/cargoQueue.js similarity index 100% rename from administration/backend/node_modules/async/cargoQueue.js rename to panel-mgmt/backend/node_modules/async/cargoQueue.js diff --git a/administration/backend/node_modules/async/compose.js b/panel-mgmt/backend/node_modules/async/compose.js similarity index 100% rename from administration/backend/node_modules/async/compose.js rename to panel-mgmt/backend/node_modules/async/compose.js diff --git a/administration/backend/node_modules/async/concat.js b/panel-mgmt/backend/node_modules/async/concat.js similarity index 100% rename from administration/backend/node_modules/async/concat.js rename to panel-mgmt/backend/node_modules/async/concat.js diff --git a/administration/backend/node_modules/async/concatLimit.js b/panel-mgmt/backend/node_modules/async/concatLimit.js similarity index 100% rename from administration/backend/node_modules/async/concatLimit.js rename to panel-mgmt/backend/node_modules/async/concatLimit.js diff --git a/administration/backend/node_modules/async/concatSeries.js b/panel-mgmt/backend/node_modules/async/concatSeries.js similarity index 100% rename from administration/backend/node_modules/async/concatSeries.js rename to panel-mgmt/backend/node_modules/async/concatSeries.js diff --git a/administration/backend/node_modules/async/constant.js b/panel-mgmt/backend/node_modules/async/constant.js similarity index 100% rename from administration/backend/node_modules/async/constant.js rename to panel-mgmt/backend/node_modules/async/constant.js diff --git a/administration/backend/node_modules/async/detect.js b/panel-mgmt/backend/node_modules/async/detect.js similarity index 100% rename from administration/backend/node_modules/async/detect.js rename to panel-mgmt/backend/node_modules/async/detect.js diff --git a/administration/backend/node_modules/async/detectLimit.js b/panel-mgmt/backend/node_modules/async/detectLimit.js similarity index 100% rename from administration/backend/node_modules/async/detectLimit.js rename to panel-mgmt/backend/node_modules/async/detectLimit.js diff --git a/administration/backend/node_modules/async/detectSeries.js b/panel-mgmt/backend/node_modules/async/detectSeries.js similarity index 100% rename from administration/backend/node_modules/async/detectSeries.js rename to panel-mgmt/backend/node_modules/async/detectSeries.js diff --git a/administration/backend/node_modules/async/dir.js b/panel-mgmt/backend/node_modules/async/dir.js similarity index 100% rename from administration/backend/node_modules/async/dir.js rename to panel-mgmt/backend/node_modules/async/dir.js diff --git a/administration/backend/node_modules/async/dist/async.js b/panel-mgmt/backend/node_modules/async/dist/async.js similarity index 100% rename from administration/backend/node_modules/async/dist/async.js rename to panel-mgmt/backend/node_modules/async/dist/async.js diff --git a/administration/backend/node_modules/async/dist/async.min.js b/panel-mgmt/backend/node_modules/async/dist/async.min.js similarity index 100% rename from administration/backend/node_modules/async/dist/async.min.js rename to panel-mgmt/backend/node_modules/async/dist/async.min.js diff --git a/administration/backend/node_modules/async/dist/async.mjs b/panel-mgmt/backend/node_modules/async/dist/async.mjs similarity index 100% rename from administration/backend/node_modules/async/dist/async.mjs rename to panel-mgmt/backend/node_modules/async/dist/async.mjs diff --git a/administration/backend/node_modules/async/doDuring.js b/panel-mgmt/backend/node_modules/async/doDuring.js similarity index 100% rename from administration/backend/node_modules/async/doDuring.js rename to panel-mgmt/backend/node_modules/async/doDuring.js diff --git a/administration/backend/node_modules/async/doUntil.js b/panel-mgmt/backend/node_modules/async/doUntil.js similarity index 100% rename from administration/backend/node_modules/async/doUntil.js rename to panel-mgmt/backend/node_modules/async/doUntil.js diff --git a/administration/backend/node_modules/async/doWhilst.js b/panel-mgmt/backend/node_modules/async/doWhilst.js similarity index 100% rename from administration/backend/node_modules/async/doWhilst.js rename to panel-mgmt/backend/node_modules/async/doWhilst.js diff --git a/administration/backend/node_modules/async/during.js b/panel-mgmt/backend/node_modules/async/during.js similarity index 100% rename from administration/backend/node_modules/async/during.js rename to panel-mgmt/backend/node_modules/async/during.js diff --git a/administration/backend/node_modules/async/each.js b/panel-mgmt/backend/node_modules/async/each.js similarity index 100% rename from administration/backend/node_modules/async/each.js rename to panel-mgmt/backend/node_modules/async/each.js diff --git a/administration/backend/node_modules/async/eachLimit.js b/panel-mgmt/backend/node_modules/async/eachLimit.js similarity index 100% rename from administration/backend/node_modules/async/eachLimit.js rename to panel-mgmt/backend/node_modules/async/eachLimit.js diff --git a/administration/backend/node_modules/async/eachOf.js b/panel-mgmt/backend/node_modules/async/eachOf.js similarity index 100% rename from administration/backend/node_modules/async/eachOf.js rename to panel-mgmt/backend/node_modules/async/eachOf.js diff --git a/administration/backend/node_modules/async/eachOfLimit.js b/panel-mgmt/backend/node_modules/async/eachOfLimit.js similarity index 100% rename from administration/backend/node_modules/async/eachOfLimit.js rename to panel-mgmt/backend/node_modules/async/eachOfLimit.js diff --git a/administration/backend/node_modules/async/eachOfSeries.js b/panel-mgmt/backend/node_modules/async/eachOfSeries.js similarity index 100% rename from administration/backend/node_modules/async/eachOfSeries.js rename to panel-mgmt/backend/node_modules/async/eachOfSeries.js diff --git a/administration/backend/node_modules/async/eachSeries.js b/panel-mgmt/backend/node_modules/async/eachSeries.js similarity index 100% rename from administration/backend/node_modules/async/eachSeries.js rename to panel-mgmt/backend/node_modules/async/eachSeries.js diff --git a/administration/backend/node_modules/async/ensureAsync.js b/panel-mgmt/backend/node_modules/async/ensureAsync.js similarity index 100% rename from administration/backend/node_modules/async/ensureAsync.js rename to panel-mgmt/backend/node_modules/async/ensureAsync.js diff --git a/administration/backend/node_modules/async/every.js b/panel-mgmt/backend/node_modules/async/every.js similarity index 100% rename from administration/backend/node_modules/async/every.js rename to panel-mgmt/backend/node_modules/async/every.js diff --git a/administration/backend/node_modules/async/everyLimit.js b/panel-mgmt/backend/node_modules/async/everyLimit.js similarity index 100% rename from administration/backend/node_modules/async/everyLimit.js rename to panel-mgmt/backend/node_modules/async/everyLimit.js diff --git a/administration/backend/node_modules/async/everySeries.js b/panel-mgmt/backend/node_modules/async/everySeries.js similarity index 100% rename from administration/backend/node_modules/async/everySeries.js rename to panel-mgmt/backend/node_modules/async/everySeries.js diff --git a/administration/backend/node_modules/async/filter.js b/panel-mgmt/backend/node_modules/async/filter.js similarity index 100% rename from administration/backend/node_modules/async/filter.js rename to panel-mgmt/backend/node_modules/async/filter.js diff --git a/administration/backend/node_modules/async/filterLimit.js b/panel-mgmt/backend/node_modules/async/filterLimit.js similarity index 100% rename from administration/backend/node_modules/async/filterLimit.js rename to panel-mgmt/backend/node_modules/async/filterLimit.js diff --git a/administration/backend/node_modules/async/filterSeries.js b/panel-mgmt/backend/node_modules/async/filterSeries.js similarity index 100% rename from administration/backend/node_modules/async/filterSeries.js rename to panel-mgmt/backend/node_modules/async/filterSeries.js diff --git a/administration/backend/node_modules/async/find.js b/panel-mgmt/backend/node_modules/async/find.js similarity index 100% rename from administration/backend/node_modules/async/find.js rename to panel-mgmt/backend/node_modules/async/find.js diff --git a/administration/backend/node_modules/async/findLimit.js b/panel-mgmt/backend/node_modules/async/findLimit.js similarity index 100% rename from administration/backend/node_modules/async/findLimit.js rename to panel-mgmt/backend/node_modules/async/findLimit.js diff --git a/administration/backend/node_modules/async/findSeries.js b/panel-mgmt/backend/node_modules/async/findSeries.js similarity index 100% rename from administration/backend/node_modules/async/findSeries.js rename to panel-mgmt/backend/node_modules/async/findSeries.js diff --git a/administration/backend/node_modules/async/flatMap.js b/panel-mgmt/backend/node_modules/async/flatMap.js similarity index 100% rename from administration/backend/node_modules/async/flatMap.js rename to panel-mgmt/backend/node_modules/async/flatMap.js diff --git a/administration/backend/node_modules/async/flatMapLimit.js b/panel-mgmt/backend/node_modules/async/flatMapLimit.js similarity index 100% rename from administration/backend/node_modules/async/flatMapLimit.js rename to panel-mgmt/backend/node_modules/async/flatMapLimit.js diff --git a/administration/backend/node_modules/async/flatMapSeries.js b/panel-mgmt/backend/node_modules/async/flatMapSeries.js similarity index 100% rename from administration/backend/node_modules/async/flatMapSeries.js rename to panel-mgmt/backend/node_modules/async/flatMapSeries.js diff --git a/administration/backend/node_modules/async/foldl.js b/panel-mgmt/backend/node_modules/async/foldl.js similarity index 100% rename from administration/backend/node_modules/async/foldl.js rename to panel-mgmt/backend/node_modules/async/foldl.js diff --git a/administration/backend/node_modules/async/foldr.js b/panel-mgmt/backend/node_modules/async/foldr.js similarity index 100% rename from administration/backend/node_modules/async/foldr.js rename to panel-mgmt/backend/node_modules/async/foldr.js diff --git a/administration/backend/node_modules/async/forEach.js b/panel-mgmt/backend/node_modules/async/forEach.js similarity index 100% rename from administration/backend/node_modules/async/forEach.js rename to panel-mgmt/backend/node_modules/async/forEach.js diff --git a/administration/backend/node_modules/async/forEachLimit.js b/panel-mgmt/backend/node_modules/async/forEachLimit.js similarity index 100% rename from administration/backend/node_modules/async/forEachLimit.js rename to panel-mgmt/backend/node_modules/async/forEachLimit.js diff --git a/administration/backend/node_modules/async/forEachOf.js b/panel-mgmt/backend/node_modules/async/forEachOf.js similarity index 100% rename from administration/backend/node_modules/async/forEachOf.js rename to panel-mgmt/backend/node_modules/async/forEachOf.js diff --git a/administration/backend/node_modules/async/forEachOfLimit.js b/panel-mgmt/backend/node_modules/async/forEachOfLimit.js similarity index 100% rename from administration/backend/node_modules/async/forEachOfLimit.js rename to panel-mgmt/backend/node_modules/async/forEachOfLimit.js diff --git a/administration/backend/node_modules/async/forEachOfSeries.js b/panel-mgmt/backend/node_modules/async/forEachOfSeries.js similarity index 100% rename from administration/backend/node_modules/async/forEachOfSeries.js rename to panel-mgmt/backend/node_modules/async/forEachOfSeries.js diff --git a/administration/backend/node_modules/async/forEachSeries.js b/panel-mgmt/backend/node_modules/async/forEachSeries.js similarity index 100% rename from administration/backend/node_modules/async/forEachSeries.js rename to panel-mgmt/backend/node_modules/async/forEachSeries.js diff --git a/administration/backend/node_modules/async/forever.js b/panel-mgmt/backend/node_modules/async/forever.js similarity index 100% rename from administration/backend/node_modules/async/forever.js rename to panel-mgmt/backend/node_modules/async/forever.js diff --git a/administration/backend/node_modules/async/groupBy.js b/panel-mgmt/backend/node_modules/async/groupBy.js similarity index 100% rename from administration/backend/node_modules/async/groupBy.js rename to panel-mgmt/backend/node_modules/async/groupBy.js diff --git a/administration/backend/node_modules/async/groupByLimit.js b/panel-mgmt/backend/node_modules/async/groupByLimit.js similarity index 100% rename from administration/backend/node_modules/async/groupByLimit.js rename to panel-mgmt/backend/node_modules/async/groupByLimit.js diff --git a/administration/backend/node_modules/async/groupBySeries.js b/panel-mgmt/backend/node_modules/async/groupBySeries.js similarity index 100% rename from administration/backend/node_modules/async/groupBySeries.js rename to panel-mgmt/backend/node_modules/async/groupBySeries.js diff --git a/administration/backend/node_modules/async/index.js b/panel-mgmt/backend/node_modules/async/index.js similarity index 100% rename from administration/backend/node_modules/async/index.js rename to panel-mgmt/backend/node_modules/async/index.js diff --git a/administration/backend/node_modules/async/inject.js b/panel-mgmt/backend/node_modules/async/inject.js similarity index 100% rename from administration/backend/node_modules/async/inject.js rename to panel-mgmt/backend/node_modules/async/inject.js diff --git a/administration/backend/node_modules/async/internal/DoublyLinkedList.js b/panel-mgmt/backend/node_modules/async/internal/DoublyLinkedList.js similarity index 100% rename from administration/backend/node_modules/async/internal/DoublyLinkedList.js rename to panel-mgmt/backend/node_modules/async/internal/DoublyLinkedList.js diff --git a/administration/backend/node_modules/async/internal/Heap.js b/panel-mgmt/backend/node_modules/async/internal/Heap.js similarity index 100% rename from administration/backend/node_modules/async/internal/Heap.js rename to panel-mgmt/backend/node_modules/async/internal/Heap.js diff --git a/administration/backend/node_modules/async/internal/applyEach.js b/panel-mgmt/backend/node_modules/async/internal/applyEach.js similarity index 100% rename from administration/backend/node_modules/async/internal/applyEach.js rename to panel-mgmt/backend/node_modules/async/internal/applyEach.js diff --git a/administration/backend/node_modules/async/internal/asyncEachOfLimit.js b/panel-mgmt/backend/node_modules/async/internal/asyncEachOfLimit.js similarity index 100% rename from administration/backend/node_modules/async/internal/asyncEachOfLimit.js rename to panel-mgmt/backend/node_modules/async/internal/asyncEachOfLimit.js diff --git a/administration/backend/node_modules/async/internal/awaitify.js b/panel-mgmt/backend/node_modules/async/internal/awaitify.js similarity index 100% rename from administration/backend/node_modules/async/internal/awaitify.js rename to panel-mgmt/backend/node_modules/async/internal/awaitify.js diff --git a/administration/backend/node_modules/async/internal/breakLoop.js b/panel-mgmt/backend/node_modules/async/internal/breakLoop.js similarity index 100% rename from administration/backend/node_modules/async/internal/breakLoop.js rename to panel-mgmt/backend/node_modules/async/internal/breakLoop.js diff --git a/administration/backend/node_modules/async/internal/consoleFunc.js b/panel-mgmt/backend/node_modules/async/internal/consoleFunc.js similarity index 100% rename from administration/backend/node_modules/async/internal/consoleFunc.js rename to panel-mgmt/backend/node_modules/async/internal/consoleFunc.js diff --git a/administration/backend/node_modules/async/internal/createTester.js b/panel-mgmt/backend/node_modules/async/internal/createTester.js similarity index 100% rename from administration/backend/node_modules/async/internal/createTester.js rename to panel-mgmt/backend/node_modules/async/internal/createTester.js diff --git a/administration/backend/node_modules/async/internal/eachOfLimit.js b/panel-mgmt/backend/node_modules/async/internal/eachOfLimit.js similarity index 100% rename from administration/backend/node_modules/async/internal/eachOfLimit.js rename to panel-mgmt/backend/node_modules/async/internal/eachOfLimit.js diff --git a/administration/backend/node_modules/async/internal/filter.js b/panel-mgmt/backend/node_modules/async/internal/filter.js similarity index 100% rename from administration/backend/node_modules/async/internal/filter.js rename to panel-mgmt/backend/node_modules/async/internal/filter.js diff --git a/administration/backend/node_modules/async/internal/getIterator.js b/panel-mgmt/backend/node_modules/async/internal/getIterator.js similarity index 100% rename from administration/backend/node_modules/async/internal/getIterator.js rename to panel-mgmt/backend/node_modules/async/internal/getIterator.js diff --git a/administration/backend/node_modules/async/internal/initialParams.js b/panel-mgmt/backend/node_modules/async/internal/initialParams.js similarity index 100% rename from administration/backend/node_modules/async/internal/initialParams.js rename to panel-mgmt/backend/node_modules/async/internal/initialParams.js diff --git a/administration/backend/node_modules/async/internal/isArrayLike.js b/panel-mgmt/backend/node_modules/async/internal/isArrayLike.js similarity index 100% rename from administration/backend/node_modules/async/internal/isArrayLike.js rename to panel-mgmt/backend/node_modules/async/internal/isArrayLike.js diff --git a/administration/backend/node_modules/async/internal/iterator.js b/panel-mgmt/backend/node_modules/async/internal/iterator.js similarity index 100% rename from administration/backend/node_modules/async/internal/iterator.js rename to panel-mgmt/backend/node_modules/async/internal/iterator.js diff --git a/administration/backend/node_modules/async/internal/map.js b/panel-mgmt/backend/node_modules/async/internal/map.js similarity index 100% rename from administration/backend/node_modules/async/internal/map.js rename to panel-mgmt/backend/node_modules/async/internal/map.js diff --git a/administration/backend/node_modules/async/internal/once.js b/panel-mgmt/backend/node_modules/async/internal/once.js similarity index 100% rename from administration/backend/node_modules/async/internal/once.js rename to panel-mgmt/backend/node_modules/async/internal/once.js diff --git a/administration/backend/node_modules/async/internal/onlyOnce.js b/panel-mgmt/backend/node_modules/async/internal/onlyOnce.js similarity index 100% rename from administration/backend/node_modules/async/internal/onlyOnce.js rename to panel-mgmt/backend/node_modules/async/internal/onlyOnce.js diff --git a/administration/backend/node_modules/async/internal/parallel.js b/panel-mgmt/backend/node_modules/async/internal/parallel.js similarity index 100% rename from administration/backend/node_modules/async/internal/parallel.js rename to panel-mgmt/backend/node_modules/async/internal/parallel.js diff --git a/administration/backend/node_modules/async/internal/promiseCallback.js b/panel-mgmt/backend/node_modules/async/internal/promiseCallback.js similarity index 100% rename from administration/backend/node_modules/async/internal/promiseCallback.js rename to panel-mgmt/backend/node_modules/async/internal/promiseCallback.js diff --git a/administration/backend/node_modules/async/internal/queue.js b/panel-mgmt/backend/node_modules/async/internal/queue.js similarity index 100% rename from administration/backend/node_modules/async/internal/queue.js rename to panel-mgmt/backend/node_modules/async/internal/queue.js diff --git a/administration/backend/node_modules/async/internal/range.js b/panel-mgmt/backend/node_modules/async/internal/range.js similarity index 100% rename from administration/backend/node_modules/async/internal/range.js rename to panel-mgmt/backend/node_modules/async/internal/range.js diff --git a/administration/backend/node_modules/async/internal/reject.js b/panel-mgmt/backend/node_modules/async/internal/reject.js similarity index 100% rename from administration/backend/node_modules/async/internal/reject.js rename to panel-mgmt/backend/node_modules/async/internal/reject.js diff --git a/administration/backend/node_modules/async/internal/setImmediate.js b/panel-mgmt/backend/node_modules/async/internal/setImmediate.js similarity index 100% rename from administration/backend/node_modules/async/internal/setImmediate.js rename to panel-mgmt/backend/node_modules/async/internal/setImmediate.js diff --git a/administration/backend/node_modules/async/internal/withoutIndex.js b/panel-mgmt/backend/node_modules/async/internal/withoutIndex.js similarity index 100% rename from administration/backend/node_modules/async/internal/withoutIndex.js rename to panel-mgmt/backend/node_modules/async/internal/withoutIndex.js diff --git a/administration/backend/node_modules/async/internal/wrapAsync.js b/panel-mgmt/backend/node_modules/async/internal/wrapAsync.js similarity index 100% rename from administration/backend/node_modules/async/internal/wrapAsync.js rename to panel-mgmt/backend/node_modules/async/internal/wrapAsync.js diff --git a/administration/backend/node_modules/async/log.js b/panel-mgmt/backend/node_modules/async/log.js similarity index 100% rename from administration/backend/node_modules/async/log.js rename to panel-mgmt/backend/node_modules/async/log.js diff --git a/administration/backend/node_modules/async/map.js b/panel-mgmt/backend/node_modules/async/map.js similarity index 100% rename from administration/backend/node_modules/async/map.js rename to panel-mgmt/backend/node_modules/async/map.js diff --git a/administration/backend/node_modules/async/mapLimit.js b/panel-mgmt/backend/node_modules/async/mapLimit.js similarity index 100% rename from administration/backend/node_modules/async/mapLimit.js rename to panel-mgmt/backend/node_modules/async/mapLimit.js diff --git a/administration/backend/node_modules/async/mapSeries.js b/panel-mgmt/backend/node_modules/async/mapSeries.js similarity index 100% rename from administration/backend/node_modules/async/mapSeries.js rename to panel-mgmt/backend/node_modules/async/mapSeries.js diff --git a/administration/backend/node_modules/async/mapValues.js b/panel-mgmt/backend/node_modules/async/mapValues.js similarity index 100% rename from administration/backend/node_modules/async/mapValues.js rename to panel-mgmt/backend/node_modules/async/mapValues.js diff --git a/administration/backend/node_modules/async/mapValuesLimit.js b/panel-mgmt/backend/node_modules/async/mapValuesLimit.js similarity index 100% rename from administration/backend/node_modules/async/mapValuesLimit.js rename to panel-mgmt/backend/node_modules/async/mapValuesLimit.js diff --git a/administration/backend/node_modules/async/mapValuesSeries.js b/panel-mgmt/backend/node_modules/async/mapValuesSeries.js similarity index 100% rename from administration/backend/node_modules/async/mapValuesSeries.js rename to panel-mgmt/backend/node_modules/async/mapValuesSeries.js diff --git a/administration/backend/node_modules/async/memoize.js b/panel-mgmt/backend/node_modules/async/memoize.js similarity index 100% rename from administration/backend/node_modules/async/memoize.js rename to panel-mgmt/backend/node_modules/async/memoize.js diff --git a/administration/backend/node_modules/async/nextTick.js b/panel-mgmt/backend/node_modules/async/nextTick.js similarity index 100% rename from administration/backend/node_modules/async/nextTick.js rename to panel-mgmt/backend/node_modules/async/nextTick.js diff --git a/administration/backend/node_modules/async/package.json b/panel-mgmt/backend/node_modules/async/package.json similarity index 100% rename from administration/backend/node_modules/async/package.json rename to panel-mgmt/backend/node_modules/async/package.json diff --git a/administration/backend/node_modules/async/parallel.js b/panel-mgmt/backend/node_modules/async/parallel.js similarity index 100% rename from administration/backend/node_modules/async/parallel.js rename to panel-mgmt/backend/node_modules/async/parallel.js diff --git a/administration/backend/node_modules/async/parallelLimit.js b/panel-mgmt/backend/node_modules/async/parallelLimit.js similarity index 100% rename from administration/backend/node_modules/async/parallelLimit.js rename to panel-mgmt/backend/node_modules/async/parallelLimit.js diff --git a/administration/backend/node_modules/async/priorityQueue.js b/panel-mgmt/backend/node_modules/async/priorityQueue.js similarity index 100% rename from administration/backend/node_modules/async/priorityQueue.js rename to panel-mgmt/backend/node_modules/async/priorityQueue.js diff --git a/administration/backend/node_modules/async/queue.js b/panel-mgmt/backend/node_modules/async/queue.js similarity index 100% rename from administration/backend/node_modules/async/queue.js rename to panel-mgmt/backend/node_modules/async/queue.js diff --git a/administration/backend/node_modules/async/race.js b/panel-mgmt/backend/node_modules/async/race.js similarity index 100% rename from administration/backend/node_modules/async/race.js rename to panel-mgmt/backend/node_modules/async/race.js diff --git a/administration/backend/node_modules/async/reduce.js b/panel-mgmt/backend/node_modules/async/reduce.js similarity index 100% rename from administration/backend/node_modules/async/reduce.js rename to panel-mgmt/backend/node_modules/async/reduce.js diff --git a/administration/backend/node_modules/async/reduceRight.js b/panel-mgmt/backend/node_modules/async/reduceRight.js similarity index 100% rename from administration/backend/node_modules/async/reduceRight.js rename to panel-mgmt/backend/node_modules/async/reduceRight.js diff --git a/administration/backend/node_modules/async/reflect.js b/panel-mgmt/backend/node_modules/async/reflect.js similarity index 100% rename from administration/backend/node_modules/async/reflect.js rename to panel-mgmt/backend/node_modules/async/reflect.js diff --git a/administration/backend/node_modules/async/reflectAll.js b/panel-mgmt/backend/node_modules/async/reflectAll.js similarity index 100% rename from administration/backend/node_modules/async/reflectAll.js rename to panel-mgmt/backend/node_modules/async/reflectAll.js diff --git a/administration/backend/node_modules/async/reject.js b/panel-mgmt/backend/node_modules/async/reject.js similarity index 100% rename from administration/backend/node_modules/async/reject.js rename to panel-mgmt/backend/node_modules/async/reject.js diff --git a/administration/backend/node_modules/async/rejectLimit.js b/panel-mgmt/backend/node_modules/async/rejectLimit.js similarity index 100% rename from administration/backend/node_modules/async/rejectLimit.js rename to panel-mgmt/backend/node_modules/async/rejectLimit.js diff --git a/administration/backend/node_modules/async/rejectSeries.js b/panel-mgmt/backend/node_modules/async/rejectSeries.js similarity index 100% rename from administration/backend/node_modules/async/rejectSeries.js rename to panel-mgmt/backend/node_modules/async/rejectSeries.js diff --git a/administration/backend/node_modules/async/retry.js b/panel-mgmt/backend/node_modules/async/retry.js similarity index 100% rename from administration/backend/node_modules/async/retry.js rename to panel-mgmt/backend/node_modules/async/retry.js diff --git a/administration/backend/node_modules/async/retryable.js b/panel-mgmt/backend/node_modules/async/retryable.js similarity index 100% rename from administration/backend/node_modules/async/retryable.js rename to panel-mgmt/backend/node_modules/async/retryable.js diff --git a/administration/backend/node_modules/async/select.js b/panel-mgmt/backend/node_modules/async/select.js similarity index 100% rename from administration/backend/node_modules/async/select.js rename to panel-mgmt/backend/node_modules/async/select.js diff --git a/administration/backend/node_modules/async/selectLimit.js b/panel-mgmt/backend/node_modules/async/selectLimit.js similarity index 100% rename from administration/backend/node_modules/async/selectLimit.js rename to panel-mgmt/backend/node_modules/async/selectLimit.js diff --git a/administration/backend/node_modules/async/selectSeries.js b/panel-mgmt/backend/node_modules/async/selectSeries.js similarity index 100% rename from administration/backend/node_modules/async/selectSeries.js rename to panel-mgmt/backend/node_modules/async/selectSeries.js diff --git a/administration/backend/node_modules/async/seq.js b/panel-mgmt/backend/node_modules/async/seq.js similarity index 100% rename from administration/backend/node_modules/async/seq.js rename to panel-mgmt/backend/node_modules/async/seq.js diff --git a/administration/backend/node_modules/async/series.js b/panel-mgmt/backend/node_modules/async/series.js similarity index 100% rename from administration/backend/node_modules/async/series.js rename to panel-mgmt/backend/node_modules/async/series.js diff --git a/administration/backend/node_modules/async/setImmediate.js b/panel-mgmt/backend/node_modules/async/setImmediate.js similarity index 100% rename from administration/backend/node_modules/async/setImmediate.js rename to panel-mgmt/backend/node_modules/async/setImmediate.js diff --git a/administration/backend/node_modules/async/some.js b/panel-mgmt/backend/node_modules/async/some.js similarity index 100% rename from administration/backend/node_modules/async/some.js rename to panel-mgmt/backend/node_modules/async/some.js diff --git a/administration/backend/node_modules/async/someLimit.js b/panel-mgmt/backend/node_modules/async/someLimit.js similarity index 100% rename from administration/backend/node_modules/async/someLimit.js rename to panel-mgmt/backend/node_modules/async/someLimit.js diff --git a/administration/backend/node_modules/async/someSeries.js b/panel-mgmt/backend/node_modules/async/someSeries.js similarity index 100% rename from administration/backend/node_modules/async/someSeries.js rename to panel-mgmt/backend/node_modules/async/someSeries.js diff --git a/administration/backend/node_modules/async/sortBy.js b/panel-mgmt/backend/node_modules/async/sortBy.js similarity index 100% rename from administration/backend/node_modules/async/sortBy.js rename to panel-mgmt/backend/node_modules/async/sortBy.js diff --git a/administration/backend/node_modules/async/timeout.js b/panel-mgmt/backend/node_modules/async/timeout.js similarity index 100% rename from administration/backend/node_modules/async/timeout.js rename to panel-mgmt/backend/node_modules/async/timeout.js diff --git a/administration/backend/node_modules/async/times.js b/panel-mgmt/backend/node_modules/async/times.js similarity index 100% rename from administration/backend/node_modules/async/times.js rename to panel-mgmt/backend/node_modules/async/times.js diff --git a/administration/backend/node_modules/async/timesLimit.js b/panel-mgmt/backend/node_modules/async/timesLimit.js similarity index 100% rename from administration/backend/node_modules/async/timesLimit.js rename to panel-mgmt/backend/node_modules/async/timesLimit.js diff --git a/administration/backend/node_modules/async/timesSeries.js b/panel-mgmt/backend/node_modules/async/timesSeries.js similarity index 100% rename from administration/backend/node_modules/async/timesSeries.js rename to panel-mgmt/backend/node_modules/async/timesSeries.js diff --git a/administration/backend/node_modules/async/transform.js b/panel-mgmt/backend/node_modules/async/transform.js similarity index 100% rename from administration/backend/node_modules/async/transform.js rename to panel-mgmt/backend/node_modules/async/transform.js diff --git a/administration/backend/node_modules/async/tryEach.js b/panel-mgmt/backend/node_modules/async/tryEach.js similarity index 100% rename from administration/backend/node_modules/async/tryEach.js rename to panel-mgmt/backend/node_modules/async/tryEach.js diff --git a/administration/backend/node_modules/async/unmemoize.js b/panel-mgmt/backend/node_modules/async/unmemoize.js similarity index 100% rename from administration/backend/node_modules/async/unmemoize.js rename to panel-mgmt/backend/node_modules/async/unmemoize.js diff --git a/administration/backend/node_modules/async/until.js b/panel-mgmt/backend/node_modules/async/until.js similarity index 100% rename from administration/backend/node_modules/async/until.js rename to panel-mgmt/backend/node_modules/async/until.js diff --git a/administration/backend/node_modules/async/waterfall.js b/panel-mgmt/backend/node_modules/async/waterfall.js similarity index 100% rename from administration/backend/node_modules/async/waterfall.js rename to panel-mgmt/backend/node_modules/async/waterfall.js diff --git a/administration/backend/node_modules/async/whilst.js b/panel-mgmt/backend/node_modules/async/whilst.js similarity index 100% rename from administration/backend/node_modules/async/whilst.js rename to panel-mgmt/backend/node_modules/async/whilst.js diff --git a/administration/backend/node_modules/async/wrapSync.js b/panel-mgmt/backend/node_modules/async/wrapSync.js similarity index 100% rename from administration/backend/node_modules/async/wrapSync.js rename to panel-mgmt/backend/node_modules/async/wrapSync.js diff --git a/administration/backend/node_modules/aws-ssl-profiles/LICENSE b/panel-mgmt/backend/node_modules/aws-ssl-profiles/LICENSE similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/LICENSE rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/LICENSE diff --git a/administration/backend/node_modules/aws-ssl-profiles/README.md b/panel-mgmt/backend/node_modules/aws-ssl-profiles/README.md similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/README.md rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/README.md diff --git a/administration/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts b/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts diff --git a/administration/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js b/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/@types/profiles.js diff --git a/administration/backend/node_modules/aws-ssl-profiles/lib/index.d.ts b/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.d.ts similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/lib/index.d.ts rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.d.ts diff --git a/administration/backend/node_modules/aws-ssl-profiles/lib/index.js b/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.js similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/lib/index.js rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/index.js diff --git a/administration/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts b/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts diff --git a/administration/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js b/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js diff --git a/administration/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts b/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts diff --git a/administration/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js b/panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js diff --git a/administration/backend/node_modules/aws-ssl-profiles/package.json b/panel-mgmt/backend/node_modules/aws-ssl-profiles/package.json old mode 100644 new mode 100755 similarity index 100% rename from administration/backend/node_modules/aws-ssl-profiles/package.json rename to panel-mgmt/backend/node_modules/aws-ssl-profiles/package.json diff --git a/administration/backend/node_modules/balanced-match/.github/FUNDING.yml b/panel-mgmt/backend/node_modules/balanced-match/.github/FUNDING.yml similarity index 100% rename from administration/backend/node_modules/balanced-match/.github/FUNDING.yml rename to panel-mgmt/backend/node_modules/balanced-match/.github/FUNDING.yml diff --git a/administration/backend/node_modules/balanced-match/LICENSE.md b/panel-mgmt/backend/node_modules/balanced-match/LICENSE.md similarity index 100% rename from administration/backend/node_modules/balanced-match/LICENSE.md rename to panel-mgmt/backend/node_modules/balanced-match/LICENSE.md diff --git a/administration/backend/node_modules/balanced-match/README.md b/panel-mgmt/backend/node_modules/balanced-match/README.md similarity index 100% rename from administration/backend/node_modules/balanced-match/README.md rename to panel-mgmt/backend/node_modules/balanced-match/README.md diff --git a/administration/backend/node_modules/balanced-match/index.js b/panel-mgmt/backend/node_modules/balanced-match/index.js similarity index 100% rename from administration/backend/node_modules/balanced-match/index.js rename to panel-mgmt/backend/node_modules/balanced-match/index.js diff --git a/administration/backend/node_modules/balanced-match/package.json b/panel-mgmt/backend/node_modules/balanced-match/package.json similarity index 100% rename from administration/backend/node_modules/balanced-match/package.json rename to panel-mgmt/backend/node_modules/balanced-match/package.json diff --git a/administration/backend/node_modules/body-parser/HISTORY.md b/panel-mgmt/backend/node_modules/body-parser/HISTORY.md similarity index 100% rename from administration/backend/node_modules/body-parser/HISTORY.md rename to panel-mgmt/backend/node_modules/body-parser/HISTORY.md diff --git a/administration/backend/node_modules/body-parser/LICENSE b/panel-mgmt/backend/node_modules/body-parser/LICENSE similarity index 100% rename from administration/backend/node_modules/body-parser/LICENSE rename to panel-mgmt/backend/node_modules/body-parser/LICENSE diff --git a/administration/backend/node_modules/body-parser/README.md b/panel-mgmt/backend/node_modules/body-parser/README.md similarity index 100% rename from administration/backend/node_modules/body-parser/README.md rename to panel-mgmt/backend/node_modules/body-parser/README.md diff --git a/administration/backend/node_modules/body-parser/index.js b/panel-mgmt/backend/node_modules/body-parser/index.js similarity index 100% rename from administration/backend/node_modules/body-parser/index.js rename to panel-mgmt/backend/node_modules/body-parser/index.js diff --git a/administration/backend/node_modules/body-parser/lib/read.js b/panel-mgmt/backend/node_modules/body-parser/lib/read.js similarity index 100% rename from administration/backend/node_modules/body-parser/lib/read.js rename to panel-mgmt/backend/node_modules/body-parser/lib/read.js diff --git a/administration/backend/node_modules/body-parser/lib/types/json.js b/panel-mgmt/backend/node_modules/body-parser/lib/types/json.js similarity index 100% rename from administration/backend/node_modules/body-parser/lib/types/json.js rename to panel-mgmt/backend/node_modules/body-parser/lib/types/json.js diff --git a/administration/backend/node_modules/body-parser/lib/types/raw.js b/panel-mgmt/backend/node_modules/body-parser/lib/types/raw.js similarity index 100% rename from administration/backend/node_modules/body-parser/lib/types/raw.js rename to panel-mgmt/backend/node_modules/body-parser/lib/types/raw.js diff --git a/administration/backend/node_modules/body-parser/lib/types/text.js b/panel-mgmt/backend/node_modules/body-parser/lib/types/text.js similarity index 100% rename from administration/backend/node_modules/body-parser/lib/types/text.js rename to panel-mgmt/backend/node_modules/body-parser/lib/types/text.js diff --git a/administration/backend/node_modules/body-parser/lib/types/urlencoded.js b/panel-mgmt/backend/node_modules/body-parser/lib/types/urlencoded.js similarity index 100% rename from administration/backend/node_modules/body-parser/lib/types/urlencoded.js rename to panel-mgmt/backend/node_modules/body-parser/lib/types/urlencoded.js diff --git a/administration/backend/node_modules/body-parser/lib/utils.js b/panel-mgmt/backend/node_modules/body-parser/lib/utils.js similarity index 100% rename from administration/backend/node_modules/body-parser/lib/utils.js rename to panel-mgmt/backend/node_modules/body-parser/lib/utils.js diff --git a/administration/backend/node_modules/body-parser/package.json b/panel-mgmt/backend/node_modules/body-parser/package.json similarity index 100% rename from administration/backend/node_modules/body-parser/package.json rename to panel-mgmt/backend/node_modules/body-parser/package.json diff --git a/administration/backend/node_modules/brace-expansion/LICENSE b/panel-mgmt/backend/node_modules/brace-expansion/LICENSE similarity index 100% rename from administration/backend/node_modules/brace-expansion/LICENSE rename to panel-mgmt/backend/node_modules/brace-expansion/LICENSE diff --git a/administration/backend/node_modules/brace-expansion/README.md b/panel-mgmt/backend/node_modules/brace-expansion/README.md similarity index 100% rename from administration/backend/node_modules/brace-expansion/README.md rename to panel-mgmt/backend/node_modules/brace-expansion/README.md diff --git a/administration/backend/node_modules/brace-expansion/index.js b/panel-mgmt/backend/node_modules/brace-expansion/index.js similarity index 100% rename from administration/backend/node_modules/brace-expansion/index.js rename to panel-mgmt/backend/node_modules/brace-expansion/index.js diff --git a/administration/backend/node_modules/brace-expansion/package.json b/panel-mgmt/backend/node_modules/brace-expansion/package.json similarity index 100% rename from administration/backend/node_modules/brace-expansion/package.json rename to panel-mgmt/backend/node_modules/brace-expansion/package.json diff --git a/administration/backend/node_modules/bytes/History.md b/panel-mgmt/backend/node_modules/bytes/History.md similarity index 100% rename from administration/backend/node_modules/bytes/History.md rename to panel-mgmt/backend/node_modules/bytes/History.md diff --git a/administration/backend/node_modules/bytes/LICENSE b/panel-mgmt/backend/node_modules/bytes/LICENSE similarity index 100% rename from administration/backend/node_modules/bytes/LICENSE rename to panel-mgmt/backend/node_modules/bytes/LICENSE diff --git a/administration/backend/node_modules/bytes/Readme.md b/panel-mgmt/backend/node_modules/bytes/Readme.md similarity index 100% rename from administration/backend/node_modules/bytes/Readme.md rename to panel-mgmt/backend/node_modules/bytes/Readme.md diff --git a/administration/backend/node_modules/bytes/index.js b/panel-mgmt/backend/node_modules/bytes/index.js similarity index 100% rename from administration/backend/node_modules/bytes/index.js rename to panel-mgmt/backend/node_modules/bytes/index.js diff --git a/administration/backend/node_modules/bytes/package.json b/panel-mgmt/backend/node_modules/bytes/package.json similarity index 100% rename from administration/backend/node_modules/bytes/package.json rename to panel-mgmt/backend/node_modules/bytes/package.json diff --git a/administration/backend/node_modules/call-bind-apply-helpers/.eslintrc b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/.eslintrc similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/.eslintrc rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/.eslintrc diff --git a/administration/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml diff --git a/administration/backend/node_modules/call-bind-apply-helpers/.nycrc b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/.nycrc similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/.nycrc rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/.nycrc diff --git a/administration/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md diff --git a/administration/backend/node_modules/call-bind-apply-helpers/LICENSE b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/LICENSE similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/LICENSE rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/LICENSE diff --git a/administration/backend/node_modules/call-bind-apply-helpers/README.md b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/README.md similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/README.md rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/README.md diff --git a/administration/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts diff --git a/administration/backend/node_modules/call-bind-apply-helpers/actualApply.js b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.js similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/actualApply.js rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/actualApply.js diff --git a/administration/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts diff --git a/administration/backend/node_modules/call-bind-apply-helpers/applyBind.js b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.js similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/applyBind.js rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/applyBind.js diff --git a/administration/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts diff --git a/administration/backend/node_modules/call-bind-apply-helpers/functionApply.js b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.js similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/functionApply.js rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionApply.js diff --git a/administration/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts diff --git a/administration/backend/node_modules/call-bind-apply-helpers/functionCall.js b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.js similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/functionCall.js rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/functionCall.js diff --git a/administration/backend/node_modules/call-bind-apply-helpers/index.d.ts b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/index.d.ts similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/index.d.ts rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/index.d.ts diff --git a/administration/backend/node_modules/call-bind-apply-helpers/index.js b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/index.js similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/index.js rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/index.js diff --git a/administration/backend/node_modules/call-bind-apply-helpers/package.json b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/package.json similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/package.json rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/package.json diff --git a/administration/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts diff --git a/administration/backend/node_modules/call-bind-apply-helpers/reflectApply.js b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.js similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/reflectApply.js rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/reflectApply.js diff --git a/administration/backend/node_modules/call-bind-apply-helpers/test/index.js b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/test/index.js similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/test/index.js rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/test/index.js diff --git a/administration/backend/node_modules/call-bind-apply-helpers/tsconfig.json b/panel-mgmt/backend/node_modules/call-bind-apply-helpers/tsconfig.json similarity index 100% rename from administration/backend/node_modules/call-bind-apply-helpers/tsconfig.json rename to panel-mgmt/backend/node_modules/call-bind-apply-helpers/tsconfig.json diff --git a/administration/backend/node_modules/call-bound/.eslintrc b/panel-mgmt/backend/node_modules/call-bound/.eslintrc similarity index 100% rename from administration/backend/node_modules/call-bound/.eslintrc rename to panel-mgmt/backend/node_modules/call-bound/.eslintrc diff --git a/administration/backend/node_modules/call-bound/.github/FUNDING.yml b/panel-mgmt/backend/node_modules/call-bound/.github/FUNDING.yml similarity index 100% rename from administration/backend/node_modules/call-bound/.github/FUNDING.yml rename to panel-mgmt/backend/node_modules/call-bound/.github/FUNDING.yml diff --git a/administration/backend/node_modules/call-bound/.nycrc b/panel-mgmt/backend/node_modules/call-bound/.nycrc similarity index 100% rename from administration/backend/node_modules/call-bound/.nycrc rename to panel-mgmt/backend/node_modules/call-bound/.nycrc diff --git a/administration/backend/node_modules/call-bound/CHANGELOG.md b/panel-mgmt/backend/node_modules/call-bound/CHANGELOG.md similarity index 100% rename from administration/backend/node_modules/call-bound/CHANGELOG.md rename to panel-mgmt/backend/node_modules/call-bound/CHANGELOG.md diff --git a/administration/backend/node_modules/call-bound/LICENSE b/panel-mgmt/backend/node_modules/call-bound/LICENSE similarity index 100% rename from administration/backend/node_modules/call-bound/LICENSE rename to panel-mgmt/backend/node_modules/call-bound/LICENSE diff --git a/administration/backend/node_modules/call-bound/README.md b/panel-mgmt/backend/node_modules/call-bound/README.md similarity index 100% rename from administration/backend/node_modules/call-bound/README.md rename to panel-mgmt/backend/node_modules/call-bound/README.md diff --git a/administration/backend/node_modules/call-bound/index.d.ts b/panel-mgmt/backend/node_modules/call-bound/index.d.ts similarity index 100% rename from administration/backend/node_modules/call-bound/index.d.ts rename to panel-mgmt/backend/node_modules/call-bound/index.d.ts diff --git a/administration/backend/node_modules/call-bound/index.js b/panel-mgmt/backend/node_modules/call-bound/index.js similarity index 100% rename from administration/backend/node_modules/call-bound/index.js rename to panel-mgmt/backend/node_modules/call-bound/index.js diff --git a/administration/backend/node_modules/call-bound/package.json b/panel-mgmt/backend/node_modules/call-bound/package.json similarity index 100% rename from administration/backend/node_modules/call-bound/package.json rename to panel-mgmt/backend/node_modules/call-bound/package.json diff --git a/administration/backend/node_modules/call-bound/test/index.js b/panel-mgmt/backend/node_modules/call-bound/test/index.js similarity index 100% rename from administration/backend/node_modules/call-bound/test/index.js rename to panel-mgmt/backend/node_modules/call-bound/test/index.js diff --git a/administration/backend/node_modules/call-bound/tsconfig.json b/panel-mgmt/backend/node_modules/call-bound/tsconfig.json similarity index 100% rename from administration/backend/node_modules/call-bound/tsconfig.json rename to panel-mgmt/backend/node_modules/call-bound/tsconfig.json diff --git a/administration/backend/node_modules/chalk/index.d.ts b/panel-mgmt/backend/node_modules/chalk/index.d.ts similarity index 100% rename from administration/backend/node_modules/chalk/index.d.ts rename to panel-mgmt/backend/node_modules/chalk/index.d.ts diff --git a/administration/backend/node_modules/chalk/license b/panel-mgmt/backend/node_modules/chalk/license similarity index 100% rename from administration/backend/node_modules/chalk/license rename to panel-mgmt/backend/node_modules/chalk/license diff --git a/administration/backend/node_modules/chalk/package.json b/panel-mgmt/backend/node_modules/chalk/package.json similarity index 100% rename from administration/backend/node_modules/chalk/package.json rename to panel-mgmt/backend/node_modules/chalk/package.json diff --git a/administration/backend/node_modules/chalk/readme.md b/panel-mgmt/backend/node_modules/chalk/readme.md similarity index 100% rename from administration/backend/node_modules/chalk/readme.md rename to panel-mgmt/backend/node_modules/chalk/readme.md diff --git a/administration/backend/node_modules/chalk/source/index.js b/panel-mgmt/backend/node_modules/chalk/source/index.js similarity index 100% rename from administration/backend/node_modules/chalk/source/index.js rename to panel-mgmt/backend/node_modules/chalk/source/index.js diff --git a/administration/backend/node_modules/chalk/source/templates.js b/panel-mgmt/backend/node_modules/chalk/source/templates.js similarity index 100% rename from administration/backend/node_modules/chalk/source/templates.js rename to panel-mgmt/backend/node_modules/chalk/source/templates.js diff --git a/administration/backend/node_modules/chalk/source/util.js b/panel-mgmt/backend/node_modules/chalk/source/util.js similarity index 100% rename from administration/backend/node_modules/chalk/source/util.js rename to panel-mgmt/backend/node_modules/chalk/source/util.js diff --git a/administration/backend/node_modules/color-convert/CHANGELOG.md b/panel-mgmt/backend/node_modules/color-convert/CHANGELOG.md similarity index 100% rename from administration/backend/node_modules/color-convert/CHANGELOG.md rename to panel-mgmt/backend/node_modules/color-convert/CHANGELOG.md diff --git a/administration/backend/node_modules/color-convert/LICENSE b/panel-mgmt/backend/node_modules/color-convert/LICENSE similarity index 100% rename from administration/backend/node_modules/color-convert/LICENSE rename to panel-mgmt/backend/node_modules/color-convert/LICENSE diff --git a/administration/backend/node_modules/color-convert/README.md b/panel-mgmt/backend/node_modules/color-convert/README.md similarity index 100% rename from administration/backend/node_modules/color-convert/README.md rename to panel-mgmt/backend/node_modules/color-convert/README.md diff --git a/administration/backend/node_modules/color-convert/conversions.js b/panel-mgmt/backend/node_modules/color-convert/conversions.js similarity index 100% rename from administration/backend/node_modules/color-convert/conversions.js rename to panel-mgmt/backend/node_modules/color-convert/conversions.js diff --git a/administration/backend/node_modules/color-convert/index.js b/panel-mgmt/backend/node_modules/color-convert/index.js similarity index 100% rename from administration/backend/node_modules/color-convert/index.js rename to panel-mgmt/backend/node_modules/color-convert/index.js diff --git a/administration/backend/node_modules/color-convert/package.json b/panel-mgmt/backend/node_modules/color-convert/package.json similarity index 100% rename from administration/backend/node_modules/color-convert/package.json rename to panel-mgmt/backend/node_modules/color-convert/package.json diff --git a/administration/backend/node_modules/color-convert/route.js b/panel-mgmt/backend/node_modules/color-convert/route.js similarity index 100% rename from administration/backend/node_modules/color-convert/route.js rename to panel-mgmt/backend/node_modules/color-convert/route.js diff --git a/panel-mgmt/backend/node_modules/color-name/LICENSE b/panel-mgmt/backend/node_modules/color-name/LICENSE new file mode 100644 index 0000000..c6b1001 --- /dev/null +++ b/panel-mgmt/backend/node_modules/color-name/LICENSE @@ -0,0 +1,8 @@ +The MIT License (MIT) +Copyright (c) 2015 Dmitry Ivanov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/panel-mgmt/backend/node_modules/color-name/README.md b/panel-mgmt/backend/node_modules/color-name/README.md new file mode 100644 index 0000000..932b979 --- /dev/null +++ b/panel-mgmt/backend/node_modules/color-name/README.md @@ -0,0 +1,11 @@ +A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors. + +[![NPM](https://nodei.co/npm/color-name.png?mini=true)](https://nodei.co/npm/color-name/) + + +```js +var colors = require('color-name'); +colors.red //[255,0,0] +``` + + diff --git a/panel-mgmt/backend/node_modules/color-name/index.js b/panel-mgmt/backend/node_modules/color-name/index.js new file mode 100644 index 0000000..b7c198a --- /dev/null +++ b/panel-mgmt/backend/node_modules/color-name/index.js @@ -0,0 +1,152 @@ +'use strict' + +module.exports = { + "aliceblue": [240, 248, 255], + "antiquewhite": [250, 235, 215], + "aqua": [0, 255, 255], + "aquamarine": [127, 255, 212], + "azure": [240, 255, 255], + "beige": [245, 245, 220], + "bisque": [255, 228, 196], + "black": [0, 0, 0], + "blanchedalmond": [255, 235, 205], + "blue": [0, 0, 255], + "blueviolet": [138, 43, 226], + "brown": [165, 42, 42], + "burlywood": [222, 184, 135], + "cadetblue": [95, 158, 160], + "chartreuse": [127, 255, 0], + "chocolate": [210, 105, 30], + "coral": [255, 127, 80], + "cornflowerblue": [100, 149, 237], + "cornsilk": [255, 248, 220], + "crimson": [220, 20, 60], + "cyan": [0, 255, 255], + "darkblue": [0, 0, 139], + "darkcyan": [0, 139, 139], + "darkgoldenrod": [184, 134, 11], + "darkgray": [169, 169, 169], + "darkgreen": [0, 100, 0], + "darkgrey": [169, 169, 169], + "darkkhaki": [189, 183, 107], + "darkmagenta": [139, 0, 139], + "darkolivegreen": [85, 107, 47], + "darkorange": [255, 140, 0], + "darkorchid": [153, 50, 204], + "darkred": [139, 0, 0], + "darksalmon": [233, 150, 122], + "darkseagreen": [143, 188, 143], + "darkslateblue": [72, 61, 139], + "darkslategray": [47, 79, 79], + "darkslategrey": [47, 79, 79], + "darkturquoise": [0, 206, 209], + "darkviolet": [148, 0, 211], + "deeppink": [255, 20, 147], + "deepskyblue": [0, 191, 255], + "dimgray": [105, 105, 105], + "dimgrey": [105, 105, 105], + "dodgerblue": [30, 144, 255], + "firebrick": [178, 34, 34], + "floralwhite": [255, 250, 240], + "forestgreen": [34, 139, 34], + "fuchsia": [255, 0, 255], + "gainsboro": [220, 220, 220], + "ghostwhite": [248, 248, 255], + "gold": [255, 215, 0], + "goldenrod": [218, 165, 32], + "gray": [128, 128, 128], + "green": [0, 128, 0], + "greenyellow": [173, 255, 47], + "grey": [128, 128, 128], + "honeydew": [240, 255, 240], + "hotpink": [255, 105, 180], + "indianred": [205, 92, 92], + "indigo": [75, 0, 130], + "ivory": [255, 255, 240], + "khaki": [240, 230, 140], + "lavender": [230, 230, 250], + "lavenderblush": [255, 240, 245], + "lawngreen": [124, 252, 0], + "lemonchiffon": [255, 250, 205], + "lightblue": [173, 216, 230], + "lightcoral": [240, 128, 128], + "lightcyan": [224, 255, 255], + "lightgoldenrodyellow": [250, 250, 210], + "lightgray": [211, 211, 211], + "lightgreen": [144, 238, 144], + "lightgrey": [211, 211, 211], + "lightpink": [255, 182, 193], + "lightsalmon": [255, 160, 122], + "lightseagreen": [32, 178, 170], + "lightskyblue": [135, 206, 250], + "lightslategray": [119, 136, 153], + "lightslategrey": [119, 136, 153], + "lightsteelblue": [176, 196, 222], + "lightyellow": [255, 255, 224], + "lime": [0, 255, 0], + "limegreen": [50, 205, 50], + "linen": [250, 240, 230], + "magenta": [255, 0, 255], + "maroon": [128, 0, 0], + "mediumaquamarine": [102, 205, 170], + "mediumblue": [0, 0, 205], + "mediumorchid": [186, 85, 211], + "mediumpurple": [147, 112, 219], + "mediumseagreen": [60, 179, 113], + "mediumslateblue": [123, 104, 238], + "mediumspringgreen": [0, 250, 154], + "mediumturquoise": [72, 209, 204], + "mediumvioletred": [199, 21, 133], + "midnightblue": [25, 25, 112], + "mintcream": [245, 255, 250], + "mistyrose": [255, 228, 225], + "moccasin": [255, 228, 181], + "navajowhite": [255, 222, 173], + "navy": [0, 0, 128], + "oldlace": [253, 245, 230], + "olive": [128, 128, 0], + "olivedrab": [107, 142, 35], + "orange": [255, 165, 0], + "orangered": [255, 69, 0], + "orchid": [218, 112, 214], + "palegoldenrod": [238, 232, 170], + "palegreen": [152, 251, 152], + "paleturquoise": [175, 238, 238], + "palevioletred": [219, 112, 147], + "papayawhip": [255, 239, 213], + "peachpuff": [255, 218, 185], + "peru": [205, 133, 63], + "pink": [255, 192, 203], + "plum": [221, 160, 221], + "powderblue": [176, 224, 230], + "purple": [128, 0, 128], + "rebeccapurple": [102, 51, 153], + "red": [255, 0, 0], + "rosybrown": [188, 143, 143], + "royalblue": [65, 105, 225], + "saddlebrown": [139, 69, 19], + "salmon": [250, 128, 114], + "sandybrown": [244, 164, 96], + "seagreen": [46, 139, 87], + "seashell": [255, 245, 238], + "sienna": [160, 82, 45], + "silver": [192, 192, 192], + "skyblue": [135, 206, 235], + "slateblue": [106, 90, 205], + "slategray": [112, 128, 144], + "slategrey": [112, 128, 144], + "snow": [255, 250, 250], + "springgreen": [0, 255, 127], + "steelblue": [70, 130, 180], + "tan": [210, 180, 140], + "teal": [0, 128, 128], + "thistle": [216, 191, 216], + "tomato": [255, 99, 71], + "turquoise": [64, 224, 208], + "violet": [238, 130, 238], + "wheat": [245, 222, 179], + "white": [255, 255, 255], + "whitesmoke": [245, 245, 245], + "yellow": [255, 255, 0], + "yellowgreen": [154, 205, 50] +}; diff --git a/panel-mgmt/backend/node_modules/color-name/package.json b/panel-mgmt/backend/node_modules/color-name/package.json new file mode 100644 index 0000000..782dd82 --- /dev/null +++ b/panel-mgmt/backend/node_modules/color-name/package.json @@ -0,0 +1,28 @@ +{ + "name": "color-name", + "version": "1.1.4", + "description": "A list of color names and its values", + "main": "index.js", + "files": [ + "index.js" + ], + "scripts": { + "test": "node test.js" + }, + "repository": { + "type": "git", + "url": "git@github.com:colorjs/color-name.git" + }, + "keywords": [ + "color-name", + "color", + "color-keyword", + "keyword" + ], + "author": "DY ", + "license": "MIT", + "bugs": { + "url": "https://github.com/colorjs/color-name/issues" + }, + "homepage": "https://github.com/colorjs/color-name" +} diff --git a/administration/backend/node_modules/concat-map/.travis.yml b/panel-mgmt/backend/node_modules/concat-map/.travis.yml similarity index 100% rename from administration/backend/node_modules/concat-map/.travis.yml rename to panel-mgmt/backend/node_modules/concat-map/.travis.yml diff --git a/administration/backend/node_modules/concat-map/LICENSE b/panel-mgmt/backend/node_modules/concat-map/LICENSE similarity index 100% rename from administration/backend/node_modules/concat-map/LICENSE rename to panel-mgmt/backend/node_modules/concat-map/LICENSE diff --git a/administration/backend/node_modules/concat-map/README.markdown b/panel-mgmt/backend/node_modules/concat-map/README.markdown similarity index 100% rename from administration/backend/node_modules/concat-map/README.markdown rename to panel-mgmt/backend/node_modules/concat-map/README.markdown diff --git a/administration/backend/node_modules/concat-map/example/map.js b/panel-mgmt/backend/node_modules/concat-map/example/map.js similarity index 100% rename from administration/backend/node_modules/concat-map/example/map.js rename to panel-mgmt/backend/node_modules/concat-map/example/map.js diff --git a/administration/backend/node_modules/concat-map/index.js b/panel-mgmt/backend/node_modules/concat-map/index.js similarity index 100% rename from administration/backend/node_modules/concat-map/index.js rename to panel-mgmt/backend/node_modules/concat-map/index.js diff --git a/administration/backend/node_modules/concat-map/package.json b/panel-mgmt/backend/node_modules/concat-map/package.json similarity index 100% rename from administration/backend/node_modules/concat-map/package.json rename to panel-mgmt/backend/node_modules/concat-map/package.json diff --git a/administration/backend/node_modules/concat-map/test/map.js b/panel-mgmt/backend/node_modules/concat-map/test/map.js similarity index 100% rename from administration/backend/node_modules/concat-map/test/map.js rename to panel-mgmt/backend/node_modules/concat-map/test/map.js diff --git a/administration/backend/node_modules/content-disposition/HISTORY.md b/panel-mgmt/backend/node_modules/content-disposition/HISTORY.md similarity index 100% rename from administration/backend/node_modules/content-disposition/HISTORY.md rename to panel-mgmt/backend/node_modules/content-disposition/HISTORY.md diff --git a/administration/backend/node_modules/content-disposition/LICENSE b/panel-mgmt/backend/node_modules/content-disposition/LICENSE similarity index 100% rename from administration/backend/node_modules/content-disposition/LICENSE rename to panel-mgmt/backend/node_modules/content-disposition/LICENSE diff --git a/administration/backend/node_modules/content-disposition/README.md b/panel-mgmt/backend/node_modules/content-disposition/README.md similarity index 100% rename from administration/backend/node_modules/content-disposition/README.md rename to panel-mgmt/backend/node_modules/content-disposition/README.md diff --git a/administration/backend/node_modules/content-disposition/index.js b/panel-mgmt/backend/node_modules/content-disposition/index.js similarity index 100% rename from administration/backend/node_modules/content-disposition/index.js rename to panel-mgmt/backend/node_modules/content-disposition/index.js diff --git a/administration/backend/node_modules/content-disposition/package.json b/panel-mgmt/backend/node_modules/content-disposition/package.json similarity index 100% rename from administration/backend/node_modules/content-disposition/package.json rename to panel-mgmt/backend/node_modules/content-disposition/package.json diff --git a/administration/backend/node_modules/content-type/HISTORY.md b/panel-mgmt/backend/node_modules/content-type/HISTORY.md similarity index 100% rename from administration/backend/node_modules/content-type/HISTORY.md rename to panel-mgmt/backend/node_modules/content-type/HISTORY.md diff --git a/administration/backend/node_modules/content-type/LICENSE b/panel-mgmt/backend/node_modules/content-type/LICENSE similarity index 100% rename from administration/backend/node_modules/content-type/LICENSE rename to panel-mgmt/backend/node_modules/content-type/LICENSE diff --git a/administration/backend/node_modules/content-type/README.md b/panel-mgmt/backend/node_modules/content-type/README.md similarity index 100% rename from administration/backend/node_modules/content-type/README.md rename to panel-mgmt/backend/node_modules/content-type/README.md diff --git a/administration/backend/node_modules/content-type/index.js b/panel-mgmt/backend/node_modules/content-type/index.js similarity index 100% rename from administration/backend/node_modules/content-type/index.js rename to panel-mgmt/backend/node_modules/content-type/index.js diff --git a/administration/backend/node_modules/content-type/package.json b/panel-mgmt/backend/node_modules/content-type/package.json similarity index 100% rename from administration/backend/node_modules/content-type/package.json rename to panel-mgmt/backend/node_modules/content-type/package.json diff --git a/administration/backend/node_modules/cookie-signature/History.md b/panel-mgmt/backend/node_modules/cookie-signature/History.md similarity index 100% rename from administration/backend/node_modules/cookie-signature/History.md rename to panel-mgmt/backend/node_modules/cookie-signature/History.md diff --git a/administration/backend/node_modules/cookie-signature/LICENSE b/panel-mgmt/backend/node_modules/cookie-signature/LICENSE similarity index 100% rename from administration/backend/node_modules/cookie-signature/LICENSE rename to panel-mgmt/backend/node_modules/cookie-signature/LICENSE diff --git a/administration/backend/node_modules/cookie-signature/Readme.md b/panel-mgmt/backend/node_modules/cookie-signature/Readme.md similarity index 100% rename from administration/backend/node_modules/cookie-signature/Readme.md rename to panel-mgmt/backend/node_modules/cookie-signature/Readme.md diff --git a/administration/backend/node_modules/cookie-signature/index.js b/panel-mgmt/backend/node_modules/cookie-signature/index.js similarity index 100% rename from administration/backend/node_modules/cookie-signature/index.js rename to panel-mgmt/backend/node_modules/cookie-signature/index.js diff --git a/administration/backend/node_modules/cookie-signature/package.json b/panel-mgmt/backend/node_modules/cookie-signature/package.json similarity index 100% rename from administration/backend/node_modules/cookie-signature/package.json rename to panel-mgmt/backend/node_modules/cookie-signature/package.json diff --git a/administration/backend/node_modules/cookie/LICENSE b/panel-mgmt/backend/node_modules/cookie/LICENSE similarity index 100% rename from administration/backend/node_modules/cookie/LICENSE rename to panel-mgmt/backend/node_modules/cookie/LICENSE diff --git a/administration/backend/node_modules/cookie/README.md b/panel-mgmt/backend/node_modules/cookie/README.md similarity index 100% rename from administration/backend/node_modules/cookie/README.md rename to panel-mgmt/backend/node_modules/cookie/README.md diff --git a/administration/backend/node_modules/cookie/SECURITY.md b/panel-mgmt/backend/node_modules/cookie/SECURITY.md similarity index 100% rename from administration/backend/node_modules/cookie/SECURITY.md rename to panel-mgmt/backend/node_modules/cookie/SECURITY.md diff --git a/administration/backend/node_modules/cookie/index.js b/panel-mgmt/backend/node_modules/cookie/index.js similarity index 100% rename from administration/backend/node_modules/cookie/index.js rename to panel-mgmt/backend/node_modules/cookie/index.js diff --git a/administration/backend/node_modules/cookie/package.json b/panel-mgmt/backend/node_modules/cookie/package.json similarity index 100% rename from administration/backend/node_modules/cookie/package.json rename to panel-mgmt/backend/node_modules/cookie/package.json diff --git a/administration/backend/node_modules/debug/LICENSE b/panel-mgmt/backend/node_modules/debug/LICENSE similarity index 100% rename from administration/backend/node_modules/debug/LICENSE rename to panel-mgmt/backend/node_modules/debug/LICENSE diff --git a/administration/backend/node_modules/debug/README.md b/panel-mgmt/backend/node_modules/debug/README.md similarity index 100% rename from administration/backend/node_modules/debug/README.md rename to panel-mgmt/backend/node_modules/debug/README.md diff --git a/administration/backend/node_modules/debug/package.json b/panel-mgmt/backend/node_modules/debug/package.json similarity index 100% rename from administration/backend/node_modules/debug/package.json rename to panel-mgmt/backend/node_modules/debug/package.json diff --git a/administration/backend/node_modules/debug/src/browser.js b/panel-mgmt/backend/node_modules/debug/src/browser.js similarity index 100% rename from administration/backend/node_modules/debug/src/browser.js rename to panel-mgmt/backend/node_modules/debug/src/browser.js diff --git a/administration/backend/node_modules/debug/src/common.js b/panel-mgmt/backend/node_modules/debug/src/common.js similarity index 100% rename from administration/backend/node_modules/debug/src/common.js rename to panel-mgmt/backend/node_modules/debug/src/common.js diff --git a/administration/backend/node_modules/debug/src/index.js b/panel-mgmt/backend/node_modules/debug/src/index.js similarity index 100% rename from administration/backend/node_modules/debug/src/index.js rename to panel-mgmt/backend/node_modules/debug/src/index.js diff --git a/administration/backend/node_modules/debug/src/node.js b/panel-mgmt/backend/node_modules/debug/src/node.js similarity index 100% rename from administration/backend/node_modules/debug/src/node.js rename to panel-mgmt/backend/node_modules/debug/src/node.js diff --git a/administration/backend/node_modules/denque/CHANGELOG.md b/panel-mgmt/backend/node_modules/denque/CHANGELOG.md similarity index 100% rename from administration/backend/node_modules/denque/CHANGELOG.md rename to panel-mgmt/backend/node_modules/denque/CHANGELOG.md diff --git a/administration/backend/node_modules/denque/LICENSE b/panel-mgmt/backend/node_modules/denque/LICENSE similarity index 100% rename from administration/backend/node_modules/denque/LICENSE rename to panel-mgmt/backend/node_modules/denque/LICENSE diff --git a/administration/backend/node_modules/denque/README.md b/panel-mgmt/backend/node_modules/denque/README.md similarity index 100% rename from administration/backend/node_modules/denque/README.md rename to panel-mgmt/backend/node_modules/denque/README.md diff --git a/administration/backend/node_modules/denque/index.d.ts b/panel-mgmt/backend/node_modules/denque/index.d.ts similarity index 100% rename from administration/backend/node_modules/denque/index.d.ts rename to panel-mgmt/backend/node_modules/denque/index.d.ts diff --git a/administration/backend/node_modules/denque/index.js b/panel-mgmt/backend/node_modules/denque/index.js similarity index 100% rename from administration/backend/node_modules/denque/index.js rename to panel-mgmt/backend/node_modules/denque/index.js diff --git a/administration/backend/node_modules/denque/package.json b/panel-mgmt/backend/node_modules/denque/package.json similarity index 100% rename from administration/backend/node_modules/denque/package.json rename to panel-mgmt/backend/node_modules/denque/package.json diff --git a/administration/backend/node_modules/depd/History.md b/panel-mgmt/backend/node_modules/depd/History.md similarity index 100% rename from administration/backend/node_modules/depd/History.md rename to panel-mgmt/backend/node_modules/depd/History.md diff --git a/administration/backend/node_modules/depd/LICENSE b/panel-mgmt/backend/node_modules/depd/LICENSE similarity index 100% rename from administration/backend/node_modules/depd/LICENSE rename to panel-mgmt/backend/node_modules/depd/LICENSE diff --git a/administration/backend/node_modules/depd/Readme.md b/panel-mgmt/backend/node_modules/depd/Readme.md similarity index 100% rename from administration/backend/node_modules/depd/Readme.md rename to panel-mgmt/backend/node_modules/depd/Readme.md diff --git a/administration/backend/node_modules/depd/index.js b/panel-mgmt/backend/node_modules/depd/index.js similarity index 100% rename from administration/backend/node_modules/depd/index.js rename to panel-mgmt/backend/node_modules/depd/index.js diff --git a/administration/backend/node_modules/depd/lib/browser/index.js b/panel-mgmt/backend/node_modules/depd/lib/browser/index.js similarity index 100% rename from administration/backend/node_modules/depd/lib/browser/index.js rename to panel-mgmt/backend/node_modules/depd/lib/browser/index.js diff --git a/administration/backend/node_modules/depd/package.json b/panel-mgmt/backend/node_modules/depd/package.json similarity index 100% rename from administration/backend/node_modules/depd/package.json rename to panel-mgmt/backend/node_modules/depd/package.json diff --git a/panel-mgmt/backend/node_modules/dotenv/CHANGELOG.md b/panel-mgmt/backend/node_modules/dotenv/CHANGELOG.md new file mode 100644 index 0000000..50eb051 --- /dev/null +++ b/panel-mgmt/backend/node_modules/dotenv/CHANGELOG.md @@ -0,0 +1,526 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [Unreleased](https://github.com/motdotla/dotenv/compare/v17.0.0...master) + +## [17.0.0](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.0.0) (2025-06-27) + +### Changed + +- Default `quiet` to false - informational (file and keys count) runtime log message shows by default ([#875](https://github.com/motdotla/dotenv/pull/874)) + +## [16.6.1](https://github.com/motdotla/dotenv/compare/v16.6.0...v16.6.1) (2025-06-27) + +### Changed + +- Default `quiet` to true – hiding the runtime log message ([#874](https://github.com/motdotla/dotenv/pull/874)) +- NOTICE: 17.0.0 will be released with quiet defaulting to false. Use `config({ quiet: true })` to suppress. +- And check out the new [dotenvx](https://github.com/dotenvx/dotenvx). As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch `require('dotenv').config()` for `require('@dotenvx/dotenvx').config()`. + +## [16.6.0](https://github.com/motdotla/dotenv/compare/v16.5.0...v16.6.0) (2025-06-26) + +### Added + +- Default log helpful message `[dotenv@16.6.0] injecting env (1) from .env` ([#870](https://github.com/motdotla/dotenv/pull/870)) +- Use `{ quiet: true }` to suppress +- Aligns dotenv more closely with [dotenvx](https://github.com/dotenvx/dotenvx). + +## [16.5.0](https://github.com/motdotla/dotenv/compare/v16.4.7...v16.5.0) (2025-04-07) + +### Added + +- 🎉 Added new sponsor [Graphite](https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=dotenv) - *the AI developer productivity platform helping teams on GitHub ship higher quality software, faster*. + +> [!TIP] +> **[Become a sponsor](https://github.com/sponsors/motdotla)** +> +> The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. +> Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time. + +### Changed + +- Remove `_log` method. Use `_debug` [#862](https://github.com/motdotla/dotenv/pull/862) + +## [16.4.7](https://github.com/motdotla/dotenv/compare/v16.4.6...v16.4.7) (2024-12-03) + +### Changed + +- Ignore `.tap` folder when publishing. (oops, sorry about that everyone. - @motdotla) [#848](https://github.com/motdotla/dotenv/pull/848) + +## [16.4.6](https://github.com/motdotla/dotenv/compare/v16.4.5...v16.4.6) (2024-12-02) + +### Changed + +- Clean up stale dev dependencies [#847](https://github.com/motdotla/dotenv/pull/847) +- Various README updates clarifying usage and alternative solutions using [dotenvx](https://github.com/dotenvx/dotenvx) + +## [16.4.5](https://github.com/motdotla/dotenv/compare/v16.4.4...v16.4.5) (2024-02-19) + +### Changed + +- 🐞 Fix recent regression when using `path` option. return to historical behavior: do not attempt to auto find `.env` if `path` set. (regression was introduced in `16.4.3`) [#814](https://github.com/motdotla/dotenv/pull/814) + +## [16.4.4](https://github.com/motdotla/dotenv/compare/v16.4.3...v16.4.4) (2024-02-13) + +### Changed + +- 🐞 Replaced chaining operator `?.` with old school `&&` (fixing node 12 failures) [#812](https://github.com/motdotla/dotenv/pull/812) + +## [16.4.3](https://github.com/motdotla/dotenv/compare/v16.4.2...v16.4.3) (2024-02-12) + +### Changed + +- Fixed processing of multiple files in `options.path` [#805](https://github.com/motdotla/dotenv/pull/805) + +## [16.4.2](https://github.com/motdotla/dotenv/compare/v16.4.1...v16.4.2) (2024-02-10) + +### Changed + +- Changed funding link in package.json to [`dotenvx.com`](https://dotenvx.com) + +## [16.4.1](https://github.com/motdotla/dotenv/compare/v16.4.0...v16.4.1) (2024-01-24) + +- Patch support for array as `path` option [#797](https://github.com/motdotla/dotenv/pull/797) + +## [16.4.0](https://github.com/motdotla/dotenv/compare/v16.3.2...v16.4.0) (2024-01-23) + +- Add `error.code` to error messages around `.env.vault` decryption handling [#795](https://github.com/motdotla/dotenv/pull/795) +- Add ability to find `.env.vault` file when filename(s) passed as an array [#784](https://github.com/motdotla/dotenv/pull/784) + +## [16.3.2](https://github.com/motdotla/dotenv/compare/v16.3.1...v16.3.2) (2024-01-18) + +### Added + +- Add debug message when no encoding set [#735](https://github.com/motdotla/dotenv/pull/735) + +### Changed + +- Fix output typing for `populate` [#792](https://github.com/motdotla/dotenv/pull/792) +- Use subarray instead of slice [#793](https://github.com/motdotla/dotenv/pull/793) + +## [16.3.1](https://github.com/motdotla/dotenv/compare/v16.3.0...v16.3.1) (2023-06-17) + +### Added + +- Add missing type definitions for `processEnv` and `DOTENV_KEY` options. [#756](https://github.com/motdotla/dotenv/pull/756) + +## [16.3.0](https://github.com/motdotla/dotenv/compare/v16.2.0...v16.3.0) (2023-06-16) + +### Added + +- Optionally pass `DOTENV_KEY` to options rather than relying on `process.env.DOTENV_KEY`. Defaults to `process.env.DOTENV_KEY` [#754](https://github.com/motdotla/dotenv/pull/754) + +## [16.2.0](https://github.com/motdotla/dotenv/compare/v16.1.4...v16.2.0) (2023-06-15) + +### Added + +- Optionally write to your own target object rather than `process.env`. Defaults to `process.env`. [#753](https://github.com/motdotla/dotenv/pull/753) +- Add import type URL to types file [#751](https://github.com/motdotla/dotenv/pull/751) + +## [16.1.4](https://github.com/motdotla/dotenv/compare/v16.1.3...v16.1.4) (2023-06-04) + +### Added + +- Added `.github/` to `.npmignore` [#747](https://github.com/motdotla/dotenv/pull/747) + +## [16.1.3](https://github.com/motdotla/dotenv/compare/v16.1.2...v16.1.3) (2023-05-31) + +### Removed + +- Removed `browser` keys for `path`, `os`, and `crypto` in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for `path`, `os`, and `crypto`. [node-polyfill-webpack-plugin](https://github.com/Richienb/node-polyfill-webpack-plugin) provides these. + +## [16.1.2](https://github.com/motdotla/dotenv/compare/v16.1.1...v16.1.2) (2023-05-31) + +### Changed + +- Exposed private function `_configDotenv` as `configDotenv`. [#744](https://github.com/motdotla/dotenv/pull/744) + +## [16.1.1](https://github.com/motdotla/dotenv/compare/v16.1.0...v16.1.1) (2023-05-30) + +### Added + +- Added type definition for `decrypt` function + +### Changed + +- Fixed `{crypto: false}` in `packageJson.browser` + +## [16.1.0](https://github.com/motdotla/dotenv/compare/v16.0.3...v16.1.0) (2023-05-30) + +### Added + +- Add `populate` convenience method [#733](https://github.com/motdotla/dotenv/pull/733) +- Accept URL as path option [#720](https://github.com/motdotla/dotenv/pull/720) +- Add dotenv to `npm fund` command +- Spanish language README [#698](https://github.com/motdotla/dotenv/pull/698) +- Add `.env.vault` support. 🎉 ([#730](https://github.com/motdotla/dotenv/pull/730)) + +ℹ️ `.env.vault` extends the `.env` file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without [risky third-party integrations](https://techcrunch.com/2023/01/05/circleci-breach/). [read more](https://github.com/motdotla/dotenv#-deploying) + +### Changed + +- Fixed "cannot resolve 'fs'" error on tools like Replit [#693](https://github.com/motdotla/dotenv/pull/693) + +## [16.0.3](https://github.com/motdotla/dotenv/compare/v16.0.2...v16.0.3) (2022-09-29) + +### Changed + +- Added library version to debug logs ([#682](https://github.com/motdotla/dotenv/pull/682)) + +## [16.0.2](https://github.com/motdotla/dotenv/compare/v16.0.1...v16.0.2) (2022-08-30) + +### Added + +- Export `env-options.js` and `cli-options.js` in package.json for use with downstream [dotenv-expand](https://github.com/motdotla/dotenv-expand) module + +## [16.0.1](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.0.1) (2022-05-10) + +### Changed + +- Minor README clarifications +- Development ONLY: updated devDependencies as recommended for development only security risks ([#658](https://github.com/motdotla/dotenv/pull/658)) + +## [16.0.0](https://github.com/motdotla/dotenv/compare/v15.0.1...v16.0.0) (2022-02-02) + +### Added + +- _Breaking:_ Backtick support 🎉 ([#615](https://github.com/motdotla/dotenv/pull/615)) + +If you had values containing the backtick character, please quote those values with either single or double quotes. + +## [15.0.1](https://github.com/motdotla/dotenv/compare/v15.0.0...v15.0.1) (2022-02-02) + +### Changed + +- Properly parse empty single or double quoted values 🐞 ([#614](https://github.com/motdotla/dotenv/pull/614)) + +## [15.0.0](https://github.com/motdotla/dotenv/compare/v14.3.2...v15.0.0) (2022-01-31) + +`v15.0.0` is a major new release with some important breaking changes. + +### Added + +- _Breaking:_ Multiline parsing support (just works. no need for the flag.) + +### Changed + +- _Breaking:_ `#` marks the beginning of a comment (UNLESS the value is wrapped in quotes. Please update your `.env` files to wrap in quotes any values containing `#`. For example: `SECRET_HASH="something-with-a-#-hash"`). + +..Understandably, (as some teams have noted) this is tedious to do across the entire team. To make it less tedious, we recommend using [dotenv cli](https://github.com/dotenv-org/cli) going forward. It's an optional plugin that will keep your `.env` files in sync between machines, environments, or team members. + +### Removed + +- _Breaking:_ Remove multiline option (just works out of the box now. no need for the flag.) + +## [14.3.2](https://github.com/motdotla/dotenv/compare/v14.3.1...v14.3.2) (2022-01-25) + +### Changed + +- Preserve backwards compatibility on values containing `#` 🐞 ([#603](https://github.com/motdotla/dotenv/pull/603)) + +## [14.3.1](https://github.com/motdotla/dotenv/compare/v14.3.0...v14.3.1) (2022-01-25) + +### Changed + +- Preserve backwards compatibility on exports by re-introducing the prior in-place exports 🐞 ([#606](https://github.com/motdotla/dotenv/pull/606)) + +## [14.3.0](https://github.com/motdotla/dotenv/compare/v14.2.0...v14.3.0) (2022-01-24) + +### Added + +- Add `multiline` option 🎉 ([#486](https://github.com/motdotla/dotenv/pull/486)) + +## [14.2.0](https://github.com/motdotla/dotenv/compare/v14.1.1...v14.2.0) (2022-01-17) + +### Added + +- Add `dotenv_config_override` cli option +- Add `DOTENV_CONFIG_OVERRIDE` command line env option + +## [14.1.1](https://github.com/motdotla/dotenv/compare/v14.1.0...v14.1.1) (2022-01-17) + +### Added + +- Add React gotcha to FAQ on README + +## [14.1.0](https://github.com/motdotla/dotenv/compare/v14.0.1...v14.1.0) (2022-01-17) + +### Added + +- Add `override` option 🎉 ([#595](https://github.com/motdotla/dotenv/pull/595)) + +## [14.0.1](https://github.com/motdotla/dotenv/compare/v14.0.0...v14.0.1) (2022-01-16) + +### Added + +- Log error on failure to load `.env` file ([#594](https://github.com/motdotla/dotenv/pull/594)) + +## [14.0.0](https://github.com/motdotla/dotenv/compare/v13.0.1...v14.0.0) (2022-01-16) + +### Added + +- _Breaking:_ Support inline comments for the parser 🎉 ([#568](https://github.com/motdotla/dotenv/pull/568)) + +## [13.0.1](https://github.com/motdotla/dotenv/compare/v13.0.0...v13.0.1) (2022-01-16) + +### Changed + +* Hide comments and newlines from debug output ([#404](https://github.com/motdotla/dotenv/pull/404)) + +## [13.0.0](https://github.com/motdotla/dotenv/compare/v12.0.4...v13.0.0) (2022-01-16) + +### Added + +* _Breaking:_ Add type file for `config.js` ([#539](https://github.com/motdotla/dotenv/pull/539)) + +## [12.0.4](https://github.com/motdotla/dotenv/compare/v12.0.3...v12.0.4) (2022-01-16) + +### Changed + +* README updates +* Minor order adjustment to package json format + +## [12.0.3](https://github.com/motdotla/dotenv/compare/v12.0.2...v12.0.3) (2022-01-15) + +### Changed + +* Simplified jsdoc for consistency across editors + +## [12.0.2](https://github.com/motdotla/dotenv/compare/v12.0.1...v12.0.2) (2022-01-15) + +### Changed + +* Improve embedded jsdoc type documentation + +## [12.0.1](https://github.com/motdotla/dotenv/compare/v12.0.0...v12.0.1) (2022-01-15) + +### Changed + +* README updates and clarifications + +## [12.0.0](https://github.com/motdotla/dotenv/compare/v11.0.0...v12.0.0) (2022-01-15) + +### Removed + +- _Breaking:_ drop support for Flow static type checker ([#584](https://github.com/motdotla/dotenv/pull/584)) + +### Changed + +- Move types/index.d.ts to lib/main.d.ts ([#585](https://github.com/motdotla/dotenv/pull/585)) +- Typescript cleanup ([#587](https://github.com/motdotla/dotenv/pull/587)) +- Explicit typescript inclusion in package.json ([#566](https://github.com/motdotla/dotenv/pull/566)) + +## [11.0.0](https://github.com/motdotla/dotenv/compare/v10.0.0...v11.0.0) (2022-01-11) + +### Changed + +- _Breaking:_ drop support for Node v10 ([#558](https://github.com/motdotla/dotenv/pull/558)) +- Patch debug option ([#550](https://github.com/motdotla/dotenv/pull/550)) + +## [10.0.0](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0) (2021-05-20) + +### Added + +- Add generic support to parse function +- Allow for import "dotenv/config.js" +- Add support to resolve home directory in path via ~ + +## [9.0.2](https://github.com/motdotla/dotenv/compare/v9.0.1...v9.0.2) (2021-05-10) + +### Changed + +- Support windows newlines with debug mode + +## [9.0.1](https://github.com/motdotla/dotenv/compare/v9.0.0...v9.0.1) (2021-05-08) + +### Changed + +- Updates to README + +## [9.0.0](https://github.com/motdotla/dotenv/compare/v8.6.0...v9.0.0) (2021-05-05) + +### Changed + +- _Breaking:_ drop support for Node v8 + +## [8.6.0](https://github.com/motdotla/dotenv/compare/v8.5.1...v8.6.0) (2021-05-05) + +### Added + +- define package.json in exports + +## [8.5.1](https://github.com/motdotla/dotenv/compare/v8.5.0...v8.5.1) (2021-05-05) + +### Changed + +- updated dev dependencies via npm audit + +## [8.5.0](https://github.com/motdotla/dotenv/compare/v8.4.0...v8.5.0) (2021-05-05) + +### Added + +- allow for `import "dotenv/config"` + +## [8.4.0](https://github.com/motdotla/dotenv/compare/v8.3.0...v8.4.0) (2021-05-05) + +### Changed + +- point to exact types file to work with VS Code + +## [8.3.0](https://github.com/motdotla/dotenv/compare/v8.2.0...v8.3.0) (2021-05-05) + +### Changed + +- _Breaking:_ drop support for Node v8 (mistake to be released as minor bump. later bumped to 9.0.0. see above.) + +## [8.2.0](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0) (2019-10-16) + +### Added + +- TypeScript types + +## [8.1.0](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0) (2019-08-18) + +### Changed + +- _Breaking:_ drop support for Node v6 ([#392](https://github.com/motdotla/dotenv/issues/392)) + +# [8.0.0](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0) (2019-05-02) + +### Changed + +- _Breaking:_ drop support for Node v6 ([#302](https://github.com/motdotla/dotenv/issues/392)) + +## [7.0.0] - 2019-03-12 + +### Fixed + +- Fix removing unbalanced quotes ([#376](https://github.com/motdotla/dotenv/pull/376)) + +### Removed + +- Removed `load` alias for `config` for consistency throughout code and documentation. + +## [6.2.0] - 2018-12-03 + +### Added + +- Support preload configuration via environment variables ([#351](https://github.com/motdotla/dotenv/issues/351)) + +## [6.1.0] - 2018-10-08 + +### Added + +- `debug` option for `config` and `parse` methods will turn on logging + +## [6.0.0] - 2018-06-02 + +### Changed + +- _Breaking:_ drop support for Node v4 ([#304](https://github.com/motdotla/dotenv/pull/304)) + +## [5.0.0] - 2018-01-29 + +### Added + +- Testing against Node v8 and v9 +- Documentation on trim behavior of values +- Documentation on how to use with `import` + +### Changed + +- _Breaking_: default `path` is now `path.resolve(process.cwd(), '.env')` +- _Breaking_: does not write over keys already in `process.env` if the key has a falsy value +- using `const` and `let` instead of `var` + +### Removed + +- Testing against Node v7 + +## [4.0.0] - 2016-12-23 + +### Changed + +- Return Object with parsed content or error instead of false ([#165](https://github.com/motdotla/dotenv/pull/165)). + +### Removed + +- `verbose` option removed in favor of returning result. + +## [3.0.0] - 2016-12-20 + +### Added + +- `verbose` option will log any error messages. Off by default. +- parses email addresses correctly +- allow importing config method directly in ES6 + +### Changed + +- Suppress error messages by default ([#154](https://github.com/motdotla/dotenv/pull/154)) +- Ignoring more files for NPM to make package download smaller + +### Fixed + +- False positive test due to case-sensitive variable ([#124](https://github.com/motdotla/dotenv/pull/124)) + +### Removed + +- `silent` option removed in favor of `verbose` + +## [2.0.0] - 2016-01-20 + +### Added + +- CHANGELOG to ["make it easier for users and contributors to see precisely what notable changes have been made between each release"](http://keepachangelog.com/). Linked to from README +- LICENSE to be more explicit about what was defined in `package.json`. Linked to from README +- Testing nodejs v4 on travis-ci +- added examples of how to use dotenv in different ways +- return parsed object on success rather than boolean true + +### Changed + +- README has shorter description not referencing ruby gem since we don't have or want feature parity + +### Removed + +- Variable expansion and escaping so environment variables are encouraged to be fully orthogonal + +## [1.2.0] - 2015-06-20 + +### Added + +- Preload hook to require dotenv without including it in your code + +### Changed + +- clarified license to be "BSD-2-Clause" in `package.json` + +### Fixed + +- retain spaces in string vars + +## [1.1.0] - 2015-03-31 + +### Added + +- Silent option to silence `console.log` when `.env` missing + +## [1.0.0] - 2015-03-13 + +### Removed + +- support for multiple `.env` files. should always use one `.env` file for the current environment + +[7.0.0]: https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0 +[6.2.0]: https://github.com/motdotla/dotenv/compare/v6.1.0...v6.2.0 +[6.1.0]: https://github.com/motdotla/dotenv/compare/v6.0.0...v6.1.0 +[6.0.0]: https://github.com/motdotla/dotenv/compare/v5.0.0...v6.0.0 +[5.0.0]: https://github.com/motdotla/dotenv/compare/v4.0.0...v5.0.0 +[4.0.0]: https://github.com/motdotla/dotenv/compare/v3.0.0...v4.0.0 +[3.0.0]: https://github.com/motdotla/dotenv/compare/v2.0.0...v3.0.0 +[2.0.0]: https://github.com/motdotla/dotenv/compare/v1.2.0...v2.0.0 +[1.2.0]: https://github.com/motdotla/dotenv/compare/v1.1.0...v1.2.0 +[1.1.0]: https://github.com/motdotla/dotenv/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/motdotla/dotenv/compare/v0.4.0...v1.0.0 diff --git a/administration/backend/node_modules/dotenv/LICENSE b/panel-mgmt/backend/node_modules/dotenv/LICENSE similarity index 100% rename from administration/backend/node_modules/dotenv/LICENSE rename to panel-mgmt/backend/node_modules/dotenv/LICENSE diff --git a/panel-mgmt/backend/node_modules/dotenv/README-es.md b/panel-mgmt/backend/node_modules/dotenv/README-es.md new file mode 100644 index 0000000..5fc934d --- /dev/null +++ b/panel-mgmt/backend/node_modules/dotenv/README-es.md @@ -0,0 +1,411 @@ +
+🎉 announcing dotenvx. run anywhere, multi-environment, encrypted envs. +
+ +  + +
+ +

+ + Dotenv es apoyado por la comunidad. + +

+Gracias espaciales a: +
+
+ +Graphite + + + Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster. + +
+
+ +# dotenv [![NPM version](https://img.shields.io/npm/v/dotenv.svg?style=flat-square)](https://www.npmjs.com/package/dotenv) + +dotenv + +Dotenv es un módulo de dependencia cero que carga las variables de entorno desde un archivo `.env` en [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env). El almacenamiento de la configuración del entorno separado del código está basado en la metodología [The Twelve-Factor App](http://12factor.net/config). + +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) +[![LICENSE](https://img.shields.io/github/license/motdotla/dotenv.svg)](LICENSE) + +## Instalación + +```bash +# instalación local (recomendado) +npm install dotenv --save +``` + +O installación con yarn? `yarn add dotenv` + +## Uso + +Cree un archivo `.env` en la raíz de su proyecto: + +```dosini +S3_BUCKET="YOURS3BUCKET" +SECRET_KEY="YOURSECRETKEYGOESHERE" +``` + +Tan prónto como sea posible en su aplicación, importe y configure dotenv: + +```javascript +require('dotenv').config() +console.log(process.env) // elimine esto después que haya confirmado que esta funcionando +``` + +.. o usa ES6? + +```javascript +import * as dotenv from 'dotenv' // vea en https://github.com/motdotla/dotenv#como-uso-dotenv-con-import +// REVISAR LINK DE REFERENCIA DE IMPORTACIÓN +dotenv.config() +import express from 'express' +``` + +Eso es todo. `process.env` ahora tiene las claves y los valores que definiste en tu archivo `.env`: + +```javascript +require('dotenv').config() + +... + +s3.getBucketCors({Bucket: process.env.S3_BUCKET}, function(err, data) {}) +``` + +### Valores multilínea + +Si necesita variables de varias líneas, por ejemplo, claves privadas, ahora se admiten en la versión (`>= v15.0.0`) con saltos de línea: + +```dosini +PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY----- +... +Kh9NV... +... +-----END RSA PRIVATE KEY-----" +``` + +Alternativamente, puede usar comillas dobles y usar el carácter `\n`: + +```dosini +PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nKh9NV...\n-----END RSA PRIVATE KEY-----\n" +``` + +### Comentarios + +Los comentarios pueden ser agregados en tu archivo o en la misma línea: + +```dosini +# This is a comment +SECRET_KEY=YOURSECRETKEYGOESHERE # comment +SECRET_HASH="something-with-a-#-hash" +``` + +Los comentarios comienzan donde existe un `#`, entonces, si su valor contiene un `#`, enciérrelo entre comillas. Este es un cambio importante desde la versión `>= v15.0.0` en adelante. + +### Análisis + +El motor que analiza el contenido de su archivo que contiene variables de entorno está disponible para su uso. Este Acepta una Cadena o un Búfer y devolverá un Objeto con las claves y los valores analizados. + +```javascript +const dotenv = require('dotenv') +const buf = Buffer.from('BASICO=basico') +const config = dotenv.parse(buf) // devolverá un objeto +console.log(typeof config, config) // objeto { BASICO : 'basico' } +``` + +### Precarga + +Puede usar el `--require` (`-r`) [opción de línea de comando](https://nodejs.org/api/cli.html#-r---require-module) para precargar dotenv. Al hacer esto, no necesita requerir ni cargar dotnev en el código de su aplicación. + +```bash +$ node -r dotenv/config tu_script.js +``` + +Las opciones de configuración a continuación se admiten como argumentos de línea de comandos en el formato `dotenv_config_